
/* LAYOUT STYLES (!!NOTE! THESE ARE ALWAYS CLIENT SPECIFIC!!)*/

* {margin:0;padding:0;}

/* commented backslash hack v2 \*/ 
html, body{height:400px;} 
/* end hack */ 

body {
	background: #000000 url("../images/www_body_bg.jpg") 0px 0px repeat-x;
	color: #5b5b5b;
	font-family: arial;
	font-size: 12px;
}
#outer{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: -111px; /* Same as footer height */
	width: 804px; /* Total width of the layout */
	background: #FFFFFF url("../images/general_right_content.jpg") no-repeat right 100px;
	min-height: 400px;
	padding: 0px;
	padding-top:111px;
}

html:first-child #outer { width: 805px; background: #FFFFFF url("../images/www_content_right.jpg") no-repeat 482px 100px;} /* Opera 9.25 fix */
* html #outer{
	height: 100%;
}
#header{
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 101px; /* Height of the header image */
	overflow: hidden;
}
#innerheader{
	width: 804px; /* Width of the header image, often same as footer */
	height: 101px; /* Height of the header image */
	margin-left: auto;
	margin-right: auto;
	background: url("../images/www_header.jpg") no-repeat top left;
	/*visibility:visible;*/
}
/*html:first-child #header { left:0px; }*/ /* Opera 9.25 fix */
#clearheader{height:0px;}/*needed to make room for header*/
#clearfooter{clear:both;height:0px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */

#footer {
	left: 0px;
	height: 111px; /* Height of the footer */
	width: 100%;
	clear: both;
	position: relative;
}
#innerfooter {
	width: 804px; /* Width of the footer image, often same as footer */
	height: 111px; /* Height of the footer image */
	margin-left: auto;
	margin-right: auto;
	background: url("../images/www_footer.jpg") no-repeat top left;
}

/*html>body #minHeight{float: right; width: 0px; height: 100%; margin-bottom: -112px;} /*safari wrapper */
#minHeight {display:none}
* html #footer {
	height:111px;/* for ie5 */
	he\ight:111x;/* for ie6 */
}
#content{
	width: 476px;
	min-height: 594px; /* Same as body height */
	_height: 594px; /* Same as body height */
	padding-right: 0px;
	padding-left: 0px; /* Used to shift text to the right (often because of a background image in the outer-div) */
	padding-bottom: 106px; /* Same as footer height */
	_padding-bottom:72px;
	padding-top: 0px; /* Same as header height */
	margin-top: 0px; /* Same as header height + possible margin-top (needed only with png header, otherwise 0px) */
	/*margin-left: auto;*/
	margin-right: auto;
	background: #FFFFFF;
}
#navi{
	width: 481px;
	height: 74px;
	padding: 0;
	padding-top: 15px;
	margin: 0;
	background-color: #2b2a2a;
}

#navi table {
	padding: 0;
	margin: 0;
	background-color: #2b2a2a;
	font-family:verdana;
	color:#ffffff;
	font-size:12px;
	vertical-align:middle;
	height:30px;
	width: 481px;
}

#navi tr.menu {
	padding: 0;
	margin: 0;
	background-color: #2b2a2a;
	font-family:verdana;
	color:#ffffff;
	font-size:12px;
	vertical-align:middle;
}
#navi tr.menu td {
	border:0;
	text-align:center;
	font-family:verdana;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	width:153px;
}
#navi tr.menu td.navi_line {
	text-align:center;
	width:11px;
}
#navi .menu strong a {
	font-weight:bold;
}
#navi tr td a.menu {
	font-family:verdana;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	text-transform: uppercase;
}
#navi a.menu:hover {
	font-family:verdana;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	text-transform: uppercase;
	text-decoration:underline;
}

#left_content {
	width: 416px;
	padding:0px;
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left:10px;
	overflow: auto;
}
/* OTHER STYLES */

div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5b5b5b;
	line-height:1.5;
}
.confirmation {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	border: 1px dotted red;
	background: #F3F3F3;
	padding: 5px;
	text-align: center;
}
.basic_report {
	width: 300px;
	line-height:1.5;
	padding: 5px;
	padding-left: 0px;
	color:#5b5b5b;

}
.report_cols td {
	background: #f2f2f2;
	padding: 5px;
}
/* REGISTER */
.register .info {
	font-size:14px;
	color:#de484d;
	font-weight: bold;
}
/* MOBILE STYLES */
.mobi_name{
	font-weight: bold;
}
.mobi_img{
	float: right;
	width: 19%;
	/*clear: right;*/
}
.mobi_list{
	width: 80%;
	padding: 10px;
	overflow: hidden;
}
.mobi_info{
	color: #778899;
	padding-left: 20px;
	width: 80%;
}
.mobi_keys{
	font-weight: bold;
}
.mobi_separator{
	height: 1px;
	color: #DCDCDC;
	border-style : dashed;
	width:300px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* FONTS */
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5b5b5b;
	line-height:1.5;
	padding: 2px;
	padding-left: 0px;
	}
th {
	text-align: left;
	padding: 3px;
}
td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5b5b5b;
	line-height:1.5;
	padding: 2px;
	}
input,textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#5b5b5b;
	line-height:12px;
	padding: 2px;
	}
td.collapse {
	border:0px solid #f2f2f2;
}
a,a:hover{
	color:#de484d;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
	font-weight:bold;
}
.button {
	border: 1px solid #CCCCCC;
	padding-left: 20px;
	padding-right: 20px;
	text-align:center;
	text-transform: uppercase;
}
table{
	border-color:#ffffff;
	border: 0px;
	/*border-collapse:collapse;*/
}
.table_report {
	 /*border: 1px solid transparent;*/
	 padding: 3px
}

.header,
td.header{
	font-size:14px;
	color:#de484d;
	font-weight: bold;
}

/* FORMS */

.form_error {
	color: #FF0000;
	padding: 3px;
	margin: 5px;
	font-size: 10px;
	/*background: #F4EFED;
	border: 1px solid black;*/
	font-weight: normal;
}

input, textarea, select, option {
	border:1px solid #cccccc;
}

.input_text_s {
	width: 40px;
}

/* ADMIN */
.admin_table {
	width:400px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;

}
tr.row1 {
	background-color:transparent;
	border-bottom:1px dotted #cccccc;
}
tr.row2 {
	background-color:transparent;
	border-bottom:1px dotted #cccccc;
}
tr.menu {
	background-color:#c9c9c9;
	font-family:verdana;
	color:#ffffff;
	font-size:12px;
	vertical-align:middle;
	height:30px;
}
tr.menu td {
	border:1px solid #ffffff;
	text-align:center;
	font-family:verdana;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	width:120px;
}
.menu strong a {
	font-weight:bold;
}
a.menu {
	font-family:verdana;
	color:#ffffff;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
}
a.menu:hover {
	text-decoration:underline;
	color:yellow;
	font-weight:normal;
}

hr.new_users {
	width: 300px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.loading_box_outer {
	position: absolute;
	border: 1px solid #000000;
	background: #FFFFFF;
	display: block;
	height: 16px;
}
.loading_box_inner {
	background: #ff0000;
	height: 16px;
	font-family: arial;
	color: #FFFFFF;
	font-size: 10px;
}

/* COMMON STYLES */

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.pbra {
	page-break-after: always;
}
.pbrb {
	page-break-before: always;
}
.pbri {
	page-break-inside: always;
}
.nopbra {
	page-break-after: avoid;
}
.nopbrb {
	page-break-before: avoid;
}
.nopbri {
	page-break-inside: avoid;
}
.printonly {
	display: none;
}

/* style definition for element positioning */
.tvalign {
	vertical-align: top;
}
.lalign {
	text-align: left;
}
.ralign {
	text-align: right;
}
.center {
	margin: auto;
	text-align: center;
}
.nofloat {
	float: none;
}
.lfloat {
	float: left;
}
.rfloat {
	float: right;
}
.bclear {
	clear:both;
}
.lclear {
	clear:left;
}
.rclear {
	clear:right;
}

.aposition {
	position: absolute;
}
.rposition {
	position: relative;
}
.fposition {
	position: fixed;
}
.dinline {
	display: inline;
}
.dinlineb {
	display: inline-block;
}
.dtable {
	display: table;
}
.dtcell {
	display:table-cell;
}
.nowrap {
	white-space: nowrap;
}

/* style definition for element border */
.norb {
	border-right: 0px solid transparent;
}
.nolb {
	border-left: 0px solid transparent;
}
.notb {
	border-top: 0px solid transparent;
}
.nobb {
	border-bottom: 0px solid transparent;
}
.rb {
	border-right: 1px solid black;
}
.lb {
	border-left: 1px solid black;
}
.tb {
	border-top: 1px solid black;
}
.bb {
	border-bottom: 1px solid black;
}
.border {
	border:	1px solid black;
}
.border_red {
	border-left: 1px solid red;
	border-right: 1px solid red;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
}
.noborder {
	border:	0px solid transparent;
}

.submit {
	border: 0;
	background: transparent;
	background-color: none;
	font-size: 14px;
	color: #de484d;
}

.submit:hover {
	border: 0;
	background: transparent;
	background-color: #888888;
	font-size: 14px;
	color: white;
}

div.nosto {
	width: 370px;
	border: 2px #000099 solid;
	background: #aa0000;
	background-color: #aa0000;
	text-align: center;
	padding: 20px;
	font-size: 18px;
	font-weight: normal;
	color: white;
}

#login_right_content_link_thingy {
	position:absolute;
	padding-left: 40px;
	padding-top: 405px;
	color: red;
}

#login_right_content_link_thingy a {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

#login_right_content_link_thingy a.button {
	/*border: 1px solid rgb(180, 72, 77);*/
	border: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
	text-transform: uppercase;
	background-color: none;
	background: transparent;
	color: #de484d;
	font-weight: bold;
}

#login_right_content_link_thingy a.button:hover {
	/*border: 1px solid rgb(180, 72, 77);*/
	text-decoration: underline;
	background-color: transparent;
	color: #de484d;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	
}
