﻿/* Main Layout */
#box
{ width:850px; margin:0px auto;background-color:#f7f7f5; text-align:center; height:100%
}

#header
{ width:850px; position:relative; top:0px;
  /*background-image:url(img/header.jpg);*/}
  
#header img
{ border:0; }

#leftcolumn
{ position:relative; width:208px; height:766px; background-color:#B7DDF4; float:left;
   text-align:left; z-index:1;}

#rightcolumn
{ position:relative;width:604px;
  text-align:left; z-index:0; float:left;}

#rightcontent { padding:15px; width:100%; text-align:left; position:absolute;}

#footer { width:850px; height:35px; color:#666666; font-size:9pt; line-height:35px;
          background-color:#B7DDF4; float:left; text-align:center;font-family:Verdana; }
          
#footer a { color:#666666; }

#maintable { margin-left:auto; margin-right: auto; width:850px; }

#upperheader { width:100%; height:100px; }

#lowerheader { height:40px; text-align:right; background-image:url(img/inactiveBack.jpg);}

#lowerheaderflash { height:215px; width:850px; text-align:left;}

#lowerheaderinner { margin:10px; }

.searchBox
{
    border:1px solid #cccccc;
    font-family: Verdana;
    font-size:8pt;
    color:#999999;
    width:150px;
}

/* Top Menu */
#TopMenu td
{
    background:#B7DDF4;
    border-right:1px solid white;
}
#TopMenu td a
{
    color:#334B35;
    font-family:Arial;
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;
    font-size:10.5pt;
}
#TopMenu a:hover
{
    text-decoration:underline;
}

/*Menu styles*/
.menuItem
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #334B35;
    border-bottom: 1px solid white;
    background-color: #B7DDF4;
    padding: 4px 5px 4px 10px;
    width:200px;
    height:37px;
    z-index:1;
}
.menuHover
{
    color: #334B35;
    border-bottom: 0px Solid white;
    background-color: #A1CD3B;
    padding: 4px 5px 4px 8px;
    text-decoration: none;
    z-index:1;
}

.rndtext
{
    font-size:8pt;
    color:#25415c;
    font-weight:bold;
}

.IE8-Fix
{
    z-index:10000;
}

/*AutoComplete Styles*/
.autostyle
{
    font-family:Tahoma;
    font-size:9pt;
    color:Navy;
    overflow:hidden;
}
.flyout
{
    background-color:#385876;
    font-family:Tahoma;
    font-size:9pt;
    color:White;
    border-color:#cccccc;
}
.list
{
    background-color:Gray;
    filter: alpha(opacity=50);
}

.buttons
{
    font-family:Tahoma;
    font-size:9pt;
    text-decoration:none;
    color:#666666;
}
.pause
{
    font-family:Tahoma;
    font-size:9pt;
    text-decoration:none;
    color:#666666;
    background-color:#f7f7f5;
    border:0px;
}
.text
{
    font-family: Verdana;
    font-size:10pt;
    text-decoration:none;
    color:#032747;
    cursor:pointer;
}
.rowback
{
    background-color:#f7f7f5;
}

.input 
{
    background-color:#f7f7f5;
	margin:2px 5px 0 0;
	border-width: 0px 0px 1px 0px;
	border-style: solid solid dotted solid;
	border-color:#809431;
	color:#5c71a2;
	font-family:"Courier New", Courier, mono;
	padding:1px 2px;
	width:250px;
}

.ctButton
{
    background-color:#f7f7f5;
    border:1px dotted #809431;
}

.download
{
    color:#334B35;
    font-size:10pt;
    text-decoration:none;
}
.links
{
    font-size:10pt;
    text-decoration:underline;
    color:#032548;
}
