html{
	margin:0;
	padding:0;
}
body{
	margin:0;
	padding:0;
	margin-top:-20px;
	font-size:14px;
	font-family:arial;
	background:url(bg_pat.png) repeat-x top left #f0f0f0;
}
table td{
	font-size:14px;
	color:#373844;
	font-family:arial;
}

p{
	color:#373844;
	font-size:14px;
	font-family:arial;
	text-align:justify;
	direction:ltr;
}


hr{
	border:0;
	border-top:1px solid #abadb3;
}

img{border:0;}

a{
	font-size:12px;
	color:#141962;
	text-decoration:none;
}

a.more{

	padding-left:8px;
	font-size:12px;
	color:#141962;
	text-decoration:none;
}

a.more:hover{
	opacity:0.5;
	cursor:pointer;
}

a:hover{
	opacity:0.8;
}

.title{
	color:#141962;
	font-size:16px;
	width:100%;
	clear:both;
	margin-bottom:10px;
	font-weight: normal; 
	text-align:left;
}

.subtitle{
	color:#141962;
	font-size:13px;
	width:100%;
	clear:both;
	margin-bottom:10px;
	font-weight:normal;
	text-align:left;
}

.pageTitle{
	width:960px;
	height:60px;
	background:url(title_bg.png) no-repeat bottom left;
	margin-top:-30px;
	text-align:center;
	padding-top:40px;
	font-size:24px;
	color:#181c63;
	margin-bottom:10px;
}

.site_content{
	position:relative;
	width:960px;
	margin:auto;

}
/***********Start Home content style***********/


.main_content{
	position:relative;
	width:960px;
	float:left;
	clear:both;
	margin-top:0px;
	padding-top:5px;
	overflow:hidden;
}

.home_view{
	width:960px;
	float:right;
	clear:both;
	margin-top:237px;
}



input[type='button']:hover{
	opacity:0.8;
	cursor:pointer;
}



/***********End Home content style***********/



.window {
  position:absolute;
  left:40%;
  top:20%;
  z-index:101;
  min-width:380px;
  min-height:180px;
  padding-top:30px;
  text-align:left;
  padding:20px;
  color:white;
  border:1px solid #f6900c;
  border-radius:5px;
  -moz-border-radius:5px;
  background:#f6900c;
  display:none;
  z-index:102;
}






.page_content{
	float:right;
	width:740px;
	padding-right:10px;
	padding-top:5px;
	min-height:200px;
	line-height:17px;
	text-align:justify;
}


input[type='button'].more{
	width:78px;
	height:25px;
	border:0;
	padding:2px 5px 5px 5px;
	color:#e7dbba;
	font-size:11px;
	background:url(btn.png) top left no-repeat  transparent;
	float:right;
	margin-top:-35px;
	font-family:arial;
	float:right;
	cursor:pointer;
}

input[type='button'], input[type=submit]{
	width:78px;
	height:25px;
	border:0;
	padding:2px 5px 5px 5px;
	color:#e7dbba;
	font-size:11px;
	background:url(btn.png) top left no-repeat  transparent;
	float:right;
	margin-top:20px;
	font-family:arial;
	float:right;
	cursor:pointer;
}



input[type=button]:hover, input[type=submit]:hover{
	opacity:0.6;
}

textarea{
	/*background:#ffffff;
	border:1px solid white;
	border-radius:10px;
	-moz-border-radius:10px;*/
	color:#373844;
	font-size:11px;
	font-family:arial;
	width:350px;
	padding:10px;
	border-left:2px solid #9d9d9d;
	border-right:1px solid #b0b0b0;
	border-top:1px solid #9d9d9d;
	border-bottom:1px solid #e4e4e4;
}

input[type=text]{
	width:250px;
	height:23px;
	/*border:0;*/
	padding-right:10px;
	padding-left:10px;
	padding-top:0px;
	color:#373844;
	font-size:11px;
	border-left:2px solid #9d9d9d;
	border-right:1px solid #b0b0b0;
	border-top:1px solid #9d9d9d;
	border-bottom:1px solid #e4e4e4;
	/*background:url(text.png) top left no-repeat;*/
	font-family:arial;
}



.pre_load{
	display:none;
}

/***For Ajax pagination located in (modules/includes/dbUtils.php => createPagination_ajax() function)**/
.page_num{cursor:pointer;	color="#e7dbba"}
.curr_num{color:#ff0000;}
.pagination{width:100%; clear:boht; float:left;}
/***For Ajax pagination located in (modules/includes/dbUtils.php => createPagination_ajax() function)**/


.block_title{
	font-size:18px;
}