div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,button,blockquote,th,td{font-family:Verdana, Geneva, sans-serif; color:#525252; padding:0px;font-size:12px; border:0;	 padding:0px; margin:0px;font-size:12px;}
a{color:#ff7a0f; font-family:Verdana, Geneva, sans-serif; outline:none; text-decoration:none; border:none;}
a:hover{ color:#000000; text-decoration:underline}
h1{color:#525252; font-size:1.8em;  font-weight:bold; margin:0;}
h2{color:#525252; font-size:1.2em; font-weight:bold; padding:5px 0; margin:0;}
h3{color:#525252; font-size:1.0em; font-weight:bold; padding:3px 0; margin:0;}
h4{color:#525252; font-size:.8em; font-weight:bold; padding:2px 0; margin:0;}
h5{color:#827e7e; font-size:11px; float:left; font-weight:normal; padding:2px 0; margin:0;}
h6{color:#827e7e; font-size:9px; font-weight:normal; padding:2px 0; margin:0;}

/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;	
	font: 14px/100% Verdana, Geneva, sans-serif;
	padding:6px 15px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}


/* Search */
.searchbut {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1fbff), to(#72cdf0));
	background: -moz-linear-gradient(top,  #f1fbff, #72cdf0 );
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1fbff', endColorstr='#72cdf0');
	border: 0px solid #69990e;  color: #000;font-weight:bold;
	padding:5px 18px;
}
.searchbut:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#72cdf0), to(#f1fbff));
	background: -moz-linear-gradient(top,  #72cdf0,  #f1fbff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#72cdf0', endColorstr='#f1fbff');
	border: 0px solid #69990e;  color: #000;font-weight:bold;
}
.searchbut:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1fbff), to(#72cdf0));
	background: -moz-linear-gradient(top,  #f1fbff,  #72cdf0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1fbff', endColorstr='#72cdf0');
	border: 0px solid #69990e;  color: #000;font-weight:bold;
}

/* Post button */
.postbut {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffbd0a), to(#d08909));
	background: -moz-linear-gradient(top,  #ffbd0a, #d08909 );
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd0a', endColorstr='#d08909');
	border: 0px solid #69990e;  color: #000;font-weight:bold;
	padding:8px 32px;
}
.postbut:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#d08909), to(#ffbd0a));
	background: -moz-linear-gradient(top,  #d08909,  #ffbd0a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d08909', endColorstr='#ffbd0a');
	border: 0px solid #69990e;  color: #000;font-weight:bold;
}
.postbut:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffbd0a), to(#d08909));
	background: -moz-linear-gradient(top,  #ffbd0a,  #d08909);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd0a', endColorstr='#d08909');
	border: 0px solid #69990e;  color: #000;font-weight:bold;
}

/* pagnav button */

/* Search */

.pagnav_chosen {
	text-decoration:underline
}

.pagnav_chosen:hover {
	text-decoration:underline
}

.pagnav_chosen:active {
	text-decoration:underline
}

.pagnav {
	color: #000000;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4fcff), to(#b5e7f8));
	background: -moz-linear-gradient(top,  #f4fcff, #b5e7f8 );
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4fcff', endColorstr='#b5e7f8');
	border: 1px solid #7cd3f6;  color: #000;font-weight:bold;
	padding:4px 8px; margin:0 3px;
	-webkit-border-radius: .2em; 
	-moz-border-radius: .2em;
	border-radius: .2em;
}
.pagnav:hover {
	background: #000000;
	background: -webkit-gradient(linear, left top, left bottom, from(#b5e7f8), to(#f4fcff));
	background: -moz-linear-gradient(top,  #b5e7f8,  #f4fcff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b5e7f8', endColorstr='#f4fcff');
	border: 1px solid #7cd3f6;  color: #000;font-weight:bold;
	-webkit-border-radius: .2em; 
	-moz-border-radius: .2em;
	border-radius: .2em;
}
.pagnav:active {
	color: #000000;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4fcff), to(#b5e7f8));
	background: -moz-linear-gradient(top,  #f4fcff,  #b5e7f8);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4fcff', endColorstr='#b5e7f8');
	border: 1px solid #7cd3f6;  color: #000;font-weight:bold;
	-webkit-border-radius: .2em; 
	-moz-border-radius: .2em;
	border-radius: .2em;
}



body{ background:#fff;}
.tleft{ text-align:left}
.tright{ text-align:right}
.tcenter{ text-align:center}
.tmiddle{  vertical-align:middle}
.ttop { vertical-align:top}
.tbottom{ vertical-align:bottom}
.inputtxt{background:url(../images/inputbg.png) left top no-repeat; border:0; line-height:19px; height:26px;font-size:11px; width:214px; padding:0 5px;}
.textarea { background:url(http://www.desipeoria.com/jobs/images/textarea.gif) left top no-repeat; border:0; height:39px; width:256px; font-size:11px; overflow:auto; padding:5px; }
.searchbg{ background:url(../images/search-bg.gif) left top repeat-x; padding:0  10px; }
.sear-heding{ font-size:12px; color:#fff; font-weight:bold; padding:0 0 5px}
.sear-small{ font-size:10px; color:#fff; font-weight:normal}
.nav{ padding:20px 0 0 0 ;}
.fbold{ font-weight:bold}
.boxborder{ border:1px solid #7cd3f6}
.footertopbg{ background:#64c9ee;}
.footer{ background:#0e84b0; padding:10px 0;}
.footer td { color:#fff; text-align:left; vertical-align:top}
.footer ul{ margin:0 ;  padding:5px 0 5px 0;   float:left}
.footer ul li { list-style:none;  margin: 0; line-height:22px; font-size:11px;}
.footer ul li a{color:#fff; }
.footer ul li a:hover{ text-decoration:underline}
.tdpadding{ padding: 2px 4px; text-align:left; vertical-align:top}
.leftbox{ border-collapse:collapse; }
.leftbox td{ padding: 5px 0 5px 8px;  }
.leftheading{ font-weight:bold; font-size:12px;  }
.leftbox  ul{ margin:0 ;  padding:0px 0 5px 0;   float:left}
.leftbox  ul li { list-style:none;  margin: 0; line-height:22px; font-size:11px;}
.leftbox  ul li a{color:#515151; }
.leftbox  ul li a:hover{ text-decoration:underline}
.morelink { font-size:11px}
.morelink a{ padding:0 5px 0 0}
.rightbox{ border-collapse:collapse;  }
.rightbox td{ padding:  3px 5px; font-size:11px }
.rightheading{font-weight:bold; font-size:12px; color:#0b6099;}
.rightbox  a{font-weight:bold;  }
.centerbox{}
.centerbox td{ padding: 3px 8px; font-size:11px; text-align:justify }
.centerbox .centerheading{font-weight:bold; font-size:11px; color:#0b6099;}
.centerbox .centerheading a{color:#0b6099;}
.centerbox .centerheading a:hover{color:#ff7a0f;}
.centerbox .subheading { color:#737373; font-size:12px;}
.centerbox  a{font-weight:bold;  }
.centerbox span{ padding:0 0 0 10px; color:#737373; font-size:11px;}
.centerbox .toppadding { padding-top:10px;}
.next{ padding-left:10px;}
.previous{ padding-right:10px;}
.bottomborder{ border-bottom:1px solid #7cd3f6;}
.jobsort { }
.jobsort td{ padding: 0 2px 10px 2px;  }
.jobsort .heading{ color:#0b6099}
.jobsort  a{font-weight:bold;  }