@charset "utf-8";
/* CSS Document */

/*Body link styles beginning*/
a{
	text-decoration: none;
	color: #ff6600;
	font-weight:bold;
}

a:hover{
	text-decoration: underline;
	color: #d14a00;
	font-weight:bold;
}
/*Body link styles end*/

/*Body link styles beginning*/
a.none{
	text-decoration: none;
	color: #000000;
}

a.none:hover{
	text-decoration: underline;
	color: #d14a00;
}
/*Body link styles end*/


/*links to the resume types beginning*/
div.boxcontent a.reslinks{
	text-decoration: none;
	color: #000000;
	font-weight:normal;
}
div.boxcontent a.reslinks:hover{
	color: #d14a00;
	text-decoration: underline;
}
/*links to the resume types end*/


a.bullets{
	color: #013d70;
	text-decoration: none;
	font-weight: normal;
}

a.bullets:hover{
	color: #0064b9;
	text-decoration: underline;
	font-weight: normal;
}

a.admin{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.admin:hover{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

/*Tooltip code*/
a.tooltip {
	position: relative;
	padding-right: 30px;
}
a.tooltip span {
	display: none;
}

a.tooltip:hover span {
	display:block;
	position: absolute;
	width:250px;
	top:1em;
	left:2em;
	padding: 5px;
	border:1px solid #996633;
	background-color: #DAE9F1;
	color:#000000;
	text-align:center;
}
/*End Tooltip code*/



/* Image Tooltip code*/
div.imgtooltip {
	position: relative;
	padding: 0px;
	display: inline;
}
div.imgtooltip div {
	display: none;
}
div.imgtooltip:hover div {
	display: block;
	position: fixed;
	width: 350px; 
	height: 330px;
	top: 13em;
	left: 20em;
	padding: 0px;
	border: 2px outset #000000;
	color:#000000;
}
div.imgtooltip:hover img{
	z-index: 2;
	position: absolute;
	top: 50px;
	left: 50px;
	width:250px;
	border:2px inset #000000;
}
div.imgtooltip div.tooltipcontent p.preview{
	z-index: 2;
	position: absolute;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	padding: 5px;
	margin-left: 50px;
	width: 250px;
	height: 100%;
 }
.translucentbkg {
   width: 350px; 
   height: 330px;	
   position:absolute;
   top: 50px;
   left: 50px;     /* to match DIVs size          */
   background-color: #000000;       /* the background              */
   opacity: 0.60;
}

/*End Image Tooltip code*/

/*top link styles beginning*/
a.top{
	text-decoration: none;
	font-weight:bold;
	color: #ff6600;
	margin-bottom:35px;
}

a.top:hover{
	text-decoration: underline;
	font-weight:bold;
	color: #d14a00;
}
/*top link styles end*/


/*Form items beginning*/

form.serform{
	margin-bottom: 20px;
}
form label{
	font-weight:bold;
}	
form span{
	font-size: 9px;
}

input.area {
	padding:2px;
	border:1px inset #000000;
}
textarea{
	padding: 5px;
	border:1px inset #000000;
}


span.error{
	color:#FF0000;
	text-align: center;
	font-weight: bold;
	font-size: x-large;
}
 /*#E7EFFE*/
div.errorbox{
	background: #FFFFDD;
	border:2px solid #000000;
	width: 500px;
	padding: 20px; 
	top: 20%; 
	left: 25%; 
	position: fixed;
	font-size: smaller; 
	text-align: center;
}
div.errorbox p{	
	font-weight:bold;
}

#myForm{
padding: 25px;
}

.regform input{
	font-size: 14px;
}
/*Form items end*/