
body {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 80%;
}

table {
  font-size: 12px;
}

table.basic {
  border-collapse: collapse;
}

table.basic td {
  border: 1px solid black;
  padding: 3px;
}

table.basic th {
  border: 1px solid #000000;
  padding: 3px;
  text-align: center;
  font-weight: bold;
  color: #000000;
  background-color: #a0c4f9;
}

table.summary {
  border: 1px solid #000000;
  border-collapse: collapse;
}
table.summary td {
  border: 1px solid #000000;
  padding: 3px;
}
table.summary th {
  border: 1px solid #000000;
  padding: 3px;
  text-align: left;
  font-weight: bold;
  background-color: #e0e0e0;
}
table.summary tr.totals_row,
table.summary tr.totals_row td {
  font-weight: bold;
  background-color: #e0e0e0;
}

#main_container {

}

#header {
  height: 70px;
}

#change_password_link {
  color: #0000EE;
  cursor: pointer;
  text-decoration-color: #0000EE;
  text-decoration-line: underline;
}

.page_title {
  margin-left: 10px;
  font-size: 130%;
  font-weight: bold;
}

#content {
  margin-left: 10px;
}

#footer {

}

div.clear {
  margin: 0px;
  padding: 0px;
  border: 0px none;
  width: 100%;
  height: 0px;
  clear: both;
}

#logo {
  float: left;
  margin: 5px;
}

#menu {
  float: left;
  margin: 5px 15px;
}

#login {
  width: 400px;
  margin: 100px auto;
  border: 1px solid;
  background-color: white;
  /* outer shadows  (rgba is red, green, blue, alpha) */
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);
  /* rounded corners */
  -webkit-border-radius: 12px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  /* gradients */
  background: -webkit-gradient(linear, left top, left bottom,
  color-stop(0%, white), color-stop(15%, white), color-stop(100%, #D7E9F5));
  background: -moz-linear-gradient(top, white 0%, white 55%, #D5E4F3 130%);
}

label.required:after {
  color: #ff0000;
  content: " *";
}

.label_align {
  width: 150px;
  float: left;
  text-align: right;
  margin-right: 10px;
  display: block;
}

.num_align {
  text-align: right;
  margin-right: 5px;
}

.left_content {
  text-align: left;
}

.center_content {
  text-align: center;
}

.right_content {
  text-align: right;
}

.gen_margin {
  margin: 10px;
}
.gen_left_right_margin {
  margin-left: 10px;
  margin-right: 10px;
}
.gen_left_margin {
  margin-left: 15px;
}
.gen_space {
  margin-left: 10px;
  margin-right: 5px;
}

/*************** text handling ***************/
.error_msg {
  color: red;
  margin-left: 5px;
}

.warning_msg {
  color: #800000; /* dark red */
  margin-left: 5px;
}

.info_msg {
  color: green;
  margin-left: 5px;
}

.bold_title {
  font-weight: bold;
  margin: 5px 0;
}

.bold_text {
  font-weight: bold;
}

.smcaps {
  font-variant: small-caps;
}

.red {
  color: red; /* standard "red" is #ff0000 */
}

.red_important {
  color: red !important; /* standard "red" is #ff0000 */
}

.green {
  color: green; /* standard "green" is #008000 */
}

.green_important {
  color: green !important; /* standard "green" is #008000 */
}

.yellow {
  color: #ffff00;
}

.yellow_important {
  color: #ffff00 !important;
}

.orange {
  color: #ff8000;
}

.orange_important {
  color: #ff8000 !important;
}

.highlight_red {
  background-color: #e75555;
}

.highlight_yellow {
  background-color: #ffff00;
}

.highlight_green {
  background-color: #98fb98;
}

.highlight_pink {
  background-color: #ff1493;
}



.hidden {
  display: none;
}

.hidden_important {
  display: none !important;
}

.clickme {
  /* text we want people to click (make it look like a link) */
  color: #0000ee;
  cursor: pointer;
  text-decoration: underline;
}

.clickme_important {
  /* make it look like a link even when jquery-ui wants to make it look like plain text */
  color: #0000ee !important;
  cursor: pointer !important;
  text-decoration: underline !important;
}

/*************** custom grey button ***************/
.grey_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:2px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
  margin-left: 10px;
}
.grey_button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
.grey_button:active {
	position:relative;
	top:1px;
}

/* tables sorter*/
table.tablesorter {
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	width: 100%;
	text-align: right;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: blue;
	border: 1px solid #000;
	font-size: 8pt;
	padding: 10px 25px 10px 10px;
  margin-right: 15px;
  color: white;
  text-align: center;
}
table.tablesorter thead tr .header {
	background-image: url(../images/bg_arrow.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#DCDDE1;
}
table.tablesorter tbody tr.row_highlight td {
	background-color:#10E3F4;
}
table.tablesorter tbody tr.row_completed td {
	background-color:#2ffc88;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc_arrow.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc_arrow.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #7b95f4;
}


