
/* Adjusting tags */
body{
	background-image: url('../img/del_web_bg.png');
	background-repeat: 	repeat-x;
	background-position: top;
/*	margin: 0;*/
	color: #000;
	text-align: center;
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size: 10pt;
}
table{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
}
td{
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: left;
}
p{

}
td#h1 {
	text-align: center;
}
h1{
	font-weight: normal;
	font-size: 16pt;
	color: #0066cc; /* For IE 6*/
	margin: 0;
	text-align: center;
}
h2 {
	font-weight: bold;
	font-size: 13pt;
	color: #0066cc; /* For IE 6*/
	margin: 0;
	text-align: left;
}
h3{
	margin: 2em 0 0.3em 0;
	font-size: 10pt;
}
hr{
	background-color: #e3f1f1;
	color: #e3f1f1; /* For IE 6*/
	width: 100%;
	height: 2px;
	border: none;
	margin: 8px 0 8px 0;
/*	//margin: 0; /* For IE 6 */
}
label {
	font-weight: bold;
	font-size: 9pt;
	color: #000; /* For IE 6*/
	margin: 0;
	text-align: left;
}

/* Links */
a{
	color: #0066cc;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

a.faq {
	font-size: 18pt;
	text-decoration: underline;
}
a.faq:hover {
	text-decoration: none;
}

img{
	border: 0;
}

a img {
	border: 0;
/*	text-align: absmiddle;
	align: absmiddle;*/
}
/*
img#ok{
	background-image: url('../images/ok_sign.png');
	//background-image: none ! important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/ok_sign.png,sizingMethod=crop);
	
	position: relative;
	top: 16px;
	//top: 19px;
	left: -24px;
}
*/

/* Main */
#main_container{
	display: inline-block;
	width: 800px;
	text-align: center;
/*	margin: 0 0 100px 0;*/
	margin-bottom: 100px;
/*	//padding-bottom: 100px; /* For IE6 */
}

.href_send p {
	font-size: 8pt;
}

/* Header */
table#header{
	margin: 30px 0 30px 0;
	text-align: center;
/*	//margin: 30px 0 40px 0;*/
}
table#list{
	width: 580px;
	text-align: left;
	margin: 50px 110px 30px 110px;
}
table#list td {
	width: 260px;
	padding: 0px 0px 0px 30px;
}
#info{
	font-size: 14pt;
	position: relative;
	top: -1em;
}
#site_name{
	vertical-align: bottom;
}
#menu{
	vertical-align: bottom;
	text-align: right;
	
	font-size: 14pt;
}
#description{
	padding: 2px 0 0 0;
	font-weight: bold;
	font-size: 12pt;
}

/* Form */
#del_web{
	margin: 30px 0 0 0;
	text-align: center;
}

#del_web input.button{
	background: #fff url(../img/del_web_maint_bt.png) no-repeat top left;
	border: none;
	height: 30px;
	width: 170px;
	padding: 0 0 3px 0;
/*	//padding: 0;*/
	
	color: #fff;
	font-size: 11pt;
	font-weight: bold;
	cursor: pointer;
}

#add_love, #add_hate {
	display: inline-block;
	text-align: left;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
	border: 2px solid #0066CC;
/*	padding: 10px;*/
	width: 550px;
/*	position: relative;
	left: auto;*/
	margin-left: 125px;
	display:none;
}

#del_web2 {
	width: 450px;
	text-align: left;
	border: 2px solid #0066CC;
	background: #fff url(../img/excl.png) no-repeat top left;
	padding-left: 70px;
	margin-left: 175px;
	display:none;
	padding-top: 5px;
	padding-bottom: 13px;
}

#del_web2 p {
	font-weight: bold;
	font-size: 9pt;
	color: #000; /* For IE 6*/
}

input {
	background-color: #FFFFCC;
	border: 1px solid #666666;
	width: 400px;
	margin-top: 2px;
	margin-left: 0px;
	margin-bottom: 9px;
	padding-left:3px;
	text-align: left;
}

#last_hate
{
}

#last_hate a
{
	color: #666;
	font-size: 10pt;
	font-weight: bold;
}

#last_hate img
{
	width: 16px;
	height: 16px;
}

#last_love
{
    padding-left: 5px;
}

#last_love a
{
	color: #0066cc;
	font-size: 10pt;
	font-weight: bold;
}

#last_love img
{
	width: 16px;
	height: 16px;
}

.comment
{
	font-size: 9pt;
	padding: 0px 0px 5px 0px;
}

input.submit{
	background: #fff url(../img/del_web_bt_submit.png) no-repeat top left;
	border: none;
	height: 30px;
	width: 70px;
	margin: 0px 0px 0px 0px;
	
	color: #fff;
	font-size: 11pt;
	font-weight: bold;
	cursor: pointer;
}

input.cancel{
	background: #fff url(../img/del_web_bt_chancel.png) no-repeat top left;
	border: none;
	height: 30px;
	width: 68px;
	margin: 15px 10px 0px 0px;
	
	color: #fff;
	font-size: 11pt;
	font-weight: bold;
	cursor: pointer;
}

input.submit2
{
	padding: 0px;
	background: #fff url(../img/del_web_bt_yes.png) no-repeat top left;
	border: none;
	height: 30px;
	width: 185px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	font-size: 11pt;
	font-weight: bold;
	cursor: pointer;
}

input.cancel2
{
	padding: 0px;
	background: #fff url(../img/del_web_bt_no.png) no-repeat top left;
	border: none;
	height: 30px;
	width: 157px;
	margin: 15px 0px 0px 0px;
	
	color: #fff;
	font-size: 11pt;
	font-weight: bold;
	cursor: pointer;
}

#del_process {
	display: none;
}

td.input{
	padding: 10px 10px 10px 0px;
/*	//padding: 10px 12px 10px 0px;*/
	font-weight: bold;
}

input.error{
	background: #fff url(../images/input_form/input_back_error.gif) repeat-x top;
	border: solid 2px #cc0101;
	height: 24px;
	padding: 6px 4px 0 4px;
}           

/* Statistics */
#statistics{
	background: #f8f8f8;
	padding: 10px;
	font-weight: bold;
	font-size: 9pt;
}
#statistics p{
	margin: 0 0 5px 0;
}

/* Last adds */
#last_adds{
	margin: 20px 100px 0 0;
}

.checkbox{
	width: 13px;
	height: 13px;
	border: none;
	background: none;
	position: relative;
	top: 3px;
}
#attention{
	position: relative;
	top: 0.15em;
	margin: 15px 0 0 20px;
}

/* Classes */
.grey{
	color: #666;
}
.dark_grey{
	color: #333;
}
.green{
	color: #00CC00;
}
.blue{
	color: #0066cc;
}
.blue_del{
	color: #0066cc;
	font-size: 18pt;
}
.red{
	color: #cc0101;
}
.ltgray {
	color: #CCCCCC;
}

.normal{
	font-weight: normal ! important;
}
.rur_dash{
	display: inline-block;
	margin-left: -0.65em;
	font-family: Arial, Helvetica, sans-serif;
}

#now_del img {
	width: 16px;
	height: 16px;
/*	align: absmiddle;
	text-align: absmiddle;*/
}
.ask {
	text-align: left;
	font-weight: bold;
}
.answer {
	text-align: left;
	margin-bottom:10px;
}
.lt
{
	margin-left: 100px;
	float: left;
}
.rt
{
	margin-right: 100px;
	float: right;
}