a:link {color: black}
a:visited {color: black}
a:hover {color: Hotpink}

a.menu:link {color: #284F91}
a.menu:visited {color: #284F91}
a.menu:hover {color: Hotpink}

a.recent:link {color: #284F91; text-decoration: none}
a.recent:visited {color: #284F91; text-decoration: none}
a.recent:hover {color: Hotpink; text-decoration: underline}

a.profile_name:link, a.profile_name:visited
{
	color: #284F91;
	font: bold 12px Verdana;
	text-decoration: none;
}
a.profile_name:hover
{
	color: #FF69B4;
	font: bold 12px Verdana;
	text-decoration: underline;
}

body
{
	margin: 0 auto;
	font: 12px Verdana;
	max-width: 1000px;
}
table {border-collapse: collapse; width: 100%; font: 12px Verdana}
td {vertical-align: middle; padding: 0px}
input {font: 12px Verdana}
select {font: 12px Verdana}
textarea {font: 12px Verdana; overflow: visible}

.size1 {font: 9px Verdana}
.size2 {font: 12px Verdana}

.menu1 {color: #284F91; font: 9px Verdana}
.menu2 {color: #284F91; font: 12px Verdana}

.title
{
	color: #284F91;
	font: bold 12px Verdana;
}

p
{
	padding: 0; margin: 0;
}

#form_table td
{
	width: 50%;
	padding: 5px 5px 5px 0;
	vertical-align: top;
}

#form_table input, #form_table textarea
{
	width: 100%;
}

#form_table #directory_email_public, #form_table #directory_no_comments, #form_table #invoice_oferta, #form_table #directory_calendar_on
{
	width: auto;
}

#form_table textarea
{
	height: 100px;
}

#form_table textarea#directory_extra
{
	height: 200px;
}

table#profile_types_compare td
{
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}

ul#comments_rate
{
	height: 40px;
	width: 90px;
}

#comments_rate_1_li
{
	background: url(/img/positive.gif) no-repeat 0 0; 
}
#comments_rate_0_li
{
	background: url(/img/neutral.gif) no-repeat; 
}
#comments_rate_-1_li
{
	background: url(/img/negative.gif) no-repeat; 
}

ul#comments_rate li
{
	display: inline;
	float: left;
	width: 24px;
	padding: 30px 0 0;
	text-align: center;
	margin: 0 3px;
}

#comments_name
{
	width: 200px;
}

#comments_comment
{
	width: 400px;
	height: 200px;
}

#cat_title
{
	position: absolute; 
	top: 200px; 
	left: 50%; 
	margin-left: -144px; 
	height: 30px;
}
#cat_title div
{
	position: relative; 
	left: -110px; 
	top: -60px; 
	width: 92px; 
	height: 71px;
}

#header_outer
{
	background: url(/img/bg_top.gif) repeat-x top;
}

#header_inner
{
	height: 200px;
	background: url(/img/logo.jpg) no-repeat top left;
	position: relative;
}

#ads_top
{
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: right;
	width: 600px;
}

#menu_top
{
	position: absolute;
	right: 10px;
	top: 130px;
	height: 24px;
}

#menu_top ul li
{
	float: left;
	display: inline;
	background: url(/img/bg_menu.gif) repeat-x top;
	height: 14px;
	margin-left: 50px;
}

#auth
{
	position: absolute;
	right: 10px;
	top: 160px;
	text-align: right;
}

h1
{
	font-size: 150%;
	margin: 10px 0;
}

h2
{
	font-size: 130%;
	margin: 10px 0;
}

.profile_table
{
	margin-bottom: 10px;
}
.profile_table td, .profile_table th
{
	border: 1px solid #ccc;
	padding: 3px;
}
.profile_table th
{
	background-color: #eee;
}
.profile_table p
{
	font-size: 80%;
}

.center
{
	text-align: center;
}

.ul_regular 
{
	list-style: disc inside;
}

#logo_link
{
	position: absolute;
	left: 0;
	top: 0;
}

#logo_link a
{
	display: block;
	height: 200px;
	width: 200px;
}

#oferta
{
	width: 100%;
	height: 100px;
	overflow: auto;
	border: 1px solid #aaa;
	padding: 5px;
	font-size: 90%;
	margin-bottom: 10px;
}
#oferta p, #oferta_page p
{
	margin: 5px 0;
}

hr
{
	color: #ccc;
	background-color: #ccc;
	border: 0px none;
	height: 1px;
} 

ul#calendar li
{
	float: left;
	display: inline;
	width: 160px;
	/* margin-left: -1px; */
}

ul#calendar li table
{
	border: 2px solid #fff;
	margin-bottom: 10px;
}

ul#calendar td, ul#calendar th
{
	border: 1px solid #e0eeff;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	height: 20px;
	border: 1px solid #fff;
}

ul#calendar td
{
	background-color: #eee;
}

ul#calendar th
{
	background-color: #e0eeff;
}

.calendar_status_0
{
	background-color: #eee !important;
}
.calendar_status_1
{
	background-color: #00ff00 !important;
}
.calendar_status_2
{
	background-color: #ff4f4f !important;
	color: #fff;
}

#calendar_legend
{
	clear: both;
}
.calendar_legend
{
	padding: 1px 10px 1px 5px;
	vertical-align: middle;
}
#calendar_legend li
{
	float: left;
	display: inline;	
	height: 15px;
}
#calendar_available
{
	background-color: #00ff00;
	width: 15px;
}
#calendar_unavailable
{
	background-color: #ff4f4f;
	width: 15px;
}
#calendar_undefined
{
	background-color: #ccc;
	width: 15px;
}
#calendar_updated
{
	float: right !important;
}

.icon
{
	vertical-align: top;
	height: 16px;
	width: 16px;
	border-width: 0;
}

.calendar_fresh
{
	color: #000;
	font-weight: bold;
}

.warning
{
	color: #f00;
	background-color: #feffaf;
	padding: 5px;
	border: 1px dashed #f00;
	margin: 0 0 5px;
}

#profile_tabs
{
	margin: 0 0 10px;
}

#profile_tabs h2
{
	display: inline;
}

#profile_tabs a
{
	text-decoration: none;
	border-bottom: 1px dashed #777;
}

.profile_tab_active
{
	border-bottom: 1px solid #000 !important;
}

#gold_benefits
{
	padding: 10px;
	margin: 30px 0 0;
	border: 1px solid #ccc;
	background-color: #afa;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

#gold_benefits li
{
	list-style: outside url('/img/icons/tick.png');
	margin: 10px 0 0 25px;
}

.hidden_profile_warning
{
	margin: 10px;
	border: 1px dashed #ff0000;
	padding: 10px;
	background-color: #fff;
	font-weight: bold;
}
