/*
	Theme for HighWave Group - 05.2007 
*/ 

img {
	border-width: 0px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: rgb(62, 129, 186); 
	font-weight: normal;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #1C1C1C; 
	font-weight: normal;
}

body.login-body {
	margin: 0px;
	padding: 0px;
	background: url("../img/gradient-bg.gif") repeat-x #fff;
}

input.login-textbox {
	height: 18px; 
	font-family: Verdana,Arial,Helvetica; 
	font-size: 11px; 
	color: black; 
	border: solid 1px #83B4E0; 
	width: 100%;	
}

input.login-textbox:focus {
	background-color: rgb(249, 251, 255);
}

input.button {
	height: 18px; 
	font-family: Verdana,Arial,Helvetica; 
	font-size: 11px; 
	color: black; 
	background-color: #CCF1FE; 
	border: solid 1px #83B4E0; 
	background: url("../img/table_head_back.gif");
}

div.login-position { 
	position: absolute; 
	left: 50%; 
	top: 50%; 
	margin-left: -150px; 
	margin-top: -135px; 
}

table.login-outer {
	background: rgb(249, 251, 255);
	border-color: rgb(192, 217, 241);
	border-width: 1px; 
	border-style: solid;  
	width: 300px;
	height: 180px;
}

td.login-outer { 
	padding-top: 15px;
	border-bottom: solid 1px #C7E2FF;	
	background: #fff;	
}

td.login-outer-logo {
	border-bottom: solid 1px #C7E2FF;
}

td.login-outer-footer {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center; 		
}

div.login-header-logo {
	background: url("../img/highwave-logo-3.png") no-repeat center rgb(249, 251, 255); 
	height: 70px; 
	text-align: center; 
	padding: 5px 10px 10px 10px; 
}

table.login-inner {
	background: #fff;
	border-width: 0px; 
	width: 300px;
	height: 100%;
	padding-left: 5px;
}

td.login-inner { 
	width: 200px;
	padding-left: 10px;
	padding-right: 10px;
}
