/* RESET */
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;}

/* Layout */

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	font-family: arial;
	color: #484848;
	font-size: 12px;
	background-color: #eceae3;
	background-image: url(../v3_images/bg_body.jpg);
	background-repeat: repeat-x;
}

A {
	color: #2b5b77;
}

A,A:ACTIVE, A:LINK {
	color : #4bbe00;
}

A:HOVER {
	color : #3e9c01;
}

H1 {
	font-family: arial;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 6px;
}

H2 {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 6px;
}

H3 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #616161;
}

input {
	font-family: arial;
	color: #3b3b3b;
	font-size: 12px;
	padding: 4px;
	border: 1px solid #e0e0e0;
	background-color: #fafafa;
}

select {
	font-family: arial;
	color: #3b3b3b;
	font-size: 12px;
	padding: 4px;
	border: 1px solid #e0e0e0;
	background-color: #fafafa;
}

textarea {
	font-family: arial;
	color: #3b3b3b;
	font-size: 12px;
	padding: 4px;
	border: 1px solid #e0e0e0;
	background-color: #fafafa;
}

td {
	padding: 3px 3px 3px 4px;
}

/* IDs */

#top {
	width: 100%;
	height: 30px;
	font-weight: bold;
	color: #6c8597;
	line-height: 30px;
	text-align: center;
}

#wrapper {
	position: relative;
	width: 100%;
	text-align: center;
}

#wrapper_bg_picture {

	position: absolute;
	width: 100%;
	height: 750px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top;

}

#wrapper_spacer {

	position: relative;
	width: 100%;
	height: 140px;
	text-align: center;

}

#header {
	position: relative;
	width: 960px;
	height: 143px;
	margin: 0 auto;
	z-index: 2;
}

#logo{
	position: absolute;
	top: -20px;
	left: 0px;
	z-index: 99;
}

#probetraining{
	position: absolute;
	top: 5px;
	left: 775px;
	z-index: 99;
}

#brazil{
	position: absolute;
	top: 0px;
	left: 200px;
	z-index: 1;
}

#logo_label{
	position: absolute;
	top: 27px;
	left: 150px;
	z-index: 99;
}

#member_login{
	position: absolute;
	background-color: #0d1e28;
	padding: 6px;
	top: -1px;
	left: 600px;
	font-weight: bold;
	border-bottom: 1px solid #284459;
	border-right: 1px solid #284459;
	border-left: 1px solid #284459;
	z-index: 99;
}

#menu {
	position: relative;
	/*margin: 0 auto;*/
	top: 109px;
	/*width: 960px;*/
	height: 33px;
}

#menu li {
	display: block;
	float: left;
	line-height: 33px;
	font-size: 13px;
	font-weight: bold;
	color: #1e5a8e;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #ffffff;
}

#menu A {
	text-decoration: none;
}

#menu #current {

}

#menu #current A {
	color: #000000;
}

#content {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	z-index: 1;
}

/* 3 Spalten Layout SLS */

#content .col3_left {
	width: 160px;
	position: relative;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}

#content .col3_center {
	position: relative;
	width: 590px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}

#content .col3_right {
	position: relative;
	width: 160px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}

#content .col3_left_large {
	position: relative;
	width: 450px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}

#content .col3_center_small {
	width: 300px;
	position: relative;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}


/* 2 Spalten Layout */

#content .col2_small {
	width: 300px;
	position: relative;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}

#content .col2_large {
	position: relative;
	width: 650px;
	margin-top: 10px;
	float: left;
}

/* 1 Spalten Layout */

#content .col1 {

	width: 960px;
	position: relative;
	margin-top: 10px;
	float: left;
}


/* Box */
.box {
	position: relative;
	width: 100%;
	display: block;
	border: 1px solid #bcbcbc;
	background-color: #ffffff;
    -moz-box-shadow: 0px 0px 2px #9f9f9f;
    -webkit-box-shadow: 0px 0px 2px #9f9f9f;
    box-shadow: 0px 0px 2px #9f9f9f;
}

.box .bh {
	height: 18px;
	padding: 10px;
	font-size: 16px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #484848;
}

.box .bs {
	background-color: #f2f1f6;
	padding: 4px;
	border-bottom: 1px solid #e0dfe2;
}

.box .bf {
	background-color: #f2f1f6;
	padding: 4px;
	border-top: 1px solid #e0dfe2;
}

.box .bc {
	background-color: white;
	padding: 10px;
}

.box .bcc {
	background-color: white;
	padding: 10px;
	line-height: 1.5em;
}

.box .selection {
	position: relative;
	background: #e3f49b;
	margin-top: 10px;
	padding: 6px;
	border-bottom: 1px solid #c4d774;
}

.box .selection li {
	float: left;
	margin-right: 4px;
	padding-right: 4px;
	list-style-type: none;
	font-weight: bold;
}

.box .selection_range {
	position: relative;
	background: #f4f4f4;
	padding-left: 4px;
	padding-top: 8px;
	height: 28px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px dotted #c4c4c4;
}

.box .current A {
	background: #08243a;
	color: #37a0f5;
}

.box .thumbs {

	float:left;
	margin-right: 8px;
	margin-bottom: 8px;
	overflow: hidden;
	border: 3px #ececec solid;
	height: 60px;
	width: 80px;
}

/* Community Box*/

.box_c {
	position: relative;
	width: 100%;
	display: block;
	border: 1px solid #cbcac7;
	background-color: #ffffff;
}

.box_c .bh {
	height: 18px;
	padding: 10px;
	font-size: 16px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #484848;
}

.box_c .bs {
	position: relative;
	background-color: #f6f6f5;
	padding: 10px;
	color: #484848;
	border-bottom: 1px solid #cbcac7;
	border-top: 1px solid #cbcac7;
}

.box_c .bc {
	position: relative;
	background-color: #f1fda5;
	padding: 4px;
	line-height:1.4em;
}

.box_c .bcc {
	background-color: white;
	padding: 10px;
	line-height: 2em;
}

.box_c .bf {
	position: relative;
	background-color: #f1fda5;
	padding: 4px;
	line-height:1.4em;
	border-top: 1px solid #b9e243;
	text-align: center;
	font-weight: bold;
}

box_success {
	position: relative;
	width: 100%;
	display: block;
	border: 1px solid #005e20;
	margin-bottom: 10px;
}

.box_success .bh {
	position: relative;
	height: 18px;
	background-image: url(../v3_images/bg_box_header_success.gif);
	padding: 4px;
	font-size: 14px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #ffffff;
}

.box_success .bc {
	position: relative;
	background-color: #b0e2bf;
	padding: 4px;
	line-height:1.4em;
	color: #005e20;
}

.box_success li {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(../v3_images/silk/bullet_go.png);
}

.box_error {
	position: relative;
	width: 100%;
	display: block;
	border: 1px solid #d80303;
	margin-bottom: 10px;
}

.box_error .bh {
	position: relative;
	height: 18px;
	background-image: url(../v3_images/bg_box_header_error.gif);
	padding: 4px;
	font-size: 14px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #ffffff;
}

.box_error .bc {
	position: relative;
	background-color: #f9acac;
	padding: 4px;
	line-height:1.4em;
	color: #d80303;
}

.box_error li {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(../v3_images/silk/bullet_error.png);
}

/* Formtable */
.formtable {

}

.formtable th {
	font-weight: bold;
	color: #1e5a90;
	text-align: right;
	padding: 4px;
	border-bottom: 1px solid #eaeaea;
}

.formtable td {
	padding: 4px;
	border-bottom: 1px solid #eaeaea;
}

.formtable .lastrow {
	padding: 4px;
	border-bottom: 0px solid #eaeaea;
}

/* Formtable Vertical */
.formtable_vertical {

}

.formtable_vertical th {
	font-weight: bold;
	color: #1e5a90;
	text-align: left;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 4px;
}

.formtable_vertical td {
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 0px;
}

.formtable_vertical .lastrow {
	padding: 4px;
	border-bottom: 0px solid #eaeaea;
}

/* Formtable */
.timetable {
	border-collapse: separate;
   border-spacing: 1px 1px;
}

.timetable th {
	font-weight: bold;
	color: #1e5a90;
	text-align: left;
	width: 130px;
	padding: 4px;
	border-bottom: 1px solid #eaeaea;
}

.timetable td {
	padding: 4px;
	width: 130px;
	background-color: #fbfbfb;
	border-bottom: 1px solid #eaeaea;



}

.timetable .lastrow {
	padding: 4px;
	border-bottom: 0px solid #eaeaea;
}

/* Tabs */

.tabs {
	position: relative;
	margin-top: 16px;
	height: 26px;
	border-bottom: 1px solid #979797;
}

.tabs li{
	float: left;
	list-style-type: none;
	height: 26px;
	margin-left: 3px;
	font-weight: bold;
	font-size: 12px;
	color: #1e5a8e;
	background-color: #f1f1f1;
}

.tabs li a {
	height: 26px;
	padding-left: 8px;
	line-height: 26px;
	padding-right: 8px;
	text-decoration: none;
	color: #1e5a90;
}

.tabs #current {
	background-color: #ffffff;
	border-right: 1px solid #979797;
	border-top: 1px solid #979797;
	border-left: 1px solid #979797;
}

.tabs #current a {

}

.tabs_sub {
	position: relative;
	margin-top: 8px;
	height: 26px;
	border-bottom: 1px dotted #2b5b77;
}

.tabs_sub li {
	float: left;
	list-style-type: none;
	height: 26px;
	margin-left:3px;
	margin-right: 13px;
	font-weight: normal;
	font-size: 12px;
	color: #1e5a8e;
}

.tabs_sub li a {
	text-decoration: none;
}

.tabs_sub #current {
	font-weight: bold;
}

/* Paragraph */

.paragraph {
	margin-top: 16px;
}

.paragraph .title {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 4px;
	color: #8e8e8e;
	border-bottom: 1px dotted #8e8e8e;
}

.paragraph .content {
	margin-top: 8px;
	line-height: 1.5em;
}

.paragraph .content_fix {
	height: 400px;
	margin-top: 8px;
	line-height: 1.5em;
	overflow: auto;
}

.paragraph .content_fix_small {
	height: 200px;
	margin-top: 8px;
	line-height: 1.5em;
	overflow: scroll;
}

.paragraph .thumb {
	float:left;
	margin-right: 8px;
	margin-bottom: 8px;
	overflow: hidden;
	border: 3px #ececec solid;
	height: 60px;
	width: 80px;
}

.paragraph .flyer {
	float:left;
	margin-right: 8px;
	margin-bottom: 8px;
	overflow: hidden;
	border: 3px #ececec solid;
}

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	}

/* Userlist */
.userlist {

}

.userlist li {
	margin: 6px;
	width: 130px;
	float: left;
	background: #f4f4f4;
	text-align: center;
	overflow: hidden;
}

.userlist .thumb {
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	overflow: hidden;
	border: 3px #ececec solid;
	height: 90px;
	width: 120px;
	background: #ffffff;
	float:none;
}

.userlist .info {
	font-family:Verdana;
	font-size: 11px;
}


.delete {
	text-decoration: none;
	color: #fd3102;
	font-size: 12px;
	vertical-align: middle;
	font-weight: bold;
	font-family: Verdana;
}



.galerie {
	margin-top: 14px;
}

.galerie li {
	font-family:Verdana;
	font-size: 10px;
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #f4f4f4;
}

.galerie .thumb {
	overflow: hidden;
	border: 3px #ececec solid;
	background: #ffffff;
	height: 90px;
	width: 120px;

}
.galerie .info {
	font-family:Verdana;
	font-size: 10px;
	text-align: center;
	padding: 2px;
}

.pagination a {
	text-decoration: none;
}

.pagination .spacer {
	float:left;
	margin-right: 5px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
}

.pagination_inactive {
	float:left;
	margin-right: 5px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #e0dfe2;
	padding-left: 4px;
	padding-right: 4px;
}

.pagination_active {
	float:left;
	margin-right: 5px;
	font-size: 14px;
	font-weight: bold;
	background: #194569;
	border: 1px solid #05233b;
	color: white;
	padding-left: 4px;
	padding-right: 4px;
}

/* LIST ITEM REVIEW */
.listitem {
	border-bottom: 1px dotted #bbbab5;
	padding: 8px;
	margin-bottom: 8px;
	line-height: 1.5em;
	position: relative;
}

.listitem .thumb {
	float:left;
	margin-right: 12px;
	overflow: hidden;
	height: 62px;
	width: 90px;
}

.listitem .tipp {
	color: #ffffff;
	background-color: #fc4902;
	font-weight: bold;
	font-size: 11px;
}

.listitem .details {
	width: 400px;
	line-height: 1.6em;
	float:left;
}

.listitem .datum {
	color: #000000;
	font-weight: bold;
}

.listitem .title {
	font-weight: bold;
	font-size: 16px;
	border: 0px;
}

.listitem .subtitle {
	color: #898989;
}

.listitem .subtitle_bold {
	color: #898989;
	font-weight: bold;
}

.listitem .extra_user_content {
	margin-left:15px;
	color: #ffffff;
	background-color: #fc4902;
	font-weight: bold;
	font-size: 11px;
}

.listitem .extra_ps_content {
	margin-left:15px;
	color: #ffffff;
	background-color: #3d3d3d;
	font-weight: bold;
	font-size: 11px;
}

.listitem .extra_content {
	color: #619e36;
	font-weight: bold;
	font-size: 17px;
}

/* Footer */

#footer {
	position: relative;
	width: 960px;
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
	font-size: 11px;
	padding: 4px;
	height: 60px;
}

#footer A {
	color : #37a0f5;
}

#footer A:HOVER {
	color : #ffffff;
}

#clear{
	clear: both;
}