body, html {
	height:100%; 
	max-height:100%;
	padding:0;
	margin:0; 
	border:0;
	min-height: 600px;
	min-width: 800px; 
}

body {
	/*overflow:hidden;  */

	background-color: #fff;
	color:#000;
	font-family: Arial,sans-serif;
	font-size: 12px;
}

#mainBorder {
	width: 780px;
	height: 600px;
	position: relative;
	margin: auto;
	top: 30px;	
	
  /*	center vertical
	position: absolute;	
	left: 50%;
	top: 50%;
	margin-left:-400px;
	margin-top:-300px;
	*/
		
	background: white url(gfx/blackboard.gif); 
	color: black;	 
}

#innerContent {
	position: absolute;
	top: 45px;
	left: 48px;
	width: 664px;
	height: 490px;

	padding: 10px;
	color: #fff;
	overflow: auto;	 
}

img {
	border:none;
}

#footer a {
	color:#fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
#footer {
	position: absolute;
	top: 569px;
	left: 63px;	
}

#mainMenu {
	position: absolute;
	top: 12px;
	left: 50px;	
}
#mainMenu ul {
  display: inline;
  padding: 0;
  margin: 0;
  margin-left: 13px;
}
#mainMenu ul li {
	list-style: none;
	display: inline;
}
#mainMenu a, #mainMenu a.menuSelect {	
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
		
	color: #fff;	
	padding-right: 5px;
	padding-left: 5px;
	border-left: 2px solid #fff;
}
#mainMenu a.menuSelect {
	font-weight:bold;
	/* font-style: italic; */		
}
#mainMenu a:hover {
  
	background-color: #000;
	color: #fff;
}
.mainShadow {
	margin-left: -4px;
	vertical-align: bottom;
}

#subMenu {
}
#subMenu ul {
  display: inline;
  padding: 0;
  margin: 0;
  margin-left: 13px;
}
#subMenu ul li {
	list-style: none;
	display: inline;
}
#subMenu a, #subMenu a.menuSelect {
	text-decoration: none;
	font-size: 0.8em;
	font-weight:bold;
	color:#fff;
	background-color: #717578;
	padding-left: 10px;
	padding-right: 10px;	
	border: 1px solid #fff;
	border-bottom: none;
	font-variant:small-caps;	
}
#subMenu a.menuSelect {
	color:#000;
	background-color: #f2f2ff;
	border: 2px solid #fff;
	border-bottom: none;
}
#subMenu a:hover {
  font-weight:bold;
  font-weight:bold;
	background-color: #363d43;
}

#waitScreenText {
	display: none;
}

#errorMsg {
	background-color: #000;
	color: #f00;
	font-size: 14px;
	padding: 5px;
	border: 1px solid #f00;
}

a, a:hover {
	text-decoration: none;
	color: #C5E8A4;;
}
a:hover {
	text-decoration: underline;
	color: #C5ffA4;		
}

h1, h2, h3, h4 {
	color: #C5E8A4;
	margin-bottom: 4px;
	margin-top: 10px;	
}

#tooltip h3 {
	color:#000 !important;
	font-size: 10px;
}

.clear {
	clear: both;
}

td {
	text-align:left;
	vertical-align: top;
}

.small {
	font-size: 8px;
}

.systemTable {
	border: 1px solid #666;
}
.systemTable td {
	border: 1px solid #444;
}

.icon {
	vertical-align: middle;
}

.mp2,
.mpGreen,
.mp {
	font-size: 18px;
	color: #000;
	background: #fff;
	border: 1px solid #555;
	margin-bottom: 4px;
	font-size: 14px;
}
.mpGreen {
	color: #000;
	background: #23B91C;
	font-size: 11px;
	padding: 5px;	
}
.g {
	color: #fff;
	background: #23B91C;
}



#malert {
	width: 350px;
	-webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
    background-color: #fff;
    padding: 10px;
    cursor: default;
}
#malert-buttons {
	text-align:center;
}
#malert-icon {
	float:left;
}
