/* Site Colors:
  #1A446C - blue grey
  #689DC1 - light blue
  #D4E6F4 - very light blue
  #EEE4B9 - light tan
  #8D0D19 - burgundy
*/

html { 
	height: 100%; width: 100%; 
	background: #C0C0C0 url(../images/bg_tile2.gif);
}
body { width: 950px; height: 100%; margin: auto; padding: 0px; border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	/*background: #FFFFFF;*/
	font-size: 13px; line-height: 15px;color:#222; 
}
img { border: none; }
table, tr, td { border-collapse: collapse; vertical-align: top; font-size: 12px; line-height: 15px;padding-left: 20px;padding-right: 20px;}

th{ 
	background:#C3D9FF;
	border:1px solid #FFFFFF;
	
}

.record_table{ 
	border:1px solid #C3D9FF
}
.logo td{
	padding-left: 0px;
	padding-top: 10px;
}  
h2 { color: #1A446C; margin-top: 1em;padding: 10px;background: #C0C0C0}  
a { color: #1A446C;}
#button{ color: #8D0D19;text-decoration: none;padding-left: 1em;}

table.bordered tr th, table.bordered tr td { border: 1px solid lightgrey; }

#pagination .selected { font-weight: bold; color: #1A446C;}

.header a { color: #FFFFFF;text-decoration: none;padding-left: 2em;}
#footer a { color: #FFFFFF;text-decoration: none;padding-left: 2em;}

.header { height: 20px; margin: 0px; padding: 0px; text-align: left; 
	background: #0099ff; color: #D4E6F4; }
.header h1 { padding: 0.5em; margin: 0px;}
#main { margin: 0px; padding: 0px;  width: 100%; background: #FFFFFF url(../images/back.jpg) no-repeat fixed bottom right; }
#structure { height: 600px; width: 100%; }
#login { height: 400px; width: 100%; }
#footer { height: 20px; margin: 0px; padding: 0.5em; text-align: center; 
	background: #C0C0C0;  color: #D4E6F4;}

/* Navigation */
#selection { width: 400px;  color: #1A446C;}
#sectionhead { width: 200px;  color: #1A446C;border: 0px solid lightgrey;}
#navigation { width: 200px;  color: #1A446C; border:2px solid #C3D9FF }
#navigation2{ width: 150px; padding: 2em 2em; color: #D4E6F4; background: #FFFFFF url(../images/back.jpg) no-repeat; }
#languagesection td{ width: 200px; background:#FFF ;border: 1px solid #D4E6F4; }
#languagesection th{ font-weight: bold;color: #1A446C;border: 1px solid #D4E6F4;}
#navigation a { color: #1A446C; text-decoration: none; }
ul.subjects { padding-left: 0; list-style: none; }
ul.pages { padding-left: 2em; list-style: square; }
.selected { font-weight: bold; }
.searchdiv td{  color: #8D0D19;border:1px solid #C3D9FF;font-weight: bold; }

/* Page Content */
#page { padding-left: 2em; vertical-align: top; background: #ffffff; }
#page h2 { color: #1A446C; margin-top: 1em;}
#page h3 { color: orange; }


.technology{
			cursor: hand;
			cursor: pointer;
			font-size:9pt;
			font-family:verdana;
			font-weight:bold;
			margin: 10px 0;
}
.headers{
			color: navy;
			cursor: hand;
			cursor: pointer;
			font-size:10pt;
			font-family:verdana;
			font-weight:bold;
			margin: 10px 0;
}


.openlanguage{ 
			color: black;
			/*background: #E1E1E1;*/
			background: lightblue;
}

.closedlanguage{ 
			color: black;
			background: lightblue;
}
			
.thelanguage{ 
			/*color:#347172; */
			color:black;
			font-size:9pt;
			font-family:verdana;
			font-weight:plain;
}

#addDiv{
			height: 50px;
}

#previewWin {
	background-color: #FF9;
	width: 150px;
	height: 200px;
	font: .6em arial, helvetica, sans-serif;
	padding: 5px;
	position: absolute;
	visibility: hidden;
	border: 1px #CC0 solid;
	overflow: hidden;
}

#previewWin h1, #previewWin h2 {
	font-size: 1.0em;
}
  

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #D4E6F4; /*THEME CHANGE HERE*/
border-bottom-width: 0;

line-height:18px;
z-index:100;
background-color: #C3D9FF;
width: 180px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #1A1A1A; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #C3D9FF;
color: #555;
}