body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #333;
	margin: 0;
	/*background: url('../images/cv_bg_gradient.jpg') repeat-x;*/
}

form, ul {margin: 0; padding: 0;}

a {color: #f30;}
a:hover {color: Black;}
a img {border: none;}

input, select {margin: 0; font-family: Arial, Helvetica, sans-serif; font-size: 12px;}

input[type='text'], input[type='password'], input[type='file'], select, textarea {color: #333;}
input[type='submit'], input[type='reset'], input[type='button'] {padding: 2px 5px;}
input[type='checkbox'], input[type='radio'] {width: auto !important;}

/* --- Wrapper */
div#wrapper {
width: 900px; 
margin: auto; 
padding: 0 10px; 
background-color: #fff;
border-left: 1px solid #E9AA81;
border-right: 1px solid #E9AA81;
}

/* --- Header */
div#header {padding: 0 10px;}
div#header .right {width: 400px; text-align: right;}

/* --- Phone */
div#phone {padding: 5px 10px; font-weight: bold; text-align: right;}
div#phone .inalert {color: #646464;}

/* --- Footer */
div#footer {padding: 10px; margin-top: 10px; text-align: center; border-top: 2px solid #FBB100;}
div#footer .inlinks {margin-bottom: 10px;}

/* --- Main */
table.main {background: #FBB100;}
table.main .intitle {margin-bottom: 20px; font-size: 32px; font-weight: bold; color: White;}
table.main .intext {padding: 20px 10px; font-size: 18px; font-weight: bold; color: White;}
table.main .inimage {margin-bottom: 5px; padding: 0 50px;}
table.main .inred {padding: 10px 20px; font-weight: bold; color: #DC143C;}

/* --- Guides */
div.guide {padding: 10px 0; margin-bottom: 10px; background: #F5F5F5;}
div.guide .intitle {padding: 0 10px; font-size: 18px; color: #cc6600;}
ul.guide {margin-bottom: 10px; list-style: none; font-size: 14px;}
ul.guide li {padding: 5px; background: #FAFAFA; border-bottom: 1px solid White;}
ul.guide li.intitle {
	padding: 5px;
	list-style: none;
	font-size: 18px;
	text-align: center;
	background: #FBB100;
}

/* --- Section */
div.section {padding: 10px;}
div.section .intitle {margin-bottom: 5px; font-size: 18px; font-weight: bold;}
div.section .ininfo {margin-bottom: 5px; font-size: 18px;}

/* --- Title */
div.title {
	width: 98%;
	margin-bottom: 5px;
	padding: 0 5px 10px 5px;
	font-size: 18px;
	border-bottom: 1px dashed #C8C8C8;
}

/* --- Inset */
div.inset {padding: 5px;}
div.inset p {margin: 10px 0; line-height: 150%;}
div.inset p.intitle {font-size: 14px;}
div.inset .hline {height: 1px; font-size: 1px; background: #C8C8C8;}

/* --- Small text */
div.smalltext {padding: 10px; font-size: 14px; line-height: 150%;}

div.blinks {
	padding: 0 5px;
	padding-top: 10px;
	color: #646464;
	border-top: 1px dashed #C8C8C8;
}
div.blinks a {font-weight: bold;}

.red {color: red;}

.left {float: left;}
.right {float: right;}
.clear {clear: both;}

.widecol {width: 645px;}
.smallcol {width: 245px;}

div#groups {
	margin-bottom: 1px;
	padding: 5px;
	font-weight: bold;
	border-bottom: 1px solid #FF8204;
}
div#search {
	margin-bottom: 10px;
	padding: 5px;
	border-bottom: 1px solid #FF8204;
}
table#search td {
	padding-right: 5px; 
}


.member_photo img {max-width:400px;}

.main_member_photo img {max-width:300px;}

/* --- Messages */
.info_message {margin-bottom: 5px; padding: 10px; font-size: 18px; color: Green;}
.error_message {margin: 1px 0; padding: 10px; font-size: 18px; color: Red;}
.app_message {padding: 20px; text-align: center; color: #646464;}

.box {
	text-align: left;
	background-color: #EED3C4;
	width: 200px;
	padding: 5px;
	margin: 0 10px 10px 0;
	height: 100px;
	float: left;
}

.box_img {
	width: 100px;
	height: 75px;
	float: left;
	margin: 0 5px 5px 0;
}

.new_people_box {
	text-align: left;
	background-color: #EED3C4;
	width: 200px;
	padding: 5px;
	margin-bottom: 2px;
	height: 110px;
	float: left;
}


/* --- Navigation */
#nav {
	width: 896px;
	margin-bottom: 5px;
	margin-left: 2px;
	padding-top: 2px;
	font-weight: bold;
	border-bottom: 2px solid #E9A403;
}

div#tabs {margin-left: 4px;}
ul#tabs {padding: 3px 0 0 0; list-style: none; margin: 0 auto;}
ul#tabs li {display: inline; margin: 0; padding: 0;}
ul#tabs a {
	font-family: Verdana, Arial, Helvetica;
	float: left;
	height: 25px;
	margin: 0 4px 0 0;
	padding: 0 0 0 4px;
	text-decoration: none;
	border-bottom: 0;
	font-size: 11px;
	background-color: #ffbe24;
	border-right: 2px solid #E9A403;
}
ul#tabs a span {
	float: left;
	display: block;
	padding: 5px 10px 4px 8px;
	color:#6C3600;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
ul#tabs a span {float:none;}
/* End IE5-Mac hack */
ul#tabs a:hover {
	background-color: #FF952B;
	border-right: 2px solid #D76B00;
}

#welcome {background-color: #FDF5E8; padding: 5px 10px; min-height: 180px;}
#maindownload {
	width: 600px;
	margin: auto;
	margin-top: 10px;
	padding: 15px;
	background: #FDF5E8;
}
#maindownload .intitle {
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: Red;
}
#maindownload .incontent {
	font-size: 18px;
}

.pagination a, .pagination span{
    display: block;
    float: left;
    padding: 1px 5px;
    margin-right: 2px;
    border: 1px solid #f30;
    background: #fff;
    text-decoration: none;
}

.pagination a:hover {color: #fff; background: #f30;}

.pagination span.current {
    border: 1px solid #f30;
    font-weight: bold;
    background: #FBB100;
    color: #fff;
}

#content {position: relative;}

#phone {text-align: right;}

#support {margin-left:10px; margin-top: 10px; float: left;}

h2.section {
	margin: 0;
	padding: 15px 0 5px 0;
	font-size: 14px;
	border-bottom: 1px solid #C8C8C8;
}
h3 {
	margin: 10px 0;
	font-size: 12px;
	font-weight: bold;
}
h4 {
	margin: 3px 0 10px 0;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	border-bottom: 1px solid #ccc;
}

/* The hint to Hide and Show */
.hint {
	display: none;
	clear: both;
	position: absolute;
	left: 500px;
	width: 350px;
	margin-top: -4px;
	padding: 6px 7px;
	font-size: 11px;
	background: #ffc url(../images/pointer.gif) no-repeat -10px 5px;
	border: 1px solid #c93;
}
.hint .hint-pointer {
    position: absolute;
    width: 10px;
    height: 19px;
    left: -10px;
    top: 5px;
    background: url(../images/pointer.gif) left top no-repeat;
}
.tdhint {padding-top: 0; padding-left: 4px; font-size: 11px; color: #969696;}

/* --- Tickets */
table#tickets {width: 100%;}
table#tickets th {padding: 5px;}
table#tickets td {padding: 8px 5px; border-top: 1px solid #E6E6E6;}
table#tickets td.indate {
	background: #F5F5F5;
	border-bottom: 1px solid #E6E6E6;
}
table#tickets .inticket {
	margin-top: 5px;
	padding: 10px 0;
	border-top: 1px solid #E6E6E6;
}

/* --- Answers */
table#answers {width: 100%; border-bottom: 1px solid #E6E6E6;}
table#answers td {padding: 8px 5px;}
table#answers td.indate {background: #F5F5F5; border-bottom: 1px solid #E6E6E6;}


.input {font-size: 16px;}
.select {font-size: 16px; padding: 1px; margin-bottom: 1px;}
/*html .select {margin-bottom: 2px;}*/

/* --- Inputs */
.small {width: 60px;}
.middle {width: 140px;}
.big {width: 300px;}
.sbig {width: 304px;}
.large {width: 600px;}

p.m5 {margin: 5px 0;}

div.popup {
	padding: 0 5px;
	border: 3px solid #FBB100;
}
div.popup .intitle {
	padding: 5px 0;
	font-weight: bold;
	border-bottom: 1px solid #E6E6E6;
}
div.popup .intitle a {text-decoration: none;}
div.popup .intitle a:hover {text-decoration: underline;}
div.popup .incontent {
	padding: 10px 0;
}














.ppl_box{
	font-family: Verdana, Arial, Helvetica;	
	font-size: 11px;
	width: 288px;
	float: left;
	padding: 3px;
	margin: 0px 2px 2px 0px;
	text-align: left;
	background: url('../images/cv_content_block_bg3.gif') repeat-x #fff;
}
.ppl_box .ppl_header{
	background-color: #F3DECD;
	color: #261A15;
	text-align: center;
	padding: 2px;
	overflow: hidden;
	font-size: 13px;
	margin-bottom: 2px;
}

.ppl_box a{
	color: #301C18;
	font-weight: bold;
	text-decoration: none;
}

.ppl_box .ppl_footer_online{
	background-color: #00CE00;
	color: #000;
	text-align: center;
	padding: 2px;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	margin-top: 2px;
	text-transform: uppercase; 
}
.ppl_box .ppl_footer_offline{
	background-color: #C43831;
	color: #FFCC00;
	text-align: center;
	padding: 2px;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	margin-top: 2px;
	text-transform: uppercase; 
}

.ppl_box .profile_image{
	width: 100px;
	height: 75px;
	float: left;
	margin: 1px 4px 1px 1px;
}



















.user_block{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	border: 1px solid #FFEEBF;
	width: 110px;
	height: 100px;
	float: left;
	padding: 3px;
	margin: 0px 1px 8px 1px;
	text-align: center;
}
.user_block .ppl_header{

	background-color: #fddc8b;
	border: 1px solid #FCC138;
	color: #261A15;
	text-align: center;
	padding: 2px;
	overflow: hidden;
	font-size: 11px;
	margin-bottom: 2px;
	height: 13px;
}

.user_block a{
	color: #301C18;
	font-weight: bold;
	text-decoration: none;
}

.user_block .ppl_footer_online{
	background-color: #00CE00;
	color: #000;
	text-align: center;
	padding: 2px;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	margin-top: 2px;
	text-transform: uppercase; 
}
.user_block .ppl_footer_offline{
	background-color: #C43831;
	color: #FFCC00;
	text-align: center;
	padding: 2px;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	margin-top: 2px;
	text-transform: uppercase; 
}

.user_block .profile_image{
	width: 100px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
}








.user_block_carousel{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	border: 1px solid #FFEEBF;
	width: 110px;
	height: 100px;
	padding: 3px;
	margin: 0px 1px 2px 1px;
	text-align: center;
}
.user_block_carousel .ppl_header{
	background-color: #fddc8b;
	border: 1px solid #FCC138;
	color: #261A15;
	text-align: center;
	padding: 2px;
	overflow: hidden;
	font-size: 11px;
	margin-bottom: 2px;
	height: 13px;
}

.user_block_carousel a{
	color: #301C18;
	font-weight: bold;
	text-decoration: none;
}









.sectionHeader{
	font-size: 14px;
	padding: 5px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3F231F;
}
.homeHeader{
	font-size: 26px;
	padding: 5px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3F231F;
}

.headerBox{
	font-family: Courier New, Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	background-color: #fddc8b;
	border: 1px solid #FCC138;
	padding: 3px;
	margin: 0px 2px 2px 0px;
	text-align: left;
}
.featureList{
	padding: 0px 0px 0px 20px;
}
.featureList li{
	list-style-image: url(../images/icon_arrow_right.png);
}

.messageBoxes{
	font-size: 14px;
	font-weight: bold;
}

.boxBtn{
	height: 18px;
	font-size: 11px;
	background-color: #fddc8b;
	border: 1px solid #FCC138;
	padding: 8px 3px 3px 3px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
	text-align: center;
	text-transform: uppercase;
}
.boxBtn:hover{
	background-color: #FDCF66;
}
.boxBtn_active{
	height: 18px;
	width: 140px;
	font-size: 11px;
	background-color: #FDCF66;
	border: 1px solid #FCC138;
	padding: 8px 3px 3px 3px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
	text-align: center;
	text-transform: uppercase;
}
.boxBtn a{
	padding: 5px 30px 5px 30px;
	text-decoration:none;
}
.boxBtn_active a{
	padding: 5px 30px 5px 30px;
	text-decoration:none;
}

.boxBtn img{
	vertical-align: middle;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.formerror{
	color: #ff0000;
	font-weight: bold;
	padding: 10px;
}

#recorder{
	padding: 10px;
	border: 1px solid #FCC138;
}

.contentBox{
	font-family: Verdana, Arial, Helvetica;
	padding: 10px;
	margin: 5px;
/*	background-color: #fff;*/
	text-align: center;
}

.formspacer_row{
	border-bottom: 1px dashed #EE8F51;
}

.profileform input{
	font-size: 12px;
}
.profileform select{
	font-size: 12px;
}
.profileform textarea{
	font-size: 12px;
}


.videoBox{
	margin-left: auto;
	margin-right: auto;
}








.hBoxBtn{
	height: 18px;
	width: 140px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	background-color: #fbb100;
	padding: 8px 3px 3px 3px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
	text-align: center;
	text-transform: uppercase;
}
.hBoxBtn a{
	padding: 5px 30px 5px 30px;
	text-decoration:none;
}
.hBoxBtn_active a{
	padding: 5px 30px 5px 30px;
	text-decoration:none;
}

#logodiv{
	padding-top: 10px;
	width: 100%;
	height: 90px;
	background-image: url('../images/logo.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	text-align:right;
}

#logodiv a{
	color: #000;
}


#infoFloat{
	font-size: 10px;
	border: 1px dashed #A85400;
	width: 200px;
	height: 100px;
	display:none;
	position:absolute;
	overflow:hidden;
	background: url('../images/cv_content_block_bg3.gif') repeat-x #fff;
}

#infoFloat a{
	font-weight: bold;
}

.pagenavitem{
	background-color: #fddc8b;
	border: 1px solid #FCC138;
	padding: 5px;
}
.pagenavitem:hover{
	background-color: #FDCF66;
}
.pagenavitem a{
	padding: 5px;

}
.pagenavitemcurrent{
	background-color: #FDBF2F;
	color: #000;
	padding: 5px;
}

.groups_cell{
	background-color: #fddc8b;
	border: 1px solid #FCC138;
	color: #000;
	padding: 3px;
}
.groups_cell:hover{
	background-color: #FDCF66;
}
.groups_cell_current{
	background-color: #FDBF2F;
	color: #000;
	padding: 3px;
}
td{
	font-family: Verdana, Arial, Helvetica;
}



#videoSettings{
	margin: 5px;
	padding: 10px;
	border: 1px solid #FCC138;
	width: 450px;
}

#videosettings_info{
	display: none;
	margin: 10px;
	font-size: 10px;
}

.btnLogin{
	cursor: pointer;
	height: 25px;
	width: 60px;
	font-size: 11px;
	background-color: #fddc8b;
	border: 1px solid #FCC138;
	padding: 8px 3px 3px 3px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
	text-align: center;
	text-transform: uppercase;
	font-weight:bold;
}

.CarouselPrev{
	cursor: pointer;
	width: 24px;
	height: 24px;
	background: url("../images/icon-carousel-left.png") right no-repeat;
}
.CarouselNext{
	cursor: pointer;
	width: 24px;
	height: 24px;
	background: url("../images/icon-carousel-right.png") right no-repeat;
}

.CarouselPrev:hover{
	cursor: pointer;
	width: 24px;
	height: 24px;
	background: url("../images/icon-carousel-left-hover.png") right no-repeat;
}
.CarouselNext:hover{
	cursor: pointer;
	width: 24px;
	height: 24px;
	background: url("../images/icon-carousel-right-hover.png") right no-repeat;
}




.newpeopleCarousel{
	/*background: url('../images/cv_content_block_bg3.gif') repeat-x #fff;*/
}

.gradientBG{
	margin: 0px;
	padding: 0px;
	background: url('../images/cv_content_block_bg3.gif') repeat-x;
}

.carouselUL{
	margin: 0px;
	padding: 0px;
}

.carouselUL li{
	margin: 0px;
	padding: 0px;
}

.input_fancy{
	padding: 4px;
	margin: 10px;
	width: 220px;
	font-size:13px; 
	font-weight:none; 
	font-style:italic; 
	border-style:solid; 
	border-color:#FCC138;
	border-width:1px;
	background:#FFFFFF;
	color:#DBDBDB;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.more_search_options_row{
	display: none;
}
