/* page properties */

html, body {
	height: 100%;
	background-color: #acadb0;
	margin: 0px;
	padding: 0px;
	font: 11px Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
}

/* horizontal lines */

hr { border:none; border-top:dotted 1px #acadb0; }
hr.lite { color: #ebeced; border-color: #ffffff; }
hr.dark { color: #ebeced; }
hr.form { color: #ffffff; }
hr.copy { color: #acadb0; border-color: #d7d8dc; }

/* layout */

div.login {
	background: #ebeced url(../img/bg_window.gif) repeat-x;
	border:7px solid white;
	width:450px;
	text-align: center;
}

div.setup {
	background: #ebeced url(../img/bg_window.gif) repeat-x;
	border:7px solid white;
	width:600px;
	text-align: center;
}

div.frame {
	background-color: #ffffff;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin:7px;
}

table, td {
	font: 11px/2.5 Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
}

/* form */

form { margin:0; }

input  {
	font: 11px/14px Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
	border: 3px double #CCCCCC;
	width:250px;
	height:25px;
	padding-left:3px;
}

input.normal {
	border:none;
	width:auto;
	height:auto;
	padding-left:auto;
}

.tb_filled {
	background-color: #f0f1f2;
}

.tb_account {
	background-color: #f9f9f9;
}

.tb_required {
	background-color: #f9f9f9;
	border: 3px double #e14c4c;
}

select {    
	background-color: #f9f9f9;
	width:250px;
	font: 11px/16px Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
}

option {    
	font: 11px/16px Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
}

.btn {
	font: 11px/16px Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color:#ffffff;
	background: #18516f url(../img/bg_btn.gif) repeat-x;
	padding:3px;
	border:1px solid #2c4159;
	width:auto;
	height:auto;
}

.btn:hover {
	background: #5a8dbf;
	cursor: pointer; /* cursor: hand; for IE5 */
}

/* type */

.title {
	font: bold 13px Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	color:#486d9c;
	text-transform:uppercase;
}

.titleSm {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	color:#636e7b;
}


.bodyTxt {
	line-height: 2;
}

a:link, a:visited {
	color: #486d9c;
}

a:hover {
	color: #142737;
}

a.button {
	text-decoration: none;
	font-weight: bold;
	color:#486d9c;
	background: #ffffff url(../img/bg_nav.gif) repeat-x;
	padding: 6px 10px 7px 10px;
	border: 2px solid #ffffff;
	border-width: 2px 2px 0px 2px;
	outline:none;
}

#act {
	background: #ffffff;
	color:#486d9c;
}

a.button:hover {
	color:#ffffff;
	background: #18516f url(../img/bg_btn.gif) repeat-x;
}

/* sticky footer */

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -29px;
}
.footer, .push {
	padding:0px;
	color: #d7d8dc;
	font-size: 9px;
	height: 25px;
}

/* TEMPORARY DEMO NAV */

div.nav {
	line-height:2;
	position:absolute;
	bottom:0;
	left:0;
	color:#ffffff;
	background-color: #565658;
	text-align: left;
	padding:10px;
}
