﻿html, body {
	height: 100%;	
}
body {
    margin: 0;
    padding: 0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:0.8em;
    color:#FFF ;
    background: #151c38 url(../imgs/bgmax2.jpg) no-repeat center top;
}

table, input, textarea, select, option {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}


a, a:Visited {
	color:#a2c4fe;
	text-decoration:none;
}

a:Hover {color:#FFF;}

.tblmanage {
	background:#2962cb url(../imgs/bg-inner.jpg) bottom no-repeat;
	height:590px;
	width:961px;
}

/* Site engine styles */
.seNormalText {}
.seBoldText { font-weight:bold; color:#a2c4fe; }
.seLinkText, seLinkText:visited {	
	color:#FFF;
	text-decoration:underline;
}
.seLinkText:hover { color:#a2c4fe; }
.seTitle {	
	color:#FFF;
	font-size:medium;	
	font-weight:bold;	
}

.seHeaderLink, .seHeaderLink:hover, .seHeaderLink:visited
{
	color: #ffffff;
}

.seTinyLink, seTinyLink:Visited {}
.seTinyLink:hover { color:#a2c4fe; }

.seTinyText { font-size:x-small; }

.seHeader {
	color:#FFF;
	background-color: #000000;
}
.seTableLink, seTableLink:Visited {
	text-decoration: underline;
	color:#FFF;
}
.seTableLink:Hover {
	text-decoration: underline;
	color:#a2c4fe;
}
.seTableRow { background-color: #0d419b; }
.seTableRowAlternate { background-color: #1f57b8; }
.seInputControl {
	background:url(../imgs/bg-button.gif);
	width:96px;
	height:31px;
	padding: 1px;
	color:#FFFFFF;
	border:0px;
	font-size:0.9em;
	cursor: pointer;
	cursor:hand;
}
.seMemoControl, option
{
	background-color: #4a90ef;
	border: 1px solid #002670;
	padding: 1px;
}
.seMemoControl100pct {
	background-color: #4a90ef;
	border: 1px solid #002670;
	padding: 1px;
	width: 100%;
}
.seMemoControl2 {
	background-color: #4a90ef;
	border: 1px solid #002670;
	padding: 1px;
}
.seErrorText {		
	font-weight: bold;
	color: red;
}
.seNoteText {	
	color: #ffffff;
	line-height: normal;
	font-size: 0.75em;
}

.seTable
{
	background-color: #ffffff;
	font-size: 10pt;
}