/****************************General*********************************/
body, table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0px;
	color: #333333;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
  	color:#AB010D;
  	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
  	color:#AB010D;
  	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
  	color:#AB010D;
  	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
  	text-decoration: underline;
}
.sub_hdr{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
}
/************************Header*************************************/
.btn{
cursor:pointer;
}

.login_info{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
/**************************Borders***********************************/
.grey_border_all{
border:1px solid #A3A3A3;
}
.grey_border_right{
border-right:1px solid #A3A3A3;
}
.grey_border_bottom{
border-bottom:1px solid #A3A3A3;
}
/************* custom *********************/
body, table
{
    line-height: 16px;
}
body
{
    margin: 10px;
}
.navigation_table{
border-collapse:collapse;
vertical-align:top;
	border-left: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
}
.navigation_table tbody tr td, .data_table tbody th {
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.navigation_table tbody th {
	background: #f0f0f0;
}
.data_table{
border-collapse:collapse;
text-align:center;
vertical-align:top;
	border-left: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
}
.data_table tbody tr td, .data_table tbody th {
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.data_table tbody th {
	background: #f0f0f0;
}
input, textarea {
	border: #e0e0e0 solid 1px;
	font-size: 11px;
	color: #333333;
	padding-left: 3px;
	padding-right: 3px;
}
select, option {
	font-size: 11px;
	color: #333333;
}


/* Submit iframe (maureen) */
.submit_iframe
{
	width: 300px;
	height: 200px;
	display: none;
}

.def_textarea
{
    width: 300px;
	height: 150px;
}


#treebox
{
    font-size: 10px;
}

#html_editor, #editor
{
    width: 400px;
    height: 300px;
}

/* DJ Approval Highlight */
.blue_bg
{
    background-color: #99ccff;
}

.red_bg
{
    background-color: #ff99cc;
}

.old_value
{
    font-style: italic;
    color: #3399FF;
}

.tab
{
    border:1px solid #999999;
    background:#EEEEEE;
    margin-bottom: 0px;

}

.tabselected
{
    border:1px solid #999999;
    background:white;
    margin-bottom: 0px;

}