/*------RESET STYLES------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,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 {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	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;
}
/*------GLOBALS----------*/

body {
	background:transparent url(../slices/pro-member1/body.jpg) repeat-x scroll center top;
}
.strong{
	font-weight:bold;
}
.clear{
	clear:both;
}
.clearSpace{
	clear:both;
	height:16px;
}
.blueText{
	color:#385eab;
}
.underline{
	text-decoration:underline;
}
/*-----BUTTONS AND INPUTS------*/
.messageButton{
	display:block;
	position:relative;
	height:34px;
}
.messageButton .buttonLeft{
	width:4px;
	height:34px;
	float:left;
	background:url(../slices/pro-member1/button-blue-left.png) no-repeat;
}
.messageButton a{
	height:25px;
	background:url(../slices/pro-member1/button-blue-middle.jpg) repeat-x;
	display:block;
	float:left;
	font:bold 14px Arial;
	color:#fff;
	padding:9px 10px 0px 10px;
	text-decoration:none;
}
.messageButton .buttonRight{
	width:4px;
	height:34px;
	float:left;
	background:url(../slices/pro-member1/button-blue-right.png) no-repeat;
}
.appButton{
	display:block;
	position:relative;
	height:34px;
}
.appButton .buttonLeft{
	width:3px;
	height:34px;
	float:left;
	background:url(../slices/pro-member1/button-green-left.png) no-repeat;
}
.appButton a{
	height:27px;
	background:url(../slices/pro-member1/button-green-middle.jpg) repeat-x;
	display:block;
	float:left;
	font:bold 14px Arial;
	color:#fff;
	padding:7px 10px 0px 10px;
	text-decoration:none;
}
.appButton .buttonRight{
	width:4px;
	height:34px;
	float:left;
	background:url(../slices/pro-member1/button-green-right.png) no-repeat;
}
.detailsButton{
	display:block;
	position:relative;
	height:25px;
}
.detailsButton .buttonLeft{
	width:5px;
	height:25px;
	float:left;
	background:url(../slices/pro-member1/button-light-blue-left.png) no-repeat;
}
.detailsButton a{
	height:20px;
	background:url(../slices/pro-member1/button-light-blue-middle.jpg) repeat-x;
	display:block;
	float:left;
	font:12px Arial;
	color:#fff;
	padding:5px 10px 0px 10px;
	text-decoration:none;
}
.detailsButton .buttonRight{
	width:5px;
	height:25px;
	float:left;
	background:url(../slices/pro-member1/button-light-blue-right.png) no-repeat;
}
.saveJobButton{
	height:34px;
	display:block;
}
.saveJobButton .buttonLeft{
	width:11px;
	height:34px;
	float:left;
	background:url(../slices/pro-member1/button-dark-grey-left.jpg) no-repeat;
}
.saveJobButton a{
	height:27px;
	background:url(../slices/pro-member1/button-dark-grey-middle.jpg) repeat-x;
	display:block;
	float:left;
	font:bold 12px Arial;
	color:#fff;
	padding:7px 10px 0px 10px;
	text-decoration:none;
}
.saveJobButton .buttonRight{
	width:5px;
	height:34px;
	float:left;
	background:url(../slices/pro-member1/button-dark-grey-right.jpg) no-repeat;
}
.sendToFriendButton{
	height:34px;
	display:block;
}
.sendToFriendButton .buttonLeft{
	width:3px;
	height:34px;
	float:left;
	background:url(../slices/pro-member1/button-grey-left.jpg) no-repeat;
}
.sendToFriendButton a{
	height:27px;
	background:url(../slices/pro-member1/button-grey-middle.jpg) repeat-x;
	display:block;
	float:left;
	font:bold 12px Arial;
	color:#828ca1;
	padding:7px 10px 0px 10px;
	text-decoration:none;
}
.sendToFriendButton .buttonRight{
	width:4px;
	height:34px;
	float:left;
	background:url(../slices/pro-member1/button-grey-right.jpg) no-repeat;
}
.jobsButton{
	display:block;
	position:relative;
	height:25px;
}
.jobsButton .buttonLeft{
	width:5px;
	height:25px;
	float:left;
	background:url(../slices/pro-member1/button-jobs-left.jpg) no-repeat;
}
.jobsButton a{
	height:20px;
	background:url(../slices/pro-member1/button-jobs-middle.jpg) repeat-x;
	display:block;
	float:left;
	font:12px Arial;
	color:#fff;
	padding:5px 10px 0px 10px;
	text-decoration:none;
}
.jobsButton .buttonRight{
	width:5px;
	height:25px;
	float:left;
	background:url(../slices/pro-member1/button-jobs-right.jpg) no-repeat;
}
/*-----HEADER--------*/
#header{
	width:100%;
	height:71px;
	display:block;
	position:relative;
	background:url(../slices/pro-member1/header-main-background.jpg) repeat-y;
}
#headerItems{
	background:url(../slices/pro-member1/header-background.jpg) no-repeat;
	width:974px;
	height:71px;
	display:block;
	margin:0px auto;
	position:relative;
}
#logo{
	width:180px;
	height:69px;
	display:block;
	background:url(../slices/pro-member1/logo.png) no-repeat;
	position:absolute;
	left:26px;
	top:5px;
}
#headerSearch{
	position:absolute;
	top:25px;
	right:180px;
}
#headerSearch label{
	color:#fff;
	font:12px Arial;
}
#headerSearch input{
	height:17px;
	width:190px;
	border:solid #e7e7e7 1px;
	border-top:solid #e7e7e7 3px;
	border-left:solid #e7e7e7 2px;
}
#headerSearch select{
	border:solid #e7e7e7 1px;
	border-top:solid #e7e7e7 3px;
	border-left:solid #e7e7e7 2px;
	width:140px;
	height:22px;
}
#headerSearch .searchButton{
	border:none;
	background:url(../slices/pro-member1/header-search-button.jpg) no-repeat;
	font:bold 12px Arial;
	color:#fff;
	padding:1px 0px 0px 5px;
	width:64px;
	height:21px;
}
#loginLinks{
	position:absolute;
	top:24px;
	right:20px;
	color:#fff;
	font-weight:bold;
}
#loginLinks a, #loginLinks span{
	color:#fff;
	font:bold 12px Arial;
}
/*---CONTENT----*/
#content{
	background:url(../slices/pro-member1/content-background.jpg) repeat-y scroll;
	width:1000px;
	display:block;
	margin:0px auto;
	position:relative;
	display:block;
	padding-top:10px;
}
#contentBottom{
	width:1000px;
	display:block;
	margin:0px auto;
	height:10px;
	background:url(../slices/pro-member1/content-bottom.jpg) no-repeat;
}
#subHeader{
	width:908px;
	height:117px;
	display:block;
	position:relative;
	background:url(../slices/pro-member1/sub-header-background.jpg) no-repeat;
	margin:0px auto;
}
#businessSign{
	padding:6px 0px 0px 10px;
	width:236px;
	height:117px;
	position:relative;
	float:left;
	overflow:hidden;
	display:table;
}
.companyLogo{
	display:table-cell;
	vertical-align:middle;
	text-align:right;
}
#businessSign a{ 
	width:246px;
	display:inline;
}
#businessSign img{
	max-height:100px;
}
#businessTitle{
	float:left;
	padding:0px 0px 0px 35px;
	display:table;
	position:relative;
	overflow:hidden;
	height:117px;
}
#businessTitle .center{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}
#businessTitle h1, #businessTitle h1 a{
	text-decoration:none;
	font:bold 30px Arial;
	color:#fff;
}
#businessTitle p, #businessTitle p a{
	text-decoration:none;
	font:16px Arial;
	color:#fff;
}
.content{
	width:908px;
	display:block;
	margin:0px auto;
	position:relative;
	padding-top:10px;
}
/*-----LEFT SIDEBAR---------*/
#leftSidebar{
	width:260px;
	display:block;
	position:relative;
	float:left;
}
#leftSidebar .sidebarTop{
	width:260px;
	height:30px;
	background:url(../slices/pro-member1/left-sidebar-top.jpg) no-repeat;
}
#leftSidebar .proMember{
	background:url(../slices/pro-member1/pro-member-gear.jpg) no-repeat right 3px;
	color:#fff;
	font:14px Arial;
	text-transform:uppercase;
	position:relative;
	padding-top:4px;
	left:55px;
	width:145px;
}
#leftSidebar .sidebarMiddle{
	width:260px;
	background:url(../slices/pro-member1/left-sidebar-middle.jpg) repeat-y scroll;
}
#leftSidebar .sidebarBottom{
	width:260px;
	height:15px;
	background:url(../slices/pro-member1/left-sidebar-bottom.jpg) no-repeat;
}
.leftContent{
	width:249px;
	display:block;
	position:relative;
}
#leftSidebar .leftContentTop{
	width:249px;
	height:11px;
	background:url(../slices/pro-member1/left-menu-top.jpg) no-repeat;
}
#leftSidebar .leftContentMiddle{
	width:249px;
	min-height:434px;
	background:#eaf2f7 url(../slices/pro-member1/left-menu-background.jpg) no-repeat;
	min-height:434px;
	height:auto !important;
	overflow:hidden;
}
.leftMenu .menuBottom{
	width:249px;
	height:6px;
	background:url(../slices/pro-member1/left-menu-bottom.jpg) no-repeat;
}
.leftMenu ul li{
	width:238px;
	height:24px;
	display:block;
	margin-left:9px;
	border-bottom:solid #c5dceb 1px;
}
.leftMenu a{
	color:#3c629f;
	font:14px Arial;
	text-decoration:none;
	background:url(../slices/pro-member1/left-menu-arrow.jpg) no-repeat left 50%;
	padding-left:15px;
}
.leftMenu .subMenu{
	margin-left:10px;
	border-bottom:solid #c5dceb 1px;
	margin-bottom:5px;
	padding-bottom:5px;
}
.leftMenu .subMenu li{
	border-bottom:none !important;
	width:auto !important;
	height:auto !important;
}
.leftMenu .subMenu li a{
	font:12px Arial;
	background:url(../slices/pro-member1/left-sub-menu-arrow.jpg) no-repeat left 50%;
	padding-left:10px;
	width:100%;
	height:100%;
	display:block;
	padding-top:4px;
	height:19px;
}
.leftMenu .subMenu li a:hover{
	background:#d4e4f9 url(../slices/pro-member1/left-menu-hover-arrow.jpg) no-repeat left 50%;
	color:#385eab;
	
}
#leftSidebar .sideBox{
	width:238px;
	margin:5px auto;
	display:block;
	position:relative;
}
.sideBox .boxTop{
	width:238px;
	height:6px;
	background:url(../slices/pro-member1/left-sidebar-box-top.png) no-repeat;
}
.sideBox .boxMiddle{
	width:218px;
	background:url(../slices/pro-member1/left-sidebar-box-middle.png) repeat-y;
	font:12px Arial;
	color:#3c629f;
	padding:5px 10px;
}
.sideBox .boxMiddle h2{
	font-weight:bold;
}
.sideBox .boxMiddle p{
	margin-bottom:5px;
}
.sideBox .boxBottom{
	width:238px;
	height:5px;
	background:url(../slices/pro-member1/left-sidebar-box-bottom.png) no-repeat;
}
#leftSidebar .messageButton{
	left:60px;
	margin:6px 0;
}

#pageContent{
	width:632px;
	display:block;
	position:relative;
	float:right;
}
.breadcrumbs{
	display:block;
	width:100%;
	font:12px Arial;
	color:#385eab;
	padding-bottom:8px;
}
.breadcrumbs a{
	text-decoration:none;
	font:12px Arial;
	color:#385eab;
}
.breadcrumbs a:hover{
	text-decoration:underline;
}
.infoBox .boxTitle{
	width:632px;
	height:27px;
	background:url(../slices/pro-member1/info-box-title-background.jpg) no-repeat;
	display:block;
}
.infoBox .boxTitle h2, .infoBox .boxTitle h1{
	font:16px Arial;
	color:#3c629f;
	padding:3px 0px 0px 20px;
	position:relative;
}
.infoBox .boxContent{
	padding-top:12px;
}
.infoBox .imageWrapper{
	height:152px;
	width:152px;
	background:url(../slices/pro-member1/image-wrapper-background.jpg) no-repeat;
	display:block;
	padding:7px;
	float:left;
	text-align:center;
}
.infoBox .imageWrapper img{
	border:solid #fff 1px;
}
.infoBox .contentWrapper{
	width:452px;
	float:right;
	display:block;
	position:relative;
}
.infoBox .contentWrapper p{
	font:12px Arial;
	color:#3c629f;
	margin-bottom:7px;
}
.infoBox .detailLinks{
	width:300px;
}
.infoBox .detailLinks ul{
	display:block;
	position:relative;
	float:left;
	margin-right:15px;
}
.infoBox .detailLinks li{
	display:block;
	padding-left:10px;
	margin-top:5px;
	background:url(../slices/pro-member1/left-sub-menu-arrow.jpg) no-repeat left 50%;
}
.infoBox .detailLinks a{
	font:12px Arial;
	text-decoration:none;
	color:#3c629f;
	border-bottom:solid #bfcddc 1px;
	padding-bottom:3px;
}
.infoBox .appButton{
	position:absolute;
	bottom:5px;
	right:10px;
}
.infoBox .jobsButton{
	position:relative;
	float:right;
	margin:5px 10px 0px 0px;
}
.infoBox .productGallery{
	overflow:hidden;
	width:632px;
	position:relative;
	margin-top:7px;
}
.productGallery .item{
	width:96px;
	border:solid #6c7f91 1px;
	border-bottom-width:3px;
	padding:4px;
	float:left;
	position:relative;
	text-align:center;
}
.productGallery .itemSpacer{
	display:block;
	width:25px;
	float:left;
	height:1px;
}
.productGallery .description{
	width:86px;
	background:#6c7f91;
	padding:5px;
	display:block;
	margin-top:5px;
	text-align:left;
}
.productGallery .description a{
	font:11px Arial;
	text-decoration:none;
	color:#fff;
}
.infoBox .listingTable{
	border:none;
	font:12px Arial;
	color:#3c629f;
}
.infoBox .listingTable td{
	height:10px;
	padding:4px 0px 4px 23px;
	border-bottom:solid #dae7ef 1px;
}
.infoBox .listingTable .titleRow td{
	border-bottom:solid #dae7ef 2px;
	height:13px;
	padding:5px 0px 5px 23px;
	font-weight:bold;
}
.infoBox .detailsContainer{
	width:629px;
	border:solid #eff5f8 1px;
	border-top:none;
	border-bottom-width:2px;
	display:block;
	padding-bottom:5px;
}
.infoBox .detailTitles, .infoBox .details{
	float:left;
	padding:7px 0px 0px 20px;
	font:12px Arial;
	color:#3c629f;
}
.infoBox .detailTitles p, .infoBox .details p{
	margin-bottom:2px;
}
.infoBox .detailTitles{
	font-weight:bold;
}
.infoBox .detailsTable{
	width:100%;
	margin-top:5px;
}
.detailsTable td{
	vertical-align:top;
	width:440px;
	padding:5px 10px;
	font:12px Arial;
	border-bottom:solid #eef1f7 2px;
	color:#3c629f;
}
.detailsTable .titleCell{
	text-align:right;
	padding:5px 5px;
	width:175px;
	background:#eef1f7;
	border-bottom-color:#fff;
}
.jobDetails{
	position:relative;
	width:100%;
	padding-bottom:40px;
}
.detailsTable .buttons td{
	position:relative;
	border-bottom:none;
}
.jobDetails td .saveJobButton{
	left:180px;
	position:relative;
}
.jobDetails .appButton{
	position:relative;
	left:10px;
	top:0px;
	float:left;
}
.jobDetails .sendToFriendButton{
	position:relative;
	float:left;
	margin-left:20px;
}
.detailsTable .buttons p{
	font:12px Arial;
	color:#8ac300;
	display:block;
	padding:5px 10px;
}
/*-------PRODUCT WRAPPER-----*/
.productTitle{
	width:100%;
	height:22px;
	margin:0px 0px 5px 0px;
	background:#385eab;
	display:block;
	font:bold 14px Arial;
	color:#fff;
	padding:6px 0px 0px 15px;
}
.productImage{
	border:solid #dae8f2 2px;
	float:left;
	width:100px;
	height:87px;
	padding:2px;
	display:block;
	text-align:center;
}
.productList{
	display:block;
	width:100%;
	position:relative;
}
.productList .listItem{
	width:632px;
	display:block;
	padding:15px 0px;
	background:url(../slices/pro-member1/product-list-item-bottom.jpg) repeat-x bottom;
	position:relative;
}
.productList .detailsButton{
	position:absolute;
	bottom:5px;
	right:10px;
}
.listItem .productDescription{
	width:509px;
	display:block;
	float:right;
}
.listItem p{
	width:100%;
	font:12px Arial;
}
.listItem .productTitle{
	width:494px;
}
.productWrapper .productTitle{
	margin:10px auto;
	width:616px;
}
.productWrapper .productImage{
	width:223px;
	height:192px;
	padding:6px 5px;
	text-align:center;
}
.productWrapper .productImage img{
	/*
	width:223px;
	height:194px;
	*/
}
.productDetails{
	margin-bottom:30px;
}
.productWrapper .productDetails{
	width:385px;
	float:right;
	position:relative;
	margin-bottom:70px;
}
.productWrapper .productDetails .appButton{
	position:absolute;
	bottom:-30px;
	right:10px;
}
.contentWrapper .appButton{
	bottom:-10px!important;
	}
.productDetails h3{
	font:bold 12px Arial;
	color:#385eab;
	padding:8px 0px 6px 0px;
	width:100%;
	border-bottom:solid #eaf2f7 2px;
	margin-bottom:5px;
}
.productDetails .productPrice{
	font:bold 14px Arial;
	color:#8ac300;
	margin-bottom:10px;
}
.productDetails .productPrice span{
	font-size:22px;
}
.productDetails p{
	width:100%;
	font:12px Arial;
}
.productList .leftMenu .subMenu {
	border-bottom:none;
	}
.productList .leftMenu .subMenu li{
	border-bottom:1px solid #C5DCEB!important;
}	
/*------BOTTOM MENU-----*/
#bottomMenu{
	width:908px;
	height:48px;
	background:url(../slices/pro-member1/bottom-menu-background.jpg) no-repeat;
	display:block;
	overflow:hidden;
	position:relative;
	margin:0px auto;
}
#bottomMenu .menuTitle{
	position:absolute;
	display:table;
	height:48px;
	left:18px;
	font:bold 14px Arial;
	color:#fff;
	width:260px;
}
#bottomMenu .menuTitle a{
	font:bold 14px Arial;
	color:#fff;
	text-decoration:none;
}
#bottomMenu .menuTitle .centered{
	vertical-align:middle;
	display:table-cell;
}
#bottomMenu .menu{
	width:500px;
	margin-left:290px;
	padding-top:17px;
	text-align:center;
}
#bottomMenu .menu a{
	float:left;
	display:block;
	padding:0px 4px;
	font:12px Arial;
	color:#3c629f;
	text-decoration:none;
}
#bottomMenu .spacer{
	background:url(../slices/pro-member1/bottom-menu-spacer.jpg) no-repeat;
	width:2px;
	height:12px;
	display:block;
	float:left;
	margin-top:3px;
}
/*------FOOTER---------*/
#footer{
	width:1000px;
	margin:0px auto;
	display:block;
	position:relative;
	padding-bottom:16px;
}
#footer a, #footer{
	text-decoration:none;
	font:11px Arial;
}
#footer a:hover{
	text-decoration:underline;
}
#footerMenu{
	text-align:center;
	color:#70899d;
}
#footerMenu a{
	margin:0px 3px;
	color:#70899d;
}
.copy, .copy a{
	color:#99abba;
	text-align:center;
}
/*  ---- FORMS  ------*/
.formTitle{
	height:26px;
	display:block;
	margin-left:7px;
	float:left;
	margin-bottom:3px;
}
.formsContainer .inputs{
	background:none transparent;
}
.formTitle .leftTitle{
	background:url(../slices/pro-member1/form-title-left.png) no-repeat;
	width:6px;
	height:26px;
	float:left;
	display:block;
}
.formTitle .rightTitle{
	background:url(../slices/pro-member1/form-title-right.png) no-repeat;
	width:6px;
	height:26px;
	float:left;
	display:block;
}
.formTitle .middleTitle{
	background:url(../slices/pro-member1/form-title-middle.jpg) repeat-x;
	height:22px;
	float:left;
	display:block;
	color:#fff;
	padding-top:4px;
	text-align:center;
	padding:4px 5px 0px 5px;
}
.formTitle .middleTitle a, .formTitle .middleTitle p{
	color:#fff;
	font:14px Arial;
	text-decoration:none;
	padding:0px 10px;
	margin:0px;
}
.formsContainer{
	margin-top:4px;
	display:block;
	width:578px;
	min-height:250px;
	position:relative;
}
.formsContainer label, .formsContainer a{
	float:left;
	display:block;
	text-align:right;
	padding-right:5px;
	color:#3C629F;
	font:12px Arial;
	margin-bottom:5px;
	padding-left:15px;
	text-align:right;
}
.formsContainer .checkbox{
	float:left;
	display:block;
	margin-bottom:5px;
	margin-top:-2px;
}
.formsContainer .containerTop{
	background:url(../slices/pro-member1/form-container-top.jpg) no-repeat;
	width:578px;
	height:4px;
	position:relative;
}
.formsContainer .containerMiddle{
	background:url(../slices/pro-member1/form-container-middle.jpg) repeat-y;
	width:578px;
	position:relative;
	z-index:110;
	margin-bottom:16px;
}
.formsContainer .inputs{
	width:389px;
	margin:0px auto;
	position:relative;
	padding:15px 0px 25px 0px;
	z-index:99999;
	position:relative;
	background:url(../slices/pro-member1/form-container-background.jpg) no-repeat bottom right;
	width:578px;
	min-height:119px;
}
.formsContainer .inputs label{
	width:225px;
	height:20px;
	padding:3px 10px 0px 10px;
	margin-bottom:5px;
	z-index:99999;
	position:relative;
}
.formsContainer .inputs strong{
	padding:3px 10px 0px 0px;
	margin-bottom:5px;
	color:#0173B9;
	margin-left:50px;
	display: block;
	float: left;
	position: relative;
}
.formsContainer .inputs .delete{
	text-decoration: none;
	color:#FF0000;
	font-weight: bold;
}
.formsContainer .inputs input{
	height:19px;
	float:left;
	display:block;
	border:solid 1px #3C629F;
	border-top:solid 3px #3C629F;
	margin-bottom:5px;
	padding:0px 5px;
	z-index:99999;
	position:relative;
}
.formsContainer .inputs textarea{
	float:left;
	display:block;
	border:solid 1px #3C629F;
	border-top:solid 3px #3C629F;
	margin-bottom:5px;
	padding:0px 5px;
	z-index:99999;
	position:relative;
	margin-top:-10px;
}
.formsContainer .inputs select, .uploadInput{
	height:24px !important;
	float:left;
	display:block;
	border:solid 1px #3C629F;
	border-top:solid 3px #3C629F;
	margin-bottom:5px;
	padding:0px 1px 0px 5px;
	z-index:99999;
	position:relative;
}
.formsContainer .inputs textarea{
	float:left;
	display:block;
	border:solid 1px #3C629F;
	border-top:solid 3px #3C629F;
	margin-bottom:5px;
	padding:0px 5px;
	z-index:99999;
	position:relative;
}
.formsContainer .radioGroup, .formsContainer .multiSelection{
	width:10px !important;
	float:left;
	display:block !important;
	margin:-2px 3px 0px 0px !important;
	padding:0px;
	position:relative;
}
.formsContainer .caption{
	float:left;
	margin-right:10px;
}
.formsContainer .formSpacer{
	background:#3C629F;
	height:1px;
	width:527px;
	margin:10px auto;
	display:block;
}
.formsContainer .hidden-inputs{
	display:none;
}
.button{
	height:30px;
	display:block;
}
.formsContainer .button{
	margin:0px auto;
	position:relative;
	width:100px;
}
.formsContainer .containerMiddle .button{
	width:auto !important;
}

.blueButton .buttonLeft{
	width:4px;
	height:34px;
	background:url(../slices/pro-member1/button-blue-left.png) repeat-x;
	float:left;
	display:block;
	color:#fff;
	font:bold 12px Arial;
}
.blueButton input, .blueButton a{
	width:4px;
	height:34px !important;
	border:none !important;
	padding:0px 7px;
	background:url(../slices/pro-member1/button-blue-middle.jpg) repeat-x;
	float:left;
	display:block;
	width:auto;
	color:#fff;
	font:bold 12px Arial;
	text-transform:uppercase;
}
.blueButton a{
	padding-top:6px;
	height:24px !important;
	text-decoration:none;
}
.blueButton .buttonRight{
	width:4px;
	height:34px;
	background:url(../slices/pro-member1/button-blue-right.png) no-repeat;
	float:left;
	display:block;
}
.explanation{
	display:none;
}
.fieldTipsMsg{
	background:#FBF8E9;
	border:1px solid #FEC600;
	color:#666666;
	font-size:13px;
	left:11px;
	line-height:15px;
	padding:1px 1px 1px 23px;
	position:absolute;
	float:left;
	width:320px;
	z-index:98;
}
.visible{
	display:block;
}
.clear{
	clear:both;
}
.clearSpace{
	height:16px;
	clear:both;
}
/*----PAGER-------*/
.pager a{
	border:#ADBAC5 solid 1px;
	padding:3px 5px;
	color:#6C7F91;
	font-weight:bold;
	margin-right:2px;
}
.pager a.selectedPager{
	border:#6C7F91 solid 1px;
	background-color:#6C7F91;
	color:#fff;
}
.pages{
	margin:0px auto;
	display:block;
	width:550px;
	font:14px Arial;
}
.pagina{
	color:#fff;
	background-color:#3a5fad;
	padding:3px 10px;
	margin-right:15px;
}
.pages a{
	color:#3C629F;
	padding:3px 5px;
	margin-right:3px;
}
.pages a.selectedPage, .lastPage, .firstPage{
	background-color:#3a5fad;
	color:#fff !important;
	text-decoration:none;
}
.nextPage,.previousPage{
	background-color:#3a5fad;
	color:#fff !important;
	text-decoration:none;
}
