/***** Body and main container *****/

body {
	margin:0 auto;
	padding:0;
	font:12px Arial,Helvetica,sans-serif;
	vertical-align : middle;
	background:#ecebaa;
	color: black;
}

h2  {
	font-size:16pt;
	font-weight:bold;
	color: black;
	padding:0;
	text-align:center
}
#wrap {
	background-color:white;
	color:black;
	margin:0 auto;
	padding:1px 1px;
	width:800px;
	border-top:3px ridge #000000;
	border-left:3px ridge #000000;
	border-right:3px groove #000000;
	border-bottom:3px roove #000000;
	vertical-align : middle;
}

#userMenu {
	color: black;
    margin: 0;
	
}
#userMenu th {
	background-color: #ecebaa;
	
}
a.userLink {
	color: black;
	
	text-decoration: none;
	
}
a.userLink:link, a.userLink:visited,  {
	color: black;
	text-decoration: none;
	}
a.userLink:hover,  a.userLink:active{
	 background-color: #ecebaa;
	text-decoration:underline;
	color: black;
	}

/***** Header *****/

.header {
 background: #ffffff url(images/askProsHeader.jpg) top center no-repeat;
/**background: #ffffff url(images/askpros_short_header.jpg) top center no-repeat;**/
}

.hdrmenu {
background-color: #C2BD6B;
color: #000000;
width: 100px;
height: 25px;

font-weight: bold;
text-align: center;
vertical-align: middle;
}
a.hdrbutton:link, a.hdrbutton:visited {
	color: white;
	}
a.hdrbutton:hover, a.hdrbutton:active {
	/* background-color: #4A8Ea5;*/
	text-decoration:underline;
	color: black;
	}
a.hdrbutton {
	color: white;
	font-size: 10pt;
	text-decoration: none;
	white-space:nowrap;
}
	
/***** Main content *****/

#content {
	margin:0 0px 0px 0px;
	padding:0 0 0 0px;
	text-align:left;
	}

#content li {
	margin-bottom: 5px;
	margin-left: 0px;
}

/*** Styles for view assessment page **/
.cSpace {
	width:8px;
}
.cHdr {
	text-align:center;
    font-weight: bold;
}
/***** Footer *****/
#footer {
	clear:both;
	margin:0 auto;
	padding:8px ;
	/* width:760px;
*/	
	
	font-size:9px;
}
a.footbutton:link, a.footbutton:visited {
	color: black;
	}
a.footbutton:hover, a.footbutton:active {
	text-decoration:underline;
	color: black;
	}
a.footbutton {
	color: black;
	font-size: 9pt;
	text-decoration: none;
	white-space:nowrap;
}
/***** Other Classes *****/
/** text class used for links with pictures  **/
a.text {
	color:#000000;
	font-size: 10px;
}

a.text:hover, a.text:active {
	color:#000000;
	text-decoration:underline;
	background-color: #C2BD6B;
}
a.text:link, a.text:visited {
	color: #000000;
	text-decoration:underline;
}

/** experts class used for links on experts page  **/
.expertPic {
	border: 2px solid ; 
    margin-left: 10px;
    margin-right: 20px;
	margin-bottom: 150px;
    float: left;
}

a.expert {
	color:#000000;
	text-align: center;
}

a.expert:hover, a.expert:active {
	color:#000000;
	background-color: #ecebaa;
	text-decoration:underline;
}
a.expert:link, a.expert:visited {
	color: #000000;
	text-decoration:underline;
}

