/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%; /* 1em = 10px */
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	background-color: #315270;
} 

h2 {
	color: #6E665F;
	font: bold 14px Arial, Helvetica, Verdana;
	margin: 0px auto;
	padding-left: 5px;
	width: 97%
}
 
h3 {
	color: #6E665F;
	font: bold 14px Arial, Helvetica, Verdana;
	width: 97%
}
h4 {
	color: #6E665F;
	font: 14px Arial, Helvetica, Verdana;
	width: 97%
}

img {
    border: none;
}

textarea {
	width:400px;
	height:200px;	
	font-size: 100%; /* 1em = 10px */
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

p {
	margin: 10px 0px 10px 20px;
}

/**************************************************************
   All page contents
 **************************************************************/
.wrapper {
	width: 100%;
	min-width: 980px;
}
.content_wrapper {
	width: 980px;
	margin: 10px auto auto;
	overflow: auto;
	clear: both;	
}

#content {
	width: 980px;
	overflow: hidden;
	margin: auto;
	padding-top: 5px;
	background: #FFF;
	clear: both;
	display: block;
}

#content_top, #content_bottom {
	width: 980px;
	height:5px;
	overflow: hidden;
	margin: auto;
	display: block;
	clear: both;
}
#content_bottom {
	background: url(images/combine.gif) no-repeat 0px -6px;
}
#content_top {
	background: url(images/combine.gif) no-repeat 0px 0px;
}

/**************************************************************
 Top Login Bar
 **************************************************************/
#header_top {
	height: 50px;
	width: 100%;
	background: #FFF;
	border-bottom: 2px solid #afbecb;
	margin-bottom: 5px;
	min-width: 980px;
}
#header_content_top{
	width: 960px;
	padding-left: 10px;
	padding-right:10px;
	margin:auto;
}

#logo {
	float:left;
	margin-left: 3px;
	width: 179px;
	height: 47px;
}

#logo h1 a {
	width: 179px;
	height: 47px;
	background: url(images/combine.gif) no-repeat 0px -28px;
	text-indent: -2000em;
	text-align: left;
	display: block;
}

.login {
	float: right;
	margin-top: 8px;
	margin-right: 25px;
}

.login ul{
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 14px;
	color: #c4ced8;
	padding: 0;
}

.login ul li{
	color: #808080;
	border-right: 2px solid #808080;
	display: inline;
	list-style: none;
	padding-left: 18px;
	padding-right: 20px;
	vertical-align:top;
}

.login ul li a, .login ul li a:visited {
	color: #808080
}

.login ul li a:hover {
	color: #333;
}

.login ul li a, .login ul li a:visited {
	text-decoration: none;
	overflow: hidden;
	text-align: center;
}

.login ul li.last, .nav ul li.last {
	padding-right: 0px;
	border-right: 0px;
}

.login .login-go {
	background:transparent none repeat scroll 0%;
	border:none;
	cursor:pointer;
	margin:0px 0px 0px -15px;
	padding:0pt 0pt 0pt 0px;
	vertical-align:top;
	height: 16px;
}

.login .login-go img {
	
	height: 16px;
	width: 26px;
}

#user, #pass{
	width: 120px;
}

#lmessage a, #rmessage a{
	color:#4A79A6;
	font-size:14px;
	font-weight: bold;
	display:inline;
	border-bottom:medium none;
	margin:0 auto;
	padding-left:5px;
	width:97%;
}

#logininternSHARE {
	padding: 10px; 
	width: 185px; 
	float: left;
}

#logininternSHARE {
	padding: 10px; 
	width: 185px; 
	float: left;
}

#loginFacebook {
	float:left;
	height:100px;
	width:150px;
	margin-left:30px;
	margin-top:10px;
	padding-left:50px;
	border-left:1px solid #cccccc;
}

/**************************************************************
 Menu Bar
 **************************************************************/
.menu-wrapper {
	clear: both;
	width: 961px;
	margin:auto;
	font-size:1.4em;
	font-weight:bold;	
}

.menu ul li.head_divide {
	padding: 0;
	border: 0;
	overflow: auto;
	padding-top: 0.2em;
}
.menu ul li.head_divide .head_divide_image {
	width: 2px;
	height: 16px;
	background: url(images/combine.gif) no-repeat -9px -12px;
	
}

.menu {
	position:relative;        /* establish a menu-relative positioning context */
	z-index: 10;
	float: left;
	margin-top:16px;
}

.menu-wrapper{
	height:5px;
}

.menu ul li .sub {
	width: auto;
}

a .menu-mid {
	height: 18px;
	display: block;
	float: left;
	cursor: pointer;
}

.menu ul li a:hover,
.menu ul li.active a,
.menu ul li:hover a {
	color: #5988b5 !important;
	border-bottom: 4px solid #5988b5; 
}

.menu ul li.nohover a:hover,
.menu ul li.nohover:hover a {
	border-bottom: none; 
}

img.menuadd{
	width:18px;
	height:18px;
	margin-top:-3px;
	background: url(images/combine.gif) no-repeat -223px -29px;
}
img.menuadd:hover{
	background-position: -202px -50px;
}

.menu ul {
	list-style-type:none;          /* we don't want to view the list as a list */
	line-height:1.5em;           /* globally set the menu's item spacing.      */
}

.menu li {
	float:left;    /* this creates the side-by-side array of top-level buttons */
	position:relative;    /* create local positioning contexts for each button */
	padding-left: 15px;
	padding-right: 15px;
}

.menu li.withplus {
	padding-right:2px;
	
}

.menu ul li table {
	margin:-1px 0;              /* IE5 needs -1px top and bottom table margins */
	margin:0;               /* re-zero the table margins */
	border-collapse:collapse;      /* needs this for the sub-menus to work */
	font-size:12px;        /* this sets the base font size for our entire menu */
}

.menu .shareimg{
	margin-right:5px;	
}

/*======================== TOP LEVEL MENU DEFINITIONS ========================*/

.menu ul li ul {
	display:none;                  /* initially hide the entire list hierarchy */
	padding-left: 18px;
}

.menu ul li a,
.menu ul li a:visited {                    /* unselected top-level menu items */
	text-decoration: none;
	color: #999999;
	display: block;
	overflow: hidden;
	float: left;
	font-size:14px;
	font-weight:bold;
}

.menu ul li:hover a,
.menu ul li a:hover {                        /* selected top-level menu items */
	height:auto;
}

/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul,
.menu ul li a:hover ul {                           /* 2nd level drop-down box */
	display:block;
	position:absolute;
	margin:0;
	top:16px;              /* place us just up underneath the top-level images */
	left:-4px;       /* left-align our drop-down to the previous button border */
	height:auto;      /* the drop-down height will be determiend by line count */
	width:13.5em;
	color:black;                        /* this sets the unselected-text color */
	background: url(images/combine.gif) no-repeat -693px -15px;
	width: 186px;
	padding-top: 9px;
}

.menu ul li:hover ul.leftbutton,
.menu ul li a:hover ul.leftbutton {/* our first dropdown should not be skewed */
	left:0;
}


.menu ul.rightmenu li:hover ul,
.menu ul.rightmenu li a:hover ul {    /* 2nd level neighborhood drop-down box */
	left:auto;
	right:0;         /* nudge the right menu right to line up under the border */
}

* html .menu ul.rightmenu li a:hover ul {         /* IE5/6 needs a tweak here */
	right:-1px;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {                   /* 2nd level unselected items */
	height:auto;
	color:#5988B5;               /* this sets the unselected drop-down text color */
	width: 90%;
	margin-left: 4px;
	padding-right: 0px;
	padding-left: 10px;
	line-height: 2em;
	overflow: auto;

}

.menu ul li:hover ul li:hover a,
.menu ul li a:hover ul li a:hover {                /* 2nd level selected item */
	color:#FFF !important;
	background:	#165B9F;
}

.menu ul li ul li {
	background: url(images/submenu_bg.png) repeat-y;
	width: 174px;
	padding: 0 6px 5px;	
}

.menu ul li ul li.top-sub {
	background: url(images/submenu_top.png) no-repeat;
	width: 186px;
	height: 9px;
	padding: 0;
}

.menu ul li ul li.btm-sub {
	background: url(images/submenu_bottom.png) no-repeat;
	width: 186px;
	height: 9px;
	padding: 0;
}

/**************************************************************
 Footer
 **************************************************************/

#footer{
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	letter-spacing: 2px;
	color: #a7b0bc;
	border-left: 0px;
	text-align: left;
	overflow: hidden;
	width: 100%;
}	

#footer_content {
	padding-top: 20px;
	padding-bottom: 20px;
	
}

#footer_content #bottom_row,#footer_content #top_row {
	overflow: auto;
	margin: auto;
	text-align: center;
}


#footer span {
	color: #518ec4;
}

#footer ul {
	margin-top: 4px;
}

#footer ul li {
	display: inline;
	list-style: none;
}

#footer ul li a {
	padding: 0px 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 800;
	color: #518ec4;
	border-right: 1px solid #518ec4;
	text-decoration: none;
}

#footer ul li a.last {
	padding-right: 0px;
	border-right: 0px;
}
#footer ul li a.current {
	color: #FFFFFF;
}

#footer ul li a:hover {
	color: #FFFFFF;
}

/******************************}********************************
   Left Navigation column
 **************************************************************/
#leftcol {
	width: 235px;
	overflow: hidden;
}

#leftcol ul {
	width:auto;
}

#leftcol li {
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}

#search,.search {
	overflow: visible;
	width: 225px;
	margin-left: 10px;
	position: relative;
}

#search {
	z-index:1
}

.search{
	z-index:0;
}

#search .head, .search .head {
	width: 225px;
	height: 6px;
	background: url(images/combine.gif) no-repeat 0px -21px;
	overflow: hidden;
}

div.head a{
	text-decoration:none;	
}

#search .navcontainer, .search .navcontainer {
	width: 221px;
	border-left: 2px solid #DDD;
	border-right: 2px solid #DDD;
	overflow: hidden;

}

.navcontainer .navcontent {
	width: 217px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin: auto;
	background-image: url(images/left_search_backgradient.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	overflow: hidden;
}

#magback {
	color: #466987;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/left_search_magnifyingglass.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 10px;
	overflow: hidden;
}

.leftbottom {
	width: 225px;
	height: 6px;
	background: url(images/combine.gif) no-repeat 0px -13px;
	z-index: -1;
}

.search_container {
	width: 189px;
	margin: auto;
	padding-top: 8px;
	overflow: hidden;
}

.search_container span {
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.search_container li {
	list-style: none;
	display:block;
	overflow: auto;
	margin-top:2px;
	margin-bottom:2px;
}

.search_container li .left, .search_container .right:visited {
	text-decoration:none;
	float:left;
	display:inline;
}

.search_container li .right, .search_container .right:visited {
	text-decoration:none;
	float:right;
	display:inline;
	font-weight: normal;
	font-size: 9px;
}

.searchbox{
	width: 167px;
	height: 17px;
	border: 3px solid #69a3b7;
	padding-left: 3px;
	padding-right: 3px;
}

.searchbox_border {
	background-color: #ffffff;
	padding: 2px;
	width: 179px;
	border: 3px solid #b7c7d7;
	margin-top: 3px;
}

#submitbutton {
	float: right;
	width: 77px;
	overflow: auto;
	cursor: pointer;
}

#search_options{
	width: 189px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #466987;
	margin: auto;
	padding-top: 5px;
}

#search_options span{
	margin-left: 6px;
}

.input_class {
	margin-left: 5px;
	height: 13px;
	width: 13px;
}

#search_options .searchbox_border {
	border: 2px solid #b7c7d7;
}

#search_options .selectbox {
	height: 21px;
	width: 179px;
	border: 2px solid #238aad;
	padding-top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #69a3b7;
}

#magback hr {
	width: 196px;
	background-color: #adb4bc;
	border: 0px;
	height: 1px;
	margin: 14px auto;
}
.loading {
	text-align: center;
	color: #0055AA;
	background-color: #EFEFEF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	height:  600px;
	width: 100%;
}
.searchbox_margin {
	margin-bottom: 25px;
}

.resetbutton {
	float: left;
	text-decoration: none;
	margin-top: 5px;
	margin-left: 4px;
}

#search .resetbutton {
	color: #498397;
}

#search .resetbutton:hover {
	color: #ff7800;
}

#si .resetbutton {
	color: #ff7800;
}

.closebutton {
	float: right;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 5px;
	color: #ff7800;
}

.sidebox {
	overflow: hidden;
	width: 225px;
	margin-left: 10px;
	margin-top: 15px;
	position: relative;
	z-index: 0;
	background: url(images/left_subcontainer_bottom.gif) no-repeat bottom left;
}

.largebox {
	width: 703px;
	margin-left: 50px;
	background: none;
}
.sidebox .navcontainer{
	border: none;
}

.sidebox .navcontent{
	background: none;
	margin-bottom:5px;
}

.largebox .navcontainer{
	width:693px;
}

.largebox .navcontent{
	width:689px;
}

.sidebox .head {
	width: 225px;
	height: 22px;
	overflow: hidden;
	padding-left: 8px;
}

.sidebox .wide {
	width: 605px;
}
.sidebox .head  h2{
	margin-top: 3px;
}

.noback {
	color: #466987;
	width: 100%;
	height: 100%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 10px;
	overflow: hidden;
}

.noback a {
	color: #4A79A6;
    text-decoration: none;
    margin-top: 5px;
    margin-left: 5px;
}

.noback .captcha a {
	margin-top: 0px;
    margin-left: 0px;
}

.noback a:visited {
 	color: #4A79A6
}

.noback a:hover {
	color: #ffa200;
}

.noback a.nohover:hover {
	color: #4A79A6;	
}

.noback li {
	list-style: none;
	display:block;
	overflow: auto;
	margin-top:2px;
	margin-bottom:2px;
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
}

.largebox .noback li {
	font-size: 16px;
	list-style: none;
	display:block;
	overflow: auto;
	margin-top:30px;
	margin-bottom:2px;
	padding-left: 50px;
	padding-right: 30px;
	clear: both;
}

.noback .right, .noback .right:visited {
	text-decoration:none;
	float:right;
	display:inline;
	font-weight: normal;
	font-size: 9px;
}

.noback .left, .noback .left:visited {
	text-decoration:none;
	float:left;
	display:inline;
}



/**************************************************************
   right col
 **************************************************************/
#rightcol {
	width: 735px;
	padding-left: 11px;
	float: right;
	overflow: hidden;
	margin: 0;
	padding: 0;
	/* same height as center coloumn
	padding-bottom: 1001em;
	margin-bottom: -1000em;
	*/
}

#rightcol .rightcontent {
	background: #f6fafd url(images/content_gradient.gif) repeat-x scroll left bottom;
	width: 682px;
	border: 1px solid #ddd;
	padding: 20px;
	margin-bottom: 10px;
	overflow: hidden;
}
#rightcol .review {
	background: #f6fafd url(images/review_gradient.gif) repeat-x scroll left top;
	overflow: hidden;
}

#rightcol .rightcontent  h1{
	color: #50a8e7;
	font-family: "Arial Black",Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 1px solid #c6c6c6;
	padding-bottom: 4px;
	width: 100%;
}

#rightcol .rightcontent  a{
	text-decoration: none;
}

#rightcol .rightcontent .placesearch{
	float:right;
	display:inline;
	margin-top: 0px;
	font-weight: bold;
	color: #ff7714;
	font-size: 1.4em;
}

#rightcol .rightcontent  .title_orange{
	color: #ff7714;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#rightcol .rightcontent .title .date {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #818181;
	float: right;
	margin-top: 2px;
}

#rightcol .glow:hover{
	background-color:#cc11cc;	
}

#rightcol .glow:hover{
	background-color:#cc11cc;	
}

.glowimage:hover {
	border:2px solid orange;	
}

#rightcol .rightcontent .info, .company_info .info{
	color: #575860;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: justify;
	line-height: 1.9em;
	padding-top: 18px;
	overflow: hidden;
	width: 100%;
}

.wp p , .wp div {
	margin: 12px 0 0 20px;	
}

.wp li {
	margin-left: 50px;
	list-style: circle;	
}

.wp a, .commentmetadata a, .wp .fn a{
	font-size: 11px;
	color: #001456;
	text-decoration: none;
}

.wp a:hover, .commentmetadata a:hover, .wp .fn a:hover {
	color: #4d40fd;
}

#rightcol .company_rightcontent{
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	width: 688px;

}

/**************************************************************
   right col
 **************************************************************/


/**************************************************************
   company review
 **************************************************************/
.company_image{
	float: right;
	display:inline;
	overflow-x:visible;
	width:210px;
}

.company_image a {
	color: #147ca3;
	text-decoration: none;
}

.company_info {
	overflow: visible;
}

.company_info .company_name{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.3em;
	font-weight: bold;
	padding-top: 20px;
}

.company_info .company_sector,.company_info .company_sector a {
	color: #3b82c0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 5px;
	display:inline;
	overflow-x: hidden;
	overflow-y: hidden;
	overflow: hidden;
}

.company_sector li{
	list-style:none;
	display: block;	
	margin-top: 2px;
	margin-bottom: 2px;
}

.company_sector a{
	text-decoration: none;
}

.company_sector a:hover{
	color: #4d40fd;
}


.company_sector span{
	font-weight: bold;	
	display: block;
}

.company_sector li span{
	float: right;
	display:inline;
	font-weight: bold;	
}

.company_info .rating{
	color: #285b7a;
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	margin-top: 10px;
}
.rating_one, .rating_half, .rating_empty {
	height: 14px;
	width: 23px;
	background-repeat: no-repeat;
	float:left;
	overflow: hidden;
	display:inline;
	cursor:pointer;
	position:relative;
	z-index:2;
	margin-right:0px
}
.ratingbox_container{
	overflow: hidden;
}
.rating_one {
	background: url(images/combine.gif) no-repeat -244px -29px;
}
.rating_empty {
	background: url(images/combine.gif) no-repeat -244px -43px;
}

.rating_empty_last {
	width: 24px;
}
.company_info .rating .number{
	font-family: "Arial Black",Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

.review_text {
	clear: both;
	padding-top: 15px;	
}

.review_text a {
	color: #408cae;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
}

.review_text a:hover {
	color: #ff7714;
	font-size: 1.2em;
}

/**************************************************************
	left bar search and browse forms
 **************************************************************/
.industry_select{
	height: 17px;
	width: 172px;
	border: 2px solid #238aad;
	padding-left: 3px;
	padding-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #69A3B7;
}

.industry_check{
	margin: 0;
	display: inline;
	margin-top: 5px;
	margin-right: 3px;
}

#i b {
	margin: 0;
}

#si,#st{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #5988b5;
	position: absolute;
	background-color: white;
	width: 177px;
	height: 125px;
	border: 1px solid #238aad;
	margin-top: -5px;
	margin-left: 4px;
	overflow-x: hidden;
	display: none;
	z-index:1;	
}

#st{
	display:block;	
}

#sii,#sti{
	position: relative;
	background-color: white;
	width: 100%;
	height: 100px;
	overflow-y: scroll;
	overflow-x: hidden;
	overflow:auto;
	z-index:1;
	border-bottom: 1px solid #238aad;
}

#sii input,#sti input{
	margin: 2px;
}

#sii b, #sti b {
	margin: 0;
	padding: 0;
}

.addform .indsutry_border{
	float:left;
	display: block;
}

.addform .industry_select{
	float: left;
	background-color: #FFF;
	border: 1px solid #BBB !important;
}

.addform #si{
	float: left;
	clear:left;
	margin-top: 22px;
	margin-left: 220px;		
}

.addform #sii{
	width: 177px;
}

.addform #r1 input,#r2 input,#r3 input,#r4 input,#r5 input,#r6 input,#isanonymous input{
	min-width: 0px;
	margin-left: 5px;
	margin-right: 5px;
}

.addform .addform_image {
	min-width: 0;
	font-family: Arial, Verdana;
	font-size: 11px;
	height: 1.7em;
	padding: 0px 4px;
}

/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
   Search Page
 **************************************************************/
#searchresults_header {
	width: 724px;
}

#searchresults_footer {
	margin-top: 5px;
	width: 724px;
} 

.sortby {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b82c0;
	margin-bottom: 6px;
}

.sortby span {
}

.sortby ul {
	display: inline;
	margin-left: -10px;
}

.sortby ul li {
	display: inline;
	list-style: none;
}

.sortby ul li a {
	padding: 0 10px;
	font-weight: bold;
	color: #3b82c0;
	border-right: 1px solid #518ec4;
	text-decoration: none;
}

.sortby ul li img {
	margin-left: -13px;
	margin-right: 4px;
}

.sortby ul li a.last {
	padding-right: 10px;
	border-right: 0px;
}

.sortby ul li a:hover {
	color: #ffa200;
}

.pagenumber{
	float: right;
	color: #042847;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-spacing: 0px;
	border-collapse: collapse; 
	margin-top: 1px;
	overflow: auto;
}

.pagenumber a{
	color: #042847;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;

}
.pagenumber a:hover{
	color: #ef9508;
}

.pagenumber .pagenumber_xofx, 
.pagenumber .previousnext, 
.pagenumber .pagenumber_number, 
.pagenumber .pagenumber_currentpage {
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
	

.pagenumber .pagenumber_xofx{
	background-image:url(images/page_background.gif);
	background-repeat: repeat-x;

	padding-left: 4px;
	padding-right: 4px;
}

.pagenumber .previousnext {
	background-color: #f1f1f1;
	padding-left: 3px;
	padding-right: 3px;	
}
.pagenumber .pagenumber_number{
	background-color: #f1f1f1;
	padding-left: 3px;
	padding-right: 3px;	
}
.pagenumber .pagenumber_currentpage{
	background-color: #dfdfdf !important;
	padding-left: 3px;
	padding-right: 3px;	
}

.pagenumber .next {
	border-right: 1px solid #999999;
}

.pagenumber .doubleleft {
	letter-spacing:-2px;
}
.pagenumber .doubleright {
	letter-spacing:-2px;
	padding-left:  0px;
	padding-right: 2px;
	border-right: 1px solid #999999;
}

.searchresults_rating {
	float: right;
	overflow: hidden;
	margin-top:5px;
	display:inline;
	position:relative;
	z-index:1;
}
.searchresults_rightcontent, .itemsearchresults_rightcontent, .eventsearchresults_rightcontent, .placesearchresults_rightcontent{
	background: #FFF url(images/searchresult_backgradient.gif) repeat-x top left;
	padding-top: 7px;
	padding-left: 11px;
	padding-right:10px;
	margin-bottom: 1px;
	overflow: visible
}

.itemsearchresults_rightcontent{
	height: 50px;
	width: 707px;
	border-bottom: 1px solid #DDD;
}

.eventsearchresults_rightcontent, .placesearchresults_rightcontent{
	height: 50px;
	width: 696px;
	border-bottom: 1px solid #DDD;
}

.searchresults_rightcontent{
	height: 30px;
	width: 701px;
	overflow: hidden;
	overflow-y: hidden;
	border-bottom: 1px solid #DDD;
}

.searchresultsmini_rightcontent{
    height: 50px;
    width: 430px;
}

.searchresults_rightcontent:hover, .itemsearchresults_rightcontent:hover, .eventsearchresults_rightcontent:hover, .placesearchresults_rightcontent:hover, .searchresultsmini_rightcontent:hover{
	background-image: url(images/searchresult_backgradient_hover.gif);
	cursor: pointer;
}


.num_reviews{
	font-family: Arial, Helvetica, sans-serif;
	color: #001456;
	display:inline;
	float:none;
	text-align: right;
	clear:both;
	font-size:1.2em;
}

.namebox, .namebox a {
	color: #303030;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 0px;
	text-decoration: none;
	display:inline;
}
.namebox a:hover{
	font-size: 18px;
	color: #ffa200;
}
.date:hover, .date a:hover{
	color: #ffa200; 
}

.namebox_place, .namebox_place a {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	display:inline;
}
.namebox_place a:hover{
	font-size: 18px;
	color: #ffa200;
}

.namebox_item, .namebox_item a {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 6px;
	text-decoration: none;
}
.namebox_item a:hover{
	font-size: 18px;
	color: #ef9508;
}


.searchresults_rightcontent .company_info .company_sector{
	margin-top: 0px;
}

.searchresults_rightcontent .company_info .rating .ratebutton {
	text-align: right;
	margin-top: 15px;
}
.searchresults_rightcontent .searchresults_img {
	cursor:default;
	width:18px;
	height:18px;
	display:inline;
	margin-top:3px;
	margin-right:5px;
}

.showdown {
	background: url(images/combine.gif) no-repeat -202px -29px;
}

.showdown:hover {
	background-position: -202px -50px;
}

.showup {
	background: url(images/combine.gif) no-repeat -181px -29px;
}

.showup:hover {
	background-position: -181px -50px;
}

.searchresults_jobs {
	padding-top: 12px; 
	height: 30px;
}
.eventratebox{
	color: #001456;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 19px;
	padding:0px;
}

.eventratebox a{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 19px;
	color: black;
	height: 30px;
	margin-right: 3px;
	text-decoration: none;
}
.eventratebox a:hover{
	font-size: 19px;
	color: orange;
	height: 30px;
	text-decoration: none;
}

.itemratebox{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #001456;
	width:121px;
	margin-left:25px;
	margin-top: -9px;
	position:absolute;
	text-align:center;
	border: 1px solid;
	background-color: white; 
	z-index:1;
}

.itemratebox_small{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #001456;
	width:121px;
	margin-left:105px;
	margin-top:-5px;
	position:absolute;
	text-align:center;
	border: 1px solid;
	background-color: white; 
	z-index:1;
}

.itemratebox a, .itemratebox_small a{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	margin-right: 3px;
	text-decoration: none;
}
.itemratebox a:hover, .itemratebox_small a:hover{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: orange;
	margin-right: 3px;
	text-decoration: none;
}

#newcomment{
	width: 640px;
	height: 50px;
	padding: 1px;
	font-size: 120%;
	font-family: Verdana, Arial;
}

.rightcontent .comment{
	float:right;
	display:inline;
	margin-top:3px;
	font-size: 120%;
    font-family: Arial;
    color: red;
}

.locationbox {
	padding: 0px;
	display:inline;
	text-align: left;
	vertical-align: top;
	float: left;
	overflow: hidden;
}

.locationbox .inl {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	padding-bottom: 5px;
	overflow: hidden;
}

.locationbox .inl a, .locationbox .inl .country {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #001456;
	text-decoration: none;
}

.locationbox .inl a:hover {
	color: #4d40fd;
}

.locationdrop {
	padding: 0px;
	display:inline;
	text-align: left;
	vertical-align: top;
	float: left;
	overflow: hidden;
	margin-top:5px;
	max-width: 475px;
	height: 13px;
}

.locationdrop a {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color: #001456;
	text-decoration: none;
}
.locationdrop a:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color: #4d40fd;
}

.locationdrop li, .locationdrop ul{
	list-style:none;
}

.locationbox .inl .country {
	font-weight: bold;
}

#message, #messagebox,.message {
	width: 703px;
	border: 1px solid #DDD;
	background-color: #FBFFD6;
	padding: 10px;
	margin-bottom: 10px;
}

.smallmessage {
	width:440px;
}

#message { display:none; }
#messagebox, .message { display:block; }

#message h2, #messagebox h2, .message h2 {
	border-bottom: none;
	color: red;
}

#messagebox a {
	text-decoration: none;
	color: green;
	font-size: 16px;
}

#CALL {
	width: 722px;
	border: 1px solid #DDD;
}
/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
   Add Page
 **************************************************************/
#rightcol .formrightcontent {
	background: #ffffff;
	width: 720px;
	border: 2px solid #DDD;
	background-image: url(images/content_gradient.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	margin-bottom: 10px;
}

form, fieldset {
	font-family: "Lucida Grande", Helvetica, Verdana, Arial;
}
	
fieldset { 
	border: 1px solid #000; 
}

legend {
	padding: 0;
	color: #333333;
}

.addform input,.addform textarea,.addform select {
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
}

.addform input, .addform  select {
	min-width: 140px;
}

.addform fieldset.field_large input {
	min-width: 140px;
}

.addform input {
	display: inline;
}

.addform #newmi input {
	display: inline;
	min-width: 0px;
}

.addform b {
	display: inline;
}

.addform .autobox {
	position: absolute;
	margin-left: 220px;
	z-index: 100;
	background-color: #E5ECF9;
	border: 1px solid #000000;
	visibility: hidden;
	min-width: 150px;
}

#sm, #em, #cd select {
	min-width: 60px;
	margin-right: 5px;
}
#sy, #ey {
	min-width: 60px;
}
.addform fieldset li .startendto{
	margin-left: 5px;
	margin-right: 5px;
}

#uploadlogo {
	min-width: 10px;
	height: 20px;
	padding: 0px;
	font-family: inherit;
	font-size: 12px;
}
	
select { padding: 0;}
	
.sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.addform fieldset { 
	margin-bottom: 20px;
}
	
.addform legend {
	padding: 0 2px;
	font-weight: bold;
}
	
.addform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}
	
.addform fieldset ul {
	margin: 0;
	padding: 0;
}
	
.addform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	display:block;
	padding: 5px 10px 7px;
	background: url(images/addform-divider.gif) left bottom repeat-x;
	clear:both;
	color: #333333;
}

.addform fieldset li.addRating_li {
	height:14px;
}

.addform fieldset li.addRating_li .ratingBarContainer {
	display: block; 
	float: left; 
	width: 140px;
}

.aligninput {
	float: left;
	width: 200px;
	margin-left: 20px;
}

.largebox .aligninput {
	float: left;
	width: 250px;
	margin-left: 20px;
}

.largebox input {
	width: 200px;
	font-size: 16px;
}

.aligninput_small {
	float: left;
	width: 20px;
	margin-left: 20px;
}


.addform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
.addform fieldset fieldset legend {
	padding: 0 0 20px;
	font-weight: normal;
	}
	
.addform fieldset fieldset label {
	display: block;
	width: auto;
	}

.addform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}


.addform {
	width: 720px;
	font-size: 1.2em;
	margin-bottom: -19px;
	}
	
.addform legend { 
	padding-left: 10px; 
	font-size: 1.2em;
}
	
.addform legend,
.addform label { color: #333; }

.addform fieldset {
	border: none;
	border: 1px solid #dce9fd;
	border-width: 1px 0px 0px 1px;
	background: url(images/addform-fieldset.gif) left bottom repeat-x;
	
}
.addform fieldset.field_small {
	background: url(images/addform-fieldset-small.gif) left bottom repeat-x;
}

	
.addform fieldset fieldset { background: none; }
	
.addform fieldset li textarea{
	width: 426px;
	height: 126px;
	z-index: 0;
	position: relative;
}


.submit {
	background:transparent none repeat scroll 0%;
	border:none;
	cursor:pointer;
	vertical-align:middle;
	float:right;
	margin-right:45px;
}

.small {
	width: auto;
	margin: 0 5px;
}
/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
   Company Page
 **************************************************************/
 #rightcol .company_rightcontent {
	padding: 16px;
	width: 688px;
}
#rightcol .rightcontent .company_info{
	padding: 0px;
}
.company_rightcontent .company_info .company_name{
	padding: 0px;
}
.company_rightcontent .company_info {
	margin: 0px;
}

.company_secondaryinfo {
	padding-top: 25px;
	width: 466px;
}

.company_secondaryinfo .website, .company_secondaryinfo .company_size,
.company_secondaryinfo .locations, .company_secondaryinfo .about {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #999999;
}

.company_secondaryinfo .website a, .prowebsite a{
	color: #147ca3;
	text-decoration: none;
}
.company_secondaryinfo .website a:hover{
	text-decoration: underline;
}

.company_secondaryinfo .company_size span {
	color: #666666;
}

.extramargin {
	margin-top:120px;
}

.extramargini {
	margin-top:60px;
}

.locations {
	margin-top: 20px;
	text-align: left;
}

#locations_list {
	line-height: 1.6em;
}
#locations_list a, #locations_more a{
	color: #147ca3;
	text-decoration: none;
}
#locations_list a:hover, #locations_more a:hover{
	text-decoration: underline;
}
#locations_more {
	font-size: 10px;
}

.dot {
	position: relative;
	top: 4px;
	font-weight: normal;
	font-size: 200%;
	margin-left: 5px;
	margin-right: 3px;
}
.about {
	margin-top: 25px;
}
.about span {
	color: #666666;
	display: block;
}

.about a {
	color: #147ca3;
	text-decoration: none;
}

.subratings {
	width: 200px;
	clear: right;
	float: right;
	padding-top: 10px;
}

.subratings .subrating_head, .position_subratings  .subrating_head{
	font-family: Verdana, tahoma, Arial;
	font-size: 12px;
	color: #18425b;
	width: 200px;
}

.subratings .ratingbox_container, .position_subratings .ratingbox_container{
	padding-bottom: 10px;
	width: 100%;
	overflow: auto;
}

#rightcol .company_rightcontent .title {
	font-size: 1.2em;
	margin-top: -10px;
	padding-bottom: 2px;
}
.position_info .position_startenddate {
	color: #fe8f00;
	float: right;
	font-size: 1.1em;
	font-family: "Arial Black", Verdana, Arial, Helvetica, sans-serif;
}
.position_info .position_startenddate .to{
	color: #9a9998;
}
.position_info .position_name{
	color: #000000;
	font-family: "Arial Black", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
}

.position_info .position_location{
	color: #545556;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
}

.position_subratings {
	width: 200px;
	float: right;
	padding-top: 15px;
	display: inline;
}
.review_text span {
	display: block;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #999999;
}

.review_text p {
	margin-left: 0px;
}

.text {
	color: #666666;
	font-family: Arial,Verdana;
	font-size: 12px;
	line-height:1.9em;
	text-align:justify;
}

/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
   Calender
 **************************************************************/

.calender_outer{
	width: 187px;
}

.calender_last, .calender_next{
	font-size: 18px;
}

.calender_title{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.calender_outer tr{
	text-align: center;
	height: 20px;
}

.calender_daynames{
	font-weight: bold;
	background-color: #CCFFCC;
}

.calender_row{

}

.calender_day{
	border: 1px dotted  #DDDDDD;
	font-weight: normal;
}

.calender_boldday{
	font-size: 14px;
	font-weight: bold;
}

.calender_selday{
	background-color: #FFCC33;
	
}

.calender_oldday{
	border: none;
	color: #777777;
	font-weight: normal;
}

.calender_day:hover, .calender_oldday:hover {
	background-color: #FFCC33;
}

#queryupload h3{
	display:inline;
}



/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
   Homepage
 **************************************************************/
#home {
	width: 100%;
}
#home_icons {
	width: 100%;
	margin-top:20px;
	margin-left:10px;
}

#home h1 {
	font: bold 34px Arial, Helvetica, Verdana;
	color: #b3ad98;
}

#home h2{
	font: normal 22px Arial, Helvetica, Verdana;
	color: #b3ad98;
	padding: 0px;
	margin: 0px;
}

#home_info_signup {
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

.home_tagline {
	width: 425px;
	margin-left: 30px;
	margin-right: 41px;
	display: inline;
	overflow: hidden;
	float: left;
	padding-top: 5px;
}


/*--------------------------------------*/

.mapsearchbox{
	background-color:transparent;
	cursor:pointer;
	width:179px;
	margin-top: -5px;
	margin-left: 13px;
	padding:5px;
	border: 1px solid #afbecb;
	margin-bottom: 5px;
}

.mapsearchbox:hover{
	background-color:#DDF4F4;
}

.mapsearchbox h3{
	padding:0px;	
}

.asksearchbox{
	background-color:#EEEEEE;
	cursor:pointer;
	width:165px;
	margin-top: 5px;
	margin-left: 23px;
	padding:3px;
	border: 1px solid #afbecb;
	margin-bottom: 5px;
}

.asksearchbox:hover{
	background-color:#99CCFF;
}

.asksearchbox h3{
	padding:0px;	
}


/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
/**************************************************************
   Sub Homepage
 **************************************************************/

#sub_home {
	margin-top: 15px;
	margin-bottom: 20px;
}
#preview {
	border: 2px solid #c8c8c8;
	padding: 3px;
	width: 616px;
	margin-left: 26px;
	overflow: hidden;
}

#preview .preview_comment {
	font: normal 18px Arial, Helvetica, Verdana;
	line-height: 26px;
	color: #FFF;
	text-align: center;
	background-color: #8fb05e;
	width: 616px;
	display: block;
}

#preview_right {
	float: right;
	width: 282px;
	margin-right: 26px;
	margin-top: 20px;
	display: inline;
}

#preview_desc {
	height: 270px;
	padding-left: 8px;
}

#preview_desc h1 {
	font: bold 30px Arial, Helvetica, Verdana;
	color: #b3ad98;
}

#preview_desc h3 {
	font: normal 24px Arial, Helvetica, Verdana;
	color: #b3ad98;
}

#sub_homepage_signup {
	margin: auto;
	margin-top: 12px;
	margin-bottom: 10px;
	overflow:hidden;
}

.acrow {
	font: normal 12px verdana;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #E5ECF9;	
}

.acrow:hover {
	background-color: #C6D8FF;	
}

.progressBar {
	font-size:1px;
	color: #cccccc;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: auto;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.alignright {
	font-size:14px;
	float: right;
	}

.alignleft {
	font-size:14px;
	float: left
	}
	
.alignright a, .alignleft a {
	text-decoration: none;
	color: #001456;
	}

.alignright a:hover, .alignleft a:hover {
	color: #4d40fd;
	}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist span {
	color: #575860;;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	color: #575860;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

li.widget{
	list-style-type:none;
}

a.go {
	text-decoration: none;
}


/* FAUX CONSOLE */

#fauxconsole{
	position:absolute;
	top:0;
	right:0;
	width:300px;
	border:1px solid #999;
	font-family:courier,monospace;
	background:#eee;
	font-size:10px;
	padding:10px;
	z-index: 10;
}
html>body #fauxconsole{
	position:fixed;
}
#fauxconsole a{
	float:right;
	padding-left:1em;
	padding-bottom:.5em;
	text-align:right;
}

.norating{
	font-size:12px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	margin-left:21px;
	margin-right:22px;
	color:#aaaaaa;
	display:inline;
}

.softrating{
	font-size:12px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#333333;
	display:inline;
	margin-right:5px;
}

.resultssummary {
	margin-top:10px;
	margin-left:25px;
	height:100%;
	width:665px;
	margin-bottom:10px;
}

.summarynoinfo {
	height:100%;
	float:left;
	margin-bottom:15px;
	color: #3b82c0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	overflow-x: hidden;
	overflow-y: hidden;
	overflow: hidden;
}

.summaryinfo {
	height:100%;
	width:208px;
	float:left;
	margin-bottom:15px;
	color: #3b82c0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	overflow-x: hidden;
	overflow-y: hidden;
	overflow: hidden;
}

.summaryinfo span{
	font-weight:bold;	
	display:block;
}

.summaryinfo li{
	list-style:none;
	display: block;	
	margin-top: 2px;
	margin-bottom: 2px;
	height:16px;
}

.summaryinfo li div{
	display:inline;
	float:left;
	width:150px;	
}

.summaryinfo li span{
	float: right;
	display:inline;
	font-weight: bold;	
}

.summaryinfo a {
	color: #3b82c0;
	margin-top: 5px;
	display:inline;
	overflow-x: hidden;
	overflow-y: hidden;
	overflow: hidden;
	text-decoration: none;
}

.summaryinfo a:hover{
	color: #4d40fd;
}

.ratingvalue {
	font-family:Arial;
	font-size:12px;
	color:#eeeeee;
	top:-1px;
	position:absolute;
	z-index:10;
	display:inline;
}

.percentImage {
	margin: 0pt; 
	padding: 0pt;
	width: 120px;
	height: 12px;
	background-image: url(/css/bar/percentImage_back.png);
}

.flag, .jobflag {
	margin-left:4px;margin-top:3px;
}

.widelinks{
	float:right;
	width:auto;
}

.widelinks a{
	margin-right:8px;
}

a.queen {
	text-decoration: none;
	color: #ff7714;
}

a.queen:visited {
	text-decoration: none;
	color: #ff7714;
}

a.queen:hover {
	border-bottom:3px solid #ff7714;
}