* {margin: 0px; padding: 0px;}
/** html img, div { behavior: url("../images//static/iepngfix.htc") }*/ /* This can be used if there's need to support PNGs in IE6 */
 
/* commented backslash hack v2 \*/ 
html, body{height: 700px;} 
/* end hack */ 
 
body {
	background: #000000; /* url("../images/www_bg.jpg") center top no-repeat;*/	/* This modifies the background of the body, either an image (repeat or no repeat) or a color */
	color: #000000;	/* This defines the general font color in the site */
	font-family: verdana;	/* Font used on the site, only changed if the customer insists */
	font-size: 12px;
}
* html #outer {
	height: 100%;
}
#outer{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px; /* fix in wiki */
	margin-bottom: -80px;	/* Same as footer height */
	width: 986px;  /* fix in wiki  */
	background: transparent url("../images/www_content_bg2.jpg") 0px 200px no-repeat;	/* Used to put an image or color to the background of the text area */
	min-height: 700px;
	/*border: 1px solid yellow;*/
}
#header{
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 200px;	/* Height of the header image */
	background: transparent;
	overflow: hidden;
}
#innerheader{
	width: 660px;	/* Width of the header image, often same as footer */
	height: 200px;	/* Height of the header image */
	margin-left: auto;
	margin-right: auto;
	background: url("../images/www_header.jpg") no-repeat;
}
#headertext {
	width: 660px;  /* fix in wiki - same as header width*/
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	font-size: 12px;
	font-family: arial;
}
#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: 80px;	/* Height of the footer image */
	width: 100%;
	clear: both;
	position: relative;
 
}
#innerfooter {
	width: 660px;	/* Width of the footer image, often same as footer */
	height: 80px;	/* Height of the footer image */
	margin-left: auto;
	margin-right: auto;
	background: url("../images/www_footer.jpg") no-repeat;
 
}
#footertext {
	width: 660px; /* fix in wiki - same as header width*/
	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: 620px; /* fix in wiki - should be total width minus left and right padding */
	min-height: 700px; /* Same as body height */
	_height: 464px; /* Same as body height */
	padding: 20px;	/* Area of empty space around text */
	/*padding-left: 120px; */	/* fix in wiki - pushes content to the rigth.  Reduces total width of the content.  Used to shift text to the right (often because of a background image in the outer-div) */
	/*padding-right: 20px;  */   /* fix in wiki  */
	padding-bottom: 100px; /* Same as footer height plus extra */
	padding-top: 250px; /* Same as header height plus extra */
	margin-top: 0px; /* Same as header height + possible margin-top (needed only with png header, otherwise 0px) */
	margin-left: auto;
	margin-right: auto;
	/*background: url("../images/www_content_bg.jpg") 0px 342px no-repeat;*/
	background: #ffffff;
}
.points {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.radio {
	margin-top: 2px;
}

.radio_gender {
	margin-top: 4px;
	margin-bottom: 4px;
}

.textinput_xs {
	padding: 2px;
	margin: 0px;
	margin-top: 1px;
	font-size: 13px;
	width: 185px;
	border: 1px solid #000000!important;	/* Border color of the input field */
	background-color : #f6f6f6!important;	/* Text background color inside the input field */
	color: #000000!important;	/* Text color inside the input field */
	font-family: verdana;
}

.textinput_s {
	padding: 2px;
	margin: 0px;
	margin-top: 1px;
	font-size: 13px;
	width: 250px;
	border: 1px solid #000000!important;	/* Border color of the input field */
	background-color : #f6f6f6!important;	/* Text background color inside the input field */
	color: #000000!important;	/* Text color inside the input field */
	font-family: verdana;
}

.textinput_m {
	padding: 2px;
	margin: 0px;
	margin-top: 1px;
	font-size: 13px;
	width: 205px;
	border: 1px solid #000000!important;	/* Border color of the input field */
	background-color : #f6f6f6!important;	/* Text background color inside the input field */
	color: #000000!important;	/* Text color inside the input field */
	font-family: verdana;
}	
 
.textinput_l {	/* Use this class for form input-fields */
	padding: 2px;
	margin: 0px;
	margin-top: 1px;
	font-size: 13px;
	width: 280px;
	border: 1px solid #000000!important;	/* Border color of the input field */
	background-color : #f6f6f6!important;	/* Text background color inside the input field */
	color: #000000!important;	/* Text color inside the input field */
	font-family: verdana;
}
.textinput_xl {
	padding: 2px;
	margin: 0px;
	width: 370px;
	border: 1px solid #000000!important;
	background-color : #f6f6f6!important;
	color: #0b728d!important;
	font-size: 13px;
	font-family: verdana;
}
 
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.error,.errorExplanation{
	color: red;
	padding-bottom: 14px;
}
.infotext {
	font-size: 10px;
	color: #505050;
}
div.ownmsg {
	margin-top: 15px;
}
textarea {
	margin-top: 2px;
	border: 1px solid #000000!important;	/* Same as textinput_l */
	background-color : #f6f6f6!important;	/* Same as textinput_l */
	width: 370px;
	height: 60px;
	color: #000000!important;	/* Same as textinput_l */
	font-size: 13px;
	font-family: verdana;
}
select {
	margin-top: 1px;
	padding: 1px;
	width: 286px;
	border: 1px solid #000000!important;
	background-color: #f6f6f6!important;
	color: #000000!important;
	font-size: 13px;
	font-family: verdana;
}

select.prefix {
	margin-top: 1px;
	margin-right: 5px;
	padding: 1px;
	width: 70px;
	border: 1px solid #000000!important;
	background-color: #f6f6f6!important;
	color: #000000!important;
	font-size: 13px;
	font-family: verdana;
}
.reasons {
	width: 400px;
}
a {
	color: #ff0000;	/* General link color in the site */
	text-decoration: none;
}
a:hover {
	color: #ff0000;	/* General hovered link color in the site */
	text-decoration: underline;
}
a.submit {
	color: #ff0000;	/* General link color in the site */
	text-decoration: none;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 60px;
	background: #ffffff url("../images/elephant_paw.jpg") no-repeat 0px center;
	font-size: 14px;
	font-weight: bold;
}
a:hover.submit {
	color: #ff0000;	/* General hovered link color in the site */
	text-decoration: underline;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 60px;
	background: #ffffff url("../images/elephant_paw.jpg") no-repeat 0px center;
	font-size: 14px;
	font-weight: bold;
}
a.submit_rec {
	color: #ff0000;	/* General link color in the site */
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
a:hover.submit_rec {
	color: #ff0000;	/* General link color in the site */
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}
 
ul {
	margin-left: 25px;
}
/* Possible vertically expanding image button:
	<div>
		<div id="btn_container" class="btn_container">
		<div id="btn_left" class="btn_left"></div>
		<div id="btn_content" class="btn_content" onmouseover="btnHoverOn();" onmouseout="btnHoverOff();">
		<span id="btn_text" class="btn_text"> <a onclick="submitForm(this);" href="">Invite your friends &raquo;</a></span>
		</div>
	</div>
 
*/
.btn_container {
	height: 41px; /* CHANGE: Height of the button */
	display: inline-block;
}
.btn_left {
	float: left;
	height: 41px;  /* CHANGE: Height of the button */
	width: 23px; /* CHANGE: Width of the left button img */
	background: url('www_btn_left.jpg') no-repeat;
}
.btn_left_hover {

	background: url('www_btn_hover_left.jpg') no-repeat;
}
.btn_content {
	height: 41px; /* CHANGE: Height of the button */
	padding-left: 23px; /* CHANGE: Width of the left button img */
	padding-right: 22px; /* CHANGE: Width of the right button img */
	*padding-left: 0px; /* IE needs this */
	background: url('www_btn_right.jpg') no-repeat right 0px;
	position: absolute;
}
.btn_content_hover {
	background: url('www_btn_hover_right.jpg') no-repeat right 0px;
}
.btn_text{
	height: 41px; /* CHANGE: Height of the button */
	padding-top: 12px; /* CHANGE: Text top padding */
	background: url('www_btn_bg.jpg') repeat-x;
	display: inline-block;
}
.btn_text a {
	color: #ffffff;
	font-size: 13px;	
}
.btn_text_hover{
	background: url('www_btn_hover_bg.jpg') repeat-x;
}
.btn_text_hover a {
	text-decoration: underline;
	color: #ffffff;
}
.hiddenimg {
	display:none;
}
.btdotted {
	border-top: 1px dotted #000000;
}

/* SEQTOOL SPECIFIC 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: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 */
th {
	text-align: left;
	padding: 3px;
}

td.collapse {
	border:0px solid #f2f2f2;
}
.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;
}


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