/* Default CSS Stylesheet for a new Web Application project */
.menu
{
	font-family:Tahoma;
	font-size:8pt;
	font-weight:normal;
	text-decoration:none;
	color:White ;
}
.button
{
	border-right: #222244 1px solid;
	padding-right: 0px;
	border-top: #8c8cb3 1px solid;
	padding-left: 0px;
	font-weight: normal;
	font-size: 8pt;
	padding-bottom: 0px;
	border-left: #8c8cb3 1px solid;
	width: 50px;
	color: white;
	padding-top: 0px;
	border-bottom: #222244 1px solid;
	font-family: Arial, Tahoma, Verdana,Helvetica,sans-serif;
	height: 20px;
	background-color: #666699;
	text-align: center;
}
.title
{
	color:#900000;
	font-family:Tahoma;
	font-size:12pt;
	font-weight:bold;
}
.bar
{
	color: #900000;
	font-family: Tahoma, Arial;
	background-color: #ffffcc;
	font-size:8pt;
	font-weight:bold;
}
.border
{
	border-right: medium none;
	border-top: medium none;
	border-left: medium none;
	border-bottom: medium none;
	font-family: Tahoma;
	font-size:8pt;
	font-weight:normal;
	border-collapse: collapse;
}

.box
{
	border-right: #900000 1px solid;
	border-top: #900000 1px solid;
	border-left: #900000 1px solid;
	border-bottom: #900000 1px solid;
	font-family: Tahoma;
	font-size:8pt;
	
}
.HEADER
{
	border-right: #900000 thin solid;
	border-top: #900000 1px solid;
	font-weight: bold;
	font-size: 10pt;
	vertical-align: middle;
	text-transform: uppercase;
	border-left: #900000 thin solid;
	color: yellow;
	border-bottom: none;
	font-style: normal;
	font-family:Tahoma,Verdana;
	background-color: #900000;
	text-align: center;
	font-variant: normal;
}
.item
{
	color: white;
	font-family: Verdana;
	background-color: #900000;
	font-size: 10pt;
	width: 100%;
	text-align:left;
}
.tabHeader
{
	position: relative;
	top: 117px;
	border-style: none;	
	border-bottom-style: none;
}
.scrollboxposition
{
	position: relative;
	top: 117px;	
}
.contentposition
{	
	top: 130px;
}
A
{
	color: white;
	font-family:Verdana,Tahoma;
	font-size:10pt;
	font-weight:normal;
	text-decoration:none;
}
A:hover
{
	color: Yellow;
	text-decoration:underline;
}

#tabLogin
{
	background-image:url(images/login_bg.png);
	background-repeat:no-repeat;
	width:510px;
	height:381px;
	border:1px;	
}

#LoginButton
{
	background-image:url(images/login_button_bg.png);
	background-repeat:no-repeat;
	width:107px;
	height:26px;
	border:none;
	cursor:hand;		
}



