body
{
    background-color: #E9D3D3;
    /*
    background-image: url('../images/bg.png');
    background-attachment:fixed;
    background-repeat:repeat-x;
    */
    font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    color: Black;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Maroon;
    font-size:	16px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:	14px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12px;
	font-weight:	700;
	font-style:italic;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

TABLE {
	font-size: 12px;
}
	
A:link	{	
	text-decoration:	none;
	color: Blue;
	}	
		
A:visited	{	
	text-decoration:	none;
	color: Blue;
	}	
		
A:active	{	
	text-decoration:	none;
	color: Blue;
	}	
		
A:hover	{	
	text-decoration: underline;
	color: Orange;
}

#pagewrapper {
	background-color: White;
	width: 970px;
	border: solid 1px silver;
    margin-left: auto;
	margin-right: auto;
}

#header {
    background-image: url('../images/header.jpg');
    background-repeat:no-repeat;
    background-position: center;
    height: 85px;
    margin-left: auto;
    margin-right: auto;

}

#topbar {
	background-color: #FFDDDD;
	padding: 5px;
	height: 25px;
    margin-left: auto;
    margin-right: auto;
}

#login {
	float:left;
	font-weight: bold;
	color: Blue;
	margin-top: 5px;
}

#logout {
	float:right;
}

#main {
	padding: 10px;
	min-height: 300px;
}

#loginbox {
	background-color: #FFFFDD;
	border: double 5px maroon; 
	width:350px; 
	padding: 10px;
	text-align:center;
    margin-left: auto;
    margin-right: auto;
}

#searchbox {
	background-color: #FFFFDD;
	border: solid 2px orange; 
	width:auto; 
	padding: 5px;
	margin: 5px 0 10px 0;
}

#welcome {
	font-size: 16px;
	font-weight: bold;
	font-family: Trebuchet MS;
}

#footer {
	color: White;
	background-color: Maroon;
	font-weight: bold;
	font-size: 10px;
	padding: 10px;
	text-align:center;
}

#footer a {
	color: White;
}

.errmsg {
	color: Red;
	font-weight: bold;
}

.successmsg {
	color: Green;
	font-weight: bold;
}

.warnmsg {
	color: Orange;
	font-weight: bold;
}

.main_menu {
	text-align: center;	
}

.details {
	border: solid 1px;
	padding:10px;
	clear:both;
}

.details TH
{
	text-align: left;
}

.record_count {
	font-weight: bold;
	font-style: italic;
	color: maroon;
}

/* Table formats */
.table {
	clear: both;
}

.table TABLE {
	background-color: #ffffdd;
	text-align: center;
}

.table TH
{
	background-color: #ffffaa;
}

.table a {
	font-weight: bold;
}

.normal
{

}

.expired	
{
	color: Red;
	background-color: #ffdddd;
	font-weight: bold;
}

.license_key {
	color: maroon;
	font-weight: bold;
	font-size: 130%;
}

.msg_red{
	color: red;
	font-weight: bold;
}

.msg_green{
	color: green;
	font-weight: bold;
}

.msg_blue{
	color: #0090FF;
	font-weight: bold;
}

/* Buttons */
#activate{
	font-weight: bold;
	background-color: Orange;
	color: White;
}

#delete{
	font-weight: bold;
	background-color: Red;
	color: White;
}

#resetpwd {
	font-weight: bold;
	background-color: Blue;
	color: White;
}

.buttonbox{
	margin-top: 10px;
	margin-bottom: 5px;
	clear:both;
}

.buttons{

}

.menu_buttons {
	min-width: 150px;
	padding: 5px;
}

/* Tooltip */
.ToolText{position:relative; }
.ToolTextHover{position:relative;}

.ToolText span{display: none;}
.ToolTextHover span{
  display:block;
  position:absolute;
  border:1px solid black;
  top:1.3em;
  left:5px;
  background-color:#ffff66; 
  color:Blue;
  text-align: left;
  font-weight: normal;
  width: 280px;
  padding: 5px;
  z-index: 1;
} 
