* {margin:0;padding:0}

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

body {
	background: #cfcfcf url("www_bg.jpg") center top no-repeat fixed; /* This modifies the background of the body, either an image (repeat or no repeat) or a color */
	color: #7b7b7a; /* This defines the general text color in the site */
	font-family: arial,sans-serif; /* Font used on the site, only changed if the customer insists */
	font-size: 12px;
}
* html #outer {
	height: 400px;
}
#outer{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: -33px; /* Same as footer height */
	padding-top: 404px;
	width: 700px; /* Total width of the layout */
	background: #f0e0ed url("../images/www_content_bg.jpg") left 394px repeat-x; /* Used to put an image or color to the background of the text area */
	min-height: 400px;
}
#outer_login {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px; /* Same as footer height */
	width: 700px; /* Total width of the layout */
	background: #ffffff; /* Used to put an image or color to the background of the text area */
	min-height: 400px;
}
#header{
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 394px; /* Height of the header image */
	background: transparent;
	overflow: hidden;
}
#innerheader{
	width: 700px; /* Width of the header image, often same as footer */
	height: 394px; /* Height of the header image */
	margin-left: auto;
	margin-right: auto;
	background: url("../images/header.jpg") no-repeat;
}
#headertext {
	width: 700px; /* Width of the header image, often same as footer */
	margin-left: auto;
	margin-right: auto;
	color: #ffffff; 
	font-size: 12px;
	font-family: arial,sans-serif;
}
#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: 33px; /* Height of the footer */
	width: 100%;
	clear: both;
	position: relative;
 
}
#innerfooter {
	width: 700px; /* Width of the footer image, often same as footer */
	height: 33px; /* Height of the footer image */
	margin-left: auto;
	margin-right: auto;
	background: url("../images/footer.jpg") no-repeat;
 
}
#footertext {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	color: #505050;
	font-size: 9px;
	font-family: arial;
}
html>body #minHeight{float: right; width: 0px; height: 100%; margin-bottom: 0px;} /*safari wrapper */
#minHeight {display: none;}
 html #footer {
	height: 0px; /*for ie5 */
	he\ight: 0px; /*for ie6 */
}
#content{
	width: 460px;
	min-height: 400px; /* Same as body height */
	_height: 400px; /* Same as body height */
	padding-right: 30px;
	padding-left: 30px; /* Used to shift text to the right (often because of a background image in the outer-div) */
	padding-bottom: 53px; /* Same as footer height */
	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; /*url("www_content_bg.jpg") 0px 443px no-repeat;*/
}
#content_login {
	width: 610px;
	min-height: 400px; /* Same as body height */
	_height: 400px; /* Same as body height */
	padding-right: 45px;
	padding-left: 45px; /* Used to shift text to the right (often because of a background image in the outer-div) */
	padding-bottom: 53px; /* Same as footer height */
	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; /*url("www_content_bg.jpg") 0px 443px no-repeat;*/
}

#left_login {
	width: 125px;
	padding-right: 25px;
	float: left;
}

#middle_login {
	width: 234px;
	padding-left: 25px;
	border-left: 1px solid #d1d1d1;
	float: left;
}

#right_login {
	width: 170px;
	padding-left: 30px;
	float: left;
}

.login_submit {
	width: 125px;
	border: 0px;
	padding: 3px;
	text-align: left;
	background-color:#d7adcf;
	color: #9b3187;
}

.button {
	width: 160px;
	height: 20px;
	border: 0px;
	padding: 20px;
	display: block;
	font-size: 16px;
	text-align:center;
	background-color:#d7adcf;
	color: #9b3187;
}

.login_input {
	width: 117px;
	border: 1px solid #cccccc;
	padding: 3px;
}

/* OTHER STYLES */

.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:14px;
	padding: 5px;
	padding-left: 0px;

}
.report_cols td {
	background: #fff4a7;
	padding: 5px;
}
/* REGISTER */
.register .info {
	font-size: 14px;
	color: #000000;
}
/* 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-size:12px;
	line-height:14px;
	padding: 5px;
	padding-left: 0px;
	}
th {
	text-align: left;
	padding: 3px;
}
td {
	font-size:12px;
	line-height:14px;
	padding: 3px;
	}
input,textarea {
	font-size:12px;
	line-height:14px;
	padding: 2px;
	}
td.collapse {
	border: 1px solid #f2f2f2;
}
a,a:hover{
	color: #9b3187;
	text-decoration:none;
	font-weight:normal;
}
a:hover{
	text-decoration:underline;
	font-weight:normal;
}
table{
	border-color:#ffffff;
	border-collapse:collapse;
}
.table_report {
	 /*border: 1px solid black;*/
	 padding: 3px;
}

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

/* FORMS */

.form_error {
	color: #FF0000;
	padding: 3px;
	margin: 5px;
	/*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:#d7adcf;
	font-family:verdana;
	color:#9b3187;
	font-size:12px;
	vertical-align:middle;
	height:30px;
}
tr.menu td {
	border:1px solid #ffffff;
	text-align:center;
	font-family:verdana;
	color:#9b3187;
	font-size:12px;
	font-weight:bold;
	width:120px;
}
.menu strong a {
	font-weight:bold;
}
a.menu {
	font-family:verdana;
	color:#9b3187;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
}
a.menu:hover {
	text-decoration:underline;
	color:#9b3187;
	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;
}
