/* styles for mountain web software */

html {
	height:100.2%;
	font-family:verdana,helvetica,"luxi sans",sans-serif;
}

#wrap {
	width: 90%;
	margin: 10px auto;
}
#header {
	height:230px;
	line-height:230px;
	width:100%;
	background-image:url(images/mws_logo.png);
	background-repeat:no-repeat;
	background-position:center;
	border-bottom:1px solid #005776;
}
#titlebar {
	height:32px;
	line-height:32px;
	border-bottom:1px solid #005776;
}
#titlebar h1 {
	margin:0;
	text-align:center;
	font-family:arial;
	color:#005776;
	font-size:20px;
}
#main {
}
#sidebar {
	padding:20px 0 0 10px;
	width:190px;
	float:left;
}
#content {
	color:#333;
	padding:20px;
	margin-left: 200px;
	border-left:1px solid #005776; /*#92C4e4;*/
	line-height:150%;
	font-size:12px;
}
#content h3 {
	color: #005776; /*#0089d0;*/
	text-align:center;
	font-size:16px;
}
#content li {
	font-size:12px;
}
#content a {
	color:#333;
	font-size:12px;
}
#content a:hover {
	color:#c00;
}
#footer {
	clear:both;
	background:#005776;
	color:#fff;
	border-bottom:1px solid #005776;
	font-size:10px;
	padding:2px 0 2px 4px;
}



.buttonscontainer {
	width: 180px;
}
.buttons a {
	color: #005776;
	background-color: #ffffff; /*rgb(255,249,174);*/
	padding: 2px;
	padding-left: 10px;
	display: block;
	border-bottom: 1px dotted #33486c;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
.buttons a:hover {
	background-color: #9fb2bf;
	color:#fff;
	text-decoration: none;
}


fieldset {
	position:relative;
	padding-top:16px;
	border:1px solid rgb(209,80,0);
	background:#f0f0f0;
}
legend {
	position: absolute;
	top: -16px;
	left: 8px;	
	border:1px solid rgb(209,80,0);
	padding:4px;
	font-weight:bold;
	color:rgb(57,57,107);
	background:#fff;
	font-size:14px;
}
.label {
	width:150px;
	float:left;
	text-align:right;
	padding-top:2px;
	padding-bottom:8px;
	font-size:12px;
	font-weight:bold;
}
.data {
	width:302px;
	float:right;
	text-align:left;
	padding-bottom:8px;
	font-size:12px;
}
.cb {
	clear:both;
}

.refwrapper {
	width:100%;
	border-bottom:1px solid #005776;
	padding-bottom:10px;
}
.pixdiv {
 	width:160px;
 	float:left;
}
.reflabel {
	margin-left:170px;
}

