﻿
* { margin: 0px; padding: 0px; }

html, body { height:100%; min-height:100%; overflow:auto; margin: 0px; padding: 0px; }

.PageHeader
{
    height:53px; 
    width:100%;
	background-image:url('img/PageHeader-Background.gif');
	background-position:bottom;
	background-repeat: repeat-x;
}
.PageHeader .HeaderLeft
{
    height:46px;
    width:865px;
	background-image: url('img/crda_top2.gif');
	background-repeat:no-repeat;
	background-position: left top;
}

.PageHeader .HeaderRight
{
    height:46px;
    width:100%;
	background-color: #c6d1c4;
}

.PageTopMargin
{
     display:block;
     height:10px;
     line-height:1px;
}
.PageLeftMargin
{
    display:block; 
    float:left; 
    width:10px;
}
.PageMiddle
{
    display:block; 
    float:left; 
    width:10px;
}
.PageRightMargin
{
    display:none;
}
.PageFooter
{
	font-family: Arial; 
	font-size: 12px; 
	margin-top: -25px;
	position:absolute;
	bottom:0px;
	left: 0px;
	right: 0px;
	height: 25px;
	margin-right:1px;
	visibility: hidden; 
	text-align: right;
	background-color: #122334;
}
.PageFooter .appname
{   display: block;
	float:left;
	color: white; 
	margin-top: 5px; 
	padding-left: 5px;  
	text-align: left;
	vertical-align:bottom;
	font-size:12px;
}
.PageFooter .beta
{   display: block;
	float:left;
	color: white; 
	margin-top: 9px; 
	padding-left: 2px;  
	text-align: left;
	letter-spacing: 1px;
	vertical-align:bottom;
	font-size:8px;
}
.PageFooter .version
{   display: block;
	float:left;
	color: white; 
	margin-top: 9px; 
	padding-left: 5px; 
	padding-right: 5px; 
	text-align: left;
	letter-spacing: 1px;
	vertical-align:bottom;
	font-size:8px;
}
.PageFooter .FooterText
{
	display: block;
	float:right;
	color: white; 
	margin-top: 5px; 
	padding-right: 5px; 
}

.PageFooter .FooterText a
{
	color: white; 
	text-decoration: underline;
}
.PageHeader .beta
{
    position:absolute;
    top: -15px;
    left:400px;
    font-family: Arial Helvetica Verdana;
    font-size: 10px;
    font-weight: normal;
    font-style:italic;
    width:75px;
    height:40px;
    text-align:left;
    padding-top:20px;
    padding-left:12px;
    color:White;
	background-image: url('img/beta.gif');
	background-repeat: no-repeat;
	z-index:2;
}
.UpperRightLinks
{
	position:absolute;
	top:0px;
	right: 0px;
	left:0px;
	text-align:right;
	margin-top: 25px; 
	font-family: Arial; 
	font-size: 10px;
	color: #454f5c;
	z-index:5000;
}
    
.UpperRightLinks A
{
	color: #454f5c;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
}
.UpperRightLinks .menuoff
{
    display:none;
}
.UpperRightLinks .menu
{
    float: right;

}

.paneLeftBody
{
    position:relative;
    top:0px;
    left:0px;
	border: solid 1px #9fa89f;
	background-color: #fff;
	border-bottom: solid 10px #9fa89f;
	overflow:hidden;
}
.paneRightBody
{
	position:relative;
    top:0px;
    left:0px;
	border: solid 1px #9fa89f;
	background-color: #fff;
	border-bottom: solid 10px #9fa89f;
	overflow:hidden;
}


.FloatTabsLeft 
{
	position: absolute; 
	font-size: 10pt; 
	left: 2px; 
	top: 80px; 
	/*background-color:#f0f0f0; 
	border:solid 1px #c0c0c0;*/
	padding: 15px 3px 15px 3px;
	z-index: 1000;
}

.FloatTabsRight 
{ 
	font-size: 10pt; 
	position: absolute; 
	right: 0px; 
	top: 150px; 
	z-index: 1000;
}

.FloatTab 
{ 
	font-size: 10pt; 
	text-align: center; 
	cursor: pointer; 
	filter: progid:DXImageTransform.Microsoft.basicimage(grayscale=0, xray=0, mirror=0, invert=0, rotation=1, opacity=1);
}

.FloatTabText
{
	color: white; 
	background-color: #92D050;
}

.tabBottomBar
{
	font-family: Arial;
	display: block;
	background-color:#f8faf7;
	border-bottom: solid 1px #9fa89f;
}

.tabTopBar
{
	font-family: Arial;
	display: block;
	height: 26px;
	/*background-image: url('img/Main-Header2.gif');
	background-repeat: repeat;*/
	background-color:#f8faf7;
	border-bottom: solid 1px #9fa89f;
}

.tabTopBar .sizer A
{
	display: block;
	width: 80px;
	height: 16px;
	font-size: 11px;
	font-weight: bold;
	margin: 2px 5px 2px 5px;
	padding: 5px 5px 2px 5px;
	color: #475a65;
	background-image: url('img/sizerButtonBg.gif');
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}
.tabTopBar .sizer A:hover
{
	color: #122334;
	text-decoration: none;
}

.tabTopBar .sizer2 A
{
	display: block;
	width: 90px;
	height: 16px;
	font-size: 11px;
	font-weight: bold;
	margin: 2px 5px 2px 5px;
	padding: 5px 5px 2px 5px;
	background-image: url('img/sizer2ButtonBg.gif');
	color: #475a65;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}
.tabTopBar .sizer2 A:hover
{
	color: #122334;
	text-decoration: none;
}

.tabTopBar .sizer3 A
{
	display: block;
	width: 140px;
	height: 16px;
	font-size: 11px;
	font-weight: bold;
	margin: 2px 5px 2px 5px;
	padding: 5px 5px 2px 5px;
	background-image: url('img/sizer3ButtonBg.gif');
	color: #475a65;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}
.tabTopBar .sizer3 A:hover
{
	color: #122334;
	text-decoration: none;
}
.tabTopBar .left
{
    float:left;  
    margin-right:10px;
}
.tabTopBar .right
{
    float:right;   
}
.tabStripRight
{
    position:absolute;
    display:block;
    top:0px;
    right:0px;
    float:right;
    text-align:right; 
}
.FloatRight
{
    float:right;
}
.unittext
{
    display:none;
}
.unitselect select
{
    margin-left:5px;
    width:75px;
}