/* pre */

.above_body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align: left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;} 


html {
	background:#ffffff none;
}

/* IE-Mac hide \*/
* html .floatcontainer,
.formcontrols .blockrow,
dl.stats {
	height:1%;
	
}

/* HEADER */

.above_body {
	background:#ffffff none   ;
	_background-image: none;
	margin: 0px 0px 10px 0px;
	width: 100%;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}


.doc_header {
	_background-image:none;
	padding:0px 0px 10px 0px;
	border:  ;
	color:#4E4E4E;
	font:normal normal normal 11px Arial, Tahoma, Calibri, Verdana, Geneva, sans-serif;
	position:relative;
}
.doc_header a { color:#4E4E4E; }
.doc_header a:hover { color:#4E4E4E; }
.doc_header hr { display: none; }
.logo-image {
	float: left;
	clear: right;
}

.toplinks {
	right:20px;
	top:0;
	color:#4E4E4E;
	font: normal normal normal 11px Arial, Tahoma, Calibri, Verdana, Geneva, sans-serif;
	text-align:right;
}

.toplinks ul.isuser, .toplinks ul.nouser {
	display:block;
	float: right;
	clear: left;
	list-style: none;
}

.toplinks ul.isuser li {
	display:inline;
	position: relative; 
	color: #4E4E4E;
	float: right;
	clear: left;
	padding-right: 10px;
}

.toplinks ul.isuser .popupbody li {
	display:block;
	float: none;
	clear: none;
	padding:0;
	margin:0;
}

.toplinks ul.isuser li.welcomelink {
	display: block;
	float: right;
	clear: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
}

.toplinks ul.isuser li.logoutlink {
	top: 0;
}

.toplinks ul.isuser li a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
	font-weight:bold;
	color:#4E4E4E;
}

.toplinks ul.isuser li li a {
	float: none;
	margin-left: 0;
}

.toplinks ul.isuser li.welcomelink a {
	display:inline;
	float: none;
	clear: none;
	margin-left: 0;
}

.toplinks ul.isuser li a:hover {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
	background: #7192A8;
	color:#ffffff;
}

.toplinks ul.nouser li {
	display:inline;
}

.toplinks ul.nouser li a {
	float:left;
	clear:right;
	color:#4E4E4E;
}

.toplinks ul.nouser li a{
	display: block;
	float: right;
	clear: left;
	color:#4E4E4E;
	position: relative;
	padding: 6px 10px 0 10px;
	background: #7192A8;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	height:20px;
	font-weight:bold;
	font-size:12px;
	margin-right: 10px;
}

.toplinks ul.nouser li a:hover {
	background: #7192A8;
	color:#ffffff;
}

.toplinks ul.isuser li.popupmenu, .toplinks ul.isuser .notifications, .toplinks ul.isuser .nonotifications  {
	color: rgb(0, 0, 0);
	position: relative;
}

.toplinks ul.isuser li.popupmenu ul li {
	position: relative;
	top: 0;
	margin: 0;
	text-align: left;
}

.toplinks ul.isuser .notifications .popupbody {
	background: #7192A8;
	border: 1px solid #7192A8; /* makes it look consistent with the popup background */
}

.toplinks ul.isuser .notifications .popupbody li a{
	color: rgb(0, 0, 0);
	padding: 0 5px;
	font-weight: normal;
	background:rgb(255, 255, 255);
	border-top:1px solid #7192A8; /* makes it look consistent with the popup background */
	position: relative;
	text-align: left;
	padding-left: 30px;
	line-height: 26px;
}

.toplinks ul.isuser .notifications .popupbody li a span {
	position: absolute;
	left: 5px;
}

.toplinks ul.isuser .notifications .popupbody li a:hover {
	background:#FFEB90;
	color: rgb(0, 0, 0);
	text-decoration: underline;
}

.toplinks ul.isuser li#fb_headerbox a,
.toplinks ul.nouser li#fb_headerbox a {
	padding-top: 0;
	background: none;
}
li#fb_headerbox a#fb_link {
	position: relative;
}
li#fb_headerbox a#fb_link #fb_squarepic{
	position:absolute;
	right:-6px;
	top:5px;
	z-index:1;
	border:1px solid #B3CCE7;
	padding:1px;
}
li#fb_headerbox a#fb_link #fb_icon{
	position:absolute;
	right:10px;
	top:1px;
	z-index:2;
}

.toplinks form {
	min-width: 220px;
	display:block;
	margin-right: 10px;
	text-align: left;
	float: right;
	clear: left;
        _width:30%;
}

.toplinks .logindetails {
	padding: 0 10px;
	text-align: center;
	background: #7192A8;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	height: 26px;
}

.toplinks form input {
	margin: 3px 0 0;
	vertical-align: baseline;
	font-size: 11px;
	padding: 1px;
	border: 0;
}

.toplinks form input.default-value {
	color: #828282;
}

.toplinks .remember {
	margin: -3.33333333333px 0 0 20px;
	font-size: 10px;
}

.toplinks .remember input {
	vertical-align: baseline;
}

.cb_cookieuser_navbar{
	position: relative;
	top: 2px;
}

.notifications a.popupctrl:link, .notifications a.popupctrl:visited,
.toplinks a:link, .toplinks a:visited {
	color: #4E4E4E;
	text-decoration:none;
}

.notifications>a:link, .notifications>a:visited {
     /* ie6 hack: broke this rule out on its own: the > selector makes ie6 ignore rule entirely. */
	color: #4E4E4E;
	text-decoration:none;
}

.notifications > a:hover,
.notifications a.popupctrl:hover {
	color: #ffffff;
}

.notifications {
	font-size:11px;
	color: #4E4E4E;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

.notifications a {
	text-decoration:none;
}

.notifications .popupbody {
	color:rgb(0, 0, 0);
}

.header hr,
.header h2 {
	display:none;
}

/* global */

body {
	margin-top:0px;
	color:#000000;
	/* font-size:12px;	*/
}
h1 {
	font-size: 17px;
	font-weight:lighter;
	padding-top:10px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	/*padding-left:20px;
	padding-top:6px;*/

	
}
h2 {
	font-size: 17px;
	font-weight:lighter;
	line-height:inherit;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:5px;
	margin-bottom:0px;
}
h3 {
	font-size: 14px;
	
	/*
	padding-bottom:5px;
	padding-top:5px;
	*/
	line-height:27px;
	
	margin-bottom:15px;
	/*border-top: solid 1px #CECECE;*/
	border-bottom: solid 1px #5A7F97;
	display:block;
	/*background-color:#e0e0e0;*/
	background-color:#7D9BB0;
	padding-left:5px;
	
	color:#FFFFFF;
	
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	
	
}

h3 a{
	color: #FFFF00;
}

h3 img{
	margin-bottom:-6px;
	margin-left:5px;
}

.font16{
	font-size:16px;
	
}

hr {
	border:0px;
	border-top: 1px solid #cccccc;
	background:#FFFFFF;
	height:1px;
	margin-bottom:15px;
}
p {
	 line-height:20px; 
	 padding-bottom:20px;
	/* line-height:22px; */	
}
body, select, textarea, input {
	font-family:Arial, Helvetica, sans-serif;
    /*font-size:11px; */
    font-size:12px; 
	color:#000000;
}
.input, .textarea, .select, .button {
	border:#6B91AB solid 1px;
	padding:4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
}
.button {
	background-color: #C7DBF3;
}
img {
	border:0px;
}
A:link, A:visited {
	color:#000000;
	text-decoration:none;
}
A:hover {
	color:#000000;
	text-decoration:underline;
}

/* header */

.headerwrapper {
	width: 980px;
	margin: 0 auto;
	height:auto;
}
.headerright {
	width: 202px;
	height: 100px;
	margin: 0 auto;
	float:right;
}
.header {
	width: 980px;
	height: 100px;
	margin: 0 auto;
	clear:both;
}
.header img {
	float:left;
	vertical-align:middle;
	padding-top: 10px;
	border:0px;
}
.headerright img {
	padding:0px;
	padding-top: 20px;
}
.headerwrapper {
	width: 980px;
	margin: 0 auto;
	height:auto;
}
.headerrightdef {
	width: 600px;
	height: 140px;
	margin: 0 auto;
	float:right;
}
.headerrightdef_2 {
	width: 600px;
	height: 30px;
	float:right;
	/*overflow: auto;*/

}
.headerrightdef_1 {
	width: 592px;
	height: 114px;
	padding-left:15px;
}
.headerdef {
	width: 980px;
	height: 140px;
	margin: 0 auto;
	clear:both;
}
.headerdef img {
	float:left;
	vertical-align:middle;
	padding-top: 20px;
	border:0px;
}
.headerrightdef img {
	padding:0px;
	padding-top: 6px;
}

/* header forum by H */

.forumheaderwrapper {
	width: 100%;
	margin: 0 auto;
	height:153px;
}
.forumheaderright {
	width: 600px;
	/*312px;*/
	height: 90px;
	margin: 0 auto;
	float:right;
	Padding-top:100px;
}
.forumheaderrightnouser {
	width: 600px;
	height: 90px;
	margin: 0 auto;
	float:right;
	Padding-top:10px;
}
.forumheader {
	width: 100%;
	height: 90px;
	margin: 0 auto;
	clear:both;
	Padding-top:10px;
}
.forumheaderlogin {
	width: 100%;
	height: 27px;
	margin: 0 auto;
	clear:both;
	text-align:right;
}
.forumheaderlinks {
	width: 100%;
	height: 26px;
	margin: 0 auto;
	clear:both;
	background: url(../image/forum_loop_links.jpg) repeat-x;
}
.forumheader img {
	float:left;
	vertical-align:middle;
	padding-left: 18px;
	padding-top:7px;
	border:0px;
}
.forumheaderright img {
	padding:0px;
	padding-top: 10px;
}
.forumheaderrightnouser img {
	padding:0px;
	padding-top: 15px;
}
.red {
	color:#FF0000;
}
.gray {
	color: #CCCCCC;
}

.flash {
	width: 980px;
	height: 180px;
	margin-bottom:30px;
	margin: 0 auto;
}
.flashshow {
	width: 125px;
	height: 30px;
	margin-bottom:30px;
	margin: 0 auto;
	padding-left:840px;
}
/* content */

.contentwrapper {
	width: 980px;
	margin: 0 auto;
	height:auto;
}

.content1 {
	float:left;
	height:auto;
	/*font-size:11px;*/
	width: 165px;
}
.content1bordertop {
	width: 165px;
	height:12px;
	background: url(../image/content1bordertop.gif) no-repeat;
	clear:both;

}
.content1bordermid {
	padding:0px;
	width: 150px;
	height:auto;
	background: url(../image/content1bordermid.gif) repeat-y;
	padding-left: 12px;
	padding-right: 10px;
}
.content1borderbot {
	width: 165px;
	height:13px;
	background: url(../image/content1borderbot.gif) no-repeat;
	clear:both;
	margin-bottom:30px;
}
/*.contentBack {
	margin-bottom:20px;
	width: 150px;
	height:334px;
	background: url(../image/leftmenu.jpg) no-repeat;
	padding-top:5px;
}*/





/*
.content1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.content1 ul li {
	display: block;
	background: url(../image/arrow2.gif) no-repeat left top;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.content1 li.padtop {
	padding-top: 20px;
}
.content1 li {
	display: block;
	background: url(../image/arrow2.gif) no-repeat left top;
	padding-left: 35px;
	padding-top: 3px;
	padding-bottom: 3px;
}
*/
.content1 a {
	color:#000000;
}
.content1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:12px;
}
.content1 ul li {
	display: block;
	background: url(../image/arrow2.gif) no-repeat left top ;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.content2 {
	margin-bottom:30px;
	width: 590px;
	height:auto;
	float:left;
	margin-left:30px;
	
}
.content2 p {
	line-height:20px;
	
	
}

/*.controlcontent2 {
	margin-bottom:30px;
	width: 630px;
	height:auto;
	float:left;
	margin-left:15px;
}*/
.content2 a {
	color:#417394;
}

.onecolbullets {
	padding-bottom:20px;
	/*height:auto;
	overflow: auto;*/
}
.onecolbullets ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height:auto;
	width:550px;

}
.onecolbullets ul li {
	display: block;
	background: url(../image/arrow3.gif) no-repeat left top;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;

}

.twocolbullets {
	padding-bottom:30px;
	height:auto;
	overflow: auto;
}
.twocolbullets ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width:550px;
	height:auto;
}
.twocolbullets ul li {
	display: block;
	background: url(../image/arrow3.gif) no-repeat left top;
	float:left;
	width:240px;
	padding-left: 35px;
	padding-top: 3px;
	padding-bottom: 3px;
}




.twocolbulletsFull {
	padding-bottom:30px;
	height:auto;
	overflow: auto;
}
.twocolbulletsFull ul {
	margin: 0;
	padding: 0;
	list-style: none;
	/*width:450px;*/
	width:740px;
	height:auto;
}
.twocolbulletsFull ul li {
	display: block;
	background: url(../image/arrow3.gif) no-repeat left top;
	float:left;
	width:330px; /*270*/
	padding-left: 35px;
	padding-top: 3px;
	padding-bottom: 3px;
}





.content3 {
	margin-bottom:30px;
	width: 165px;
	margin-left:30px;
	float:left;
}
.content3bordertop {
	width: 165px;
	height:12px;
	background: url(../image/content1bordertop.gif) no-repeat;
	clear:both;

}
.content3bordermid {
	padding:0px;
	width: 145px;
	height:auto;
	background: url(../image/content1bordermid.gif) repeat-y;
	padding-left: 12px;
	padding-right: 10px;
}
.content3borderbot {
	width: 165px;
	height:13px;
	background: url(../image/content1borderbot.gif) no-repeat;
	clear:both;
	margin-bottom:30px;
}
.content3 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.content3 ul li {
	display: block;
	background: url(../image/arrow2.gif) no-repeat left top ;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.content3 a {
	color:#000000;
}
/* detail page */

.detailwrap {
	padding-top:20px;
}
.detailwrap img {
	padding:0px;
}
.detailvote {
	float:right;
	width:48px;
	height:225px;
	padding-top:2px;
}
.detailvote a {
	display:block;
	width:48px;
	height:22px;
}
.detailvote img {
	padding-left:7px;
	padding-right:7px;
	padding-top:5px;
	padding-bottom:5px;
}
/* small ad */

.smallad {
	width: 150px;
	height:146px;
	background: url(../image/smalladback2.gif) no-repeat;
	margin-top:30px;
	float:left;
	margin-left:30px;
}
.smalladnext {
	width: 150px;
	height:146px;
	background: url(../image/smalladback2.gif) no-repeat;
	margin-top:30px;
	margin-left:40px;
	float:left;
}
.smalladwrap {
	clear:both;
}
.r1 {
	height:18px;
	width:120px;
	padding-left:30px;
	padding-top:3px;
}
.r2 {
	height:80px;
	width:150px;
}
.r2 img {
	height:78px;
	width:145px;
	padding-left:2px;
	padding-top:1px;
	cursor:pointer;
}
.r3 {
	height:19px;
	width:150px;
	padding-left:0px;
	padding-top:2px;
	text-align:center;
	font-size:11px;
}
.r3 a {
	color:#000000;
}
.pl1 {
	padding-left:1px;
}
.r4 {
	height:21px;
	width:150px;
	text-align:center;
	padding-top:1px;
	color:#CCCCCC;
	font-size:11px;
}
.r4 a {
	color:#FFFFFF;
}
.r4 a:hover {
	text-decoration:underline;
}

/* heading */

.heading {
	width: 470px;
	height:30px;
	background: url(../image/headingback.gif) no-repeat;
}
.heading a {
	color:#000000;
}
/* navwrapper */

.navtop {
	width: 470px;
	height:8px;
	background: url(../image/nav_top.gif) no-repeat;
	clear:both;
	margin-top:20px;
}
.navmid {
	padding:0px;
	width: 463px;
	height:auto;
 border-right:solid 1px .D6D7DE;
 border-left:solid 1px .D6D7DE;
	padding-left:5px;
	text-align:center;
}
.navmid a {
	padding:0px;
	display:block;
	width:27px;
	height:16px;
	background: url(../image/nav_back.gif) no-repeat;
	float:left;
	color:#000000;
}
.navtop2 {
	clear:both;
}
.navmid2 {
	margin-top:20px;
	padding:0px;
	padding-top:20px;
	width: 470px;
	height:auto;
	padding-left:5px;
	text-align:center;
}

.navmid3{
	margin-top:20px;
	margin-bottom:20px;
	padding:0px;
	width: 775px;
	height:auto;
	padding-left:5px;
	text-align:center;
	clear:both;
	overflow:auto;

}

.navmid2 a, .navmid3 a {
	display:block;
	color:#000000;
	border: 1px #D6D7DE solid;
	padding:5px;
	padding-top:3px;
	padding-bottom:3px;
	margin-left:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	text-align:center;
	float:left;
	width:auto;
}
.navmid2 a:hover, .navmid3 a:hover{
	display:block;
	color:#FFF;
	border: 0px #fff solid;
	padding:6px;
	padding-top:4px;
	padding-bottom:4px;
	margin-left:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	text-align:center;
	background-color:#417394;
	text-decoration:none;
	clear:none;
}


.navmid2right {
	padding:0px;
	float:right;
	width:190px;
	height:auto;
	padding-left:5px;
	text-align:center;
}
.navmid2right a {
	display:block;
	color:#000000;
	border: 1px #D6D7DE solid;
	padding:5px;
	padding-top:3px;
	padding-bottom:3px;
	margin-left:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	text-align:center;
	float:right;
	width:auto;
}
.navmid2right a:hover {
	display:block;
	color:#FFF;
	border: 0px #fff solid;
	padding:6px;
	padding-top:4px;
	padding-bottom:4px;
	margin-left:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	text-align:center;
	background-color:#417394;
	text-decoration:none;
	clear:none;
}
.padthenav {
	padding-top:4px;
	padding-right:20px;
}
.navbot {
	width: 470px;
	height:8px;
	background: url(../image/nav_bot.gif) no-repeat;
	clear:both;
	margin-bottom:20px;
}
.navtopnextprev {
	float:right;
	height:30px;
	padding-top:8px;
}
.navtopnextprev a {
	padding-right:15px;
}
.navtopnextprev p {
	padding-right:15px;
}
.navtoptrophy {
	float:right;
	height:30px;
	width:22px;
	vertical-align:middle;
	padding-top:4px;
	padding-right:14px;
}
/* mainborder */

.mainbordertop {
	width: 470px;
	height:8px;
	background: url(../image/nav_top.gif) no-repeat;
	clear:both;
	margin-top:20px;
}
.mainbordermid {
	padding:0px;
	width: 450px;
	height:auto;
	border-right:solid 1px #D6D7DE;
	border-left:solid 1px #D6D7DE;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:5px;
}
.mainbordermidwithpad {
	padding:0px;
	width: 458px;
	height:auto;
	border-right:solid 1px #D6D7DE;
	border-left:solid 1px #D6D7DE;
	padding-left:10px;
}
.mainborderbot {
	width: 470px;
	height:8px;
	background: url(../image/nav_bot.gif) no-repeat;
	clear:both;
	margin-bottom:20px;
}
/* controlborder */

.controlheading {
	width: 630px;
	height:30px;
	background: url(../image/controlheadingback.gif) no-repeat;
}
.controlbordertop {
	width: 630px;
	height:8px;
	background: url(../image/controlnav_top.gif) no-repeat;
	clear:both;
	margin-top:20px;
}
.controlbordermid {
	padding:0px;
	width: 628px;
	height:auto;
 border-right:solid 1px .D6D7DE;
 border-left:solid 1px .D6D7DE;
}
.controlbordermidwithpad {
	padding:0px;
	width: 618px;
	height:auto;
 border-right:solid 1px .D6D7DE;
 border-left:solid 1px .D6D7DE;
	padding-left:10px;
}
.controlborderbot {
	width: 630px;
	height:8px;
	background: url(../image/controlnav_bot.gif) no-repeat;
	clear:both;
	margin-bottom:20px;
}
/* footer */

.footer {
	clear: both;
	width: 980px;
	margin: 0 auto;
}
.footer p {
	padding-top: 20px;
	text-align:center;
	line-height:20px;
}
.footer a {
	padding-left: 5px;
	padding-right: 5px;
}
.cwanavwrapper {
	width: 100%;
	padding-top: 20px;
}
.cwanavright {
	float:right;
	width: 230px;
	text-align:right;
}
.cwanavleft {
	float:left;
	width: 230px;
}
.cwanavright a {
	padding-right: 5px;
	padding-left: 5px;
}
/*	table */

.table {
	line-height: 17px;
	padding: 0px;
}
.table th {
	background-color:#FFFFFF;
	FONT-SIZE: 12px;
	font-weight:bold;
 border-bottom:.D6D7DE solid 1px;
	padding: 5px;
}
.table td {
	FONT-SIZE: 11px;
 border-right:.D6D7DE solid 1px;
 border-top:.D6D7DE solid 1px;
	padding: 5px;
}
.table .tr2 {
	background-color:#EEEEEE;
}
.tableclear td {
	border-right: 0px;
	border-bottom:0px;
	padding: 0px;
}
.table4Spacing {
	border:solid 0px;
}
.table4Spacing td {
	border:solid 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	vertical-align:top
}
.gray {
	color:#999999
}
/*	Page specific */
/*	detail.php */

.heading2 {
	/*
	width: 590px;
	height: 58px;
	
	background: url(../image/headingback2.gif) no-repeat;*/
	
	width:550px;
	border:#D6D7DE solid 1px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:5px;
	overflow: auto;
	margin-top:0px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	
}
.heading2 h1 {
	/*padding-top:10px;
	padding-bottom:5px;
	padding-left:20px;*/
}
.headingby {
	/*padding-top:5px;
	padding-left:10px;*/
	color:#666666;
}
.headingby a {
/*color:#417394;
	color:#417394;*/
}
.detailimage {
	padding-top: 30px;
	padding-bottom: 30px;
	
	
}
.heading2_1 {
/*	float:left;
	width: 253px;
	height: 58px;
	background: url(../image/headingback2.gif) no-repeat;*/
}
.heading2_2 {
	float:right;
	width:169px;
	/*height: 58px;*/
}
.heading2_3 {
	float:left;
	width:48px;
	height: 38px;
	font-size: 17px;
	font-weight:lighter;
	line-height:inherit;
	padding-top:20px;
	text-align:center;
}
.currentratewrap {
	height: 38px;
}
.currentratewrap img {
	padding-top:5px;
}
.currentrate_1 {
	text-align:center;
	padding-left:36px;
	float:left;
	width:255px;
}
.currentrate_2 {
	text-align:center;
	padding-right:36px;
	float:left;
	width:255px;
}
.ratethissite {
	padding-top:7px;
	width:160px;
	text-align:center;
}
.ratestarleft {
	padding-top:4px;
	width:16px;
	float:left;
	height:29px;
	cursor:pointer;
}
.ratestarright {
	padding-top:4px;
	width:16px;
	float:left;
	height:29px;
	cursor:pointer;
}
/* Navigation forum */

.navigationtop {
	width: 470px;
	height:23px;
	background: url(../image/temp_nav.gif) no-repeat;
	clear:both;
	margin-top:25px;
}
.enrtiestabs {
	width: 470px;
	height:24px;
	background: url(../image/temp_entriestabs.gif) no-repeat;
	clear:both;
	margin-top:25px;
}
/* membertable */

.membertable {
	width:590px;
	border:0px;
	margin-top:25px;
}
.membertable th {
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	border-top: solid 1px #CECECE;
	background-color:#e0e0e0;
	font-size:12px;
	padding-left:3px;
}
.membertable td {
	text-align:left;
	background-color:#fff;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom: 1px solid #CEDFEB;
}
.wrapvotepower {
	margin-top:20px;
	width:470px;
	overflow: auto;
}
.votepowerbar {
	float:left;
	width:390px;
	margin-top:3px;
	overflow: auto;
	height:15px;
}
.votepowerscore {
	text-align:center;
	float:right;
	width:80px;
	height:25px;
}
.votetotalscore {
	text-align:right;
	float:right;
	width:200px;
	height:25px;
	padding-right:33px;
	padding-top:15px;
}
.defaultpaging {
	float:right;
	padding-right:15px;
	padding-top:8px;
}

.navlist ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width:450px;
	height:auto;
	text-align:center;
}
.navlist ul li {
	display: block;
	float:left;
	width: auto;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align:center;
}
.accepted {
	color:#009900;
}
.neededit {
	color: #FF6600;
}
.beingreviewed {
	color: #FF6600;
}
.notaccepted {
	color: #CC0000;
}
.entryline a {
	font-size:12px;
	color:#000;
	text-decoration:none;
}
/*  table checkbox padding  */
.tblcheckboxpadding tr td {
	padding-top:5px;
	padding-bottom:5px;
	width:50%;
}
.tblcheckboxpadding {
	border:0px;
	padding:0px;
	margin-bottom:15px;
	width:100%;
}
.color666 {
	color: #666666;
}
.markx {
	/*color:#CC0000;*/
	color:#FFFF00;
	font-weight:bold;
}
.errormessage {
	padding:5px;
	background-color:#FFBBBD;
	border:#CC0000 1px solid;
	margin-bottom: 15px;
}
.successmessage {
	padding:5px;
	background-color: #B7FFBC;
	border: #00CC00 1px solid;
	margin-bottom: 15px;
}
.font12 {
	font-size:12px;
}
.bold {
	font-weight:bold;
}
.green {
	color:#009900;
}
.logintovote {
	padding-top:7px;
	width:160px;
	text-align:center;
}
.votecomplete {
	text-align:center;
	width:169px;
	position:absolute;
	padding-top:15px;
}
.content2 ol {
	padding:0px;
	padding-left: 20px;
	margin-bottom:20px;

	
}
.content2 ol li {
	padding-top: 8px;
	list-style: decimal;
	font-size:12px;
	line-height:20px;
}
.content2 ol li li {
	padding-top: 8px;
	list-style: lower-alpha;
	font-size:11px;
}
.content2 ol li li li {
	padding-top: 8px;
	list-style: lower-roman;
	font-size:11px;
}

.font11px ol li{
	font-size:11px;

}


.roundborder {
	width:550px;
	border:#D6D7DE solid 1px;
	padding:20px;
	overflow: auto;
	margin-top:30px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
}

.noborderpad{
	width:550px;
	padding:20px;
	overflow: auto;
	margin-top:10px;
}

.leftimagefreelance{
	padding: 0px;
	width:	100px;
	
}

.rightcontent{
	width:400px;
	float:right;
}

.freelancefrontwrap{
	width:550px;
	margin-top: 20px;
	overflow: auto;
	
	
}

.roundborderheading {
	width:570px;
	border:#D6D7DE solid 1px;
	padding-left:20px;
	overflow: auto;
	margin-top:0px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	padding-bottom:7px;
}

.roundborderheading p{
	
	padding-left:0px;
	padding-top:15px;
	padding-right:0px;
}

.eliteh3 {
	font-size: 14px;
	font-weight:bold;
	display:block;
}

.eliteavatar {
	width:130px;
	clear:none;
	float:left;
}
.eliteavatar img {
	border:1px #CCCCCC solid;
	padding:2px;
	align: center;
}
.eliteinfo {
	width:320px;
	clear:none;
	float:right;
}
.eliteinfoleft {
	width:125px;
	float:left;
}
.eliteinforight {
	width:195px;
	float:right;
}
.twocolbulletselite {
	padding-bottom:20px;
	height:auto;
	overflow: auto;
}
.twocolbulletselite ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width:320px;
	height:auto;
}
.twocolbulletselite ul li {
	display: block;
	background: url(../image/arrow3.gif) no-repeat left top;
	float:left;
	width:125px;
	padding-left: 35px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.elitetable {
	width:320px;
	border:0px;
	margin-bottom:15px;
}
.elitetable th {}
.elitetable td {
	text-align:left;
	vertical-align:top;
	background-color:#fff;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom: 1px solid #D6D7DE;
}

.LikeButtons{
	padding-left:10px;
	margin-bottom:15px;
	width:460px;
	height:20px;
}

.LikeButtonFloat{
	float:left;
	padding-left:2px;
	padding-right:2px;
}


.contentfreelance {
	margin-bottom:20px;
	width: 785px;
	height:auto;
	float:left;
	margin-left:30px;
}

.contentfreelance a {
	color:#417394;
}

.contentfreelance a:hover {
	color:#417394;
	text-decoration:underline;
}

.contentfreelance a:visited {
	color:#417394;
}

.contentfreelance p{
	padding-bottom:20px;
}

.freelancenoborderpad{
	width:610px;
	padding:10px;
	overflow: auto;
	margin-top:10px;
}

.freelanceborderpad {
	width:745px;
	border:#D6D7DE solid 1px;
	padding:20px;
	overflow: auto;
	margin-top:20px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
}

.freelanceroundborderheading {
	width:765px;
	border:#D6D7DE solid 1px;
	padding-left:20px;
	overflow: auto;
	margin-top:0px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	padding-bottom:3px;
}

.freelanceroundborderheading p{
	
	padding-left:0px;
	padding-top:15px;
	padding-right:0px;
	padding-bottom: 0px;

}













/*** Freelance section ***/
.notice{
	color:red;
	font-size:16px;
	margin-bottom:10px;
}


.freelancedash p{
	padding-bottom:20px;
}

.freelancedash ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom:30px;
}

.freelancedash ul li {
	display: block;
	background: url(../image/arrow2.gif) no-repeat left top;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.pdf ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom:30px;
}

.pdf ul li {
	display: block;
	background: url(../image/arrow4.gif) no-repeat left top;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.freelancedash table {
	width:785px;
	margin-bottom:20px;
	
	
}

.freelancedash th {
	font-size:12px;
	
	line-height:27px;
	
	margin-bottom:15px;
	/*border-top: solid 1px #CECECE;*/
	border-bottom: solid 1px #5A7F97;
	/*background-color:#e0e0e0;*/
	background-color:#7D9BB0;
	padding-left:10px;
	font-weight:bold;
	
	
	
	color:#FFFFFF;
	
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	
	
}


.freelancedash th a {
	color:#FFFFFF;
}

.freelancedash th a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

.freelancedash th a:visited {
	color:#FFFFFF;
}


.freelancedash th img {
	margin-bottom:-4px;
	margin-left:5px;
	
}

.freelancedash td{
	height:50px;
	background-color:#E8E8E8;
	padding-top:15px;
	padding-left:20px;
	padding-bottom:15px;
	padding-right:5px;
	line-height:17px;
}



.whiterow td{background-color:#FFFFFF;}
.darkrow td{background-color: #CCCCCC;}
.initial td { background-color: #E8E8E8;}
.normal td { background-color: #E8E8E8;}
.highlight td { background-color: #d6d6d6;}

.chatgreen{
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	
	/*width:520px;*/
	width:640px;

	clear:both;
	overflow:auto;
	border:#80CC80 solid 3px;
	padding:15px;
	padding-bottom:0px;
}

.chatgreen p{
	line-height:18px;
}

.chatgreenarrow{
	/*width:550px;*/
	width:620px;

	background: no-repeat right bottom url(../image/chatarrowgreen.gif);
	height:13px;
	margin-bottom:20px;	
	
}





.chatgreenGray{
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	
	/*width:520px;*/
	width:640px;

	clear:both;
	overflow:auto;
	border:#CCCCCC solid 3px;
	padding:15px;
	padding-bottom:0px;
}

.chatgreenGray p{
	line-height:18px;
	color:#666666;
}


.chatAdminGray{
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	
	/*width:520px;*/
	width:640px;

	clear:both;
	overflow:auto;
	border: #cccccc solid 3px;
	padding:15px;
	padding-bottom:0px;
	margin-left:25px;
	margin-bottom:33px;
}

.chatAdminGray p{
	line-height:18px;
}







.chatgreenarrowGray{
	/*width:550px;*/
	width:620px;

	background: no-repeat right bottom url(../image/chatarrowgreengray.gif);
	height:13px;
	margin-bottom:20px;	
	
}







.chatadmin{
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	
	/*width:520px;*/
	width:640px;

	clear:both;
	overflow:auto;
	border: #000000 solid 3px;
	padding:15px;
	padding-bottom:0px;
	margin-left:35px;
	margin-bottom:33px;
}

.chatadmin p{
	line-height:18px;
}










.chatbluearrow{
	/*width:550px;*/
	width:620px;
	
	background: no-repeat left bottom url(../image/chatarrowblue.gif);
	height:13px;
	margin-bottom:20px;	
	clear:both;
	overflow:auto;
	float:right;
	
}

.chatblue{
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	
	/*width:520px;*/
	width:640px;
	
	clear:both;
	overflow:auto;
	border:#9EAEB7 solid 3px;
	float:right;
	padding:15px;
	padding-bottom:0px;
}

.chatblue p{
	line-height:18px;
}





.chatbluearrowGray{
	/*width:550px;*/
	width:620px;
	background: no-repeat left bottom url(../image/chatarrowbluegray.gif);
	height:13px;
	margin-bottom:20px;	
	clear:both;
	overflow:auto;
	float:right;
	
}

.chatblueGray{
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	
	/*width:520px;*/
	width:640px;

	clear:both;
	overflow:auto;
	border:#CCCCCC solid 3px;
	float:right;
	padding:15px;
	padding-bottom:0px;
}

.chatblueGray p{
	line-height:18px;
	color:#666666;

}










.postjobApplyDeadline{
	padding:10px;
	background:#d6d6d6;
	height:150px;
	border: solid 1px #CECECE;
	width: 590px;
}

.progress{
	width:120px;
	float:right;
	overflow:auto;
	background-color:#FFFFFF;
	clear:both;
	margin-bottom:15px;
	
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;

	border:#D6D7DE solid 1px;
	
	font-size:10px;

}

.progresspad{
	/*float:right;
	width:130px;
	padding-left:10px;
	background-color:#FFFFFF;
	clear:both;
	overflow:auto;*/
}

.detailpage h3{
	width:590px;
}

.detailpage h3 a{
	color: #FFFF00;
}

.h3wide h3{
	/*width:610px;*/
}

.detailpage a {
	color:#417394;
}

.longh3 h3{
	width:605px;
	clear:both;
	overflow:auto;

}

.progress p{
	display:block;
	padding-bottom:10px;
	padding-top:10px;

	color:#999999;

}

.progress img{
	clear:both;	
	padding:10px;
}

.progressselected{

	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;

	border:#6B91AB solid 1px;
	background-color:#C7DBF3;
	
	cursor:pointer;
	
	
}

.progressselected p{
	color:#000000;
	display:block;
}

.progressselected a{
    color:#000000;
	text-decoration:none;
}
.progressselected a:link{
    color:#000000;
	text-decoration:none;
}
.progressselected a:hover{
    color:#000000;
	text-decoration:none;
}
.progressselected a:visited{
    color:#000000;
	text-decoration:none;
}









.contactbuttons {
	clear:both;
	overflow:auto;
	margin-bottom:20px;
}

.contactbuttons img{
	float:left;
}
/*.progressselected div{
	padding:0px;
	margin:0px;

}*/


/* Lightbox popup  */

#testdiv {width:600px; margin:0 auto; border:1px solid #ccc; padding:20px 25px; background:#fff}
#tinybox {position:absolute; display:none; padding:10px; background:#fff url(../image/preload.gif) no-repeat 50% 50%; border:10px solid #e3e3e3; z-index:2000}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:1500}
#tinycontent {background:#fff}

.buttonLightbox {cursor:pointer;}

/* CheckoutTable */

.checkouttable {
	line-height: 17px;
	padding: 0px;
	border-right:2px #3B5E91 solid;
	border-left:2px #3B5E91 solid;
	border-top:2px #3B5E91 solid;
	border-bottom:2px #3B5E91 solid;
}
.checkouttable th {
	background-color:#E4EAF4;
	FONT-SIZE: 12px;
	font-weight:bold;
	border-bottom:#3B5E91 solid 1px;
	padding: 5px;
	border-right:#3B5E91 solid 1px;
}
.checkouttable td {
	background-color:#fff;
	FONT-SIZE: 12px;
	border-bottom:#CCCCCC solid 1px;
	padding: 5px;
	border-right:#3B5E91 solid 1px;
}
.checkouttable .tr2 {
	background-color:#EEEEEE;
}

/* CheckoutTablePopup */

.checkouttablePopup table {
	line-height: 17px;
	padding: 0px;
	border-right:2px #3B5E91 solid;
	border-left:2px #3B5E91 solid;
	border-top:2px #3B5E91 solid;
	border-bottom:2px #3B5E91 solid;
	width:370px;

}
.checkouttablePopup tr{
	padding: 5px;

}

.checkouttablePopup th {
	background-color:#E4EAF4;
	FONT-SIZE: 12px;
	font-weight:bold;
	border-bottom:#3B5E91 solid 1px;
	padding: 5px;
	border-right:#3B5E91 solid 1px;
	color:#000000;
			
}
.checkouttablePopup td {
	background-color:#fff;
	FONT-SIZE: 11px;
	border-bottom:#CCCCCC solid 1px;
	padding: 5px;
	border-right:#3B5E91 solid 1px;
}
.checkouttablePopup .tr2 {
	background-color:#EEEEEE;
}



.currenttextstatus ul li{
	background: url(../image/arrow5.gif) no-repeat left top;
	color: #999999;
}


.currenttextstatus .currenttextstatusSelected{
	background: url(../image/arrow2.gif) no-repeat left top;
	color: #000000;
}

/* Put this in for freelance section white hover over navigation ?? */
.navmid3Freelance a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

.browseprojectsimg{
	margin-bottom:-2px;
	margin-right:5px;
	
	
}




/* *** boxapply *** */
.boxapply {
	width:370px;
}

.boxapply p{
	padding-bottom:20px;
}

.boxapply ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom:30px;
}

.boxapply ul li {
	display: block;
	background: url(../image/arrow2.gif) no-repeat left top;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Appointment on detail page */

.appointment{
	cursor:pointer;
	
}

.appointmenttitle{
	/*color: #4E4E4E;*/
	color: #417394;
}

.appointmenttitle:hover{
	/*color: #4E4E4E;*/
	color: #417394;
	text-decoration:underline;
}

/* Content 2 border for freelance intro */
/* Check all the code below on other pages */
.midbordertop {
	width: 590px;
	height:11px;
	background: url(../image/midbordertop.gif) no-repeat;
	clear:both;

}
.midbordermid {
	padding:0px;
	width: 550px;
	height:auto;
	background: url(../image/midbordermid.gif) repeat-y;
	padding-left: 20px;
	padding-right: 20px;
}
.midborderbot {
	width: 590px;
	height:13px;
	background: url(../image/midborderbot.gif) no-repeat;
	clear:both;
	margin-bottom:20px;
}

.midbordermid ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.midbordermid ul li {
	display: block;
	background: url(../image/arrow2.gif) no-repeat left top;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.midbordermid h2 {
	margin-bottom:10px;
}

.midbordermid p {
	/*line-height:16px;*/
}



.noborderpad ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom:25px;
}
.noborderpad ul li {
	display: block;
	background: url(../image/arrow2.gif) no-repeat left top;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height:20px;
}

.noborderpad p {
	/*line-height:16px;
	margin-bottom:10px;*/
}

.noborderpad h2 {
	display:block;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:10px;
}

.margin10{
	margin-left:10px;
	margin-right:10px;
}


