/*Center table at the middle of the page*/
table.pagetable{
width: 100%;
height: 100%;
text-align: left;
font-family: arial;
font-size: 15px;
}

/* Left menu of the page*/
table.mltable{
border-right: 1px solid #C6D5FD;
width: 145px;
background: #EEEEEE;
height: 100%;
}
	
/* left menu links*/
a.link{
   border: 1px solid #C6D5FD;
	text-decoration: none;
	font-family: arial;
	font-size: 13px;
	color: Black;
	padding-left: 8px;
	padding-right: 1px;
	padding-top: 1px;
	border-left: 9px solid #B4B5AF;
	font-weight: bold;
	background: #D9D9D9;
	margin-left: 1px;
   display: block;
	text-align: left;
}

/* left menu links*/
a.link:hover{
   border: 1px solid #C6D5FD;
	text-decoration: none;
	font-family: arial;
	font-size: 13px;
	color: #686961;
	padding-left: 8px;
	padding-right: 1px;
	padding-top: 1px;
	border-left: 9px solid #FFE07B;
	font-weight: bold;
	background: #EEEEEE;
	margin-left: 1px;
   display: block;
	text-align: left;
}

/* left menu links selected*/
.linkselected{
font-family: arial;
 font-size: 13px;
 font-weight: bold;
 text-decoration: none;
 color: #b0454a;
  display: block;
  height: 22px;
  padding-left: 0px;
  text-indent: 25px;
  background: #E9E9E9 url("../newimages/gws_50.gif") no-repeat left;
  margin-left: 10px;
  width: 206px;
}
.linkselected:hover{
font-family: arial;
 font-size: 13px;
 font-weight: bold;
 text-decoration: none;
 color: #b0454a;
  display: block;
  height: 22px;
   padding-left: 0px;
  text-indent: 25px;
  background: #B4B4B4 url("../newimages/gws_50.gif") no-repeat left;
margin-left: 10px;
width: 206px;
}

/*title of the set of links in the left menu*/
.linktitle{
font-family: arial;
 font-size: 15px;
 font-weight: bold;
 text-decoration: none;
 color: #3C3C3C;
  display: block;
  height: 30px;
  text-align: left;
  vertical-align: top;
  padding-left: 20px;

}

/* title of the page*/
.pagetitle{  
   background: #E7E7E7 url(../newimages/bgt_03.gif) no-repeat top left;
	text-decoration: none;
	font-family: arial;
	font-size: 15px;
	color: #373731;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	text-align: left;
		width: 97%;
}
.pagetitle1{  
   background: #E7E7E7 url(../newimages/bgt_03.gif) no-repeat top left;
	text-decoration: none;
	font-family: arial;
	font-size: 15px;
	color: #B0454A;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	text-align: left;
		width: 95%;
}

/* Note of the page*/
.pagenote{  
	text-decoration: none;
	font-family: arial;
	font-size: 13px;
	color: #373731;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align: center;
	width: 95%;
	font-weight: bold;
}

/* horizontal table /columns */
table.htable{
	padding: 5px;
	width: 95%;
	text-align: center;
	font-family: arial;
   font-size: 12px;
	background: #F2F2F2;
}

/* header of horizontal table /columns */
.htableth{
padding: 2px;
	font-family: arial;
	font-size: 12px;
	color: #686961;
	background: #EAEAEA;
	border: 1px solid White;
}

/* First alternating color of the row for horizontal table*/
.htabletd1{  
padding: 2px;
	font-family: arial;
	font-size: 12px;
	color: Black;
	background: White;
		border: 1px solid White;

	}
.htabletd1nowrap{
padding: 2px;
	font-family: arial;
	font-size: 12px;
	color: Black;
	background: White;
	border: 1px solid White;
	white-space: nowrap;
}


/* second alternating color of the row for horizontal table*/
.htabletd2{
padding: 2px;
	font-family: arial;
	font-size: 12px;
	color: Black;
	background: #F4F4F4;
	border: 1px solid White;
	}	

.htabletd2nowrap{
padding: 2px;
	font-family: arial;
	font-size: 12px;
	color: Black;
	background: #F5F5F5;
	border: 1px solid White;
	white-space: nowrap;
	}	
		
/* header of vertical table /columns */	
	table.vtable{
	background: #F9F9F9;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	padding: 2px;
	width: 97%;
	}		
	table.ttable{
	background: #F9F9F9;
	text-align: left;
	font-family: arial;
	font-size: 12px;
	padding: 2px;
	width: 97%;
	}		

/* Header of the vertical table*/		
.vtableth{
	font-family: arial;
	font-size: 12px;
	color: #686961;
	text-align: left;
	border: 1px solid White;
	}
	

/* First alternating color of the row for vertical table*/
.vtabletd1{
	font-family: arial;
	font-size: 12px;
	color: Black;
	border: 1px solid White;
	background-color: #F9F9F9;
	}	

/* Second alternating color of the row for vertical table*/
.vtabletd2{
	font-family: arial;
	font-size: 12px;
	color: Black;
border: 1px solid White;
	background-color: #E4E4E4;
}	
		
.complogin1{
 color: Gray;
}	

.complogin2{
background: Gray;
}

.compname{
font-family: arial;
font-size: 10px;
color: #8F8F8F;
text-align: left;
}

.sitelink{
font-family: Arial;
font-size: 12px;
color: #B22222;
text-decoration: none;
white-space: nowrap;
}

.sitelink:hover{
font-family: Arial;
font-size: 12px;
color: #330B0B;
text-decoration: none;
white-space: nowrap;
}

.errormsg{
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: Red;
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 2px;
}

.ctitle{
font-weight: bold;
color: #B44349;
font-size: 12px;
font-family: Tahoma;
background: #E7E7E7;
padding-bottom: 2px;
padding-left: 4px;
padding-right: 4px;
padding-top: 2px;
border-bottom: 1px solid #564D4E;
}

.ctext{
padding-top: 5px;
padding-bottom: 5px;
color: #414141;
font-size: 12px;
font-family: Tahoma;
padding-bottom: 2px;
padding-left: 4px;
padding-right: 4px;
padding-top: 2px;
background: #FDFDFD;
text-align: justify;
}

.admincomment{
background: #FCFAF3;
width:100%;
text-align: left;
font-family: Tahoma;
font-size: 12;
color: #544B4C;
padding-top: 5px;
padding-bottom: 5px;
}

.pagenb{
display: block;
background: White;
padding-bottom: 2px;
padding-top: 2px;
padding-right: 5px;
padding-left: 5px;
color: #9E171A;
font-size: 13px;
font-family: Tahoma;
text-decoration: none;
border: 1px solid Silver;
font-weight: bold;
text-align: center;
}

.error {
border: 1px solid red;
color: #A52A2A;
font-size: 12px;
font-family: Tahoma;
}

.pagebody{
text-decoration: none;
color: Black;
font-size: 12px;
font-family: Tahoma;
padding: 5px;
padding-top: 10px;
padding-right: 10px;
padding-left: 20px;
padding-bottom: 10px;
text-align: left;
width: 95%;
}

.freepageicon{
margin-right: 2px;
margin-left: 2px;
width: 16px;
height: 16px;
border: 1px solid #696969;
vertical-align: middle;
}

a.maintablelink{
white-space: nowrap;
padding-top: 14px;
text-decoration: none;
font-family: arial;
font-weight: bold;
font-size: 12px;
color: #A52A2A;
vertical-align: top;
text-align: right;
}

a.maintablelink:hover{
white-space: nowrap;
padding-top: 14px;
text-decoration: none;
font-family: arial;
font-weight: bold;
font-size: 12px;
color: #2C0C0C;
vertical-align: top;
text-align: right;
}

a.linktext{
text-decoration: none;
font-family: tahoma;
font-size: 12px;
color: #424242;
text-indent: 2px;
vertical-align: top;
text-align: left;
}

a.linktext:hover{
text-decoration: none;
font-family: tahoma;
font-size: 12px;
color: #741616;
text-indent: 2px;
vertical-align: top;
text-align: right;
}


.titleblock{
font-family: arial;
font-weight: bold;
font-size: 15px;
color: #891A1A;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 4px;
vertical-align: top;
white-space: nowrap;
 background-color: #E7E7E7;
}

.datablock{
text-decoration: none;
font-family: tahoma;
font-size: 12px;
color: #164c8f;
text-indent: 2px;
vertical-align: top;
text-align: left;
}

.footer{
text-decoration: none;
font-family: tahoma;
font-size: 11px;
color: black;
padding-left: 0px;
padding-right: 2px;
padding-top: 8px;
text-align: right;
}

.tdheadcmt{
font-family: arial;
font-weight: bold;
font-size: 14px;
color: #B0454A;
}

.questioncolor1{
background: #F8F8F8;
text-align: left;
font-size: 12px;
padding-bottom: 15px;
}

.questioncolor2{
background: White;
text-align: left;
font-size: 12px;
padding-bottom: 15px;
}

.errordiv{
width: 350;
}

.thepage{
font-family: tahoma;
font-size: 13px;
padding: 12px;
}

a.next{
padding-right: 15px;
 text-decoration: none;
 color: #B0454A;
 font-weight: bold;
}

.pdata{
	background: #FAEBD7;
}

.jobdivs{
font-family: arial;
font-size: 12px;
	background: #FAFAFA;
	height: 120px;
	width: 350px;
}

.pagemessage{
background: #FFFAFA;

}

fieldset.thefieldset {
	width: 600px;
	padding:5px 5px 5px 5px;
	border: 1px solid #C4C4C4;
}

.thelegend  {
	padding:2px 2px 2px 2px;
	font-size:14px;
	font-weight: bold;
	color: #717171;
}

a.morelinks{
	background: #DCDCDC;
	text-align: center;
	border: 1px solid #A1A1A1;
	color: #0E0E0E;
	text-decoration: none;
	 padding: 2px;
	 display: block;
	 font-size: 11px;
}

a.morelinks:hover{
	background: #AFAFAF;
	text-align: center;
	border: 1px solid #A1A1A1;
	color: #0E0E0E;
	text-decoration: none;
	 padding: 2px;
	 display: block;
	 font-size: 11px;
}

.otherlinkdiv{
   background: #E7E7E7;
	text-decoration: none;
	font-family: arial;
	font-size: 11px;
	color: #373731;
	padding: 4px;
	text-align: left;
	width: 95%;
}

.welcomename{
   font-family: Tahoma;
		font-size: 11px;
	font-weight: bold;
	color: #B0454A;

}
.close{
	background: #ECE9D8;
	border: 1px solid #D2CFB9;
	color: Black;
	text-decoration: none;
}

.close:hover{
	background: #F6F5EF;
	border: 1px solid #D2CFB9;
	color: Black;
		text-decoration: none;
}

/* for the popup that disables the backround page*/
IMG.myimage {
	BORDER-BOTTOM: medium none;
	BORDER-LEFT: medium none;
	VERTICAL-ALIGN: middle;
	BORDER-TOP: medium none;
	BORDER-RIGHT: medium none;
}

a.freelink{
	color: #B0454A;
	text-decoration: none;
}

a.freelink:hover{
	color: Black;
}

.cvtitle{
background: #FDFDFB;
width: 800px;
	font-size:15px;
	font-weight: bold;
	color: #717171;
}

.cvheader{
	font-size:13px;
	font-weight: bold;
	color: #454545;
	background: #F0F8FF;
	width: 800px;
}

fieldset.thefieldsetcv {
	width: 800px;
	padding:15px 5px 5px 5px;
	border: 1px solid #DEDEDE;
}

.thelegendcv  {

	padding:12px 2px 2px 2px;
	font-size:14px;
	font-weight: bold;
	color: #717171;
}

.tdtitle{
font-family: Tahoma;
font-size: 13px;
 font-weight: bold;
	background: #F0F8FF;
	padding: 2px;
		border: 1px solid White;
}

.tddate{
font-family: Tahoma;
font-size: 13px;
padding: 2px;
	background: #F9F9F9;
		border: 1px solid White;
}

.tddate2{
font-family: Tahoma;
font-size: 13px;
padding: 2px;
border: 1px solid #F1F1F1;
}

table.cvtable{
	background: #F3F3F3;
	padding: 1px;
	border: 1px solid #F3F3F3;
	width: 100%;
}

body{
background: #d9dde0 url("../newimages/gws_109.gif") repeat top;
}
a{
 color: #747577;
			font-family: arial;
		font-size: 14px;
	}
a:hover{
 color: #232429;

			font-family: arial;
		font-size: 14px;
	}


td.tdright{

width: 50%;
}

td.tdleft{

width: 50%;
}

.maintable{

 width: 972px;
}


.maintabledes{
	background-color: White;
}
.tablerightpadd{
	padding-left: 14px;

}
 
a.linktop { 

display: block;
font-family: arial; 
font-size: 14px; 
color: #302a2b;
text-align: center;
text-decoration: none;
 padding-right: 10px;
 padding-left: 10px;

}

a.linktop:hover { 
display: block;
font-family: arial; 
font-size: 14px; 
color: #8C1A1A;
text-align: center;
text-decoration: none;
 padding-right: 10px;
  padding-left: 10px;
  background: #F1F1F1;
}

.selectedpage{
display: block;
font-family: arial; 
font-size: 14px; 
color: #404040;
text-align: center;
text-decoration: none;
 padding-right: 10px;
  padding-left: 10px;
  background: #F5ECD1;

}

.selectedpage:hover{
display: block;
font-family: arial; 
font-size: 14px; 
color: #631919;
text-align: center;
text-decoration: none;
 padding-right: 10px;
  padding-left: 10px;
  background: #DDDDDD;

}

a.icontop{
background: url("../newimages/gws_16.gif") no-repeat;
display: block;
color: #928486;
text-align: center;
text-decoration: none;
font-weight: bold;
width: 79px;
height: 18px;
font-family: Tahoma;
font-size: 10px;
margin-left: 1px;
padding-top: 3px;
}

a.icontop:hover{
background: url("../newimages/gws_16.gif") no-repeat;
display: block;
color: #CC7579;
text-align: center;
text-decoration: none;
font-weight: bold;
width: 79px;
height: 18px;
font-family: Tahoma;
font-size: 10px;
margin-left: 1px;
padding-top: 3px;
}

a.icontop1{
background: url("../newimages/gws_166.gif") no-repeat;
display: block;
color: #A63B43;
text-align: center;
text-decoration: none;
font-weight: bold;
width: 79px;
height: 18px;
font-family: Tahoma;
font-size: 10px;
margin-left: 1px;
padding-top: 3px;
}

a.icontop1:hover{
background: url("../newimages/gws_166.gif") no-repeat;
display: block;
color: #341314;
text-align: center;
text-decoration: none;
font-weight: bold;
width: 79px;
height: 18px;
font-family: Tahoma;
font-size: 10px;
margin-left: 1px;
padding-top: 3px;
}
 
.linktopright{
display: block;
font-family: arial;
font-size: 13px;
text-decoration: none;
color: #742727;
padding-left: 4px;
padding-right: 4px;
padding-top: 4px;
border-left: 1px dotted #F1F1F1;
}

.linktopright:hover{
display: block;
font-family: arial;
font-size: 13px;
text-decoration: none;
color: #200B0B;
padding-left: 4px;
padding-right: 4px;
padding-top: 4px;
border-left: 1px dotted #F1F1F1;
}

.selectedservices{
 background:  url("../newimages/selec_03.gif") no-repeat center top;
display: block;
font-family: arial;
font-size: 13px;
text-decoration: none;
color: #742727;
padding-left: 4px;
padding-right: 4px;
padding-top: 4px;
border-left: 1px dotted #F1F1F1;
}

.selectedservices:hover{
font-family: arial;
font-size: 13px;
text-decoration: none;
color: #0A0304;
padding-left: 4px;
padding-right: 4px;
border-left: 1px solid #DEDEDE;
border-left: 1px dotted #F1F1F1;
}

.linkright {
text-align: left;
 font-family: arial;
 font-size: 13px;
 font-weight: bold;
 text-decoration: none;
 color: #8d373b;
  display: block;
  height: 22px;
   padding-left: 0px;
  text-indent: 25px;
  background: url("../newimages/gws_50.gif") no-repeat left;
  margin-left: 10px;
  width: 206px;
}


.linkright:hover { 
 font-family: arial;
 font-size: 13px;
 font-weight: bold;
 text-decoration: none;
 color: #b0454a;
  display: block;
  height: 22px;
  padding-left: 0px;
  text-indent: 25px;
  background: #f3f3f3 url("../newimages/gws_50.gif") no-repeat left;
  margin-left: 10px;
  width: 206px;
 }
 
 

 
	.counter{
	padding: 3px;
		font-weight: bold;
		font-family: arial;
		font-size: 14px;
		color: white;
	}
	
		.calssification{
padding-left: 5px;
		font-family: arial;
		font-size: 12px;
		color: #3f3f3f;
		
	}
	
	.text{
text-decoration: none;
color: Black;
font-size: 12px;
font-family: Tahoma;
padding: 5px;
padding-top: 10px;
padding-right: 0px;
padding-bottom: 10px;
text-align: left;
width: 95%;
	}
	
	
.srch{
   text-align: left;
	height: 20px;
		 width: 127px;
	font-family: arial;
	font-size: 14px;
	border: 0px solid #616161;
	color: #222328;
}

.inputtext{
text-align: left;
height: 18px;
width: 85px;
font-family: arial;
font-size: 12px;
border: 0px solid #616161;
color: #303034;
}

.pagetitle{
	font-family: arial;
	font-size: 15px;
	color: #b44349;
	font-weight: bold;
	text-align: left;
}


.title{
padding: 2px;
	font-family: arial;
	font-size: 16px;
	color: black;
	text-align: left;

}

.atitle{
	padding: 2px;
	font-family: tahoma;
	font-size: 12px;
	color: #bfbfbf;
	text-align: left;
}

.data{
	
	font-family: tahoma;
	font-size: 12px;
	color: #282324;
	text-align: left;

}

input.registeri{
border: 0px;
font-family: arial;
 font-size: 12px;
 text-decoration: none;
 color: #b0454a;
  display: block;
  text-align: center;
  vertical-align: top;
   padding-top: 0px; 
  height: 20px;
  background: #E9E9E9 url("../newimages/login.gif") no-repeat right top;
  width: 75px;
}

a.register{
font-family: arial;
 font-size: 12px;
 text-decoration: none;
 color: #b0454a;
  display: block;
  text-align: center;
  vertical-align: top;
   padding-top: 2px; 
  height: 20px;
  background: #E9E9E9 url("../newimages/login.gif") no-repeat right top;
  width: 75px;

}

a.register:hover{
	font-family: arial;
 font-size: 12px;
 text-decoration: none;
 color: #0E0606;
  display: block;
  text-align: center;
  vertical-align: top;
   padding-top: 2px; 
  height: 20px;
  background: #E9E9E9 url("../newimages/login.gif") no-repeat right top;
  width: 75px;
}

.tablestyle{
	height: 129px;
}

a.logout{

	font-size: 10px;
	text-decoration: none;
	font-family: Tahoma;
	font-weight: bold;
	color: #A3343B;
}

a.logout:hover{
	font-size: 10px;
	text-decoration: none;
	font-family: Tahoma;
	font-weight: bold;
	color: #575757;
}

.datablock1{
	font-family: arial;
	font-size: 12px;
	color: Black;
	border: 1px solid White;
	background-color: #F8F8F8;
		padding: 4px;
}

.datablock2{
	font-family: arial;
	font-size: 12px;
	color: Black;
	border: 1px solid White;
	padding: 4px;
	background-color: #F8F8F8;
}

input{
	font-family: Tahoma;
	font: 11px;
}

.whitebody{
	background: White;
}

.nobody{
	background: White;
}

.tabelecontent2{
	font-family: arial;
	font-size: 12px;
	color: Red;
	background: #F4F4F4;
}

.vtabletd3{
	font-family: arial;
	font-size: 12px;
	color: Black;
	}	

.error1 {
background-color: #FFF5EE;
border: 1px solid red;
color: #A52A2A;
}
