body {
	border: 0px;
	margin: 0px;
	font-family: "Arial", "Verdana", "Sans-Serif";
	font-size: 13px;
	color: black;
}

td {
	font-family: "Arial", "Verdana", "Sans-Serif";
	font-size: 12px;
	color: black;
}

.copyright {
	font-size: 11px;
}

.divider {
	background-image:	url(/images/divider.gif);
	padding:			1px;
}

.title { 
	color: black;
	font-size: 16px;
	font-weight: bold;
	padding-left: 15px;
}

/* errors & notices */
.error, tr.error td {
	color: #CC0000;
}

.errorMessage {
	background-color:#FFCCCC;
	border:2px solid #CC3333;
	padding:10px;
	font-size:12px;
}

.warnMessage {
	background-color:#FFFF66;
	border:2px solid #FFCC33;
	padding:10px;
}

.successMessage {
	background-color:#BDF5B1;
	border:2px solid #009933;
	padding:10px;
}

.normal { font-weight: normal; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.bolditalic { font-weight: bold; font-style: italic; }
.strike { text-decoration: line-through; }
.grey {color: #A7A7A7;}

.align-center, .text_center {text-align: center; }
.align-right, .text_right {text-align: right;}
.align-left, .text_left {text-align: left;}
.align-justify, .text_justify {text-align: justify;}
.grid1 {	border-left: 1px solid #db1e22; border-right: 1px solid #db1e22; border-top: 1px solid #db1e22; border-bottom: 1px solid #db1e22;}
.grid {	border-left: 1px solid #db1e22; border-right: 0px solid #db1e22; border-top: 1px solid #db1e22; border-bottom: 0px solid #db1e22;}
.grid2 { border-left: 1px solid #db1e22; border-right: 2px solid #db1e22; border-top: 1px solid #db1e22; border-bottom: 2px solid #db1e22;}
.shade { background-color: #f0f0f0; }
.notes_text {font-size: 10px;}

.button {padding-left: 5px; padding-right: 5px; font-weight: bold; font-size: 12px; color: black; background-color: #f0f0f0;}
.button:hover {font-weight: bold; font-size: 12px; color: white; background-color: #db1e22;}
.menubutton {font-weight: bold; font-size: 12px; color: black; background-color: #395FB6;}
.menubutton:hover {font-weight: bold; font-size: 12px; color: white; background-color: #db1e22;}
.gobutton {font-weight: bold; font-size: 10px; color: black; background-color: #395FB6;}
.gobutton:hover {font-weight: bold; font-size: 10px; color: white; background-color: #db1e22;}

.admin_show_sel {
	background-image: url(/images/admin_show_sel.png);
	background-repeat: repeat-x;
	background-position: 2px;
}

fieldset {
	border:thin solid #db1e22;
	padding: 3px;
	margin: 3px;
	background-color: #f0f0f0;
}

/* format the form elements */
input, select, textarea {
	border:thin solid #db1e22;
	padding: 1px;
	margin: 1px;
	background-color: #f0f0f0;
}

.input_text, .input_text_inactive {
	font-family: "Arial", "Verdana", "Sans-Serif"; 
	font-size: 11px; 
	color: black;
}
.input_text { 
}

.inactive, .input_text_inactive {
	background-color: #ccc;
}

.input_radio {
	
}

.input_checkbox {

}

.input-button {
	border-style:ridge;
}

/* required fields */
.required {
	border:1px solid #CC6666;
}


.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}

.current_selection {
	position:			absolute;
	z-index:			20;
	visibility:			hidden;
	top:				0px;
	left:				0px;
}
.div_current_selection {
	background:			#f5f5f5;
	border:				1px solid #000066;
	padding:			2px;
}
.div_menu:hover{background:black;}

a:link { color: #0000ff; text-decoration: none; }
a:visited { color: #0000ff; text-decoration: none; }
a:hover { color: purple; text-decoration: underline; }

a.tmenu:link { color: #0000ff; text-decoration: none; }
a.tmenu:visited { color: #0000ff; text-decoration: none; }
a.tmenu:hover { color: purple; text-decoration: underline; }

a.tmenu_sel:link { background-color: yellow; color: #0000ff; text-decoration: none; }
a.tmenu_sel:visited { background-color: yellow; color: #0000ff; text-decoration: none; }
a.tmenu_sel:hover { background-color: yellow; color: purple; text-decoration: underline; }

/* Main Menu Formating 
div#mainMenu {
	width:168px;
}*/

a.menuButton {
	/*display:block;*/
	height:20px;
	width:138px;
	padding:2px;
	margin:4px 20px 4px 10px;
	background-color: #bd97c2;
	color:#000;
	border:1px solid #000;
	vertical-align:middle;
	text-align:left;
}

a.menuButton:hover {
	background-color: #db1e22;
	color:fff;
}

.bgButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/images/bg_button.gif);
	background-repeat: repeat-x;
	height: 22px;
	padding-left: 5px;
	padding-right: 5px;
}
.ButtonSel {
	background-image: url(/images/menu_sep.gif);
	background-repeat: repeat-x;
	width: 2px;
}
a.menuText:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
a.menuText:visited { color: #FFFFFF; text-decoration: none; }
a.menuText:hover { color: #F0F0F0; text-decoration: underline; }


/* new styles */

/* Start data table formating */

.dataTable {
	border: 2px solid #db1e22;
}

.dataTable tr.rowA {
	background-color:#fff;
}

.dataTable tr.rowB {
	background-color:#E8E7F1;
}

.dataTable thead td{
	font-weight:bold;
	text-align:center;
	padding:3px;
	color: white;
	vertical-align:bottom;
	border: 1px solid #db1e22;
	border-bottom: 2px solid #db1e22;
}

.dataTable thead tr {
	background-color: #f0f0f0;
}

.dataTable tbody td {
	border: 1px solid #db1e22;
	empty-cells:show;
	padding:3px;
	vertical-align:top;
}
/* End dataTable formating */

td.dataChar {
	text-align:left;
}

td.dataNum {
	text-align:right;
}

td.commands {
	text-align:center;
}





.pagination {
	text-align:center;
}
.accountDetails {
	width:100%;
	text-align:left;
}

.accountDetails h1 {
	font-size:12px;
	font-weight:bold;
}

/* general classes */
.notActive td, .notActive{
	color: #A7A7A7;
}

/* general classes */
.deleted td, .deleted {
	color: #A7A7A7;
	text-decoration: line-through;
}

.fieldTitle {
	font-weight:bold;
	margin-right:2px;
}

td.fieldTitle {
	text-align:right;
	vertical-align:top;
}

.fieldValue{
	margin-left:2px;
}

td.fieldValue {
	text-align:left;
	vertical-align:top;
}

/* main content formating */
#contentBody {
	text-align:left;
	vertical-align:top;
	padding:12px;
}

.contentSection {
	/*float:left;*/
	/*width:565px;*/
	margin:12px 0 12px 0;
}


table#notes {
	border:thin solid #edf0b3;
	padding:10px;
	margin: 6px;
}

div.detailBox {
	float:left;
	border:thin solid #edf0b3;
	padding:10px;
	margin: 6px;
	min-height:120px;
	overflow:visible;
}

table tr.meven {
	background-color: #EDEDF1;
}
table tr.modd {
	background-color: #ffffff;
}
table tr.meven:hover, table tr.modd:hover {
	background-color: #edf0b3;
}


  span.handle {
    cursor: move;
  }
  .reference_area{
      padding: 5px 0px;
  }