/****************************************\
|  CSS Style Sheet                       |
|  Solidmark Web Design                  |
|  Created: 11/03/04                     |
|  Last Modified: 11/03/04               |
\****************************************/
/*  Colors used in document             */
/*  Dark green:    #148F2D              */
/*  Dark green 2:  #598E5C              */
/*  Light green:   #C4D7C5              */
/*  Dark blue:     #004D91              */

body {
	margin: 0;
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .70em;
	color: #444444;
	
}

#main {
	background: #FFFFFF url(images/bg_mnu_repeat_y.gif) repeat-y;
}

#header {
	background: #FFFFFF url(images/bg_header_repeat_x.jpg) repeat-x;
}

a {
	text-decoration: underline;
	color: #004D91;
}

a:hover {
	text-decoration: none;
}


/* Text styles */
.header {
	color: #4b98d0;
	font-size: 18px;
	/*font-weight: bold;*/
	font-family: Arial, Helvetica, sans-serif;
}

.no_underline {
	text-decoration: none;
}

.no_underline a {
	text-decoration: none;
}

.no_underline a:hover {
	text-decoration: underline;
}

.warning {
	color: #FF0000;
	font-weight: bold;
}
#navcontainer {
	margin: 0;
	padding: 0;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#navcontainer a {
	display: block;
	padding: 0;	
	font-weight: normal;
}

#navcontainer a:link, #navlist a:visited {
	padding-left: 0;
	color: #000000;
	text-decoration: none;
}

#navcontainer a:hover {
	color: #000000;
	font-weight: bold;
}

input, textarea {
	border: 1px solid #333333;
	font-size: 11px;
}

.nostyle {
	border: 0;
}

.report_table {
	border: 1px solid #D8DEB4;
	border-collapse: collapse;
	padding: 4px;
	margin: 0;
}

.report_table td.h {
	background-color: #4763A5;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	margin: 4px;
}

.report_table td.h a {
	color: #FFFFFF;
	text-decoration: none;
}

.report_table td.h a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.report_table td.subh {
	background-color: #E8E171;
	/*color: #000000;*/
	padding: 4px;
	margin: 4px;
	font-weight: bold;
	font-size: 10px;
}

.report_table td.data {
	border: 1px solid #598E5C;
	/*color: #000000;*/
	padding: 4px;
	margin: 4px;
}

.report_table tr:hover, .report_table tr.row_highlight {
	background-color: #FFFFCC;
	color: #003366;
}

.sj_table {
	border: 1px solid #666666;
	border-left: 8px solid #666666;
	border-top: 1px solid #666666;
}

.sj_table td {
	padding: 5px;
}

.sj_header {
	font-size: 14px;
	font-weight: bold;
}

.table_main {
	padding: 10px;
	padding-left: 15px;
}

/* table styles */
.report_table {
	border: 1px solid #000000;
	border-collapse: collapse;
	padding: 4px;
	margin: 0;
}

.report_table td.h {
	background-color: #004D91;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	margin: 4px;
}

.report_table td.h a {
	color: #FFFFFF;
	text-decoration: none;
}

.report_table td.h a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.report_table td.subh {
	background-color:  #EEEEEE;
	/*color: #000000;*/
	padding: 4px;
	margin: 4px;
	font-weight: bold;
	font-size: 10px;
}

.report_table td.data {
	border: 1px solid #EEEEEE;
	/*color: #000000;*/
	padding: 4px;
	margin: 4px;
}

.report_table tr:hover, .report_table tr.row_highlight {
	background-color: #FFFFCC;
	color: #003366;
}

.cal_header {
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}

.calendar {
	border: 1px solid #999999;
	border-collapse: collapse;
}

.calendar td {
	border: 1px solid #999999;
	vertical-align: top; 
}

.calendar td.today {
	background-color: #FFFFDD;
}

.dayofweek {

}

.empty_day {
	background-color: #CCCCCC;
}

.highlight {
	background-color: #FFFF00;
}

#fla {
	float: left;
	clear: left;
}

#main {
	float: right;
	clear: right;
	/*border: 1px solid #009AD3;*/
	/*border-left: 73px solid #009AD3;*/
	background-color: #FFFFFF;
	width: 373px;
	height: 540px;
	text-align: left;
	position: relative;
	padding-left: 73px;
	background: url(../images/mnu_bg.gif) repeat-y top left;
}

#m1 {
	background: url(../images/blue_pixel.gif) repeat-x top left;
	width: 373px;
	height: 540px;
}

#m2 {
	background: url(../images/blue_pixel.gif) repeat-x bottom left;
	width: 373px;
	height: 540px;
}

#m3 {
	background: url(../images/blue_pixel.gif) repeat-y top right;
	width: 373px;
	height: 540px;
}

#m4 {
	background: url(../images/crnr_tr.gif) no-repeat top right;
	width: 373px;
	height: 540px;
}

#m5 {
	background: url(../images/crnr_br.gif) no-repeat bottom right;
	width: 373px;
	height: 540px;
}

.b1 {
	background: url(../images/blue_pixel.gif) repeat-x top left;
	width: 100%;
	height: 100%;
}

.b2 {
	background: url(../images/blue_pixel.gif) repeat-x bottom left;
	width: 100%;
	height: 100%;
}

.b3 {
	background: url(../images/blue_pixel.gif) repeat-y top left;
	width: 100%;
	height: 100%;
}

.b4 {
	background: url(../images/blue_pixel.gif) repeat-y top right;
	width: 100%;
	height: 100%;
}

.b5 {
	background: url(../images/crnr_tl.gif) no-repeat top left;
	width: 100%;
	height: 100%;
}

.b6 {
	background: url(../images/crnr_tr.gif) no-repeat top right;
	width: 100%;
	height: 100%;
}

.b7 {
	background: url(../images/crnr_br.gif) no-repeat bottom right;
	width: 100%;
	height: 100%;
} 

.b8 {
	background: url(../images/crnr_bl.gif) no-repeat bottom left;
	width: 100%;
	height: 100%;
}

.b9 {
	padding: 20px;
}

#main_wrapper {
	width: 860px;
}

.gray_bar {
	background: #E7E4E1 url(../images/gray_div_bottom.gif) repeat-x bottom left;
	width: 372px;
	height: 51px;
	/*border-right: 1px solid #009AD3;*/
}

.content {
	padding: 10px;
	/*padding-right: 80px;*/
	/*padding-left: 18px;*/
}

#main_menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 73px;
	text-align: center;
}

.content_home {
	padding-right: 32px;
}

.subheader {
	color: #4b98d0;
	font-weight: bold;
}

.subheader2 {
	color: #4b98d0;
	font-weight: bold;
	margin: 0; 
	padding: 0 0 3px 20px;
}

.content_sub {
	padding: 20px 40px 20px 40px;
}

.tab {
	background-color: #BD640C;
}

.t1 {
	background: url(../images/tab_left.jpg) no-repeat top left;
}

.t2 {
	background: url(../images/tab_right.jpg) no-repeat top right;
}

.tab_bar {
	width: 621px;
	background-color: #595958;
	color: #FFFFFF;
	font-size: 9px;
	text-align: center;
}

.tab_bar img {
	margin: 4px 11px 4px 11px;
}

.footer_bar {
	width: 621px;
	background-color: #595958;
	color: #FFFFFF;
	position: relative;
}

#footer {
	color: #999999;
	font-size: 10px;
	padding: 10px;
}

#menu_footer_buttons {
	position: absolute;
	/*left: 356px;
	top: 63px;*/
	
	margin-left: -63px;
	margin-top: -80px;
	
	text-align: center;
	z-index: 1000;
	
}

#short_content {
	height: 120px;
}

.cortex_table_1 {
	border-top: 5px solid #4b98d0;
	border-bottom: 2px solid #666666;
	border-collapse: collapse;
}

.cortex_table_1 td {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	padding: 12px;
}

.cortex_table_1 .nostyle_cortex_table td {
	border-top: none;
	padding-top: 0;
}

.filesize {
	font-size: 10px;
	color: #999999;
	font-style: italic;
}

.hr {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 15px;
}

.extra_space {
	width: 100px;
	height: 450px;
}

#update_menu a {
	color: #FFFFFF;
}

#update_menu a:hover {
	color: #DDDDDD;
}
