body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
    background: #0f100e url(images/main_bg.jpg) repeat-x top;
}
		
a:link, a:visited { color: #0066CC; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #CC0000; text-decoration: underline; }

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.margin_r_15 { margin-right: 15px; }

.button_01 a {
	float: right;
	clear: both;
	display: block;
	width: 120px;
	height: 25px;
	padding: 5px 0 0 0;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(images/button_01.png) no-repeat;
}

h1 {
	margin: 0px;
	padding: 2px 0;
	font-size: 30px;
	font-weight: bold;
}

h2 {
	margin: 0 0 10px 0;
	padding: 2px 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
}

h3 {
	margin: 0 0 10px 0;
	padding: 2px 0;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	border-bottom: 1px solid #333;
}

.image_wrapper {
	margin-top: 3px;
	margin-bottom: 5px;
	border: 5px solid #e8e8e8;
	padding: 1px;
	background: #fff;
}

.fl_image {
	float: left;
	margin-right: 30px 
}

.fr_image {
	float: right;
	margin-left: 20px 
}


/* site title */

#site_title_bar_wrapper {
	width: 100%;
	height: 80px;
	margin: 0 auto;	
	background:  url(images/site_title_wrapper.jpg) top center no-repeat;
}

#site_title_bar {
	width: 960px;
	height: 80px;
	margin: 0 auto;
	padding: 0 10px;
	overflow: hidden;
	background: url(images/site_title_bg.jpg) top center no-repeat;
}

#site_title {
        width: 153px;
	height: 153px;
	float: left;
	margin: 0 auto;
	padding: 25px 0 0 0;
}

#site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#site_title h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}

#site_title h1 a span {
	display: block;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	margin-left: 5px;
}

#site_title_bar #search_box {
	float: right;
	width: 280px;
	height: 30px;
	margin: 0 10px 0 0;
	padding: 10px 0 0 0;
}

#search_box form {
	float: left;
	width: 280px;
	height: 30px;
	margin: 0;
	padding: 0;
}

#searchfield {
	height: 20px;
	width: 195px;
	padding: 6px 5px 4px 5px;
	margin: 0px;
	color: #ffffff;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;
	background: none;
	border: none;	
}

#searchbutton {
 	height: 30px;
	width: 70px;
	margin: 0px;
	padding: 6px 0;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	color: #ffffff;
	background: none; 
	border: none;
}

/* menu */

/* banner */

#banner_wrapper {
	clear: both;
	width: 100%;
	height: 270px;
	margin: 0 auto;	
	background: url(images/banner_wrapper.jpg) no-repeat center top;
}

#banner {
	width: 960px;
	height: 270px;
	padding: 0 10px;
	margin: 0 auto;
	background: url(images/banner_bg.jpg) no-repeat center top;
}

#banner_slider {
	clear: both;
	width: 960px;
	height: 250px;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 20px 0 0 0;
}

/* end of banner */

/* end of menu */

#menu_wrapper {
	clear: both;	
	width: 100%;
	height: 50px;
	margin: 0 auto;	
	background: url(images/menu_wrapper.jpg) top center no-repeat;
}

#menu {
	clear: both;
	width: 980px;
	height: 50px;
	margin: 0 auto;
	background: url(images/menu_bg.jpg) top center no-repeat;
}

#menu ul {
	width: 780px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	list-style: none;
}

#menu ul li {
	padding: 0;
	margin: 0px;
	display: inline;
}

#menu ul li a {
	float: left;
	display: block;
	width: 120px;
	height: 25px;
	padding: 5px 0 0 0;
	margin: 0 10px 0 0;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;	
	outline: none;
}

#menu li a:hover, #menu li .current {
	color: #000000;
	background:url(images/button_01.png) no-repeat;
}

#menu li .last {
	margin-right: 10px;
}

/* end of menu */

/* content */

#content_wrapper {
	clear: both;	
	width: 100%;
	margin: 0 auto;	
	background: url(images/content_wrapper.jpg) top center no-repeat;
}

#content {
	width: 960px;
	margin: 0 auto;
	padding: 30px 10px;
	background: url(images/content_bg_middle.png) repeat-y center;
}

#content_bottom {
	width: 980px;
	height: 15px;
	margin: 0 auto;
	background: url(images/content_bg_bottom.png) no-repeat center top;
}

#content p {
	margin-bottom: 10px;
}

.section_w960_p15 {
	clear: both;
	width: 940px;
	padding: 0 15px;
}

.section_w960_p30 {
	clear: both;
	width: 910px;
	padding: 0 30px;
}

.box {
	float: left;
	width: 300px;
	background: url(images/box_01_middle.jpg) repeat-y;
}

.box_top {
	width: 300px;
	height: 5px;
	background:url(images/box_01_top.jpg) no-repeat;
}


.box_top_new {
	width: 300px;
	height: 5px;
	background:url(images/box_01_top_new.jpg) no-repeat;
}

.box_bottom {
	width: 300px;
	height: 15px;
	background: url(images/box_01_bottom.jpg) no-repeat;
}

.box .box_content {
	padding: 15px 20px 15px 20px;
}

.box h2 {
	color: #9b1919;
	font-size: 16px;
	margin-bottom: 20px;
}

.box .box_image_wrapper {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

.em_text {
	font-size: 14px;
	color: #000;
}

/* footer */

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 40px 10px;
	color: #cccccc;
}

#footer  a {
	color: #ffffff;
}

#footer .section_w240 {
	float: left;
	width: 200px;
	padding-right: 40px;
}

#footer .section_w240 h3 {
	width: 175px;
	height: 30px;
	font-size:14px;
	font-weight: bold;
	color: #ffffff;
	
}

#footer .footer_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


#footer .footer_list li {
	margin: 0px;
	padding: 3px 0;
}

#footer .footer_list li a {
	color: #cccccc;
}

#footer .footer_list li a:hover {
	color: #FFFF00;
	text-decoration: none;
}
/* end of footer */

/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #FFF;
    font-size: 13px;
    font-family: Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000;
}


a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}



/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 100%;
    background-color: #fff;
    margin: auto;
    border: 1px solid #B0B0B0;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
    height: 90px;
}

.header h1
{
    font-weight: normal;
    margin: 0px;
    padding: 25px 0px 0px 30px;
    color: #f9f9f9;
    border: none;
    font-family: Georgia;
}

.main
{
    margin: 15px;
    margin-bottom: 0px;
}
.mainhome{ margin: 15px;min-height:420px;}
.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 14%;
    min-height: 200px;
}

.footer
{
    width: 100%;
    background-color: #fff;
    margin: auto;
    border-left: 1px solid #B0B0B0;
    border-right: 1px solid #B0B0B0;
}
.footerdata
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #B0B0B0;
    width: 100%;
    height: 120px;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}
.txtsearch{width:230px;}
.addform td input[type="text"], .addform td input[type="password"]
{
    width: 250px;
}
.addform td
{
    padding: 5px;
}
.addform td select
{
    width: 256px;
}
.addform td input[type="submit"], .addform td input[type="button"]
{
    padding: 3px 5px;
}
.validation
{
    color: #A80B0B;
    padding: 3px;
    background-color: #F7F704;
}
.tblborder th, .tblborder td
{
    border: solid 1px #DCDCDC;
    padding: 5px;
}
.pagging{background-color:#FFFFE0!important;}
.lnkheader:link,.lnkheader:visited,.lnkheader:active,.lnkheader:hover{color:#FFF;text-decoration:underline;cursor:pointer;}
/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 11px;
    display: block;
    text-align: right;
    padding: 10px;
}
.loginDisplay a, .loginDisplay span
{
    color: White;
}
.bold
{
    font-weight: bold;
}
#maserlink
{
    border: solid 1px gray;
}
.dashboardheader
{
    height: 25px;
    background-color: #E48926;
    padding: 0px 0px 0px 15px;
    color: #FFF;
}
.dashboardhcontent
{
    padding: 15px;
}
.leftmenu
{
    border: solid 1px gray;
    padding: 0px;
    float: left;
    width: 14%;
    min-height: 420px;
    margin-bottom: 15px;
    vertical-align: top;
}
.menuheader
{
    height: 25px;
    background-color: #00CC00;
    padding: 5px 20px 5px 20px;
    font-weight: bold;
    color: #FFF;
}


.contentdiv
{
    margin-left: 15px;
    width: 84%;
    float: left;
    border: 1px solid gray;
    float: left;
    margin-bottom: 15px;
    min-height: 420px;
    padding: 0;
    vertical-align: top;
}
.tblborder th{background-color:#696969;color:#FFF;}
.tblborder td{background-color:#F5F5F5;}
.btnadd{background-image:url('images/btnadd.png');
background-repeat:no-repeat;width:20px;background-position:center center;display:block;
}
.lnkstatusrequest{background-image:url(images/status_new.jpg);background-repeat:no-repeat;height:23px;width:20px;background-position:center center;display:block;}
.lnkstatuslock{background-image:url(images/status_lock.jpg);background-repeat:no-repeat;height:23px;width:20px;background-position:center center;display:block;}
.lblstatuslock{background-image:url(images/status_lock.jpg);background-repeat:no-repeat;height:23px;width:20px;background-position:center center;display:block;}
.lblstatussuccess{background-image:url(images/status_successfully.jpg);background-repeat:no-repeat;height:20px;width:20px;background-position:center center;display:block;}
.lblstatusfail{background-image:url(images/status_delete.jpg);background-repeat:no-repeat;height:23px;width:20px;background-position:center center;display:block;}
.lnkexcel{background-image:url(images/excel_icon.png);background-repeat:no-repeat;height:20px;width:20px;background-position:center center;display:block;}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}