body
{
	margin: 0px;
}

a 
{
    text-decoration: none;
    color: #003399;
}

a:hover 
{
    text-decoration: underline;
}



td.big
{
	font-size: 14px;
	white-space: nowrap;
	text-align: left;
}

/* Start New Style Information 27082005 */

/* Search Table */

table.searchMain
{
	border-style: solid;
	width: 100%;
	border-color: #ACACAC #FFF #FFF #FFF;
	border-width: 1px 0px 0px 0px;
}

table.searchMain tr.rowHeading {
	background: #E5E5E5;
	
}

table.searchMain tr.rowHeading td{
	font-weight: bold;
	text-align: center;
}


div.contentBorder {
	background-color: #d0d0d0;
	border: 1px solid;
	border-color: #f0f0f0 #909090 #909090 #f0f0f0;
	padding: 3px 3px 3px 3px;
	text-align: left;
	}
	

/* Display Table */
table.displayMain {
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	width: 100%;
	border-color: #acacac #eeeeee #eeeeee #acacac;
}

table.displayMain tr.heading {
	background: #E5E5E5;
}

table.displayMain tr.heading td{
	font-weight: bold;
	text-align: center;
}

table.displayMain tr.heading td.action {
	font-size: 12px;
	text-align: center;
	width: 4%;
	white-space: nowrap;
}

table.displayMain tr.heading td.big
{
	font-size: 14px;
	white-space: nowrap;
	text-align: left;
}

table.displayMain tr.odd {
	background: #FFFFFF;
}

table.displayMain tr.even {
	background: #E8E9E9;
}

table.displayMain tr.odd_error td{
    color: #FF0000;
	background: #FFFFFF;
}

table.displayMain tr.even_error td{
    color: #FF0000;
	background: #E8E9E9;
}

table.displayMain tr.message td{
	padding: 40px 20px 40px 20px;
	background: #E8E9E9;
	text-align: center;
}

table.displayMain tr.dark {
	background-color: #bccccc;
}

table.displayMain td.action {
	font-size: 12px;
	text-align: center;
	width: 4%;
	white-space: nowrap;
}

table.displayMain td.darkaction {
	font-size: 12px;
	text-align: center;
	width: 4%;
	white-space: nowrap;
	background-color: #bccccc;
}

table.displayMain td {
	padding: 3px 3px 3px 3px;
}


div.editBorder {
	background-color: #d0d0d0;
	border: 1px solid;
	border-color: #f0f0f0 #909090 #909090 #f0f0f0;
	padding: 3px 3px 3px 3px;
	text-align: left;
	}

/* Edit Tables - rowHeading avoids interference with tabs */

table.editMain {
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	width: 100%;
	border-color: #acacac #eeeeee #eeeeee #acacac;
}


/* Edit icons and title */

table.editMain tr.rowHeading 
{
	background: #E5E5E5;
}

table.editMain tr.rowHeading td
{
	text-align: center;
	padding: 3px 3px 3px 3px;
}

table.editMain tr.rowHeading td.action
{
    font-size: 12px;
	text-align: center;
	width: 4%;
	white-space: nowrap;
}


table.editMain tr.rowHeading span{
	font-weight: bold;
	
}

table.editMain tr.rowHeading td.left{
	text-align: left;
}

table.editMain tr.rowHeading td.right{
	text-align: right;
}

table.editMain tr.heading {
	background: #E5E5E5;
}

table.editMain tr.heading td{
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;	
	padding: 3px 3px 3px 3px;
}

table.editMain tr.heading span{
	font-weight: bold;
}

table.editMain tr.heading td.left{
	text-align: left;
}

table.editMain tr.heading td.right{
	text-align: right;
}

table.editMain tr.heading table{
	width: 100%;
}

/* Edit Table Email Editor Table */
table.editMain tr.email {
	background: #999999;
}

table.editMain tr.email td {
	padding-top: 7px; 
	padding-bottom: 7px; 
}

table.editMain table.emailContents {
	background: #f0f0f0;
	padding-top: 2px;	
	padding-left: 2px;
	padding-right: 2px;
	text-align:center;
	margin-left:auto; 
	margin-right:auto; 
}

table.editMain table.emailContents td {
	padding-top: 3px; 
	padding-bottom: 3px; 
	vertical-align: bottom;	
}

table.editMain table.emailContents td.rowHeadingMajor {
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
}

/* Edit Table Tab table */
table.editTab {
	border-top: 1px solid; 
	border-left: 1px solid; 
	border-right: 1px solid; 
	border-bottom: 1px solid; 
	border-color: #acacac #eeeeee #eeeeee #acacac;
	width: 100%;
}

table.editTab tr {
	background: #cccccc;
}

table.editTab td {
	padding: 5px 5px 5px 5px;
}

table.editTab tr.heading {
	background: #E5E5E5;
}

table.editTab tr.heading td{
	font-weight: bold;
	text-align: center;
}

table.editTab tr.heading td.action {
	font-size: 12px;
	text-align: center;
	width: 4%;
	white-space: nowrap;	
}

table.editTab td.darkaction {
	font-size: 12px;
	text-align: center;
	width: 4%;
	white-space: nowrap;	
	background-color: #bccccc;
}



table.editTab tr.odd {
	background: #FFFFFF;
}

table.editTab tr.even {
	background: #E8E9E9;
}

table.editTab tr.message td{
	padding: 40px 20px 40px 20px;
	background: #E8E9E9;
	text-align: center;
}

table.editTab td.action {
	font-size: 12px;
	text-align: center;
	width: 4%;
	white-space: nowrap;	
}

table.editTab td.rowHeading {
	text-align: right;
	font-weight: bold;	
	white-space: nowrap;	
	width: 4%;
}

table.editTab td.rowHeadingtop {
	text-align: right;
	vertical-align: top;	
	font-weight: bold;	
	white-space: nowrap;	
}

table.editTab td.big
{
	font-size: 14px;
	white-space: nowrap;
}

/* Help Table */
table.helpMain {
	border-top: 1px solid; 
	border-left: 1px solid; 
	border-right: 1px solid; 
	border-bottom: 1px solid; 
	border-color: #acacac #eeeeee #eeeeee #acacac;
	width: 100%;
}

table.helpMain tr {
	background: #E8E9E9;
}

table.helpMain td {
	font-size: 10px;
	padding: 5px 5px 5px 5px;
}

table.helpMain td.rowHeading {
	font-size: 11px;
	text-align: right;
	font-weight: bold;	
	width: 20%;
	vertical-align: top;	
}
/* Finish New Style Information 27082005 */


table tr td 
{
	font: 11px Tahoma, Verdana, sans-serif; 
}

table.normal td
{
	font-size: 10px;
	font-weight: normal;
}

.table_inset {

border-top: 1px solid; 
border-left: 1px solid; 
border-right: 1px solid; 
border-bottom: 1px solid; 
border-color: #acacac #eeeeee #eeeeee #acacac;
}



.sub_table_inset {
	border-top: 1px solid; 
	border-left: 1px solid; 
	border-right: 1px solid; 
	border-bottom: 1px solid; 
	border-color: #acacac #eeeeee #eeeeee #acacac;
}

table.sub_table_inset td {
	font-weight: bold;
	background: #cccccc;
	}


.sub_table {
	border-top: 1px solid; 
	border-left: 1px solid; 
	border-right: 1px solid; 
	border-bottom: 1px solid; 
	border-color: #999999 #999999 #999999 #999999;
}

.form_heading td
{
font-size: 10px;
background: #cccccc;
}

.form_normal
{
font-size: 10px;
font-weight: normal;
	td.heading {
		font-weight: bold;
		text-align: center;
	}
}

tr.main_heading {
	background: #E5E5E5;
}

tr.heading {
	background: #E5E5E5;
}

td.row_heading {
	font-weight: bold;
	text-align: right;	
	white-space: nowrap;
	vertical-align: top; 
}

tr.heading td {
	font-weight: bold;
	text-align: center;
}

tr.odd {
	background: #FFFFFF;
}

tr.even {
	background: #E8E9E9;
}


h1, h2 {
	font: 100% Tahoma, Verdana, sans-serif; 
}

div.odd {
	background: #FFFFFF;
}

div.even {
	background: #E8E9E9;
}

.tabSelected {
	background-color: #C0C0C0;
	border-width: 2px 2px 0px 2px;
}

.tabUnselected {
	background-color: #C0C0C0;
	border-width: 2px 2px 2px 2px; 
	border-bottom-style: inset !important;
	cursor: pointer;
}

.tabNone {
	border-width: 0px 0px 2px 0px; 
	border-style: inset !important;
	width:100%;
	
}

.tabArea  { 
	overflow: hidden;
	background-color: #C0C0C0;
	border-width: 0px 2px 2px 2px; 
	border-style: outset; 
	border-color: #E0E0E0;
	padding: 6px;
}


.tabBar TD {
	border-style: outset; 
	border-color: #E0E0E0;
	vertical-align: top;
	padding: 3px 6px 3px 6px;
	margin: 0px;
	white-space: pre;
	white-space: nowrap;
}

.tabSelected {
	background-color: #C0C0C0;
	border-width: 2px 2px 0px 2px;
}

.tabUnselected {
	background-color: #C0C0C0;
	border-width: 2px 2px 2px 2px; 
	border-bottom-style: inset !important;
	cursor: pointer;
}

.tabNone {
	border-width: 0px 0px 2px 0px; 
	border-style: inset !important;
	width:100%;
	
}

.tabArea  { 
	overflow: hidden;
	background-color: #C0C0C0;
	border-width: 0px 2px 2px 2px; 
	border-style: outset; 
	border-color: #E0E0E0;
	padding: 6px;
}

.noResult, .noResult td {
	padding: 20px 20px 20px 20px;
	background: #E8E9E9;
	text-align: center;
}

.majorerror {
	color: #bb0000;
}

.fade {
	color: #aaaaaa;
}

.hide {
    position: absolute;
    left: -9999px;
    font-size: 0;
}

select, input, submit, option 
{ 
font-size: 10px; 
}


a.iconLink {
	color: #000;
	padding: 0 2px 1px 15px;
	background: url(../icons/link.gif) left center no-repeat;
	text-decoration: none;
}
input.iconLink{
	cursor: hand; 
	cursor: pointer; 
	padding: 0 2px 1px 12px;
	font-size: 11px; 
	background: url(../icons/link.gif) left center no-repeat;
	border:0px ;
}

a.orderby {
	color: #000;
	cursor: hand; 
	cursor: pointer; 
	text-decoration: none;
}

div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

div.menuBar {
  background-color: #d0d0d0;
  border: 1px solid;
  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  padding: 4px 2px 4px 2px;
  text-align: left;
}

div.menuBar a.menuButton {
  background-color: transparent;
  border: 1px solid #d0d0d0;
  color: #000000;
  cursor: default;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButton:hover {
  background-color: transparent;
  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  color: #000000;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #a0a0a0;
  border-color: #909090 #f0f0f0 #f0f0f0 #909090;
  color: #ffffff;
  left: 1px;
  top: 1px;
}


div.menu {
  background-color: #d0d0d0;
  border: 2px solid;
  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}


div.menu a.menuItem {
  color: #000000;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #999999;
  color: #ffffff;
}

div.menu div.menuItemSep {
  border-top: 1px solid #909090;
  border-bottom: 1px solid #f0f0f0;
  margin: 4px 2px;
}

table, td, select, input, submit, option { font-size: 10px; }

