* {
	margin: 0;
	padding: 0;
}

input, iframe {
  /* added because of yellow background */
  background-color: white;
  border: 1px solid #7f9db9;
}
body {
	font-family: arial, sans-serif;
	text-align: center;
	font-size: x-small;
	color: #000;
	background: #fff;
}
html>body{
	font-size: small;
}
img {
	border-style: none;
}
a {
	color: #1373E3;
	text-decoration: none;
	/*text-decoration: underline;*/
}
a:hover {
/*	color: #d53000;
  color: #FCA644; */
  color: #EC6C04;
	/*text-decoration: underline;*/
}
h2 {
	height: 32px;
	text-transform: uppercase;
	padding: 5px 0 0 30px;
	font-size: 100%;
}
.left>h2, .right>h2 {
	min-height: 27px;
	height: auto;
}
.invisible {
	display: none;
}
.page {
	margin: 10px auto 0 auto;
	width: 794px;
	text-align: left;
	background: #E7E7E7 url('./img/page.jpg') repeat-y left top;  /* #E7E7E7 */
	padding-bottom: 13px;
}
/* on the top of banner (2 links) */
.top {
	height: 50px;
	background: #fff url('./img/top_ifsc.jpg') no-repeat left top; /* #83CEF8 */
	text-align: center;
	color: #fff;
	padding-top: 17px;
	overflow: hidden;
}
.page>.top {
	height: 33px;
}
#hpbr .top {
  background-image: url('./img/top_hpbr.jpg');
}
#river .top{
  background-image: url('./img/top_river.jpg');
}
#sky .top{
  background-image: url('./img/top_sky.jpg');
}
#tdc .top{
  background-image: url('./img/top_tdc.jpg');
}
#coast .top{
  background-image: url('./img/top_coast.jpg');
}

.top li {
	display: inline;
}
.top li a {
	color: #fff;
	margin: 0 8px;
	text-decoration: none;
}
.top li a:hover {
	color: #fff;
	text-decoration: underline;
}
.header {
	position: relative;
	width: 794px;
	height: 115px;
	overflow: hidden;
	background: #fff;  /* 83CEF8 */
	text-align: left;
	font-size: 100%;
	padding-left: 0px; 
}
.header a {
	display: block;
	width: 794px;
	font-size: 1em;
	cursor: pointer;
	padding-top: 30px;
	padding-left: 50px;
	color: #fff; /* fff #C1EAFB 83CEF8 */
}
.header a:hover {
	/*color: #fff;*/  /* #dddddd #d53000 */
	color: #fff;
}
.header span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 794px;
	height: 115px;
	background: url('./img/header_ifsc.jpg') no-repeat left top;
}
#hpbr .header span {
	background-image: url('./img/header_hpbr.jpg');
}
#river .header span {
	background-image: url('./img/header_river.jpg');
}
#sky .header span {
	background-image: url('./img/header_sky.jpg');
}
#tdc .header span {
	background-image: url('./img/header_tdc.jpg');
}
#coast .header span {
	background-image: url('./img/header_coast.jpg');
}

.topmenu {
	height: 34px;
	background: url('./img/menu_ifsc.jpg') no-repeat left top;
	padding-top: 10px;
}
#hpbr .topmenu {
	background-image: url('./img/menu_hpbr.jpg');
}
#river .topmenu {
	background-image: url('./img/menu_river.jpg');
}
#sky .topmenu {
	background-image: url('./img/menu_sky.jpg');
}
#tdc .topmenu {
	background-image: url('./img/menu_tdc.jpg');
}
#coast .topmenu {
	background-image: url('./img/menu_coast.jpg');
}


.page>topmenu {
	height: 24px;
}
.topmenu ul {
	width: 720px;
	margin: 0 auto;
}
.topmenu ul li {
	display: inline;
	list-style-type: none;
}
.topmenu ul li a {
	display: block;
	float: left;
	width: 143px;
	height: 33px;
	margin-right: 1px;
	background: url("./img/menu.png") no-repeat 0 -33px transparent; /* E7E7E7 */
	font-size: 93%;
	text-align: center;
	/*overflow: hidden;*/ /* took of because old firefox problem */
	padding-top: 5px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}
.topmenu ul li>a {
	height: 28px;
}
.topmenu ul li a:hover {
	background-position: 0 0; /* url("./img/menu.png") no-repeat */
	text-decoration: none;
	color: #fff;
}
.main-obal {
	background: #fff url("./img/box.jpg") repeat-x left bottom;
	margin: 10px 0 0 20px;
	width: 756px;
}
.main {
	background: url("./img/main.gif") repeat-y left top;
	width: 100%;
/* width because of MSIE background bug */
}
.left {
	width: 371px;
	float: left;
	overflow: hidden;
	margin-right: 15px;
	position: relative;
}
.left h2 {
	background: #E7E7E7 url("./img/h2b.jpg") no-repeat left top; /* #79CAF9 */
}
.leftcontent {
	/*margin: 10px 30px 5px 30px;*/
	margin: 20px 30px 5px 30px;
	text-align: justify;
	font-size: 93%;
	line-height: 150%;
	position: relative;
}
.leftcontent p {
	margin-bottom: 20px;
}
.rightcontent p {
	margin-bottom: 0.75em;
}
.buttonlike{
	display: block;
	/*text-align: center;*/
	/*width: 126px;*/
  width: 100px;
	height: 29px;
	background: url("./img/buttonlike.png") no-repeat 0 -30px;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	/*padding: 3px 0 0 10px;*/
  padding: 3px 0 0 10px;
	margin-top: 2px;
	color: #000;
	text-decoration: none;
}
.bottomButtons>.buttonlike {
  padding-top: 4px;
	height: 25px;
	width: 89px; /*89*/
	/*width: 113px;*/
}
.searchButton{
  width: 100px;
	height: 29px;
	background: url("./img/buttonlike.png") no-repeat 0 -30px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  cursor:pointer;
	text-decoration: none;
}
a.buttonlike:hover, .searchButton.active{
	background-position: 0 0;
	text-decoration: none;
	color: #fff;
}
/*** button on the bottom of the left page ***/
.bottomButtons{
  /*background-color: green;*/
  /*position: absolute;
  bottom: 0px; 
  left: 30px*/
}
.searchType{
  width: 98px;
}
table{
	font-size: 93%;
}
.right {
	width: 370px;
	float: left;
	overflow: hidden;
}
.right h2 {
	background: #E7E7E7 url("./img/h2y.png") no-repeat left top; /* #F9AF44 */
}
.rightcontent {
	margin: 20px 40px 5px 30px;
	text-align: justify;
	font-size: 93%;
}
.inzerat {
	border-bottom: 1px dashed #A3A3A3;
	padding-bottom: 10px;
	margin-bottom: 8px;
}
.inzerat p {
	margin: 3px 0 3px 0;
}
.inzerat em {
	font-size: 92%;
	float: right;
}
.inzerat .salary {
  display: none;
  /*float: right;*/
}
.last {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.footer {
	background: url("./img/footer.jpg") repeat-x left top;
	width: 794px;
	text-align: left;
	margin: 0 auto;
}
.footerright {
	background: url("./img/footerright.jpg") no-repeat right top;
}
.footerleft {
	height: 52px;
	background: url("./img/footerleft.jpg") no-repeat left top;
	font-size: 93%;
	padding: 16px 35px 0 40px;
}
.footerright>.footerleft {
	min-height: 36px;
	height: auto;
}
.footerleft a {
	margin-left: 50px;
}
.cleaner, .cleaner2 {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
}
.cleaner2 {
	height: 8px;
	background: url("./img/cleaner2.jpg") no-repeat left bottom;
}

.search_form .search{
  margin: 0 0 5px 0;
}
.search_form .search label {
	display: block;
	width: 80px;
	float: left;
	text-align: right;
	margin-right: 10px;
	font-weight: bold; 
}

table.detail {
  font-size: 100%;
}

table.detail tr {
  vertical-align: top;
}
.error{
  color: red;
  white-space: nowrap;
}

.msg {
   font-size: 115%;
   text-align: center;
   margin-bottom: 30px;
}

/* job detail */
.leftcontent .det {
  margin: 0 0 0.5em 0;
  padding: 0;
}
.caption {
	font-weight: bold; 
}
.slider .inactive{
  color: #555;
}
.slider a {
  margin: 0 2px 0 2px;
}
.slider .results{
  margin-left: 5px;
  white-space: nowrap;
}
.referraltitle{
	/*text-align: right;*/
	white-space: nowrap;
	padding-right: 5px;
}

.rightInput, .rightInputFile {
  width: 180px;
}
.rightInputCV {
  width: 210px;
}
HTML>BODY .rightInputFile{
  /*width: 10px;*/
}
.halfline{
  height:5px;	
  font-size: 0px;
  line-height: 0px;
}
.termsHeading{
	font-weight: bold;
}