/* 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: #3c3c3c;
}

a {
	color: #3c3c3c;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}

#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;
	width: 884px; 
}

#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;
width:400px;
}

#EEM_Footer {
	background:url(footer.png) no-repeat;
	height: 58px;
	width: 884px;
	margin: 0 auto; 
}

.table
{
background: #FFF;
	border-width:1px;
	border-style:solid;
	border-color:#848484;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
padding: 1px;
}
.table tr.th TH, .table div.th
{
	font-weight: bold;
	text-align: left;
font-size: 14px;
height: 21px;
padding: 4px;
background: url(/templates/18/tableHeader.png) repeat-x top;
}
.table div.th {
	border-radius: 12px 12px 0 0;
	-moz-border-radius: 12px 12px 0 0;
	-webkit-border-radius: 12px 12px 0 0;
}
.table tr.th TH, .table tr.th TH a, .table div.th
{
color: #fff;
}
.table tr.th TH:first-child
{
	border-radius: 9px 0 0 0;
	-moz-border-radius:9px 0 0 0;
	-webkit-border-radius: 9px 0 0 0;
}
.table tr.th TH:last-child
{
	border-radius: 0 9px 0 0;
	-moz-border-radius: 0 9px 0 0;
	-webkit-border-radius: 0 9px 0 0;
}
.table tr.td:nth-child(2n+1) td
{
	background: #ecedee;
}
.table tr:last-child td:first-child
{
	border-radius: 0 0 0 9px;
	-moz-border-radius: 0 0 0 9px;
	-webkit-border-radius: 0 0 0 9px;

}
.table tr:last-child td:last-child
{
	border-radius: 0 0 9px 0;
	-moz-border-radius:  0 0 9px 0;
	-webkit-border-radius:  0 0 9px 0;
}
.table tr.td td, .table tr.td td a {
color: #4c4c4c;
}

.none
{
	border-collapse: separate;
}
ul.tabber, ul.tabberDisable
{
	list-style:none;
	margin:0px;
	margin-bottom:10px;
	padding:4px 8px 0 0;
}
ul.tabber li:hover, ul.tabber li.pressed, ul.tabberDisable li.pressed
{
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}
ul.tabber li, ul.tabberDisable li
{
	display:inline;
	padding:2px 8px 0px;
	margin-right:8px;
	cursor: default;
	background: url(/templates/18/tab.png) repeat-x 0 -1px;
	height: 20px;
	border: 1px solid #9db0bc;
	color: #193662;
	-moz-border-radius: 5px 5px 0 0;
}
ul.tabber li a, ul.tabberDisable li a
{
	color: #193662;
}
ul.tabber li.pressed, ul.tabberDisable li.pressed
{
	cursor: default;
}
ul.tabber li.none, ul.tabberDisable li.none
{
	border: 0px;
	padding:2px 0px 0px;
}
table.colored {
	border: 1px solid #848484;
	border-collapse: collapse;
}
table.colored tr td {
	background: #ecedee;
	border: 1px solid #848484;
}
table.colored tr td:first-child {
	background: #d0e6ff;
}
