﻿html
{
	width:100%;
	clear: both;
}
body {
    font-family: Arial, Verdana, Tahoma, "Trebuchet MS" , sans-serif;
	font-size: 12px;
	color: #010;
	line-height: 180%;
	margin: 0;
	padding: 0;
	text-align: center;
	/*width: expression(window.screen.availWidth < 801 ? "779px" : (window.screen.availWidth-21) + "px");
	min-width: 779px;*/
    background: white url('../Images/bgbodytop.png') left top repeat-x; 
}

/* Set the page width */
#wrapper-footer {
	margin: 0 0px auto 0px;
	vertical-align: center;
	color: #888;
	font-size:11px;
	position: relative;
	bottom:0px;
    display: block;
    width: 100%;
}

#wrapper-menu-top, #wrapper-content {
	margin: 0;
	width: 100%;
	text-align: left;
	/*background: transparent url('../Images/bg02-white-left.png') no-repeat left top;*/
}

#menu-top {
	display: inline-block;
    height: 32px;
}
#menu-top ul 
{
	margin: 0 2px 0 0px;
	padding: 0.2em 0 0.2em 0;
	list-style: none;
	float: left;
    font-family: Verdana, Tahoma, Arial, "Trebuchet MS" , sans-serif;
    font-size:11px;
}
#menu-top li {
	display: inline;
	float: left;
	padding-left: 10px;
    height: 28px;
}
#menu-top a {
	float: left;
	background:url('../Images/menuleft.gif') no-repeat left bottom;
	margin:0;
	padding:0 0 0 7px;
	text-decoration:none;
    height: 28px;
}
#menu-top a span {
	background: transparent url('../Images/menuright.gif') no-repeat right bottom;
	margin:0;
	padding:0px 11px 0px 3px;
	color:#5b8fbe;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
    height: 28px;
    line-height: 26px;
}
#menu-top a:hover { background-position:0% -28px; color: #C9D9ED; }
#menu-top a:hover span {	background-position:100% -28px; color: #C9D9ED; }

#menu-top .disabled a {
	float: left;
	background:url('../Images/menuleft.gif') no-repeat left top;
	margin:0;
	padding:0 0 0 7px;
	text-decoration:none;
	cursor: default;
    height: 28px;
}
#menu-top .disabled a span {
	background: transparent url('../Images/menuright.gif') no-repeat right top;
	padding:0px 11px 0px 3px;
	color:rgb(127,127,127);
	display: block;
	float: left;
	cursor: default; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
    height: 28px;
    line-height: 26px;
}
#menu-top .disabled a:hover { color: rgb(127,127,127); cursor: default; }
#menu-top .disabled a:hover span {	color: rgb(127,127,127); cursor: default; }

#menu-top .current a {
	float: left;
	background:url('../images/menuleft.gif') no-repeat left center;
	margin:0;
	padding:0 0 0 7px;
	text-decoration:none;
	cursor: pointer;
    height: 28px;
}
#menu-top .current a span {
	background: transparent url('../Images/menuright.gif') no-repeat right center;
	padding:0px 11px 0px 3px;
	color:rgb(255,255,0);
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
    height: 28px;
    line-height: 26px;
}
#menu-top .current a:hover { color: rgb(255,255,0); cursor: pointer; }
#menu-top .current a:hover span {	color: rgb(255,255,0); cursor: pointer; }

#menu-topmsg 
{
	color: #33CCCC;
	overflow: hidden;
	margin: 6px 5px 0px 5px;
	width: 100%;
	float: left;
    font-family: Tahoma, Arial, Verdana, "Trebuchet MS" , sans-serif;
    font-size:11px;
}

#wrapper-header
{
	position: relative;
	width: 100%;
}
#header
{
	margin: 0;
	padding: 0;
	height: 152px;
	position: relative;
	width: 100%;
}

.img-header1366 { background: transparent url('../Images/Header_1366.jpg') left top no-repeat; }
.img-header1280 { background: transparent url('../Images/Header_1366.jpg') left top no-repeat; }
.img-header1024 { background: transparent url('../Images/Header_1366.jpg') left top no-repeat; }
.img-header800 { background: transparent url('../Images/Header_1366.jpg') left top no-repeat; }

#wrapper-header2 {
	/*background: transparent url('../Images/bg02-blue-left.png') top left no-repeat;*/
}

#wrapper-header3 {
	/*background: transparent url('../Images/bg02-blue-right.png') top right no-repeat;*/
}

/*if IE*/
#header h1 {
	line-height: 3em;
	color: #ccc;
	font-size: 130%;
	border: none;
}

#wrapper-content {
	background: white url('../Images/bg-white-left.png') no-repeat left top;
}

#content {
	background: transparent url('../Images/bg-white-right.png') no-repeat right top;
	padding: 50px 60px 0 60px;
}

#wrapper-menu-page {
	float: right;
	width:180px;
	margin: 20px 30px 3em 2em;
	background: transparent url('../Images/menu.png') no-repeat;
	text-align: center;
	line-height: 140%;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
}

#login-page {
	position:absolute;
	margin-top: 0px;
	/*top: 184px;*/
	width: 550px;
	clear: both;
	color: rgb(177,177,177);
	font-size:11px;
	font-weight: bold;
}
#login-page a:hover { text-decoration: none;}
#login-page .login{
	line-height: 20px;
	color: Yellow;
	height: 25px;
	width:150px;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	background: transparent url('../Images/Login.gif') no-repeat center center;
	float:right;
}
.LoginDropPanel 
{
	float:right;
	display:none;
}
.DropPanel 
{
	float:right;
	display:block;
	width:460px;
	background-color: black;
	text-align: left;
	padding: 10px 20px 10px 20px;
}
.Button{
	padding-left: 4px;
	padding-right: 4px;
	background: transparent url('../Images/Login.gif') no-repeat;
	opacity:0.75;-moz-opacity:0.75;-khtml-opacity:0.75;filter: alpha(opacity=75);
	color: White;
	font-weight: bold;
}

.login img { margin-bottom: -6px;} 
#login-page a:link, #login-page a:visited { color: #888; font-weight:bold; }
#login-page a:hover { color: Yellow; font-weight:bold; margin-top: -3px; }

* html #wrapper-menu-page { margin-right: 15px; }

#menu-page { padding-top: 5px; }

#menu-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 88%;
}

#menu-page h3 {
	font-size: 80%;
	text-transform: uppercase;
	margin: 1em 0 0.3em 0;
	color: #5b8fbe;
	font-weight: normal;
	letter-spacing: 0.15em;
}

#menu-page a:link, #menu-page a:visited { color: #888; }
#menu-page a:hover { color: #5b8fbe; }

#wrapper-footer {
	text-align: center;
	margin: 0;
	padding-top: 25px;
}
#footer 
{
	position: relative;
	margin: 0 10px 0px 10px;
	background-image: url('../Images/bg-footer.png');
	height: 46px;
	line-height: 14px;
	clear: both;
}
#footerlogokem {
	float: left;
	width: 70px;
	height:46px;
	background: url('../Images/logokem-footer.png') no-repeat;
}
#footerlogoipn {
	float: right;
	width: 70px;
	height:46px;
	background: url('../Images/logoipn-footer.png') no-repeat;
}

h2 { font-size: 110%; }
h3 { font-size: 100%; }

a:link, a:visited { color: #5b8fbe; text-decoration: none; }
a:hover{ color: #666; text-decoration: underline; }

.startLink
{
	color: Orange;
	background-color: Yellow;
	padding: 3px;
	text-decoration:none;
	}
	.startLink:hover 
	{
		color: Yellow;
		background-color: Orange;
		text-decoration:none;
	}