/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN LAYOUT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.cert
{
    background-image: url(../images/cert-bg.gif);
    height: 71px;
    width: 180px;
    margin-top: 8px;
    background-repeat: no-repeat;
    border: 1px solid #990000;
    margin-right: 5px;
    margin-left: 10px;
}
.cert td{
	font-size: 10px;
	padding-top: 5px;
}
#topLoginName
{
    font-size: 11px;
    color: #000000;
    padding-top: 15px;
    padding-left: 5px;
}
.togBG{
	background-image: url(../images/top-bg_Y.gif);
	background-repeat: repeat-y;
	background-position: top;
}
body
{
	font-family: Arial, Serif;
	background-color: #767676;
	font-size: 11px;
	background-image: url(../images/Landing-Page.jpg);
	background-repeat: repeat-x;
}
td
{
    font-family: Arial, Serif;
    vertical-align: top;
    text-align: left;
    font-size: 11px;
}
p {
}
li{
}
ul{
}

td.fieldname
{
   text-align: right;
}
hr
{
    color: #b22222;
}
#Pad10{
	padding: 10px;
	position: static;
	
}#Pad5{
	padding: 5px;
	position: static;
	
}
#RigthColPadding{
	position: static;
	padding-left: 6px;
	margin-right: 18px;
}

#bannerbox
{
   border: dotted 3px #8d2d23;
   margin-top: 20px;
   margin-bottom: 20px;
   margin-left: 10px;
   margin-right: 10px;
   padding: 5px;
   text-align: center;
}
#loginbox
{
	top: 14px;
	right: 10px;
	width: 180px;
	height: 200px;
	font-size: 10px;
	padding-left: 5px;
	padding-top: 10px;
}
#loginbox input
{
	color: #000000;
	background-color: white;
	font-size: 12px;
}
#welcomebox
{
   font-size: 12px;
   text-align: right;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN LAYOUT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.mainTable
{
	background-image: url(../images/lightGreySpacer.jpg);
	width: 100%;
	border-right: gray 1px solid;
	border-left: gray 1px solid;
}

.tableContainer
{
	width: 100%;
	background-image: url(../images/lightGreySpacer.jpg);
	
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	HEADER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#header
{
    padding: 0px;
    margin: 0px;
    height: 175px;
    background-image: url(../images/Header.jpg);
    background-repeat: no-repeat;
}
#HeaderBGY
{
    background-image: url(../images/topBG-y.jpg);
    background-repeat: repeat-x;
    width: 100%;
    height: 175px;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-right: gray 1px solid;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Nav
~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.TopNav
{
    padding-top: 20px;
    padding-left: 370px;
}
.SubNav
{
    padding-top: 0px;
    padding-left: 20px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	PersonalizationManager
~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#PerManager
{
    text-align: left;
    position: absolute;
}
#PerManager a
{
	font-size: 8px;
	color: #000000;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.footer
{
    height: 28px;
    width: 100%;
    text-decoration: underline;
    border-bottom: gray 1px solid;
    text-align: center;
}
#footer
{
	padding: 0px;
	margin: 0px;
}
#footermenu
{
   text-align: center;
}
#footertext
{
   text-align: center;
}
.footermenulink
{
    font-family: Arial, Serif;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 5px;
    color: activecapxion;
    text-align: center;
}
.footermenulink a
{
    font-family: Arial, Serif;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 5px;
    color: activecapxion;
    text-align: center;
}
.footermenulink a:hover
{
	text-decoration: underline;
	color: #000000;
}
#footerCopyright
{
	font-size: 8px;
	color: white;
	text-align: center;
	width: 100%;

}