/*leadMAXX golden bear Styles*/
/*_______________________________________________
colors used in styles:
golden bear gold -->#DFC800
golden bear dark gold highlight -->#968917
nav bar bkgd bright blue-->#6EB6E8
blue border color-->#559DCF
light grey outlines-->#999999
blue link text-->#003366
instructional text-->#999999
_______________________________________________*/


/*page styles*/


body {font-family: Verdana, Arial, Helvetica, sans-serif;}
hr { border-top: 3px solid #DEC600; }

.right{
	float:right;
}

#Login2{
	width:390px;
	font-size: 8pt;
	
	
}

#Login2 .sub
{
	font-family: verdana,Arial,Helvetica;
	font-size: 12px;
	font-weight: bold;
	color:#656565;
}
#Login2 .black
{
	font-family: verdana,Arial,Helvetica;
	font-size: 12px;
	font-weight: bold;
	color:black;
}

/* header styles*/
#container {
	display:block;
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(img/bkHdr.gif);
	background-repeat:repeat-x;
}

#container .sub {
	width:300px;
	text-align:left;
	margin-top: 15px;
	margin-left:10px;
	font-size:8pt;
	color:white;

}
#container .hdr {
    position: relative;
    top: -25px;
    left: 0px;
}
#container hr {
	border-top:3px solid #DEC600;
}
.hdrRight {/*graphic on the right of the header bar*/
 	position: relative;
    top: -20px;
	float:right;
}
.LastSearch
{
	background-color: #6EB6E8;
	font-family:Verdana;
	color:white;
	font-weight:bold;
	font-size:12px;
}

/*panel Styles*/
#homeSearch{
	display:block;
	border: 1px solid;
	border-color: #559DCF;
	background-color: #6EB6E8;
	/*width:500px;*/
	margin-left: 5%;
	padding:8px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.indent {
margin-top:12px;
margin-left: 60px;
}

#mlsSearchBox{
background-color: #CDE5FD;
border-top: 1px solid #559DCF;
}

#selRegion {
background-color: #6EB6E8;
border-bottom: 1px solid #559DCF;

}

.homeSearchtxt {
border-top:1px solid #DEC600;
text-align: left;
line-height: 1em;
}


div.Panel {

text-align:left;
	display:block;
	width:300px;
	height:170px;
	margin:10px;
	border:1px solid #999999;
	background-color: white;
	background-image:url(img/Untitled-1.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}



.topBar {
	display:block;
	padding:5px;
	border:1px solid white;
	background-color:#6EB6E8;
	border-bottom: 3px solid #DFC800;
}

.selectRegion{
	display:block;
	width:600px;
	margin:10px;
	border:1px solid #999999;
	background-color: white;
	background-image:url(img/Untitled-1.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

.heading {
	color:#ffffff;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:smaller;
	font-style:normal;
	font-weight:bold;
}

.formClass {
	text-align:left;
	padding-left:28px;
		font-size:10pt;
}
.instructions {
	margin:8px;
	font-size:8pt;
	color:#999999;
}



/*-----------------------------------------------------------------------------
  Note: The border-radius property is a proposed feature for CSS3 which creates
        rounded corners. Mozilla/Netscape browsers currently support this
        feature via the proprietary -moz-border-radius property. Both are
        defined here. Browsers that support neither should simply ignore them.
-----------------------------------------------------------------------------*/

div.navBar {
 position: relative;  top: -40px; left: 140px;

}
div.tabArea {
  font-size: 10px;
  font-weight: bold;
  padding: 0px 0px 10px 0px;
}

a.tab {
  background-color: #6EB6E8;
  border: 1px solid;
	/*  border-color: #B8D0E3 #559DCF #559DCF #B8D0E3;*/
	border-color: #6EB6E8;
  -moz-border-radius: .85em .85em 0em 0em;
  border-radius-topleft: .85em;
  border-radius-topright: .85em;
  padding-top: .5em;
  padding-left:.5em;
  padding-right:.5em;
  padding-bottom:.30em;
 position: relative;  top: 4px;
  text-decoration: none;
  z-index: 100;
}

a.tab, a.tab:visited {
  color: #003366;
}

a.tab:hover {
  background-color: #DEC600;
 /* border-color: #c0a0f0 #8060b0 #8060b0 #c0a0f0;*/
	border-color: #968917;
	color: white;
}


a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #6EB6E8;
 border-color: #968917;
  color: ##003366;
}

a.tab.activeTab {
  padding-bottom: 4px;
  top: 1px;
  z-index: 102;
}

a.FullList{
	color:#154C7E;
	font-size:10px;
}

td.LightBlue
{
background-color: E9F3FC;
}

TD.form
{
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.flatinput input{

{
	border: 1px solid #284279;
}
LI.roster
{
	
font-size:10px;
}

TD.Error
{
	font-weight:bold;
	color:red;
	font-size:10px;
}
/*div.tabMain {
  background-color: #9070c0;
  border: 2px solid #000000;
  border-color: #b090e0 #7050a0 #7050a0 #b090e0;
  -moz-border-radius: 0em .5em .5em 0em;
  border-radius-topright: .5em;
  border-radius-bottomright: .5em;
  padding: .5em;
  position: relative;
  z-index: 101;
}
*/
