﻿/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*------------------ HTML CONTROLS ------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/

a           {color: #DA444D; text-decoration: underline}
a:hover	   	{color: #56A0D4; text-decoration: none}

ul			{list-style-type:square}
hr			{size:1 solid #999999;}

input		{border: 1 solid #C0C0C0; font-family: arial; font-size: 8pt; color: #000000;}
select		{border: 1 solid #C0C0C0; font-family: arial; font-size: 8pt; color: #000000;}
textarea	{border: 1 solid #C0C0C0; font-family: arial; font-size: 8pt; color: #000000;}

form 		{margin:0;}

table		{font-family: verdana; font-size: 8pt; color: #333333; background-repeat: repeat-x;}

Body	{	margin:0;
			scrollbar-face-color: #56A0D4;
		  	scrollbar-shadow-color: #FFFFFF;
		  	scrollbar-track-color: #CCCCCC;
		  	scrollbar-highlight-color: #FFFFFF;
		  	scrollbar-3dlight-color: #FFFFFF;
	 	  	scrollbar-darkshadow-color: #000000;
		  	scrollbar-arrow-color: #FFFFFF;
		  	font-family: Arial, Verdana;
		  	font-color: #000000;
		  	padding-top: 20px;
		  	padding-bottom: 20px;
		  	padding-left: 0px; 
		  	padding-right: 0px; 
      	 	background-color: #999999;
		}


/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------ EO DEFINED ------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/

/*--- Page formatting schemes ---*/
.page_header			{background-color: #012E4A; font-family: verdana; font-size: 10pt; color: #000000; font-weight: bold }
.page_subheader			{font-family: verdana; font-size: 8pt; color: #012E4A; font-weight: bold }
.page_subheaderUnd		{font-family: verdana; font-size: 8pt; color: #012E4A; font-weight: bold; border-bottom: 1px solid #CCCCCC}
.page_title				{font-family: verdana; font-size: 10pt; color: #012E4A; font-weight: bold; font-style: italic}
.page_subtitle			{font-family: verdana; font-size: 8pt; color: #012E4A; font-weight: bold; font-style: italic}
.page_small				{font-family: Verdana; font-size: 7pt; color: #000000 }

.page_highlight			{background-color: #D3E1FC;}
.page_error				{background-color: #A91E29; font-family: verdana; font-size: 8pt; color: #FFFFFF; font-weight: bold}
.page_button			{background-color: #012E4A; cursor:hand; color: #FFFFFF; font-family: Verdana; font-size: 7.5pt; font-weight: bold ; text-decoration: underline}

.page_footer			{font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #02325A}


/*--- Menu ---*/
.menu_container 	{background-color: #56A0D4; color: #FFFFFF;font-family: Arial; font-size: 7pt; }
.menu_linkfooter	{color: #999999}

/*--- Table results formatting ---*/
.result_header	{border-bottom: 1 solid #D3E1FC;font-family: verdana; font-size: 8pt; color: #000000; font-weight: bold }
.result_row		{border-bottom: 1 solid #D3E1FC;}
.result_rowlink	{cursor:hand;}


/*--- Container table color schemes ---*/
.container_core				{background-color: #999999;border-collapse: collapse;}
.container_contents			{background-color: #FFFFFF }
.container_lightblue		{background-color: #C0D5E2}
.container_lightblueheader	{background-color: #C0D5E2; font-family: verdana; font-size: 8pt; color: #002D4A; font-weight: bold }


/*--- Image schemes ---*/
.image		{border: 1 solid #002F4A;}
.imagelink	{cursor:hand}


/*--- Drop down menu schemes---*/
.dropdown_List {
	height: 16px;
	width: 175px;
	height: 125px;
	color: #000000;
	cursor: pointer;
	border: 1 solid #C0C0C0;
	background-color: #FFFFFF;
	padding: 2px 2px 2px 5px;
	position: absolute;	
	border: 1px solid #666;
	overflow: auto;
	z-index: 2000;
}

#table_lecture {
	width:100%;
}
#table_lecture td{
	vertical-align:top;
}