html { 
	margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
	min-height: 100%; 
	margin-bottom: 1px; 
}
td, p, li, ul {
	font-family: Verdana; 
	font-size: 12px; 
}
body {
	margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
    font-family: Verdana;
    font-size: 12px;
    text-align: left;	
}

div#wrapper {
	position: relative;
	max-width: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 5%;
	margin-right: 5%;
}



/* Default link is crimson with purple hover */
a:link, a:visited, a:active
{
  font-family: Verdana; 
  font-weight: bold; color: #800000; 
  text-decoration: underline;
}

a:hover
{
  font-family: Verdana;
  color: #8000FF;
  font-weight: bold; 
  text-decoration: underline;
}

.mainmenu {
	text-decoration:underline;
}
a.submenu:link span {
	color: #800000; 
	font-family: ArialNarrow,Arial; 
	font-size: 12px; 
	font-weight: bold;  
	text-decoration: none; 
}

a.submenu:visited span {
	color: #800000; 
	font-family: ArialNarrow,Arial; 
	font-size: 12px; 
	font-weight: bold;  
	text-decoration: none; 
}

a.submenu:hover span {
	color: #8000FF; 
	font-family: ArialNarrow,Arial; 
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: underline; 
}

a.submenu:active span {
	color: #8000FF; 
	font-family: ArialNarrow,Arial; 
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: underline; 
}

.verdana8 {
	font-family: Verdana;
	font-size: 8px;
	color: #FF0000;
}

.verdana10 {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}
.verdana10bold {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
.verdana11 {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

.verdana12 {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}
.verdana12bold {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.verdana12boldgrey {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
.arial12grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.verdana12boldred {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.verdana12darkgreen {
	font-family: Verdana;
	font-size: 12px;
	color: #006600;
}

.verdana12green {
	font-family: Verdana;
	font-size: 12px;
	color: #00FF00;
}
.verdana12blue {
	font-family: Verdana;
	font-size: 12px;
	color: #0000FF;
}
.verdana12red {
	font-family: Verdana;
	font-size: 12px;
	color: #FF0000;
}
.verdana12right {
	font-family: Verdana;
	font-size: 12px;
	text-align: right;
	color: #000000;
}
.verdana14 {
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
}
.verdana14bold {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.verdana14boldred {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.verdana16 {
	font-family: Verdana;
	font-size: 16px;
	color: #000000;
}
.verdana16bold {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.verdana16boldred {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}



/* Added by Mindfire on 10/10/2007 for style of ticket list. */
.eticketHeader td {
	background-color:#800000;
	color:#ffffff;
}
.eticketHeader td a:link,.eticketHeader td a:visited,.eticketHeader td a:active {
	text-decoration:none;
	color:#ffffff;
}
.eticketHeader td a:hover {
	text-decoration:underline;
	color:#ffffff;
}

.eticketMainTable {
	border:1px solid #999999;
}
.eticketMainTableTd {
	background-color:#E4E4E4;
}
.eticketMainTableTdAlt {
	background-color:#ffffff;
}
.eticketMainTableOn {
	background-color:#999999;
}
.priLow {
	background-color:#C2A3FF;
}
.priNormal {
	background-color:#FFFFF0;
}
.priHigh {
	background-color:#FFA698;
}
/* END */

/* Added by Mindfire on 10/10/2007 for style of eticket list. */
.eticketHeader td {
	background-color:#800000;
	color:#ffffff;
}
.eticketHeader td a:link,.eticketHeader td a:visited,.eticketHeader td a:active {
	text-decoration:none;
	color:#ffffff;
}
.eticketHeader td a:hover {
	text-decoration:underline;
	color:#ffffff;
}

.eticketMainTable {
	border:1px solid #999999;
}
.eticketMainTableTd {
	background-color:#E4E4E4;
}
.eticketMainTableTdAlt {
	background-color:#ffffff;
}
.eticketMainTableOn {
	background-color:#999999;
}
.priLow {
	background-color:#C2A3FF;
}
.priNormal {
	background-color:#FFFFF0;
}
.priHigh {
	background-color:#FFA698;
}

.classButton {
	background-color: #800000; 
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none; 
}


.msgReceived { background-color: #E9E9E9; color: #3E3E3E; font-size: 12px; }
.msgAnswered { background-color: #FFE0B3; color: #3E3E3E; font-size: 12px; }
.msgAttachments { background-color: #F4FAFF; color: #000000; font-size: 12px; }
.msgBorder { background-color: #ADADAD;  margin-top: 10px; }
.msgBorderInfo { background-color: #ffffff; }
.msgBox { background-color: #F9F9F9; }
.searchBox { padding: 10px 0 0 12px; margin: auto; }
.loginBox { padding: 5px; }
.loginBox td { padding: 5px; }
.loginBox td table td { line-height: 30px; }
.buttons { text-align: center; }
/*.mainTable { background-color: #F4FAFF; }
.mainTableAlt { background-color: #FFFFFF;}*/



.TableMsg {width: 100%; border:1px solid #999999; }

.TableHeaderText { 
	width: 100%;
	text-align:left;
	background-color: #999999; 
	color: #FFFFFF; 
	font-size: 12px; 
	font-weight: bold;  
	padding-left:30px;
	height:25px;
	line-height:25px;
}
