
/* CSS Document */

body,td,th {
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 11px;
	color: #000000;
}
body {
	background-image: url("Portals/_default/Skins/WOWSkin/bg.gif");
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EFF3EF;
}


#container {
	text-align:center;
	width:100%;
	background:url("Portals/_default/Skins/WOWSkin/bgLogin.png") top center no-repeat;
}

/*/////////////////////////////     Header Style            */

.tblLoginBox { 
	width:736px;
	border:0px;
	margin-top:4px;
	height:410px; 
	background:url("Portals/_default/Skins/WOWSkin/bgLoginBox.gif") no-repeat top center;


}

.tdLoginBoxDetails {
	font-family:Arial, Verdana;
	font-size:11px;
	font-weight:normal;
	color:#000;

}
.tdLoginBoxDetails a {
	font-family:Arial, Verdana;
	font-size:11px;
	font-weight:normal;
	color:#63795A;
}
.tdLoginBoxDetails a:hover {
	color:#000;
}

.tdLoginBoxPpl{
	width:612px;
	vertical-align:top;
	padding:0;
	position:relative;
	top:51px;
/*	border:1px solid black; */
}



/*/////////////////////////////     Panel Box Style            */
.tdLoginBoxForm {	
	width:600px;
	/*height:130px;*/
	text-align:center;
	vertical-align:top;
	position:relative;

}

.tdLoginBoxForm form {margin:0; padding:20px 0 0 50px;}

.txtPageHeader {
	background:url("Portals/_default/Skins/WOWSkin/bgLine.gif") no-repeat;
	height:32px;
	margin-left:10px;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:22px;
	font-weight:bold;
	color:#930;
	letter-spacing:-1px;
	text-align:left;
	vertical-align:middle;
	padding-top:0px;
	display:block;

}


.tdLoginBoxForm .txtTitle {
	
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:22px;
	font-weight:bold;
	color:#FFF;
	letter-spacing:-1px;
	vertical-align:middle;	}

.tdLoginBoxForm .txtLabel {	
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:14px;
	font-weight:bold;
	color:#6E8066;
	text-decoration:none;
	vertical-align:top;	
	text-align:right;
	padding:0 10px 0 0;
}

.tdLoginBoxForm .txtNormal {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	letter-spacing:-1px;
	text-align:right;
	vertical-align:middle;
	float:right;
	padding-top:5px;
	}
.txtMsg
{
    font-family:"Trebuchet MS", Arial, Verdana;
    font-size: 11px;
    color: #ff0000
}

.tdLoginBoxForm a {font-family:"Trebuchet MS", Arial, Verdana;
	font-size:11px;
	font-weight:normal;
	color:#930;
	text-decoration:underline;

	}

.tdLoginBoxForm a:hover {font-family:"Trebuchet MS", Arial, Verdana;
	font-size:11px;
	font-weight:normal;
	color:#000;
	text-decoration:underline;
	}

input.textbox { 
	background : #ffffff;
	font-family: "Trebuchet MS",Arial;
	color:#000000;
	height: 20px;
	border: 1px solid #66785E;
	vertical-align:middle;
}





