﻿/* 
 * This file contains:
 *		custom stylesheet classes
 *			> container (div)
 *			> text
 *		id selector stylesheets
 *		
----------------------------------------------- */
/* =FREQUENTLY USED CLASSES
----------------------------------------------- */
.clearFloat
{
	clear: both;
	height: 0px;
}
.floatLeft
{
	float: left;
}
.hidden
{
	display: none;
}
.visible
{
	display: block;
}

.textAlignRight
{
	text-align: right;
}

.textAlignRightBottom
{
	text-align: right;
	vertical-align:text-top;
}

.textAlignLeft
{
	text-align: left;
}

td.paneSeparator
{
	width: 10%;
}
#functionBar, .functionBar, .functionBarRightAlign, .functionBarLeftAlign
{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
}
.functionBURightAlign
{	
	padding-top: 5px;
	width:25%;
	text-align: right;
}
.functionBarRightAlign
{
	text-align: right;
}
.functionBarLeftAlign
{
	text-align: left;
}
.smallButton
{
	width: 60px;
}
.smallMultiLineBox
{
	width: 120px;
	height: 30px;
}
.largeMultiLineBox
{
	width: 400px;
	height: 200px;
}

.grayBorderBoxMedium, .grayBorderBoxLarge
{
	border: 1px solid gray;
	padding: 5px;
}
.grayBorderBoxMedium
{
	width: 70%;
}

.grayBorderBoxLarge
{
	width: 95%;
}
.smallMarginTop
{
	margin-top: 3px;
}
.focusWrapper
{
	border: 1px solid green;
	padding: 5px;
	width: 80%;
	margin: 5px 0;
	display: block;
}
.mediumHeight
{
	height: 50px;
}

/* =Login Form
----------------------------------------------- */
.loginForm
{
	padding: 10px;
	margin-top: 100px;
	margin-bottom: 100px;
	width: 320px;
	text-align: left;
	margin-left: 180px;
}
#loginBoxOuter
{
	
}
#loginBoxInner
{
	/*padding: 5px;*/
}
/* = Reset Password Form and Change Password Form
-----------------------------------------------*/
.changePasswordForm
{
	margin-top: 100px;
	margin-bottom: 100px;
	width: 600px;
	text-align: left;
	margin-left: 120px;
}
.resetPasswordForm
{
	margin-top: 100px;
	margin-bottom: 100px;
	width: 380px;
	text-align: left;
	margin-left: 130px;
}
td.resetPasswordLeftCol
{
	width: 37% !important;
}
td.changePasswordLeftCol
{
	padding-top: 5px;
	text-align: right;
	width: 23% !important;
}

td.text
{
	padding-top: 4px;
	text-align: left;
}
td.label
{
	padding-top: 4px;
	text-align: right;
	vertical-align:top;
	font-size:11px;
}


/*----------------------------------------------- */
.errors {
	border: 1px solid #f8cba7;
	color: red;
	margin: 5px 0px;
	padding: 10px;
	background: #fff url(images/box/error-bg.jpg) no-repeat;
	vertical-align:top;
}

.errors ul {
	margin-left: 46px;
	list-style-type:circle;
}
.requiredNote
{
	color: Red;
	padding-right: 3px;
}
.required
{
	color:Red;
}
/* =List Style
----------------------------------------------- */
ol.numberList
{
	list-style: decimal;
}
.valRequired
{    
    vertical-align:top;  
}

.headerlinks 
{ 
	height:19px; 
	margin:0px 0px 0px 0px; 
	vertical-align:middle;
}
.StaticMenuStyle 
{ 
	font-family:Verdana; 
	font-size:10px; 
	color:black; 
	height:19px; 
	font-weight:bold; 
	margin:0px 0px 0px 5px;	
	text-decoration:none; 
} 
.StaticMenuStyle:hover
{ 	
	text-decoration:none; 
	color:White;
} 
.StaticHoverStyle 
{ 
	height:19px; 
	margin:0px 0px 0px 5px; 
	color:White;
} 
.StaticSelectedStyle
{
	background-color:#284E98; 	 
	height:19px; 
	margin:0px 0px 0px 5px; 
	color:White;
}
 .ErrorMessage
 {
    position: absolute;
    z-index: auto;
 }
 .boldText
{
	color: #005295;
	font-size: 120%;
}
.spanTitle
{
    text-decoration: underline;
    font-style: inherit;
    font-size: small;
    font-weight: bold;
}
.spansmall
{
    font-size: small;
}