body
{
	margin: 0px ;
	background-color: #FFFFFF ;
}
.mainContainer
{
 	border-collapse:  collapse ;
 	height: 100% ;
 	width: 100% ;
}
.logo
{
	text-align: right ;
	vertical-align: top ;
}

.logoSection
{
	width:100%;
	height:125px;
	background-color:#51729D ;
}

.loginContainer
{
	text-align: center ;
	vertical-align: middle ;
	height: 100% ;
}
#login
{
	border-collapse: collapse;
	/*border:1px solid gray ;*/
	width: 250px;
	/*background-color: #D5D6FF ;*/
}

.loginCaseText
{
	color: gray;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 8pt;	
}

.version
{
    color:#B7C5D7;
    font-family:Arial, Helvetica, sans-serif ;
    font-size:20pt;
    text-align: left;
    padding-right:3px;
}

.copyright
{
	text-align: center;
	vertical-align: bottom;
}
.logoVersion
{
	text-align: right ;
}
.logoVersionText
{
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 18pt;
	font-weight: bold;
}
/*.topBorder
{
	width:100% ;
	height: 10px ;
}
*/
.topBorder
{
	background-image: url("../../themes/default/images/top.png") ;
	width:100% ;
	height: 20px ;
}
.bottomBorder
{
	background-image: url("../../themes/default/images/bottom.png") ;
	width:100% ;
	height: 20px ;
}

.labelContainer
{
	padding:2px ;
	padding-left:5px ;
}
.controlContainer
{
	padding:2px ;
	padding-right:5px ;
	width:100%;
}

.failedloginmessage
{
    font-family: Arial, Helvetica, sans-serif ;
    font-size:9pt ;
    font-weight:bold ;
    text-align:center ;
    color:red ;
}

.logoutmessage
{
    font-family: Arial, Helvetica, sans-serif ;
    font-size:9pt ;
    font-weight:bold ;
    text-align:center ;
    color:blue ;
}

a.securityoptions:visited
{
    font-family: Arial, Helvetica, sans-serif ;
    font-size:8pt ;
	color: #0000FF ;
}

a.securityoptions:link
{
    font-family: Arial, Helvetica, sans-serif ;
    font-size:8pt ;
	color: #0000FF ;
}

a.securityoptions:hover
{
    font-family: Arial, Helvetica, sans-serif ;
    font-size:8pt ;
	color: #0000FF;
}

.securitymessage
{
    background-color:#FFFFFF ;
    font-family: Arial, Helvetica, sans-serif ;
    font-size:8pt ;
    font-weight:normal ;
	border: 1px solid black ;
	width:200px ;
}

.menuBarContainer
{
	border: none ;
	filter: none ;
}

.menuBar
{
	background-image: url("../../themes/default/images/bottom.png") ;
}

.menubarSpacerInner
{
	border: none;
}

.menuText
{
	font-family: Arial, Helvetica, sans-serif ;
	font-weight: bold;
	font-size: 8pt;
}

.help-tooltip
{
    width: 450px ;
}