h1 {
	margin: 0px;
	font-size: 16px;
	text-align: center;
}

.inputfield_counter {
	color: #bababa;
}

.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;}

.text_center {text-align: center; }
.text_right {text-align: right;}
.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; margin-bottom: 10px;}
.gridh{	border-left: none; border-right: none; border-top: 1px solid #db1e22; border-bottom: 0px solid #db1e22;}
.gridh2 { border-left: none; border-right: none; border-top: 0px solid #db1e22; border-bottom: 1px solid #db1e22; padding-left: 6px; padding-right: 6px;}
.shade { background-color: #f0f0f0; }
.notes_text {font-size: 10px;}

.button {font-weight: bold; font-size: 12px; color: black; background-color: #f0f0f0; padding: 1px; padding-left: 4px; padding-right: 4px;}
.button:hover {font-weight: bold; font-size: 12px; color: white; background-color: #db1e22;}
.button_sub{font-weight: bold; font-size: 12px; color: black; background-color: #f0f0f0; margin-bottom:10px;padding: 1px; padding-left: 4px; padding-right: 4px;}
.button_sub:hover {font-weight: bold; font-size: 12px; color: white; background-color: #db1e22; }
.menubutton {font-weight: bold; font-size: 12px; color: black; background-color: #395FB6;padding: 3px;}
.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; padding: 1px; padding-left: 4px; padding-right: 4px;}
.gobutton:hover {font-weight: bold; font-size: 10px; color: white; background-color: #db1e22;}

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

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

.input_text, .input_text_inactive {
	font-size: 11px; 
	color: black;
}
.input_text { 
}

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

.input_radio {
	
}
.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 { 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-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-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:1px solid #edf0b3;
	padding:10px;
	margin: 6px;
}

div.detailBox {
	float:left;
	border:1px 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;
  }
.title_1 { 
	color: black;
	font-size: 16px;
	font-weight: bold;
	line-height:25px;
	/*width:100%;*/
	text-align:center;
	/*padding-left:18px;*/
}
.title_2{
	color: black;
	font-size: 16px;
	font-weight: bold;
	line-height:25px;
	text-align:center;
	padding-left:18px;
}
.title_width2{
	width:705px;
}
.title_1_pad {
padding: 10px 10px 10px 0px;
}

input.input_checkbox {
border:0;
background:#ffffff;
}
.main_form {
padding-left:30px;
padding-right:10px;
}
.form_errors
{
color:red;
font-size:12px;
float:left;
width:500px;
padding:0 0 5px 10px;
text-align:left;
}
td#telephones div {
margin-bottom:2px;
}
.navigation_table{
 float:left;
}
.navigation_table td a{
padding:2px;
text-align:center;
display:block;
width:auto;
line-height:16px;
border:1px solid #dddddd;
background:#f8f8f8;
}
.navigation_table td a:hover{
background:#ffffff;
}
td.addfb div {
margin-bottom:2px;
}
.clear{
clear:both;
}
.float_left{
float:left;
}
.float_right{
float:right;
}
form{
margin:0;
padding:0;
}
.info{
border-collapse: collapse;
}
.info tr { border: 1px solid #dddddd; }
.info td { border: 1px solid #dddddd; }
.basic { 
	color: black;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
	padding-bottom:5px;
	/*line-height:25px;
	width:753px;
	*/
}
.theader{
background: none repeat scroll 0 0 #D1D4D6;
}
.info_table{
padding-bottom:15px;
}
.msg{
border-collapse: collapse;
}
.msgeven { background-color:#f3f3f3;
}
.msgeven:hover{
background-color:#dddddd;
}
.msgodd{ background-color:#ffffff;
}
.msgodd:hover{
background-color:#dddddd;
}
.msg_padding{
padding-left:5px;
}
.inbox_btn{
padding:5px 7px;
}
.result{
padding-right:15px;
}
.help_container{
position:relative;
bottom:20px; 
right:12px;
}
.clk{
background-color:#cccccc;
}
a.msg_btn_archive{
display:block;
width:50px;
height:20px;
background: url(/images/archive.png) scroll 0 0 no-repeat;
padding:0 10px 0 25px;
}
img{
border:none;
}
table.msg tbody tr td input, .msg td input {
border:none;
}
.mmt {
padding:5px 0 10px 10px;
}
.mmtc {
padding:5px 0 10px 0;
border-top:1px solid #dddddd;
}
.msg_box {
padding:10px 0 0 10px;
border-bottom:1px solid #dddddd;
}
a.unread {
font-weight:bold;
color:#000000;
}
a.read {
color:#000000;
}
a.msgreply {
display:block;
background-color:#0164C9;
line-height:20px;
text-align:center;
color:#ffffff;
width:45px;
font-weight:bold;
cursor:pointer;
}
/* dropdown messages for messages */
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;}

#sddm li a
{	display: block;
	margin: 0 10px 0 0;
	width: auto;
	color: #0000FF;
	text-align: left;
	text-decoration: none}

#sddm li a:hover
{
text-decoration: underline;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #F9F7F7;
	border: 1px solid #dddddd}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #F9F7F7;
		color: #000000;
		font-size: 11px;}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}
/* end of dropdown messages  */
.display-none {
display:none;
}
.display-block {
display:block;
}
.info_table textarea{
border:1px solid #cccccc;
background-color:#ffffff;
margin-bottom:10px;
}
#mreply {
padding-bottom:10px;
}
.folders_main {
padding:10px;
border:1px solid #dddddd;
width:500px;
float:left;
}
.folders {
float:left;
width:auto;
padding:10px;
}
.pad10{
padding:10px;
}
.msg_box pre {
width:510px;
overflow:auto;
}
.foldertop {
padding-bottom:5px;
}
.black{
color:#000000;
}
.access_denied{
color:#FF0000;	
}
.main_title_name{
color: black;
font-weight: bold;
text-align:center;
padding-bottom:5px;
}

.buttonsmall{
    width:187px;
    text-align:left;
    height:19px;
    border:0px;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#777777;
    font-size:12px;
}

.adminTdBottom{

	padding-bottom: 5px;
	padding-right: 5px;

}

 .adminTdLabel{

 	font-weight: bold;
 	text-transform: capitalize;

 }