﻿html
{
	height: 100%;
}
body
{
	height: 100%;
	font-family: ArialMT, Arial, Sans-Serif;
	font-size: 0.8em;
	margin-top:10px;
	margin-left:10px;
	color:#555555;
}
h1, h2, h3
{
	color: #13768C;
	margin-top:0px;
}
h1
{
	font-size: 1.6em;
	margin-bottom:20px;
}
h2
{
	font-size: 1.6em;
	margin-bottom:20px;
}
h3
{
	font-size: 1.3em;
	margin-bottom:5px;
}
hr
{
    margin:2px 0px;
    color:#cccccc;
    height:1px;
    border:none;
    background-color:#cccccc;     
}
form
{
	margin-top:0px;
	margin-bottom:0px;
}
#container
{
	width: 790px;
}
#topPanel
{
	height: 150px;
	text-align: left;
	width: 790px;
}
#topleftPanel
{
	float: left;
	height: 100%;
	text-align: left;
	width: 790px;
	padding: 0px;
}
#topStatusBar
{
	width:100%;
	background-color:#13768C;
	margin:3px 0px;
	clear:both;
}
#topStatusBar div
{
    color:white;
    background-color:#13768C;
    font-family:verdana;
}
#topStatusBar a
{
	color:White;
	text-decoration:none;
}
#topStatusBar a:hover
{
	text-decoration:underline;
}
#divTopMenu
{
    width:788px;
    text-align:right;
    margin:3px 0px 3px 1px;
    background-color:#13768C;
    height:26px;
}
#divTopMenu ul.TopMenuList
{
    background-color:#13768C;
	list-style-type: none;
    margin:0px 0px 0px 0px;
}
#divTopMenu ul.TopMenuList li
{
    background-color:#13768C;
	display:inline;
}
#divTopMenu ul.TopMenuList li a
{
    color:White;
    text-decoration:none;
    display:block;
    float:right;
	padding: 5px 20px 5px 20px;
	border-left:solid 2px white;
}
#divTopMenu ul.TopMenuList li a:hover
{
    background-color:#232055;
}

#divLeftMenu
{
	float: left;
	height: 100%;
	text-align: left;
	width: 145px;
	padding: 0px;
	font-family:Verdana,Tahoma,Arial;
}
#divLeftMenu ul.LeftMenuList
{
	margin: -3px 0px 0px 1px;
	padding: 0;
	list-style-type: none;
}
#divLeftMenu ul.LeftMenuList li
{
    background-color:#13768C;
    margin-top:3px;
}
#divLeftMenu a
{
    color:White;
    padding:10px 5px 10px 5px;
    text-decoration:none;
    display:block;
}
#divLeftMenu ul.LeftMenuList li a:hover
{
    background-color:#232055;
}

#mainContent
{
	width: 490px;
	padding: 5px;
	position:absolute;
	left:155px;
	top:223px;
}
#mainContentInternal
{
	width: 635px;
	padding: 5px;
	position:absolute;
	left:155px;
}
#rightMenu
{
	float: right;
	height: 100%;
	width: 135px;
	padding: 5px;
	margin-top:5px;
	border-left:dashed 1px #bbbbbb;
}
#rightMenu div
{
	text-align:center;
	margin-bottom:20px;
}
#rightMenu div.rightMenuButton
{
	font-family:Verdana,Tahoma,Arial;
    margin-bottom:5px;
    width:137px;
    height:26px;
    line-height:26px;
    background-image:url(../../images/RightMenuButton.gif);
}
div.rightMenuButton a
{
    color:#505050;
    display:block;
    text-decoration:none;
}
.Error
{
	color:Red;
	background-color:#ffc7c7;
	font-weight:bold;
	text-align:center;
	width:125px;
	border:solid 1px red;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}
.ErrorInternal
{
	color:Red;
	background-color:#ffc7c7;
	font-weight:bold;
	text-align:center;
	width:625px;
	border:solid 1px red;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
}
.panelLastUpdate
{
	width:100%;
	font-size:0.7em;
	text-align:left;
	color:#999999;
}
A.RightMenu
{
	font-size:0.7em;
	color:#555555;
	text-decoration:none;
}
A.RightMenu:hover
{
	text-decoration:underline;
}
#searchResult iframe {
    width: 490px; 
}
.CheckBoxList
{
   	width:100%;
}
.CheckBoxList input
{
	margin-left:10px;
	margin-right:10px;
}
.CheckBoxList label 
{     
    float:none;     
} 

TABLE.DataList
{
	border:solid 1px #555555;
	width:100%;
}
TABLE.DataList TH
{
	background-color:#cccccc;
	font-variant:small-caps;
}
TABLE.DataList TR.col1
{
	background-color:#DCDCFF;
	vertical-align:top;
}
TABLE.DataList TR.col2
{
	background-color:#DCFFDC;
	vertical-align:top;
}
TABLE.DataList A
{
	color:#555555;
	text-decoration:none;
}
TABLE.DataList A:hover
{
	text-decoration:underline;
}
TABLE.Input TD
{
	font-weight:normal;
}
TABLE.Input TD.Label
{
	text-align:right;
	background-color:#eeeeee;
	font-weight:bold;
	padding-left:20px;
}
TABLE.Output TD
{
	font-weight:normal;
}
TABLE.Output TD.Label
{
	text-align:right;
	font-weight:bold;
	background-color:#eeeeee;
	padding-left:20px;
}
.Subtext
{
	font-style:italic;
	font-size:0.8em;
}
A.plain
{
	color:#555555;
	text-decoration:none;
}
A.plain:hover
{
	text-decoration:underline;
}
div.Filter
{
    font-family:Verdana;
    font-size:10pt;
	font-weight:bold;
    border:solid 1px #777777;
    padding:10px;
    color:#666666;
    background-color:#cccccc;
    margin-bottom:25px;
	width:615px;
	line-height:1.5em;
}
UL.filter
{
	margin-top:5px;
	margin-bottom:20px;
}
TABLE.InternalHomeLinks
{
	width:100%;
	text-align:center;
	border:none;
}
label.UNUSED
{     
    float:left;     
    width:7em;
} 
label.UserSections
{     
    float:none; 
    width:250px;
} 
p
{
    margin-top:10px;
    margin-bottom:10px;
}
TABLE.GreenAndBlue
{
    width:475px;
    border-color:#CCCCCC;
}
TABLE.GreenAndBlue A
{
    text-decoration:none;
    color:Blue;
}
TABLE.GreenAndBlue A:hover
{
    text-decoration:underline;
}
TABLE.GreenAndBlue TH
{
    background-color:#888888;
    border-color:#CCCCCC;
    color:White;
    padding:5px;
}
TABLE.GreenAndBlue TD
{
    padding:5px;
}
TABLE.GreenAndBlue TR.GreenAndBlueRow1
{
    background-color:#DDDDFF;
}
TABLE.GreenAndBlue TR.GreenAndBlueRow2
{
    background-color:#DDFFDD;
}
TABLE.GreenAndBlue A
{
    color:#6A9385;
}
div.QuoteOpen
{
    background:url(../../images/QuoteOpen.gif) no-repeat left top;
    padding-left:20px;
    margin-left:20px;
    padding-top:10px;
    margin-top:10px;
}
div.QuoteClose
{
    background:url(../../images/QuoteClose.gif) no-repeat bottom right;
    padding-right:20px;
    margin-right:20px;
    padding-bottom:10px;
    margin-bottom:10px;
}
div.DeleteNote
{
	color:Red;
	background-color:#ffc7c7;
	font-weight:bold;
	text-align:left;
	width:100%;
	border:solid 1px red;
	padding-left:5px;
	padding-right:5px;
	padding-top:15px;
	padding-bottom:15px;
}
label.Login 
{
    vertical-align:middle;
    display: block;
    float: left;
    width: 100px;
    margin-top:3px;
}
input.Login 
{
    vertical-align:middle;
    float: left;
    width: 150px;
}
div#Footer
{
    clear:both;
    text-align:center;
    width:490px;
    margin-top:100px;
    font-size:smaller;
    font-style:italic;
    color:#cccccc;
}
div#Footer a
{
    color:#cccccc;
}



#divLeftMenu ul.LeftMenuList li.Selected a
{
    background-color:#232055;
}
#divTopMenu ul.TopMenuList li.Selected a
{
    background-color:#232055;
}
