/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: block;
    FONT-FAMILY: verdana; 
	font-size: 7pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

	a.lblLogin:link{text-decoration: none; font-size :9pt; font-family :verdana }
	a.lblLogin:active{text-decoration: none; font-size :9pt; font-family :verdana}
	a.lblLogin:visited{text-decoration: none; font-size :9pt; font-family :verdana}
	a.lblLogin:hover{text-decoration: none;  font-size :9pt; font-family :verdana; color: #3399FF}

	a.Loginlink:link{text-decoration: none; font-size :9pt; font-family :verdana }
	a.Loginlink:active{text-decoration: none; font-size :9pt; font-family :verdana}
	a.Loginlink:visited{text-decoration: none; font-size :9pt; font-family :verdana}
	a.Loginlink:hover{text-decoration: none;  font-size :9pt; font-family :verdana; color: #3399FF}
	
.lblLogin 
{	
	font-size: 10pt;
	word-spacing:normal;
	text-transform:none;
	color:#005592;
	font-family:Verdana;
	letter-spacing:normal;
	text-decoration:none;
	font-weight: bold;
}
.Loginlink {
	font-size: 9pt;
	word-spacing:normal;
	text-transform:none;
	color:#005592;
	font-family:Verdana;
	letter-spacing:normal;
	text-decoration:none;
	font-weight: bold;
}
.lbl {
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	color: #000000;
	font-family: verdana;
	letter-spacing: normal;
	text-decoration: none;
}

.cases {
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: #000000;
	font-family: verdana;
	letter-spacing: normal;
	text-decoration: none;
}

.lblbold {
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	color: #000000;
	font-family: verdana;
	letter-spacing: normal;
	text-decoration: none;
	font-weight: bold;
}

.maintitle1 {
	font-size: 10pt;
	word-spacing:normal;
	text-transform:none;
	color:#AD0029;
	font-family:Verdana;
	letter-spacing:normal;
	text-decoration:none;
	font-weight: bold;
}

/* Button */

.buttonTxt
{
	border-right: Silver 1 solid ;
	border-top: Silver 1 solid;
	font-weight: bold;
	font-size: 8pt;
	border-left: Silver 1 solid;
	color: #005592;
	border-bottom: Silver 1 solid;
	font-family: verdana;
	background-color: white;
	height : 20px
}

.menubutton
{
	border-right: none;
	border-top: none;
	font-weight: bold;
	font-size: 9pt;
	border-left: none;
	color: #005592;
	border-bottom: none;
	font-family: verdana;
	background-color: Transparent;
	height : 18px;
	width : auto;
	text-align:left 
	
}


/*Error Message*/
.errormsg {
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: red;
	font-family: verdana;
	letter-spacing: normal;
	text-decoration: none;
}

/*Error Message*/
.Msg {
	font-size: 12pt;
	word-spacing: normal;
	text-transform: none;
	color: red;
	font-family: verdana;
	letter-spacing: normal;
	text-decoration: none;
}

.t {background: url(images/dot.gif) 0 0 repeat-x; width: 20em}
.b {background: url(images/dot.gif) 0 100% repeat-x}
.l {background: url(images/dot.gif) 0 0 repeat-y}
.r {background: url(images/dot.gif) 100% 0 repeat-y}
.bl {background: url(images/bl.gif) 0 100% no-repeat}
.br {background: url(images/br.gif) 100% 100% no-repeat}
.tl {background: url(images/tl.gif) 0 0 no-repeat}
.tr {background: url(images/tr.gif) 100% 0 no-repeat; padding:9px} 
.bgimg {background: url(images/bgmain.jpg) 0 0 repeat-x-y;}

.footer {
	font-weight:bold;
	font-size: 7pt;
	text-decoration:none;
	font-family:Verdana;
	color: #aaaaaa;
	letter-spacing: normal;
	word-spacing: normal;
}

.feedback1 {
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: #626262;
	font-family: verdana;
	letter-spacing: normal;
	text-decoration: none;	
}

.feedbackinfo {
	font-size: 8pt;	
	word-spacing: normal;
	text-transform: none;
	color: #575757;
	font-family: Verdana;
	letter-spacing: normal;
	text-decoration: none;
}

.feedback2 {
	font-size: 7pt;	
	word-spacing: normal;
	text-transform: none;
	color: #626262;
	font-family: Verdana;
	letter-spacing: normal;
	text-decoration: none;
}

.NFooter {
	font-size: 7pt;
	text-decoration:none;
	font-family:Verdana;
	color: #666666;
	letter-spacing: normal;
	word-spacing: normal;
}

.RPTheader1 {
	font-size: 9pt;
	word-spacing: normal;
	text-transform: none;
	color: #626262;
	font-family: verdana;
	letter-spacing: normal;
	text-decoration: none;
	font-weight:bold;
}

.RPTheader2 {
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	color: #ffffff;
	font-family: verdana;
	letter-spacing: normal;
	text-decoration: none;
	font-weight:bold;
}

