/*     instant classes to change color     */ 

.rf_border_color { border-color: #acacac; }

.rf_text_color { color:#516c18; }

.rf_submit_color {
	background: #45B5B1;
	color: #FFFFFF;
	font-weight: bold;
}

.rf_bg_color { background-color: #f5f5f5; }

/*     /instant classes to change color     */ 



/*   forms   */
.margin_top15 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.rf_padding {
	margin-right: 24px;
	position: relative;
	left: -6px;
}

.simple_text {
	margin-bottom: 12px;
	font-weight: normal;
}

.registration_form input, .registration_form select { font: 11px Arial, Helvetica, sans-serif; }

.registration_form .rf_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.registration_form .rf_title .step_number {
	font-size: 11px;
	font-weight: bold;
	height: 19px;
	width: 97px;
	float: right;
	text-align: center;
	border-style: solid solid none;
	border-width: 1px 1px 0;
	margin: 0px;
	padding: 4px 0px 0px;
	bottom: 0px;
}

.registration_form .rf_content {
	padding: 12px 11px;
	border-width: 1px;
	border-style: solid;
	margin: 5px 0 0 1px;
}
.registration_form form {
	font-family: Arial, Helvetica, sans-serif;
	width: 530px;
}


.rf_notice_box {
	font-weight: bold;
	padding: 9px 14px 6px;
	border-width: 1px;
	border-style: solid;
	background: #FFFFFF;
	margin: 0 0 21px;
	font-size: 11px;
}

.rf_notice_box ul {
	margin: 6px 0 0;
	padding: 0;
}

.rf_notice_box ul li {
	margin: 0 0 0 3px;
	padding: 0 0 0 15px;
	background: url(/templates/img/markw/registration_form/error_bullit.png) no-repeat left top;
	list-style: none;
}

.rf_input_text {
	display: block;
	width: 180px;
	border: 1px solid #7e7e7e;
	margin: 2px 0 7px;
	padding: 3px 0 3px 4px;
	font-size: 11px;
 //margin: 1px 0 6px;
}

.small .rf_input_text { margin-bottom: 2px; }

#rf_input_select {
	display: block;
	width: 186px;	
	margin: 2px 0 9px;
	font-size: 11px;
 //margin: 4px 0 10px;
}

#rf_input_selecterror {
	display: block;
	width: 186px;	
	margin: 2px 0 9px;
	font-size: 11px;		 
	background: #e6e6e6; 
}


.rf_input_select_small {
	width: 192px;
	margin: 0 0 9px;
	font-size: 11px;
 //margin: 0 0 10px;
}

.rf_input_submit {
	float: right;
	border-right: 1px solid #45b5b1;
	border-left: 1px solid #45b5b1;
	border-top: 1px solid #2E9591;
	border-bottom: 1px solid #2E9591;	
	font-size: 11px;
	text-transform: uppercase;
	padding: 3px 18px;
 //padding: 5px 11px;	
	margin: 8px 0 0 15px;
	height: 26px;
	color: #FFFFFF;
	font-weight: bold !important;
	cursor: pointer;
	//corsor: hand;
}

.rf_submit_container {
	margin-top: 3px;
	margin-bottom: 10px;
	width: 100%;
	font-weight: bold;
}

.rf_select_container { margin: 2px 0 0; //margin-top: 4px;
}

.rf_table_divider {
	width: 0;
	border-left-width: 0;
	border-left-style: solid;
}

.rf_table_inputs {
	padding: 0;
	width: auto;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.rf_table_inputs td {
	font: bold 11px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	margin: 0;
}

.rf_table_inputs .td_left { 
	padding: 0 24px 0 0;
	width:190px;	
}

.rf_table_inputs .cell_title {
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	width: 110px;
}

.rf_table_inputs .cell_title_small {
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	width: 75px;
	padding: 0 7px 0 0;
}

.rf_table_inputs .table_divider {
	border-left-width: 0;
	border-left-style: solid;
	padding-right: 0;
}

.rf_table_inputs .cell_chkbox { padding: 0 9px; }


.rf_table_inputs .cell_input {
	vertical-align: middle;
	padding: 2px 0;
}

input.error { background: #e6e6e6; }
select.error { background: #e6e6e6; }

span.error { color: #3CA7A3; }

.no_margins {
	margin-top: 0;
	margin-bottom: 0;
}

/*   general styles   */
body, html {
	padding: 0;
	margin: 0;
	text-align: center;
	background: #fff;
}
body, td, th, select, input, textarea, h1, h2, h3, h4, h5, h6 {
	font: 12px Arial;
	color: #343434;
}
h3 {
	color: #3CA7A3;
	font-size:12px;
	font-weight:bold;
	margin:0pt;
	padding:0pt;
}
h1 {
	color: #516C18;
	font-size: 18px;
	font-weight: normal;
	padding: 9px 24px 11px 0;
  margin: 0;
}
h2 {
	color: #066;
	font-size: 13px;
	font-weight: bold;
    margin: 0;
	padding: 13px 0 0 1px;
}
form, img, div {
	padding: 0;
	margin: 0;
	background: transparent;
}
p {
	padding: 0 0 15px 0;
	margin: 0;
	background: transparent none repeat scroll 0% 0%;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}
p.level2 {
	margin: -4px 0 0 0;
}
table {
	border: none;
	border-collapse: collapse;
}
.clear, .clear_page {
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 0 0 -1px 0;
}
.clear_page {
	height: 36px;
}
.br {
	clear: both;
	font-size: 1px;
	height: 19px;
	line-height: 1px;
	margin: 0;
}
small {
	font-size: 11px;
}
/*   the basic layout blocks   */
.float_right {
	float: right;
}
#wrapper {
	background: #fff;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#head {
    height: 120px;
    background: transparent url('/templates/img/rexperts/head.jpg') no-repeat 100% 0;
}
#logo {
	display: block;
	position: relative;
	width: 206px;
    height: 120px;
    background: transparent url('/templates/img/rexperts/logo.gif') no-repeat 0 0 ;
}
.border-top {
    background: transparent url('/templates/img/rexperts/line-top.gif') no-repeat 0 0;
	height: 3px;
	font-size: 1px;
	line-height: 1px;
}
.border-bottom {
    background: transparent url('/templates/img/rexperts/line-bottom.gif') no-repeat 0 0;
	height: 5px;
	font-size: 1px;
	line-height: 1px;
	border-bottom: 1px solid #fff;
}
#content {
	min-height: 530px;
}
* html #content {
	height: 366px;
}
#content img {
	border:1px solid #22908C;
	float:right;
	margin:0pt 0pt 10px 10px;
	padding:3px;
}
#column_left {
	float: left;
	width: 206px;
}
#column_right {
	float: left;
	width: 595px;
	min-height: 288px;
}
div.modules {
    background: transparent url('/templates/img/rexperts/modules/bg_left1.gif') no-repeat 0 0;
	height: 130px;
	margin: 10px 18px 0 98px;
}
div.modules div {
    background: transparent url('/templates/img/rexperts/modules/bg_right.gif') no-repeat 100% 0;
	height: 89px;
	padding: 1px 0 0 22px;
}
div.modules div ul {
	list-style: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
div.modules div ul li  {
	float: left;
	display: block;
	width: 90px;
	height: 91px;
	text-align: center;
	color: #f09;
	font-size: 11px;
	font-weight: bold;
}
div.modules div ul li#about  {
}
div.modules div ul li span {
	display: block;
	position: relative;
	width:80px;
	color: #f09;
	line-height: 12px;
	cursor: pointer;
}
.indent {
	margin: 0 18px 0 12px;
	width: 554px;
}
/* footer */
#foot {
	background: transparent url('/templates/img/rexperts/foot.jpg') no-repeat 0 0;
	padding: 102px 0 0 0;
}
#foot div {
    background: #fff;
    height: 70px;
	text-align: center;
	border-top: 8px solid #e81989;
	padding-top: 10px 0 0 0;
}
#foot p {
	font-family: Arial;
	font-size: 11px;
	padding: 4px 0 0 10px;
}
/* /footer */
#nav ul {
	padding:  0;
	margin: 0;
	list-style: none;
}
#nav li {
	width: 206px;
	font-weight: bold;
    height: 33px;
    border-bottom: 1px solid #fff;
    background: url('/templates/img/rexperts/nav/bg_li.gif') repeat-x 0 0;
	//margin: 0 0 -3px 0;
}
* html #nav li {
	margin: 0 0 -11px 0;
}
#nav a {
	color: #fff;
	display: block;
	position: relative;
	padding: 8px 0px 19px 50px;
	font-size: 14px;
	text-decoration: none;
}
#nav li#home a {
	background: transparent url('/templates/img/rexperts/nav/home_0.gif') no-repeat 0 0;
}
#nav li#statistics a {
	background: transparent url('/templates/img/rexperts/nav/statistics_0.gif') no-repeat 0 0;
}
#nav li#edit_details a {
	background: transparent url('/templates/img/rexperts/nav/edit_details_0.gif') no-repeat 0 0;
}
#nav li#messaging a {
	background: transparent url('/templates/img/rexperts/nav/messaging_0.gif') no-repeat 0 0;
}
#nav li#forum a {
	background: transparent url('/templates/img/rexperts/nav/forum_0.gif') no-repeat 0 0;
}
#nav li#rewards a {
	background: transparent url('/templates/img/rexperts/nav/rewards_0.gif') no-repeat 0 0;
}
#nav li#news a {
	background: transparent url('/templates/img/rexperts/nav/news_0.gif') no-repeat 0 0;
}
#nav li#contact_support a {
	background: transparent url('/templates/img/rexperts/nav/contact_support_0.gif') no-repeat 0 0;
}
#nav li#logout a {
	background: transparent url('/templates/img/rexperts/nav/logout_0.gif') no-repeat 0 0;
}
#nav li#howToStudy a {
	background: transparent url('/templates/img/rexperts/nav/study_0.gif') no-repeat 0 0;
}

#nav li#home a:hover {
	background: transparent url('/templates/img/rexperts/nav/home_1.gif') no-repeat 0 0;
}
#nav li#statistics a:hover {
	background: transparent url('/templates/img/rexperts/nav/statistics_1.gif') no-repeat 0 0;
}
#nav li#edit_details a:hover {
	background: transparent url('/templates/img/rexperts/nav/edit_details_1.gif') no-repeat 0 0;
}
#nav li#messaging a:hover {
	background: transparent url('/templates/img/rexperts/nav/messaging_1.gif') no-repeat 0 0;
}
#nav li#forum a:hover {
	background: transparent url('/templates/img/rexperts/nav/forum_1.gif') no-repeat 0 0;
}
#nav li#rewards a:hover {
	background: transparent url('/templates/img/rexperts/nav/rewards_1.gif') no-repeat 0 0;
}
#nav li#news a:hover {
	background: transparent url('/templates/img/rexperts/nav/news_1.gif') no-repeat 0 0;
}
#nav li#contact_support a:hover {
	background: transparent url('/templates/img/rexperts/nav/contact_support_1.gif') no-repeat 0 0;
}
#nav li#logout a:hover {
	background: transparent url('/templates/img/rexperts/nav/logout_1.gif') no-repeat 0 0;
}
#nav li#howToStudy a:hover {
	background: transparent url('/templates/img/rexperts/nav/study_1.gif') no-repeat 0 0;
}
/* forms */
.button {
	float: right;
	padding: 3px 1px 3px 2px;
	margin: 1px 4px 0 14px;
	width: 73px;
    height: 16px;
    text-align: center;
    color: #fff;
    font-weight: bold;
	border: 1px solid #2e9591;
    background: #45b5b1;
	cursor: pointer;
	//cursor: hand;
}

.comein {
	float: right;
	padding: 3px 1px 3px 2px;
	margin: 1px 4px 0 14px;
	width: 73px;
    height: 25px;
    text-align: center;
    color: #fff;
    font-weight: bold;
	border: 1px solid #2e9591;
    background: #45b5b1;
	cursor: pointer;
	//cursor: hand;
}

form.form {
	width: 445px;
	padding: 0 0 0 1px;
}
.field {
	width: 320px;
	padding: 1px 0;
	margin: 2px 0 2px -1px;
	height: 17px;
	border: 1px solid #ccc;
}
form.form p {
	padding: 0 0 8px 0;
}
form.form table {
	margin: -1px 0 10px -1px;
}
form.form td {
	text-align: right;
	padding-bottom: 2px;
	color: #000;
}
form.form th {
	text-align: left;
	width: 122px;
}
form.form td, form.form th {
	padding-bottom: 2px;
	//padding-bottom: 0px;
}
form.form th {
	padding-top: 0px;
}
/*   /forms   */
/* statistics  */
.right {
	padding: 1px 10px 0 0;
	height: 24px;
	position: relative;
	top: -10px;
}
#column_right .statistic_right {
	padding: 1px 10px 0 0;
	height: 24px;
	position: relative;
	top: 9px;
	right: 144px;
}
/* text table */
.table {
	margin: 6px 0 12px 0;
}
.table td, .table th {
	color: #000;
	font: normal 12px Arial;
	line-height: 12px;
	background: #E6F7F5;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align: left;
	vertical-align: top;
	padding: 11px 5px 13px 5px;
}
.table th {
	background: #DFF3F1;
	padding: 5px;
}
.table th.checkbox, .table td.checkbox {
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 20px;
}
.table th.checkbox div {
	width: 18px;
}
/* /text table */

.statistics {
	margin: -4px 0 0 -2px;
}
.statistics table {
	width: 408px;
}
.statistics th {
	height: 30px;
	width: 160px;
	padding: 0px 0 7px 10px;
	background: #bfe9e6;
	color: #000;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.statistics td {
	height: 30px;
	width: 221px;
	padding: 4px 0 1px 5px;
	background: #d6f0ee;
	color: #000;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
/* /statistics  */
/* forum */
#column_right.forum a {
	text-decoration: underline;
}
.forum {
	font-family: arial;
	width: 542px;
	text-align: left;
	margin: 7px 0 0 0;
}
* html .forum {
	margin: 5px 0 0 0;
}
table.forum {
	border-collapse: separate;
	border-spacing: 1px;
}
#column_right .forum td {
	background: #e6f7f5;
}
#column_right .forum th {
	background: #dff3f1;
}
.forum div {
	margin: 0 0 0 5px;
	width: 131px;
}
.forum th {
	font-weight: bold;
	height: 26px;
	//height: 25px;
	padding: 1px 0 0 9px;
}
.forum td {
	height: 26px;
	padding: 0 0 0 9px;
}
.forum td img {
	margin: 0 0 0 -5px;
}

.join {
	margin: 32px 94px 0 127px;
	padding: 15px 24px 20px 27px;
	background: url(/templates/img/adventure/dotted.gif) repeat-x top left;
}

/* /forum */
/* welcome */
#welcome {
	border: 3px solid #45b5b1;
	margin: 32px 94px 0 97px;
	padding: 15px 24px 20px 27px;
}
#welcome form {
	text-align: center;
	padding: 0 20px 12px 0;
	//padding-bottom: 10px;
}
#welcome form .button {
	width: 171px;
    height: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
	border: 1px solid #2e9591;
    background: #45b5b1;
	float: none;
	padding: 4px 1px 2px 2px;
	font-size: 13px;
}
#welcome form .field {
	width: 174px;
	height: 19px;
	border: 1px solid #ccc;
    margin: 0 0 12px 10px;
	//margin: 0 0 11px 10px;
	float: none;
}
#welcome form p {
	padding: 0 0 3px 0;
	//padding: 0 0 2px 0;
	font-size: 11px;
	font-weight: bold;
	color: #474747;
}
#welcome form .clear_page {
	height: 18px;
}
#welcome h2 {
	color: #22908c;
	padding: 22px 0 10px 10px;
	margin: 0;
}

/* /welcome */
/* messaging */
table.messaging {
	border-collapse: separate;
	border-spacing: 1px;
}
.messaging  {
	width: 492px;
	margin: 5px 0 0 0;
}
#column_right .messaging td {
	background: #e6f7f5;
	height: 36px;
	padding: 0 0 0 4px;
}
#column_right .messaging th {
	background: #dff3f1;
	text-align: left;
	height: 22px;
	padding: 0 0 0 4px;
}
.indent h2 {
    margin: 0;
	padding: 0 0 0 1px;
	/*color: #22908c;*/
	/*color: #d6438c;*/
}
.indent a {
	text-decoration: underline;
}
.indent p {
/*    margin: -4px 0 0 0;*/
	padding: 0 0 13px 0;
}
.line {
	padding: 0 0px 0 3px;
	margin: 0;
}
.choice {
	margin: 23px 0 0 3px;
	//margin: 22px 0 0 3px;
}
.choice select {
	width: 120px;
	margin: 0 0 0 3px;
	position: relative;
	bottom: -1px;
}
.minimize {
	width: 10px;
	padding: 0;
	margin: 0;
}
.checkbox {
	width: 14px;
	height: 12px;
	padding: 0 1px;
	margin: 0;
}
.indent div select {
	width: 102px;
	height: 20px;
	padding: 0;
	margin: 0;
}


/* /messaging */

.imageLeft {
	float: left;
	margin: 0 25px 6px 0;
	_margin:  0 20px 5px 0;
}

.imageRight {
	float: right;
	margin: 0 0 6px 25px;
	_margin: 0 0 5px 20px;
}

.newsLink {
	width:540px;
}

/*table styles*/

.tableContent {
	width: 565px;
	overflow-x: auto;
}

.tableContent table {
	margin: 0;
	padding: 0;
	background: #fff;
	border-collapse: collapse;
}

.tableContent table th, .tableContent table td {
	min-height: 19px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #d6f0ee;
	color: #000;
	text-align: left;
	vertical-align: middle;
	padding-left: 12px;
	padding-right: 12px;
}

*+html .tableContent table th, *+html .tableContent table td {
	padding-top: 4px;
	height: 23px;
	white-space: nowrap;
}

.tableContent table th {
	background: #bfe9e6;
	font-weight: bold;
}

.wrapper {
	position: relative;
}

.window {
	width: 900px;
	position: relative;
	font-size: 12px;
	font-family: Tahoma, sans-serif;
}

.windowContent {
	background: url(/templates/img/adventure/content_background.gif) repeat-x top left #e8e8e8;
	width: 100%;
	padding: 4px 0 0 0;
}

.registrationHeader {
	color: #fff;
	font-size: 21px;
	text-align: center;
}

.registrationLogo {
	margin: 22px 0 12px 0;
	text-align: center;
}

.green {
	color: #516c18;
	font-weight: bold;
}

.buttonFixed, .buttonRaise {
	margin-top: 12px;
}

.fullWidth {
	width: 100% !important;
}

/*login*/
.loginForm {
	background: #f5f5f5;
	border: 1px solid #acacac;
	width: 624px;
}

.loginDiv {
	padding: 17px 23px 30px 22px;	
}

.loginHeader {
	font-size: 14px;
}

.buttonP {
	padding-left: 84px;
	float: left;
	width: 500px;
	margin-bottom: 20px;
}

.existing {
	padding-left: 222px;
	width: 150px;
	font-size: 14px;
}

.loginLine {
	width: 310px;
	padding-left: 135px;
}

.loginLine input {
	width: 144px;
}

.loginBlock {
	width: 146px;
	margin-right: 14px;
	_margin-right: 7px;
}

.loginBlock span {
	width: 100%;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-bottom: 2px;
}

.buttonAlone {
	width: 100px;
	padding-left: 242px;
	padding-top: 15px !important;
}

.linkAlone {
	padding-left: 235px;
	padding-top: 20px !important;
}

.linkAlone a {
	font-weight: bold;
	color: #851513;
}

*+html .toIe {
	margin-bottom: 20px;
}

.toIe {
	_margin-bottom: 20px;
}
.reg2row1, .reg2row2, .reg2row3, .reg2row4, .reg2row5{
	text-align: center;
	clear: both;
}
.reg2row1 {
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 14px;
	font-weight: bold;
	color: #516c18;
}
.reg2row3 {
	padding-top: 15px;
	padding-bottom: 7px;
	font-size: 16px;
	font-weight: bolder;
	color: #516c18;
}
.reg2row4 img {
	float: none !important;
	padding: 0px !important;
	margin: 0px !important;
	border: 0px !important;
}
.reg2row4 {
	padding-bottom: 15px;	
}
.reg2row6 {
	padding-bottom: 15px;
}
.firstColumn {
	padding-left: 40px;
	width: 150px;
	text-align: left;
	border-right: 1px solid #ababab;
	float: left;
}
.secondColumn {
	padding-left: 40px;
	width: 150px;
	text-align: left;
	border-right: 1px solid #ababab;
	float: left;	
}
.thirdColumn {
	padding-left: 40px;
	width: 150px;
	text-align: left;
	float: left;
}
.bullColumn {
	font-size: 16px;
	color: #fd0000;
	padding-right: 4px;
}
.linkColumn a {
	font-size: 12px;
	font-weight: bold;
	color: #516c18;
	text-decoration: none;
}
.linkColumn a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #516c18;
	text-decoration: underline;
}