/* Default CSS Stylesheet for a new Web Application project */
BODY
{
	background-color: #ffffff;
	color: #000000;
	font-family: verdana,tahoma,sans-serif;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: normal;
	margin: 0px 0px 0px 0px;
	text-transform: none;
	word-spacing: normal;
}
SELECT
{
	font-family: verdana,tahoma,sans-serif;
	font-size: 9px;
	background: palegoldenrod;
	color: #000000;
	font-weight: normal;
}
INPUT
{
	font-family: verdana,tahoma,sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
}
TEXTAREA
{
	font-family: verdana,tahoma,sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
}
A:link
{
	color: Navy;
	font-weight: bold;
	text-decoration: none;
}
A:visited
{
	color: #333399;
	font-weight: bold;
	text-decoration: none;
}
A:active
{
	color: #333399;
	text-decoration: none;
}
A:hover
{
	color: red;
	font-weight: bold;
	text-decoration: underline;
}
.Header A:link {color: #28477D; text-decoration: none;}
.Header A:visited {color: #28477D; text-decoration: none;}
.Header A:active {color: #28477D; text-decoration: none;}
.Header A:hover {color: #28477D; text-decoration: underline;}
.login
{
	font-weight: bold;
	font-size: 12px;
	background-color: #e5dfcd;
}
.disclaimer
{
	padding: 3px;
	font-size: 9px;
	text-align: justify;
	width: 50%;
}
.mtable
{
	height: 90%;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	width: 1100px;
	padding-top: 3px;
	background-color: #e5dfcd;
}
.mpage
{
	width: 940px;
	background-color: #e5dfcd;
	vertical-align: top;
	text-align: left;
}
.htable
{
	background-color:#f3f3f4;
	color:#28477D; 
	font-family:Verdana,Helvetica,Arial,Geneva,Helvetica,sans-serif;
	font-size:14px; 
	font-weight:bold; 
	line-height:52px; 
}
.ftable
{
	background-color:#f3f3f4; 
	color:#28477D; 
	font-family:Verdana,Helvetica,Arial,Geneva,Helvetica,sans-serif; 
	font-size:10px; 
	line-height:24px; 
	text-align: center;
	width: 100%; 
}
.ToolBar
{
	border-right: 1px outset;
	border-top: 1px outset;
	font-size: 9px;
	vertical-align: top;
	border-left: 1px outset;
	width: 100%;
	color: black;
	border-bottom: 1px outset;
	border-collapse: collapse;
	background-color: silver;
}
.sbtn
{
	border-right: #104a7b 1px solid;
	border-top: #afc4d5 1px solid;
	font-size: 10px;
	background: lightgrey;
	border-left: #afc4d5 1px solid;
	cursor: hand;
	color: #000066;
	border-bottom: #104a7b 1px solid;
	text-decoration: none;
}

.mbtn
{
	border-right: #104a7b 1px solid;
	border-top: #afc4d5 1px solid;
	font-size: 12px;
	background: lightgrey;
	border-left: #afc4d5 1px solid;
	cursor: hand;
	color: #000066;
	border-bottom: #104a7b 1px solid;
	text-decoration: none;
}

.btn
{
	border-right: #104a7b 1px solid;
	border-top: #afc4d5 1px solid;
	font-size: 10px;
	background: lightgrey;
	border-left: #afc4d5 1px solid;
	color: #000066;
	border-bottom: #104a7b 1px solid;
	text-decoration: none;
}
.simg
{
	cursor: hand;
}
.dgbtn
{
	border-right: #104a7b 1px solid;
	border-top: #afc4d5 1px solid;
	font-size: 10px;
	background: lightgrey;
	border-left: #afc4d5 1px solid;
	cursor: hand;
	color: #000066;
	border-bottom: #104a7b 1px solid;
	text-decoration: none;
}

/* Label Styles */
.lt
{
	font-weight: normal;
	font-size: 8px;
}
.ls
{
	font-weight: normal;
	font-size: 9px;
}
.lr
{
	font-weight: normal;
	font-size: 10px;
}
.lm
{
	font-weight: normal;
	font-size: 13px;
}
.ll
{
	font-weight: normal;
	font-size: 18px;
}
.lh
{
	font-weight: normal;
	font-size: 24px;
}
.ltb
{
	font-weight: bold;
	font-size: 8px;
}
.lsb
{
	font-weight: bold;
	font-size: 9px;
}
.lmb
{
	font-weight: bold;
	font-size: 13px;
}
.llb
{
	font-weight: bold;
	font-size: 18px;
}
.lhb
{
	font-weight: bold;
	font-size: 24px;
}
.NoPrtLbl
{
	font-family: verdana,tahoma,sans-serif;
	font-weight: bold;
	font-size: 9px;
}
.llbc
{
	font-weight: bold;
	font-size: 20px;
	font-variant: small-caps;
}

/* Error Styles */
.lem
{
	font-weight: bolder;
	font-size: 10px;
	color: Maroon;
}
.lst
{
	font-weight: bolder;
	font-size: 8px;
	color: Maroon;
}
.ves
{
	font-size: 10px;
	color: Red;
}

/* Geneca Role Maker*/

.GRMheader
{

}

.GRMcontent 
{
	background-color:#FAFAD2;
	border: solid 2px #D2B48C;
	padding:5px 5px 5px 5px;
		
}

/*Side PanelBar Styles*/
.pbar
{
	width: 170;
	background-color: #e5dfcd;
	vertical-align: top;
}
.PanelBar 
{   
    position:relative;
	background-color: #e5dfcd;
	vertical-align: top;
}

.PanelBarHeader 
{   
    
    font-size:xx-small;
    color: white;
    background-color: #333333;
    padding: 5px 0px 5px 5px;
    vertical-align: middle;
    font-weight:bold;
    margin:0px 0px 7px 0px;
    cursor:pointer;
}

.PanelBarContent
{
    font-size:xx-small;
    padding: 0px 0px 0px 5px;
    line-height: 75%;
}

/*Styles as per AFPACES 2.0*/
.afpaces2Logo {
    display: block;
    max-width: 180px;
    max-height: 64px;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 10px;
}

#rightHeader div {
    color: #28477D !important;
}