body, P {
	margin: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 18px;
	background: #FFF;
	text-align: left;
}

a {
	text-decoration: none;
	color: #30526B;
}

a:hover {
	color: #F25308;
}

p, td, th {
	font-size:12px;
	line-height:18px;
}


td {
	vertical-align: top;
	border-top: 0px solid #ccf;
}


h2 {
	font-size: 16px;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

/*  --- admin form start---*/
table.adminForm td{
	border-top: 1px solid #CCCCFF;
	vertical-align: top;
}
table.adminForm table td{
	border-top: 0px solid #CCCCFF;
	vertical-align: top;
}
table.adminForm .widetext {
	width: 400px;
}
table.adminForm .widerlongtext, table.admin_access_level .widerlongtext {
	width: 560px;
	height: 300px;	
}
table.adminForm .widershorttext {
	width: 560px;
	height: 100px;
}

table.adminForm tr.photo_image td, table.adminForm tr.remove_file td {
	border-top: 0;
	padding-top: 0;
}
table.adminForm tr.remove_file td.form_label{
	font-weight: normal;
}

table.adminForm span.fileName{
	font-size: 11px;
	font-style: italic;
}

table.adminForm .asset-image-view td {
        border-top: 0;
}
table.adminForm .asset-image-view img {
        width: 500px;
}

/*  --- admin form end---*/
.form_label, tdlabel {
	font-weight: bold;
	width: 120px;
	font-size: 12px;
	line-height: 18px;
}
.objectClass {
        font-size:12px;
}

.form_btitle {
	font-weight: bold;
	font-size: 12px;
	line-height:18px;
}

/* width on form middle */
.form_middle {
	width: 400px;
}

.required {
	color: #F00;
	font-size: 11px;
}

.example {
	color: #03C;
	font-size: 11px;	
}

.note {
	color: #03C;
	font-size: 11px;
}

.tableheader {
	font-weight: bold;
}

.oddrow, .form_banner {
	background: #eee;
}

.evenrow {
	background: #fff;
}

.tdlabel, .td2label {
	font-weight: bold;
}

.admin_input, .admin_textarea, .admin_textshort, .admin_textwide {
	color: #000;
	font-size: 12px;
	border: 1px solid #ccc;
	width: 400px;
}

.admin_input {
	height: 20px;
}

.admin_textarea {
	height: 300px;
}

.admin_textshort {
	height: 100px;
}
.widetext {
	width: 550px;
}





/* List box css items */
.dataset_table
{
	border:0px;
	border-spacing:1px;
	cellpadding:3px;
	width:100%;
}

.dataset_table td {
   padding:3px;
}

.dataset_table th {
	font-weight: bold;
	text-align: left;
}

.dataset_evenrow {
	background:#FFF;
	}

.dataset_oddrow {
	background:#EEE;
	}

.dataset_evencell {
}

.dataset_oddcell {
}

	
.dataset_sort {
	
}

.dataset_sortup {
	color: #F25308;
	font-size: 9px;	
}

.dataset_sortdown {
	color: #F25308;
	font-size: 9px;	
}

.admin_faq_item td p {
        margin:0;
        padding:0;
}

.admin_user_privilege {
        padding-left:5px;
        margin-top:-15px;
}
