/* Sortable tables */
table.sortable a.sortheader {
    color:#333333;
    font-weight: bold;
    text-decoration: none;
    display: block;
    font: 9pt arial,sans-serif;
}
table.sortable span.sortarrow {
    color: #333333;
    text-decoration: none;
}

/* The rest of the definitions */
.highlighted_row {
	background-color: #BDDDFC;
	color: #00213F;
}
.highlighted_row a {
	color: #00213F;
}
.mouseoverrow {
	background-color: #f7f7f7;
	color: #333333;
}
.mouseoverrow a {
	color: #333333;
}

.in_progress {
	background-color: #DFFFBF;
}
a {
  FONT-SIZE: 9pt;
  FONT-FAMILY: arial,sans-serif;
  color: black;
}
html, body {
  font: 10pt arial,sans-serif; line-height: 140%;
  behavior:url('cssfocusandhover.htc');
  margin:0px; padding:0px;
}
H1 {
	FONT-SIZE: 13pt;
	FONT-FAMILY: arial,sans-serif;
	color: Green;
}

input, textarea, select {
	margin:3px;
	padding:2px;
	border:2px solid #ddd;
	background:#fafafa;
}

input[type="text"]:focus, textarea:focus {
	margin:3px;
	padding:2px;
	border: 2px solid #FC0;
}

FORM {
	padding:0px;
	margin:0px;
}

.app_menu {
	font: 9pt arial,sans-serif; line-height: 140%;
	text-decoration: underlined;
	color: #5E5E3A;
}

.app_menu a {
	color: #5E5E3A;
}

.app_menu a:hover {
	color: #000000;
}

.pg_menu {
	font: 10pt arial,sans-serif; line-height: 140%;
	text-decoration: underlined;
	color: #333333;
}

.tab_links {
	font: 8pt arial,sans-serif; line-height: 140%;
	text-decoration: underlined;
	color: #333333;
}

.tab_links a {
	color: #333333;
}

.tab_links a:hover {
	color: #5E5E3A;
}

.sel_tab_links {
	font: 8pt arial,sans-serif; line-height: 140%;
	text-decoration: underlined;
	color: #333333;
	font-weight: bold;
}

.app_hdrlinks {
	font: 9pt arial,sans-serif; line-height: 140%;
	text-decoration: underlined;
	color: #BEBEBE;
}

.app_hdrlogout {
	font: 9pt arial,sans-serif; line-height: 140%;
	text-decoration: underlined;
	color: #FFFFFF;
	font-weight: bold;
}

.action_link {
	font: 9pt arial,sans-serif; line-height: 140%;
	text-decoration: underlined;
	color: #0000FF;
}

.table_header {
	background-image: url("../images/grey_rowbg.gif");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding: 6px;
	line-height: 160%;
	height:35px;
}

.std_table {
	font: 8pt arial,sans-serif;
}

.std_button {
	font: 8pt arial,sans-serif;
	border: 1px #CCCCCC solid;
	height:25px;
	background-color: #EDEDE1;
	padding: 2px;
}

.spec_button {
	font: 8pt arial,sans-serif;
	border: 1px #CC3366 solid;
	height:25px;
	background-color: #FBEEF2;
	padding: 2px;
}

.std_tbl_row {
  border-bottom-style: solid;
  border-bottom-color: #DFDFDF;
  border-bottom-width: 1px;
}

.std_hdr_row {
  border-bottom-style: solid;
  border-bottom-color: #666666;
  border-bottom-width: 1px;
}

.table_link {
	color: #808040;
}

.table_projlink {
	color: #666666;
}

.not_started {
	font: 9pt arial,sans-serif; line-height: 140%;
	text-decoration: underlined;
	color: #750000;
}

.budget_overflow {
	font: 9pt arial,sans-serif; line-height: 140%;
	text-decoration: underlined;
	color: #750000;
}

.page_action_link {
	font: 9pt arial,sans-serif; line-height: 140%;
	text-decoration: underlined;
	color: #666666;
}

.page_action_link a {
	color: #666666;
}

.page_action_link a:hover {
	color: #333333;
}

.page_wrutxt {
	font: 9pt arial,sans-serif; line-height: 140%;
	color: #000000;
	font-weight: bold;
}

.page_title {
	font: 9pt arial,sans-serif; line-height: 140%;
	text-decoration: underlined;
	color: #666666;
	font-weight: bold;
}

.reports_title {
	font: 13pt arial,sans-serif; line-height: 140%;
	text-decoration: underlined;
	color: #666666;
	font-weight: bold;
}

.quick_comment_box {
	//border: 1px #E2E2D8 solid;
	padding: 3px;
	font: 8pt arial,sans-serif; line-height: 140%;
	text-decoration: underlined;
	color: #666666;
}

.tiny {font: 8pt arial,sans-serif; }
.stdfrmel {font: 8pt arial,sans-serif; }

.blue_message {
  border: 1px #C4E9FD solid;
  background-color: #EDFAFE;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
  text-decoration: none;
  padding: 5px;
  line-height: 135%;
}

.blue_message_title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #05608F;
}

.yellow_error {
  border: 1px #F7DA79 solid;
  background-color: #FDF9E8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
  text-decoration: none;
  padding: 5px;
  line-height: 135%;
}

.yellow_error_title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #775E06;
}

.recent_projects {
	padding-left:15px;
	font-size:8pt;
	color:#666;
}

.recent_projects a {
	font-size:8pt;
	color:#666;
}

.recent_projects a:hover {
	font-size:8pt;
	color:#848242;
}

.copyright_str {
  FONT-SIZE: 7pt;
  FONT-FAMILY: arial,sans-serif;
  color: ThreeDDarkShadow;
  text-align:center;
}

# Not sure if actually used or not ...

H2 { FONT-SIZE: 12pt; FONT-FAMILY: arial,sans-serif; color: Green;}
H3 { FONT-SIZE: 11pt; FONT-FAMILY: arial,sans-serif; color: Green; }
H4 { FONT-SIZE: 10pt; FONT-FAMILY: arial,sans-serif; color: Green;}
H5 { FONT-SIZE: 10pt; FONT-FAMILY: arial,sans-serif; color: Green;}
H6 { FONT-SIZE: 10pt; FONT-FAMILY: arial,sans-serif; color: Green;}
.med {font: 11pt arial,sans-serif; line-height: 140%;}
.sml {font: 9pt arial,sans-serif; }
.subtle { color: #666; }
.very_subtle { color: #999; }

UL, OL { line-height:150%; }
LI { padding-bottom:10px; }

.selCron {
	border: 3px gold solid;
	padding:3px;
	font-size:12px;
}

.unselCron {
	font-size:12px;
	margin-bottom:2px;
}

.fullwidth {  width:100%; overflow:hidden; }
.cont_border { border: 10px #EDEDE1 solid; padding:3px; margin-right:5px; margin-bottom:5px; overflow:hidden; }
.editor_border { border: 10px #CC3366 solid; padding:3px; margin-right:5px; margin-bottom:5px; overflow:hidden; }
.cont_tabs { }
.master_container { position:relative; left:10px; right:10px; padding:3px; border: 1px #CBCBA9 solid; overflow:hidden; }
.logout_box { position: relative; background-color: #999; float:right; margin-top:3px; margin-right:3px; }
.logout_box div { float:left; }
.hdrgreybox { float:left; height:65px; width:100%; clear:both; background-color: rgb(102,102,102); left:5px; right:5px; }
#logo { padding:5px; }
.navigation { float:left; clear:both; width:100%; margin-bottom:5px; border-bottom: 1px #CBCBA9 solid;  background: url(../images/page_bg.gif); }
.page_content { position:relative; margin-left:10px; margin-right:10px; }
.bread_crumbs { position:relative; clear:both; height:25px; margin-left:10px; margin-right:10px; margin-bottom:5px; }
