body {margin:0;}
img{ font-size:0px; line-height:0px;}
.clr{ clear:both; }
.no_print{ display: none;}
.copper {
	font-family: copperplate;
}
.contentCopper {
	font-family: copperplate;
	color: #484848;
}

.contentCopperLight {
	font-family: copperplate;
	color: #aaaaaa;
}


a {
text-decoration: none;
cursor:pointer;
outline:none;
/*color: #00a0e2; //*/
}
a.jobTitleLink{
	font-size:14px;
	color: #484848;
}

a.greyLink{

	color: #484848;
}
a.blueLink{

	color: #00a0e2;
	text-decoration: underline;
}

a.lightGreyHover:hover{
	color: #CCCCCC;
}

div.header_logo
{
	display: none;
	border-style: solid;
	width: 300px;
	height: 100%;
	display:inline;
}

div.header_signup
{
	display: none;
	border-style: solid;
	width: 100px;
	height: 100%;
	display:block;
}

.headerSubMenu a {
	display: none;
	font-family: copperplate;
	font-size: 12px;
	color: #484848;
	padding-right:10px;
}
.headerSubMenu a:hover {
	display: none;
	color: #00a0e2;
}

.headerLogin a {
	display: none;
	font-family: copperplate;
	color: #00a0e2;
	font-size: 12px;
	padding-right:5px;
}

.heading{
	font-size:16px;
}
.subheading{
	font-size:14px;
}

hr.thinBlack{
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
}
hr.thinRed{

	border-style: solid hidden hidden hidden;
	border-color: #00a0e2;
}



hr.dottedGrey{

	border-style: dotted hidden hidden hidden;
}

tr.header_row
{

	height: 100px;

}
tr.menu_row
{

	height: 70px;

}
.thinRedBorder
{
	border:Solid 1px #484848;
}
.thinGreyBorder
{
	border:Solid 1px #484848;
}
.thinLightGreyBorder
{
	border:Solid 1px #e1e0da;
}

.thinWhiteBorder
{
	border:Solid 1px #ffffff;
}

.greyText
{
	color: #484848;
}
.lightGreyText
{
	color: #e1e0da;
}
.redText
{
	color: #00a0e2;
}

.largeText
{
		font-size:16px;
	}


.whiteText
{
	color: #ffffff;
	font-size:10px;
}
.bgDarkGrey
{
	background-color: #5c615e;
}


.bgGrey
{
	background-color: #e4e4dc;
}

.bgLightGrey
{
	background-color: #e1e0da;
}
.bgRed
{
	background-color: #00a0e2;
   border-style:solid;
   border-color:#484848;
   border-width:1px;
}
.bgBlue
{
	background-color: #eceded;
}
.bluebutton
{
   font-size:10px;
   font-family:Arial,sans-serif;
   text-transform:uppercase;
   color:#ffffff;
   background-color:#00a0e2;
   border-style:solid;
   border-color:#484848;
   border-width:1px;
   cursor: pointer;
   line-height:17px; /* Safari */

}
body {
	color:#484848;
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:12px;
	/*font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:16px;*/
}

.smallMenuText {

	font-size:12px;

}

.smallText {

	font-size:12px;

}
.smallerText {

	font-size:11px;

}


.tinyText {

	font-size:9px;

}
input.TextBox {
	background-image: url('/images/input_bg.gif');
	width:200px;
	font-size:12px;
}

input[type=text] {
	background-image: url('/images/input_bg.gif');
	width:200px;
	font-size:12px;
}
input[type=password] {
	background-image: url('/images/input_bg.gif');
	width:200px;
	font-size:12px;
}

textarea {
	background-image: url('/images/textarea_bg.gif');
	background-repeat: repeat-x;
	font-size:12px;
}
.dottedTop {
	border-top: 1px dotted;
}
.dottedBottom {
	border-bottom: 1px dotted;
}
.dottedLeft {
	border-left: 1px dotted;
}
.solidTop{
	border-top: 1px solid;
}
.shadeLeft{
	background: url(/images/shade-left.jpg) no-repeat top right;
}
.shadeRight{
	background: url(/images/shade-right.jpg) no-repeat top left;
}
.whiteDottedTop {
	border-top: 1px white dotted;
}


.indentPadding{
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
}
.bigIndentPadding{
	padding-left:30px;
	padding-top:18px;
	padding-bottom:18px;
	padding-right:20px;
}


.indentTop{
	padding-top:4px
}
.indentNone{
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
}

.homeSubheading{
	font-size:12px;

	padding-top:8px;
	padding-bottom:10px;

	font-weight: bold;
}

.avatarBorder{
	border:Solid 2px #cac9c2;
}




.redButton{
	font-size:10px;
	display:inline;
	border: 1px solid #00a0e2;
	font-style: italic;
	color: #00a0e2;
	padding:2px 4px 2px 4px;
	cursor: pointer;
	text-transform: uppercase;


}

.inputSubmit{
	font-size:10px;
    font-family:Arial,sans-serif;
	margin: 0;
	padding: 3px 10px;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	background: #00a0e2 repeat-x;
	border: 1px #484848 solid;
	border-right-color: #484848;
	border-bottom-color: #484848;
}

input[type="submit"] {
	font-size:10px;
    font-family:Arial,sans-serif;
	margin: 0;
	padding: 3px 10px;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	background: #00a0e2 repeat-x;
	border: 1px #484848 solid;
	border-right-color: #484848;
	border-bottom-color: #484848;
	float:right;
}

.navTable{
display: none;
	background-image:url(/images/header2_menu_bg_tile.gif);
	background-repeat:repeat-x;
}

.navTable a{
	cursor:pointer;
}

/* START    NAV STYLE    */
td.headerMenu a {
	display:none;
	height:29px;
	float:left;
	display:inline;
	margin-left:10px;
}

.font_portfolios{
	background-image:url(/images/font_portfolios.gif);
	width: 86px;
}
.font_portfolios:hover{
	background-image:url(/images/font_portfolios_hover.gif);
}

.font_jobs{
	background-image:url(/images/font_jobs.gif);
	width: 39px;
}
.font_jobs:hover{
	background-image:url(/images/font_jobs_hover.gif);
}

.font_myhome{
	background-image:url(/images/font_myhome.gif);
	width: 66px;
}
.font_myhome:hover{
	background-image:url(/images/font_myhome_hover.gif);
}
.font_groups{
	background-image:url(/images/font_groups.gif);
	width: 58px;
}
.font_groups:hover{
	background-image:url(/images/font_groups_hover.gif);
}
.font_employers{
	background-image:url(/images/font_employers.gif);
	width: 150px;
}
.font_employers:hover{
	background-image:url(/images/font_employers_hover.gif);
}
.font_win{
	background-image:url(/images/font_win.gif);
	width: 82px;
}
.font_win:hover{
	background-image:url(/images/font_win_hover.gif);
}
.font_blog{
	background: url(/images/font_blog.gif) no-repeat 10px 11px;
	width: 82px;
}
.font_blog:hover{
	background-image:url(/images/font_blog_hover.gif);
}
.NavLink div{ display:none;}
.NavLink .show{ display:none;}
/* END    NAV STYLE    */

.footer_tbl_links{
	display:none;
	color: #5c615e;
	border-top: 3px solid #5c615e;
	width: 100%;
	font-size: 12px;
}
.footer_tbl_links .title{
	display: block;
	font-size: 12px;
	margin: 10px 0;
}
.footer_tbl_links a{
	color: #5c615e;
	text-decoration:none;
	font-size: 11px;
}
.footer_tbl_links a:hover{
	text-decoration: underline;
}
.footer_copyright{
	color: #5c615e;
	text-align: right;
	width: 90%;
	font-size: 12px;
}

.blueStripThin{
	background: #FFFFFF url(/images/header-bg.jpg) repeat-x 0 109px;
}
.blueStripThick{
	background: #FFFFFF url(/images/header-bg-home.jpg) repeat-x 0 129px;
}
.blueStripComp{
	background: #FFFFFF url(/images/header-bg-comp.jpg) repeat-x 0 129px;
}
.home_feature_job_border_box{
	width:371px;
	height:241px;
	border:3px solid #484848;
	background: #FFFFFF;
	margin: 0 auto;
}
.home_feature_job_scroll_box{
	padding: 5px 10px;
	height:171px;
	overflow: hidden;
	background: #ffffff;
}
.home_feature_job_caption_box{
	height: 60px;
	text-align: center;
}

.receipt_blue td{
border: 1px solid #000000;
}