/* CSS Document */



body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	height: auto !important; 
	height:100%; 
	min-height:100%; 

}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}

h1 {
	color: #f03da6;
	margin:0px;
	padding:0px;
	font-size:16px;
}

.ticker {
	padding-top:8px;
	font-family:"Courier New", Courier, monospace;
	color: #339900;
	font-size:18px;
}


#header {
	float:left;
}

.registration_title{
	font-size:16px;
	font-weight:bold;
	color:#0005c8;
}


.preview_link {
	padding: 0px; 
	border: 1px solid #f03da6;
}


.preview_link_unselected {
	padding: 0px; 
	border: 1px solid #ffd5f5;
}
.tiny_thumb {
	border: 1px solid #ffd5f5;
	margin: 4px;
}

.image_link {
	padding: 3px; 
	border: 1px solid #ffd5f5;
	background-color:#ffd5f5;
}

a:link {
	color: #f03da6;
}
a:visited {
	color: #f03da6;
}
a:hover {
	color: #f03da6;
}
a:active {
	color: #f03da6;
}


.rainbow_link {
	text-decoration:none;
	color:#9c1194;
}

a.rainbow_link:link {
	text-decoration:none;
	color:#9c1194;
}
a.rainbow_link:visited {
	text-decoration:none;
	color:#9c1194;
}
a.rainbow_link:hover {
	color:#f03da6;
	text-decoration:none;
}
a.rainbow_link:active {
	text-decoration:none;
	color:#9c1194;
}


.t_container {
	width:671px;
	margin-top:15px;
}

.t_tl {
	float:left;
	background: url(images/t_tl.gif); 
	background-repeat: no-repeat;
	height: 34px;
	width: 6px;
}

.t_tab_tl {
	float:left;
	margin-left:10px;
	background: url(images/t_tab_tl.gif); 
	background-repeat: no-repeat;
	height: 34px;
	width: 6px;
}


.t_tab_header {
	float:left;
	border-top: 1px solid #cbcbcb; 
	background: url(images/tab_bg.gif); 
	background-repeat:repeat-x; 
	background-position:bottom;
	font-weight: bold; 
	padding-left:6px;
	padding-right:6px;
	height:28px;
	line-height:28px;
}

.t_tab_tr {
	float:left;
	background: url(images/t_tab_tr.gif); 
	background-repeat: no-repeat;
	height: 34px;
	width: 6px;
}

.t_t_line {
	float:left;
	background: url(images/t_t_line.gif);
	background-repeat:repeat-x;
	width: 100%;
}

.t_tr {
	float:right;
	background: url(images/t_tr.gif); 
	background-repeat: no-repeat;
	height: 34px;
	width: 6px;
}

.t_border {
	clear:both;
	border-left:1px solid #cbcbcb; 
	border-right:1px solid #cbcbcb;
}

.t_bl {
	float:left;
	background: url(images/t_bl.gif); 
	background-repeat: no-repeat;
	height: 6px;
	width: 6px;
}

.t_b_line_container {
	width:100%;
	height:6px;
}

.t_b_line { 
	background: url(images/t_b_line.gif); 
	background-repeat: repeat-x;
	height: 6px;
	width: 100%;
}

.t_br {
	float:right;
	background: url(images/t_br.gif); 
	background-repeat: no-repeat;
	height: 6px;
	width: 6px;
}


.list_grid {
	padding: 1px;
	margin: 1px 0px;
}
.list_grid ul {
	margin: 0px;
	padding: 0px;
}

.list_grid li {
	list-style-type: none;
	display: block;
	float: left;
	padding: 1px;
	margin: 0px;
	border: 0px;
}

.clearer {
	clear: left;
	height: 1px;
}

.security_info {
	width:660px;
	font-size:12px;
	color:#666666;
	padding-top:10px;
}


.dialog_wrapper {
	display:none;
	background-color:#FFFFFF;
	border:1px solid #FF99FF;
	width:640px;
	text-align:center;
}

.dialog_header {
	clear:both;
	margin:1px;
	padding:2px;
	height:18px;
	background:#FF99FF;
	text-align:left;
	font-weight:bold;
}

.dialog_content {
	clear:both;
	height:368px;
}

.dialog_buttons {
	padding:5px;
}


.report_text {
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	font-weight:bold;
}

.report_body {
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	line-height:24px;
}


.male {
	background-color: #d4e9ff;
}

.female {
	background-color:#fff4ff;
}


.image_display_link_male {
	border: 8px solid #66CCFF;
	background-color:#66CCFF;
	cursor: pointer;
}
.image_display_link_female {
	border: 8px solid #ffd5f5;
	background-color:#ffd5f5;
	cursor: pointer;
}

.image_display_male {
	border: 8px solid #66CCFF;
	background-color:#66CCFF;
}
.image_display_female {
	border: 8px solid #ffe6ff;
	background-color:#ffe6ff;
}



.image_display_selected {
	border: 8px solid #99d85b;
	cursor: pointer;
	background-color:#99d85b;

}



.info_table_male {
	 background-color:#66CCFF;
} 
.info_table_female {
	 background-color: #ffe6ff;
}
  
.info_table_alt_male {
	 background-color:#0099FF;
} 
.info_table_alt_female {
	 background-color: #f03da6;
}
.info_female{
	 color: #f03da6;
}

.info_male {
	 color:#0099FF;
}
