﻿/* Cascading Stylesheet for Common Elements */
body
{
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    color: #000000;
    margin:0;
}
#container {
	width: 814px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#pdfcontainer {
	width: 827px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#fbcontainer {
	width: 518px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.content {
	padding: 0;
	width: inherit;
	position: relative;
}
#Login
{
    float: right;
    padding: 0 13px 2px 4px;
    font-size: 11px;
    font-family: Verdana;
    color: #fff;
    position: relative;
}
#TopNav
{
   width: 100%;
   height: 23px;
   border-right: 1px solid #000000;
   border-left: 1px solid #000000;
   background-color: #000000; 
   background-image: url(../../images/navbg.png);
   background-repeat: repeat-x;
   background-position: top;
}
.LoginControl
{
    border: 1px solid #666666;
    background-color: #E8E8E8;
    font-family: Verdana;
    font-size: 11px;
    padding: 2px;
}
.LoginTextFields
{
    font-family: Verdana;
    margin: 2px;
    font-size: 10px;
}
.ErrMsg
{
    color:#FF0000;
    font-weight:bold;
}
.modalBackground {
    background-color:#414141;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /*First*/
	filter:alpha(opacity=60);  /*Second*/
    opacity:0.6; /*Other*/
    -khtml-opacity: 0.6;      /* khtml, old safari */
	-moz-opacity: 0.6;       /* mozilla, netscape */
}

/*////// Navigation /////*/
#Login a
{
    color: #fff;
    text-decoration: none;
}
#Login a:hover
{
    color: #fff;
    text-decoration: underline;
}
.NavItem a
{
    color: #ffffff;
    text-decoration: none;
}
.NavItem a:hover
{
    color: #FFFF99;
    text-decoration: none;
}
.NavItemR a
{
    color: #ffffff;
    text-decoration: none;
}
.NavItemR a:hover
{
    color: #FFFF99;
    text-decoration: none;
}
#FooterNav a
{
    color: #DEDEDE;
    text-decoration: none;
}
#FooterNav a:hover
{
    color: #ffffff;
    text-decoration: none;
}
.FooterText a
{
    color: #FFFFCC;
    text-decoration: none;
}
.FooterText a:hover
{
    color: #FFFF66;
    text-decoration: none;
}
#FooterNavPDF a
{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.addthis_toolbox a
{
    color: #DEDEDE;
    font-size: 11px;
    text-decoration: none;
}
.addthis_toolbox a:hover
{
    color: #ffffff;
    font-size: 11px;
    text-decoration: none;
}
a.TextLinkGrey
{
    color: #999999;
    text-decoration: none;
}
a.TextLinkGrey:hover
{
    color: #666666;
    text-decoration: underline;
}
a
{
    color: #800000;
}
.TextBox
{
    border-style: solid;
    border-width: 1px;
    border-color: #808080 #C0C0C0 #C0C0C0 #808080;
    background-image: url(../../images/inputbg.gif);
    background-repeat: repeat-x;
    background-position: top left;
    font-size: 11px;
    font-family: Verdana, Arial, Tahoma;
    height: 14px;
    padding-left: 2px;
}
select
{
    font-size: 11px;
    font-family: Verdana, Arial, Tahoma;
    height: 19px;
}
.dialogPosition 
{
    position: absolute; 
    top: 10px;
    left: 10px;   
}
.openDialogLink, a.openDialogLink, a.openDialogLink:hover, a.openDialogLink:visited, a..openDialogLink:link, a..openDialogLink:active
{
    color: #FFFFFF;
    text-decoration: none;
}

