body {
	background: #000000;
	font: 62.5% Tahoma, Arial, Helvetica, Verdana, sans-serif;
	color: #ababab;
	text-align: center;
	padding: 0 355px 0 355px;
	margin: 0;
}

/* divs needed for jello layout (http://positioniseverything.net/articles/jello-expo.html)
-----------------------------------------------*/ 
		
#sizer {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 91%;
	max-width: 288px;  /* version for IE is on actual page above body tag */
}

#expander {
	margin: 0 -355px 0 -355px;
	min-width: 710px; /* Critical Safari fix! */
	position: relative;
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

/* helps IE get the child percentages right. */
.topwrapper { 
	width: 100%;
	text-align: left;
	border-left: 2px solid #999999;
	border-right: 2px solid #999999;
} 

.wrapper {
	width: 100%;
	text-align: left;
}

#innerwrapper {
	background-color: #fff;
	padding-right: 4px;
	padding-left: 1px;
}

#header {
	position: relative;
	height: 130px;
	top: 1px;
	background: url(../images/logo-banner.gif) no-repeat center 10px;
}

	#header table {
		width: 100%;
		text-align: center;
	}
	

/* Navigation
----------------------------------------*/

#nav {
	height: 30px;
	margin: 0;
	padding: 0;
	background: url(../images/nav-bg.gif) repeat-x right top;
	list-style: none;
	font-size: 1.3em;
	width: 100%;
}

	
	#nav li a {
		display: block;
		width: 74px;
		height: 27px;
		text-indent: -9999em;
	}
	
	#nav li {
		float: left;
		margin: 0;
		position: relative;
	}
	
	#nav li.logon {
		background: url(../images/nav-logon.gif) no-repeat right top;
		
	}


/* Global
----------------------------------------*/
a {
	color: #6092da;
	text-decoration: underline;
}

	a:visited {
		color: #b4c4da;
		text-decoration: underline;
	}

	a:hover {
		color: #6092da;
		text-decoration: none;
	}
	
	a img {
		border: none;
	}


h1 {
	font-size: 2.1em;
	color: #fafcfb;
	padding: 6px 0 5px;
	margin: 0;
}

h2 {
	font-size: 1.8em;
	color: #fafcfb;
	margin: 10px 0;
}

h3 {
	font-size: 1.2em;
	color: #3a3a3a;
	margin: 0;
}

h4 {
	font-size: 1.1em;
	color: #415a7c;
	margin: 0;
}

p {
	margin: 10px 0;
}

.clear {
	clear:both;
}

/* Content
----------------------------------------*/
#content {
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	display:inline; /* So IE plays nice */
}

.contentwrapper{
	float: left;
	width: 99.8%;
	
}

div.contentcolumn{
	margin-left: 40px;
	margin-right: 300px;
	margin-top: 30px;
	padding-right: 20px;
	border-right: 1px solid #02298a;
}

div.contentcolumnlogon {
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 30px;
}

	div.contentcolumnlogon div.middle {
		margin: 0 auto;
		width: 400px;
	}

	.logon-btn {
		padding: 30px 30px 30px 0;
		float: left;
	}
	
		.logon-btn p {
			text-align: center;
		}
	
	.documentation {
		margin-left: 275px;
		margin-top: 20px;
		border-left: 1px solid #02298a;
		padding: 10px 10px 10px 15px;
		
	}
	
		.documentation ul {
			margin: 5px 0 0 5px;
			list-style: none;
			padding: 0;
		}
		
			.documentation ul li {
				background: url(../images/bulletarrow.gif) no-repeat left 7px;
				margin: 0;
				padding: 2px 0 2px 15px;
				vertical-align: middle;
			}
		
	.support {
		clear: both;
		background: #232323;
		padding: 5px 10px 10px;
	}
	
		.support h2 {
			color: #b8b9b8;
			font-size: 1.5em;
		}
		
		.support h3 {
			color: #b8b9b8;
		}
		
		/*.support div.right {
			width: 35%;
			float: right;
		}
		

		.support div.left {
			width: 65%;
			float: left;
		}*/
		
		.support table {
			width: 75%;
			margin: 10px 0 15px;
		}

/* right column 
-------------------------------------------*/

.rightcolumn{
	float: left;
	width: 285px;/*Width of right column*/
	margin-left: -285px; /*Set left marginto -(RightColumnWidth)*/
	margin-top: 32px;
	padding-top: 10px;
	/*border-left: 1px solid #02298a;*/
}
	
	.rightcolumn h2 {
		margin: 5px 0 20px 10px;
	}
	
	.rightcolumn p {
		margin: 10px 10px 20px;
	}
	
		.rightcolumn p span.date {
			font-weight: bold;
			display: block;
			padding-bottom: 5px;
			color: #6092da;
		}
		
	.rightcolumn div.important {
		margin: 5px 15px 20px 10px;
		border-bottom: 1px solid #02298a;
	}
		
		.rightcolumn div.important h2 {
			text-transform: uppercase;
			color: #f40b36;
			margin-bottom: 10px;
			margin-left: 0;
		}
		
		.rightcolumn div.important p {
			margin-left: 0;
		}
	

/* Footer
----------------------------------------*/
#footer {
	clear: both;
	background: url(../images/mws-logo.gif) no-repeat center 10px;
	height: 70px;
	border-bottom: 2px solid #999999;
}

/* for admin panel login 
----------------------------------------*/
fieldset 
{
    margin: 1em 0;
    padding: 0 10px 10px 10px;
    border: 1px solid #02298a;
    width: 350px;
}

fieldset div.bg {
	background: #333333;
	padding: 10px;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.3em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    color: #fafcfb;
}

.required
{
	color: Red;
	font-weight: bold;
}

input[type="text"], input[type="password"]
{
	width: 200px; 
	border-color: #02298a; 
	border-style: solid; 
	border-width: 1px; 
	padding: 2px 2px 2px 2px; 
	background-color: #FFFFFF;
}

input[type="text"].readonly, input[type="password"].readonly
{
	width: 200px; 
	border-color: #5c87b2; 
	border-style: solid; 
	border-width: 1px; 
	padding: 2px 2px 2px 2px; 
	background-color: #F0F0F0;
}

input[type="text"].focus, input[type="password"].focus
{
	width: 200px; 
	border-color: #5c87b2; 
	border-style: solid; 
	border-width: 2px; 
	padding: 2px 2px 2px 2px; 
	background-color: #EFF5FF;
}

input[type="submit"], input[type="button"]
{
	width: 60px; 
}
