/* @CHARSET "UTF-8"; */
body {
	margin: 6px;
	padding: 0;
}
body, table {
	background-color: #F5F5FF;
	font-family: sans-serif;
	font-size: 9pt;
	color: #000080;
	border-collapse: collapse;
}
div.fade {
	padding-top: 6px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	filter:alpha(opacity=80);
	-khtml-opacity:0.8;
	-moz-opacity:0.80;
	opacity:0.80;
	cursor: wait;
	text-align: center;
	vertical-align: center;
}
a {
	text-decoration: underline;
	cursor: pointer;
	color: blue;
}
a img {
	border: 0;
	text-decoration: none;
}
div.debug {
	font-size: 7pt;
	color: #60A060;
}
input, select, textarea {
	border: 1px solid #8080FF;
	background-color: #D0FFD0;
	vertical-align: middle;
}
input:focus, select:focus, textarea:focus {
	border: 1px solid #8080FF;
	background-color: #FFFFFF;
}
input.digit {
	text-align: right;
	width: 60px;
}
span.error {
	color: #FF4040;
}
.formerror {
	border: 1px solid #ff4040;
}
.show-tooltip-text {
	position: absolute;
	background-color: #FF0000;
	padding: 2px 4px;
	margin-top: 23px;
	color: #FFFFFF;
	border: 1px solid #FF6666;
	font-size: 10px;
}
table.records {
	margin-left: auto;
	margin-right: auto;
}
table.records td {
	border: 1px solid #000040;
	padding: 2 3 2 3;
	vertical-align: middle;
	text-align: left;
}
table.records tr.header td {
	background-color: #D5D5FF;
	font-weight: bold;
	text-align: center;
	
}
div.pages{
	text-align: center;
}
table.list {
	border: 1px solid #D0D0FF;
}
table.list td {
	padding: 3px 3px;
	border-left: 1px solid #D0D0FF;
	border-right: 1px solid #D0D0FF;
}
tr.rowhover td, tr.rowodd tr.rowhover td, li.rowhover, td.tdhover, tr.rowodd td.tdhover {
	background-color: #ffffaa !important;
}
.rowodd td {
	background-color: #ECECFF;
}
td.tdfirst {
	border-left: 1px solid #75A5FF !important;
}
td.tdlast {
	border-right: 1px solid #75A5FF !important;
}
table.form {
}
table.form td {
	padding: 3px 4px;
	border: 1px solid #C0C0FF;
	line-height: 14px;
}
table.form td.fc {
	width: 130px;
	vertical-align: middle;
	text-align: right;
	color: #3333FF;
	font-size: 12px;
}
table.form span.require {
	color: #FF0000;
}
.comment {
	font-size: 10px;
	font-style: italic;
	color: #3333FF;
}
.header, .header td {
	font-weight: bold;
	text-align: center;
	background-color: #75A5FF;
}
tr.header td {
	border: 1px solid #D0D0FF;
}
.subheader, .subheader td {
	text-align: center;
	background-color: #D0D9FF;
}
.footer, .footer td {
	background-color: #75A5FF;
	text-align: right;
}
.list .newday {
	font-weight: bold;
	border-top: 1px solid #9090DF;
	border-bottom: 1px dotted #C0C0FF;
	color: #000000;
}
.list td.hascomment {
	border: 2px solid #D5D5E5;
}
.right {
	text-align: right;
}
table.form #date_birthday, #date_b_from, #date_b_to, #date_from, #date_to, #date_stat {
	width: 80px;
}
table.form #phone, #address, #name, #login, #password, #password2, #email, #num {
	width: 100%;
}
table.form .external_id {
	width: 80px;
}
div.list {
	margin: 6px;
}
#hdr {
	clear: left;
}
#data {
	border-bottom: 1px solid #8080FF;
}
#field, #oldval, #newval {
	float: left;
}
table.profile table {
	width: 100%;
}
table.profile {
	width: 100%;
}
table.profile #form {
	min-width: 350px;
	max-width: 450px;
	width: 350px;
	vertical-align: top;
}
table.profile #profile_form {
	width: 100%;
}
table.profile #profileview_form {
	min-width: 340px;
}
table.profile #ajaxdata {
	vertical-align: top;
	padding-top: 4px;
}
ul.list {
	margin: 0;
	padding: 0;
}
ul.list li {
	width: 140px;
	display: inline-block;
	padding: 2px;
	margin: 0;
}
ul.list li img {
	cursor: -moz-zoom-in;
}
ul.list li .comment {
	display: none;
}
ul.list li.files {
	display: block;
	width: 300px;
}
#fullphoto {
	cursor: -moz-zoom-in;
}
div.delete {
	float: right;
	background-image: url(images/ui-icons_cd0a0a_256x240.png);
	background-position: -176px -96px;
	height: 16px;
	width: 16px;
	cursor: pointer;
}
#addnoteform textarea, #reasondelete textarea, #announcement textarea {
	width: 100%;
	height: 200px;
}
div.noterow {
	padding: 8px 4px;
	border-bottom: 1px solid #D0D0FF;
}
div.text {
	padding: 0px 12px;
}
ul {
	margin: 0;
	padding: 0;
}
ul.extendview li {
	display: inline-block;
	padding: 3px;
	width: 275px;
	height: 200px;
	border-right: 1px solid #D0D0FF;
	border-bottom: 1px solid #D0D0FF;
	vertical-align: top;
}
ul.extendview li .photo {
	float: left;
	margin: 0 3px 3px 0;
	width: 140px;
	height: 140px;
	background-color: #D0D0FF;
	text-align: center;
	vertical-align: center;
}
.st_active {
	color: #00B000;
}
.st_inactive {
	color: #B00000;
}
.data {
	text-align: right;
	border-left: 1px solid #D0D0FF;
	border-right: 1px solid #D0D0FF;
}
.sum {
	font-weight: bold;
	border-top: 1px solid #D0D0FF;
}
.empty {
	text-align: center;
	font-weight: bold;
}
.hide {
	border: 0 !important;
}
.warning {
	color: #ff0000;
}
.dialog-box-title {
	text-align: center;
}
.dialog-box {
	float: left;
	position: relative !important;
	margin: 3px;
}
ul {
	list-style-position: inside;
}
.deleted {
	color: #FF0000;
}
.valtranslator {
	background-color: #D0FFD0;
	font-weight: bold;
}
.valgirl {
	background-color: #FFBDEC;
	font-weight: bold;
}
table.calendar td {
	border: 1px solid #D0D0FF;
	padding: 3px;
	vertical-align: middle;
	text-align: right;
}
table.calendar td.old {
	color: #8080FF;
}
table.calendar td.report {
	background-color: #50C050;
}
table.calendar tr.header td {
	text-align: center;
}
table.calendar td.now {
	border: 2px solid #FF8080;
	font-weight: bold;
	color: #000080;
}
.correct {
	font-size: 7pt;
	color: #6060B0;
}
.filestable td {
	padding: 1px 4px;
}
.tools {
	color: silver;
}
.tools:hover {
	color: blue;
}
tr.changed {
	background-color: #AFA;
}
tr.changed td input {
	border: 1px solid #0A0;
	color: #070;
}
table.findbride td, table.romance td, table.jump td, table.lyubimaya td, table.ukrbrides td, table.bridesoflove td, table.ladadate td  {
	border: 1px solid #D0D0FF;
	padding: 4px 8px;
}
table.findbride th, table.romance th, table.jump th, table.lyubimaya th, table.ukrbrides th, table.bridesoflove th, table.ladadate th {
	font-weight: bold;
	border: 1px solid #D0D0FF;
	background-color: #D0D0FF;
	text-align: center;
}
.toolspan {
	display: none;
}
/* www.ukrainebridesagency.com */
.detail {
  display: none;
}
.stats label {
  display: block;
}
