﻿/**********************************************************************
 * Styles.css                                                         *
 *                                                                    *
 * This file is initially empty and you can add any additional styles *
 * or modify any of the styles defined in BaseStyles.css              *
 * This file will never be overwritten.                               *
 *                                                                    *
 * For example, if you want to override just the top padding for a    *
 * menu, you can simply add the following lines:                      *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	}                                                             *
 *                                                                    *
 * This will keep all the other styles of the "menus" style as-is,    *
 * but modify the top padding to be 20px.                             *
 *                                                                    *
 * You can also, add a new style by just specifying it.               *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	text-align: center;                                           *
 * 	}                                                             *
 * 	                                                              *
 * In the above case, we added the text-align style.  This style was  *
 * not specified in the original declaration of the menus style.      *
 *                                                                    *
 **********************************************************************/



html { margin: 0px; }

h1
{
	color: #ccffff;
	font: bold 1.6em Arial, Verdana, Helvetica, sans-serif;
}

h2 { 
	color: #535769;
	font: bold 1.4em Arial, Verdana, Helvetica, sans-serif;	
}


body {
	background: #535769;
	text-align: center;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#wrapper, #wrapper3col {
	margin: 0px auto; 				/* to fix centering in Mozilla */
	background:  url("../images/bg.gif") repeat-y;
	text-align: left;
	width: 749px;					/* 749 width should be the same as the background image */
	padding: 0px 17px 0px 17px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	/* width: 715px; */
}
	html>body #wrapper, html>body #wrapper3col {
	width: 715px;
}
	
#wrapper3col {
	background:  url("../images/bg3col.gif") repeat-y;
}

#col3wrapper {
	font:  bold 100% Arial, Helvetica, sans-serif;
	line-height:1.1;
	margin:0 0 10px;
	clear: right;
	background-color: #FFFFCC;
	border: 1px solid #333333;
}
#col3wrapper h3 {
font:  bold 100% Arial, Helvetica, sans-serif;
border-width: 1px 0 1px 0;
line-height:1.1;
margin:0 0 10px 0;
clear: right;
border: 1px solid #730;
background: #FFD57D;
color:#730;
}
#col3wrapper ul, #col3wrapper ol {
	border-bottom: 1px #e0d0c0 solid;
}
#col3wrapper p{
font-size:77% ;
display: inline-block; 
margin-bottom:10px
}
#col3wrapper h5{
margin-top:15px;
margin-bottom:7px;
font-size:84%;
}
#col3wrapper h5 a:link, #col3wrapper h5 a:visited{
color: #CA1400;
}

#footer {
	margin: 0px auto; 				/* to fix centering in Mozilla */
	background:  url("../images/bottom.gif") no-repeat;
	width: 749px;					/* width should be the same as the background image */
	color: #B1B5C1;
	padding: 10px 0px 10px 0px;
}

#header {
	height: 43px;
	background: #ffffff;
}

#headerright {
	float: right;
	padding-top: 3px;
	Color: #0000ff;
	font: bold 3.6em Arial, Verdana, Helvetica, sans-serif;
}

#googlesearch {
	margin: 0px 0px 0px 170px;
	background: #cc0;
}

#menu {
	background:  url("../images/menubglb.gif") #4858A4 repeat-x;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	padding: 5px;
	color: #fff;
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
}

	#menu ul {
		list-style: none;			/* removes list marker */
		padding: 0px;				/* removes left indent */
		margin: 0px;
	}
	
	#menu ul li {
		display: inline;			/* sets list items to display in a row */
		padding-left: 10px;			/* puts space in between list items */
	}
	
	#menu a:link, #menu a:visited {
		color: #fff;
		text-decoration: none;
	}
	
	#menu a:active, #menu a:hover {
		color: #EDDF7D;
		text-decoration: none;
	}
	
#leftcol {
	width: 168px;
	float: left;
	background: url('../images/leftcoltop.gif');
	padding: 10px 8px 8px 10px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 152px;
}
	html>body #leftcol { width: 152px; }

#maincol {
	width: 545px;
	float: left;
	padding: 10px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 525px;
}
	html>body #maincol { width: 525px; }

#centercol {			/* basically a modification of "maincol" */
	width: 395px;
	float: left;
	padding: 10px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	/* width: 375px; */
}
	html>body #centercol { width: 375px; }
#centercol p {
	font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
}
#centercol h1
{
	font: bold 125%/1.6em Arial, Helvetica, sans-serif;
	/* border-width: 1px 0 1px; 0 */
	/* margin: 0 0 10px 0; */
	/* clear: right; */
	/* border: 1px solid #730; */
	/* background: #e9eaf0; */
	color: #1a286e;
	/* padding-right: 3px; */
	/* padding-left: 3px; */
	/* padding-bottom: 3px; */
	/* padding-top: 3px; */
}
#centercol h3 {
font:  bold 85% Arial, Helvetica, sans-serif;
margin:0 0 10px 0;
clear: right;
}

	
#rightcol {
	width: 150px;
	float: left;
	padding: 10px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 130px;
}
	html>body #rightcol { width: 130px; }


.roundedPanel
{	
	width:715px;
	background-color:#535769;
	/* background-color:white; */
	/* color:white; */
	font-weight:bold;
	border-top: solid 1px #000;
	border-style:solid;
	border-color:white;
	/* border-width:3px; */
	/* border-style:solid; */
	/* border-color:Gray; */
}
	
.clear { clear: both; }


.verticalmenu {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	.verticalmenu a:link, .verticalmenu a:visited, .verticalmenu a:hover {
		display: block;
		font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
		color: #1A286E;
		text-decoration: none;
		padding: 5px;
		width: 153px;
		height: 26px;
		/* box model hack */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 143px;
		height: 16px;
	}
		html>body .verticalmenu a:link, html>body .verticalmenu a:visited, html>body .verticalmenu a:hover {
			width: 143px;
			height: 16px;
		}
		
	.verticalmenu a:hover {
	background: url('../images/vertmenubg.gif') no-repeat;
	cursor: hand;
	}
	div#google-search a {
	border: none;
}

div#google-search a:hover {
        border: none;
	background-color: transparent;
}

div#google-firefox {
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: .5em;
}

.field_label, .fl {
	font-family: Arial, Geneva, ms sans serif;
	font-size: 11px;
	font-weight: bold;
	color: #859999;
	white-space: nowrap;	
	vertical-align: middle;
	text-align: left;
	padding: 3px 6px 3px 6px;
	}

.field_label_on_side, .fls {
	font-family: Arial, Geneva, ms sans serif;
	font-size: 11px;
	font-weight: bold;
	color: #859999;
	white-space: nowrap;	
	vertical-align: middle;
	text-align: right;
	padding: 3px 6px 3px 6px;
	}
	
	/* Rounded Corners*/

.roundedPanel
{	
	width:300px;	
	background-color:#5377A9;
	/* background-color:white; */
	color:white;
	font-weight:bold;
	border-top: solid 1px #000;
	border-style:solid;
	border-color:white;
	/* border-width:3px; */
	/* border-style:solid; */
	/* border-color:Gray; */
}

/*CollapsiblePanel*/
.collapsePanel {
	background-color:white;
	color:Black;
	overflow:hidden;
}

/* collapsiblepanel area    */
.collapsiblePanelArea 
{
	width:100%;
	padding:1px;
	background:#FFF url(../images/demotop.png) no-repeat left top;
}

.collapsePanelHeader{	
	width:100%;		
	height:25px;
	background-image: url(../images/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

/*Modal Popup*/

.modalBackground
{
  background-color :Gray;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

div.scroll {
height: 480px;
width: 375px;
overflow: auto;
border: 1px solid #666;
background-color: #eee;
}
