/* CSS Document */

a img { border: none; }

body { 
	background:url(bodybackground.png) repeat-x #4782C5;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

body, td, tr {
	font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
}

#EEM_Everything { 
	width: 884px; 
	margin: 0 auto;
	margin-top: 39px;
	margin-bottom: 0px;
}

#EEM_Header {
	background:url(headerlogo.png) no-repeat;
	height: 160px;
	margin: 0 auto;
}

#EEM_Welcome { 
	margin: 0 auto;
}

#EEM_MainContent {
	background:url(maincontentbackground.png) repeat-y; 
	padding-top: 17px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
}	

#EEM_Information {
	margin: 0 auto;
	margin-top: 19px;
}

.EEM_LineBreak {
	background:url(linebreak.png) no-repeat;
	height: 4px;
	width: 803px;
	margin-top: 19px;
	margin-bottom: 19px;
}

.EEM_Link a {
	padding-right: 8px; 
	padding-left: 8px;
	text-decoration: none; 
	color: white; 
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	display: inline-block; 		
	font-weight: bold;	
	font-size: 15px; 	
	margin-left: 5px; 
	margin-right: 5px;
	height: 36px; 	
	position: relative; 
	top: 2px;
	padding-bottom: 0px;
	
}

.EEM_Link a:hover {
	background: url(hoverbackground.png) center no-repeat;
	height: 33px;

}

.EEM_Link { 
	
	list-style: none; 
	display: inline-block; 
	position: relative; 
		top: 95px; 
		left: 10px; 
	height: 36px; vertical-align: middle
}

#EEM_Login {
	position: relative;
		left: 500px;
		top: 50px;
}

#EEM_Footer {
	background:url(footer.png) no-repeat;
	height: 58px;
	width: 884px;
	margin: 0 auto; 
}

.table
{
	border-collapse:collapse;
	border: 1px solid #000000;
}
.table tr.th TH
{
	border: 1px solid #000000;
	font-weight: bold;
	text-align: left;
}
.table tr.td TD
{
	border: 1px solid #000000;
}
.none
{
	border-collapse: separate;
}
ul.tabber, ul.tabberDisable
{
	list-style:none;
	margin:0px;
	margin-bottom:10px;
	padding:4px 4px 0px;
	border-bottom:1px solid #000000;
}
ul.tabber li:hover, ul.tabber li.pressed, ul.tabberDisable li.pressed
{
	border-bottom:1px solid #FFFFFF;
	background:#FFFFFF;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}
ul.tabber li, ul.tabberDisable li
{
	display:inline;
	border:1px solid #000000;
	border-bottom:0px;
	padding:2px 8px 0px;
	margin-right:8px;
	background:#CCCCCC;
	cursor: default;
}
ul.tabber li.pressed, ul.tabberDisable li.pressed
{
	cursor: default;
}
ul.tabber li.none, ul.tabberDisable li.none
{
	border: 0px;
	padding:2px 0px 0px;
	background:transparent;
}