@import url("/css/layout.css");
@import url("/css/style.css") ;

.black_arial_8_link     { font-size: 12px; }
.black_arial_small      { font-size: 10px; color: #333; }
.welcome_sidebar      	{ font-size: 12px; color: #393; }
.welcome_sidebar_LINK 	{ font-size: 12px; color: #339; }
.QuickSearch          	{ font-size: 12px; color: #333; }
.QuickSearchhead      	{ font-size: 12px; color: #393; font-weight: bold;   }
.black_bold_arial_small { font-size: 11px; color: #333; font-weight: bold;   }
.std_header 	      	{ font-size: 12px; color: #000; font-weight: bold;   }
.std_footer 	      	{ font-size: 12px; color: #393; }
.alt_header 	  	{ font-size: 12px; color: #339; font-weight: bold;   }
.right_column_head      { font-size: 12px; color: #339; font-weight: bold;   }
.large 			{ font-size: 14px; color: #000; font-weight: bold;   }
.large_colored		{ font-size: 13px; color: #036; font-weight: bold;   }
.huge 			{ font-size: 18px; color: #036; font-weight: bold;   }
.huge_index		{ font-size: 19px; color: #036; font-weight: bold;   }
.black_arial_10         { font-size: 13px; color: #333; font-weight: normal; }
.black_bold_arial_10    { font-size: 13px; color: #333; font-weight: bold;   }
.black_arial_8          { font-size: 12px; color: #333; font-weight: normal; }
.black_bold_arial_8     { font-size: 12px; color: #333; font-weight: bold;   }
.black_arial_small      { font-size: 10px; color: #333; font-weight: normal; }
.black_bold_arial_small { font-size: 10px; color: #333; font-weight: bold;   }
.inlineTitle	   	{ font-size: 14px; color: #036; font-weight: bold;   } 
.index_title		{ font-size: 13px; color: #036; font-weight: bold; text-decoration: underline}
.tip_title		{ font-size: 13px; color: #036; font-weight: bold }
.mid_title		{ font-size: 13px; color: #444; font-weight: bold }
.colorHeader 	      	{ font-size: 10px; color: #339; font-weight: bold; font-variant: normal; text-transform: none; }
.smallprint		{ font-size:  9px; }
.first_word		{ 		   color: #036;    font-weight: bold;   }
.last_word		{ 		   color: #4B862E; font-weight: bold;   }
.prov_index_txt		{ 		   color: #03C; }
.sorting_header		{ 		   color: #338; font-weight: bold;   }
.onclick_close		{ 		   color: #338; }

.search_table_bg	{ background-color: #87ac73; }
.index_table_bg		{ background-color: #87ac73; }
.index_table_fg		{ background-color: #87ac73; }
.prof_tips_table_bg	{ background-color: #ffddff; }
.prof_table		{ background-color: #fff; border-color:#000; border-spacing:5px; width:375px;}
.prov_table		{ background-color: #fff; border-color:#000; border-spacing:5px; width:375px; height:200px;}
.helpful_table		{ background-color: #fff; border-color:#000; border-spacing:5px; width:375px;}
.std_content		{ background-color: #fff; }
.help_content		{ background-color: #87ac73; }
.courses_bg		{ background-color: #bbbbdd; }
.stats_table_bg		{ background-color: #87ac73; }
.stats_table_row	{ background-color: #87ac73; }
.search_table_separator	{ background-color: #333388; }
.table_bg		{ background-color: #ffffcc; }
.left_pane {
	   margin: 0px;
	   font-size: 12px; 
	   font-weight: normal; 
	   color: #fff; 
	   font-style: normal; 
	   line-height: normal; 
	   text-decoration: none
}

/*a{}
a:link    {color: #036}
a:visited {color: #036}
a:active  {color: #000} */

/*body       { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #036; background-color: #fff;
	     text:#036; font-style: normal; text-decoration:none; line-height: normal; margin: 0px;} */
h3	   { font-size: 14px; color: #036; font-weight: bold;} 
h2	   { font-size: 14px; margin-bottom: 0px;} 

table {
	border-collapse: collapse;
	border-color: #000;
	margin: 0px;
	border-spacing: 0px;
	padding: 0px;
}

tr {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
}

td {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}

tr.align_middle {

	vertical-align: middle;
}

/*td {
	margin: 0px;
	color: #000000;
	font-size: 12px;
}*/

body {
	color: #036;
	font-family: arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

a,
a.link,
a.visited {
	color: #036;
	text-decoration: none;
}

a:active,
a:hover {
	/*color: #000000;*/
	text-decoration: underline;
}

table.main_header {
	background: #FFFFFF url("/images/header.jpg") no-repeat right;
	height: 106px;
	width: 100%;
}

table.sub_main_header {
	width: 100%;
}

tr.upper_main_header {
	height: 106px;
	vertical-align: top;
}

td.main_logo {
	height: 106px;
	width: 300px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/logo.png", sizingMethod="crop");
}
td.main_logo[class] {
	background: url("/images/logo.png");
}

table.tab_menu {
	height: 30px;
}

table.tab_menu tr {
	vertical-align: bottom;
}

table.tab_menu a,
table.tab_menu a.link,
table.tab_menu a.visited {
	color: #E7E2D7;
	font-size: 11px;
	position: relative;
	text-decoration: none;
}

td.tab_1 {
	background-position: bottom;
	background-repeat: no-repeat;
	height: 30px;
	padding-bottom: 5px;
	text-align: center;
	width: 112px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/tab_1.png", sizingMethod="crop");
}
	
td.tab_1[class] {
	background: url("/images/tab_1.png") no-repeat bottom;
}

td.tab_2 {
	background-position: bottom;
	background-repeat: no-repeat;
	height: 30px;
	padding-bottom: 5px;
	text-align: center;
	width: 112px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/tab_2.png", sizingMethod="crop");
}
td.tab_2[class] {
	background: url("/images/tab_2.png") no-repeat bottom;
}

td.tab_3 {
	background-position: bottom;
	background-repeat: no-repeat;
	height: 30px;
	padding-bottom: 5px;
	text-align: center;
	width: 112px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/tab_3.png", sizingMethod="crop");
}
td.tab_3[class] {
	background: url("/images/tab_3.png") no-repeat bottom;
}

td.tab_4 {
	background-position: bottom;
	background-repeat: no-repeat;
	height: 30px;
	padding-bottom: 5px;
	text-align: center;
	width: 112px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/tab_4.png", sizingMethod="crop");
}
td.tab_4[class] {
	background: url("/images/tab_4.png") no-repeat bottom;
}

td.tab_5 {
	background-position: bottom;
	background-repeat: no-repeat;
	height: 30px;
	padding-bottom: 5px;
	text-align: center;
	width: 112px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/tab_5.png", sizingMethod="crop");
}
td.tab_5[class] {
	background: url("/images/tab_5.png") no-repeat bottom;
}

td.tab_6 {
	background-position: bottom;
	background-repeat: no-repeat;
	height: 30px;
	padding-bottom: 5px;
	text-align: center;
	width: 112px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/tab_6.png", sizingMethod="crop");
}
td.tab_6[class] {
	background: url("/images/tab_6.png") no-repeat bottom;
}

td.tab_right {
	background-position: bottom;
	background-repeat: no-repeat;
	height: 30px;
	text-align: center;
	width: 15px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/tab_right.png", sizingMethod="crop");
}
td.tab_right[class] {
	background: url("/images/tab_right.png") no-repeat bottom;
}

td.tab_menu_right_space_filler {
	width: 54px;
}

tr.lower_main_header {
	height: 30px;
}

td.powered_by_bar {
	background: #000000;
	text-align: right;
	width: 100%;
}

td.main_sidebar {
	background: url("/images/main_sidebar_bg.png");
	color: #E7E2D7;
	font-size: 12px;
	width: 60px;
}

table.main_sidebar {
	margin-top: 50px;
	width: 100%;
}

tr.main_sidebar {
	vertical-align: bottom;
}

tr.main_sidebar_list {
	padding: 5px;
}

td.main_sidebar_list {
	color: #E7E2D7;
	font-size: 12px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 7px;
}

td.main_sidebar_list a,
td.main_sidebar_list a.link,
td.main_sidebar_list a.visited {
	color: #E7E2D7;
	text-decoration: none;
}

td.main_sidebar_list a:active,
td.main_sidebar_list a:hover {
	text-decoration: underline;
}

hr.main_sidebar_line {
	color: #E7E2D7;
	noshade: 1;
	width: 100%;
}

td.main_sidebar_adobe {
	padding-bottom: 20px;
	text-align: center;
}

td.main_sidebar_nasba_tools {
	padding-bottom: 10px;
}

td.main_body {
	background: url("/images/main_body_bg.png");
	height: 100%;
	padding: 10px;
}

td.main_footer {
	background: #000000;
	color: #E7E2D7;
	height: 21px;
	font-size: 12px;
	text-align: center;
	width: 100%;
}

td.main_footer a,
td.main_footer a.link,
td.main_footer a.visited {
	color: #E7E2D7;
	text-decoration: none;
}

td.main_footer a:active,
td.main_footer a:hover {
	text-decoration: underline;
}


input      { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; line-height: normal;}
input.text { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #036; background-color: #fff; }
textarea   { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #036; background-color: #fff; font-weight: normal; }
select     { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #036; background-color: #fff; font-weight: normal; font-style: normal;}
