
/* Imported Styles */

.normal
{
	font-size: small;
}

.acute
{
	font-size: x-small;
}

.signature
{
	font-size: xx-small;
}
li
{
	font-size: small;
}

hr
{
	size: 1px; /* not in all browsers */
	width: 720px;
}

.importantText /* normal size, red */
{
	color:#900;
}

.importantNote /* x-small, red */
{
	font-size: x-small;
	color:#900;
}


/* Linkage */
/*
a:link
{
	color: #8685c0;
	text-decoration: none;
}

a:visited
{
	color: #8685c0;
	text-decoration: none;
}

a:hover
{
	color: #8685c0;
	text-decoration: none;
	border-bottom:1px dotted;
}

a:active
{
	color: #8685c0;
	text-decoration: none;
}

*/
/* BAE Framework Template Styles */
#templateContainer
{
	position: relative;
	margin: 0 auto;
	right: 0px;
	left: 0px;
	width: 750px;
	top:5px;
}
* html #templateContainer {display:inline-block;}

#templateHeader
{
	float: left;
	position: relative;
	margin: 0 auto;
	width: 750px;
	height: 100px;
	text-align:center;
}

#templateFooter
{
	/*position:relative;*/
	margin: 0 auto;
	width: 750px;
	bottom:0px;
	height:44px;
	background-color:#f8e0c5;
}

#templateLeftMenu
{
}

#templateContent
{
	padding-left: 10px;
	padding-right: 10px;
	background-color:#f8e0c5;
	width: 730px;
}
#templateContent_inner
{
	position:relative;
	background-color:#fff;
	width:720px;
	padding:0px 5px 0px 5px;
}
#templateRightMenu
{
}


.bodyContent
{
	position:relative;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	width:720px;
	text-align:left;
	background-color:#fff;
}
#bodyContent
{
	position:relative;
	background-color:#fff;
	width:720px;
	padding:15px 0px 0px 0px;
	text-align:left;
}


/* standard tables */
/*
table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}


.tableHeader
{
	background-color: #ececec;
	padding: 2px;
	border: 1px solid #000;
	color: #000;
}

.tableRow
{
	padding: 2px;
	background-color: #fff;
}

.tableRowAlt
{
	padding: 2px;
	background-color: #dde0ee;
}

.tableRowSelect
{
	padding: 2px;
	background-color: #FAE81F;
}
*/
.tableFooter
{
	background-color: #507CD1;
	font-weight: bold;
	Color: White; 
}

.pager
{
	text-align: right;
	border-top: solid 1px black;
}
/* forms */
/*Using !important because some of these will get
	overwritten by IMIS.css, and we don't want that
	*/
.formField,.formFieldRequired,.keyInfoLabel
{
	border-bottom: solid 1px #CDCDCD;
	font-size: 80%;
	font-weight: bold;
	color: #003399;
	vertical-align: top;
	padding: 4px 0px 0px 2px;
}
.formField,.formFieldRequired
{
	font-size:+14 !important;
	border-bottom:0 !important;
}

.formFieldRequired 
{
	background-image:url('images/required.gif');
	background-position:left;
	background-repeat:no-repeat;
	/*Using !important because padding will get
	overwritten by IMIS.css, and we don't want that
	*/
	padding-left:11px !important;
}

.iMIS {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}

.impersonationDiv
{
	border: solid 1px #E05C04;
	background-color: #FAE81F;
	color: #0162F5;
	text-align: center;
}
.impersonationLbl
{
	font-size: large;
}
.impersonationLnk
{
	text-decoration: none;
	font-size: xx-small;
}

#pw_pleaseWait {position: absolute;z-index: 1001;top: 0px;left: 0px;margin: 0px;padding: 0px;width: 100%;height: 100%;display: none;}
#pw_pleaseWait img {width: 100%;height: 100%; behavior: url(<%= PngBehaviorPath %>);}
#pw_pleaseWait .pw_message {position: absolute;left: 50%;top: 20%;border: solid 2px #000;width: 160px;height: 40px;margin-left: -80px;padding-top: 20px;background-color: #fff;text-align: center;vertical-align: middle;font-size: 12px;color: #000;}
