@import 'reset.css';
@import 'ads.css';

body {
/*	background: url(../images/bkgr_hearts.gif) top left #FAAFD9;*/
	background: #FAAFD9;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;	
}
#main {
	width: 1000px;
	margin: auto;
}
br.clear {
	clear: both; 
	font-size:0px;
	height: 0px;
}
p {
	text-indent: 1.5em;
	text-align: justify; line-height: 1.5em;
	margin:.5em;
}
dl {
	display: block; clear: both;
}
dt, dd {
	float: left;
}
em {
	font-style: oblique;
}
#content .center dt, #content .center dl {
	float: none;
	margin-top: 2em;
}
#content .center dt{
	font-weight: bold;
}
#content .center dd {
	margin-left: 2em;
}
#content .center li {
	margin:.5em 0 .5em 0;
}
#pagina2 {
	float: left;
}
/* links */
a {
	color:#AB0C64;
	text-decoration: none;
	border-bottom: 1px #AB0C64 dashed;
}
a:hover {
	border-bottom: 1px #AB0C64 solid;
}
a.rss {
	display: block;
	color: #000000;
	height: 20px;
	padding-top: 3px;
	border: none;
	width: auto;
	float: left;
}

a.no_border {
	border: none;
}

a.search_selected {
    background-color: #AB0C64;
    color: #FFFFFF;
    border: none;
    padding: 2px 4px 2px 4px;
}

#menu a {
	display: block;
	background: url(../images/header_menu.jpg) 0px 0px no-repeat ;
	font-size: 1.2em; font-weight: bold; text-decoration: none; 	color: #666666;
	width: 152px; height: 23px;
	padding-top: 10px;
	border: none;
}
#menu a:hover, #menu a.selected {
	color: #FFFFFF;
	background: url(../images/header_menu.jpg) 0px -33px no-repeat;
}
#menu a.disabled, #menu ul a.disabled:hover {
	color: #999999;
}
#user_menu a {
	color: #AB0C64; text-decoration: none; 	font-size: 1.2em;
	padding: 4px; margin-right: 2em;
	border: none;
}
#user_menu a:hover {
	color: #FFFFFF;
	background-color: #AB0C64;
}
#content .tabs a.tab {
	display: block; float: left;
	color: #333333;
	text-align: center;	font-weight: bold;
	padding-top: 7px;
	height: 18px; width: 186px;
	border: none;
}
#content .tabs a.tab:hover {
	background-color: #CCCCCC;
	color: #333333;
}
#content .tabs a.selected, #content .tabs a.selected:hover {
	background-color: #02A4B3;
	color: #FFFFFF !important;
}
#content .gallery a {
	border: none;
}
form .comment a {
	color: #0058AF;
	border-bottom: 1px #0058AF dashed;
}
form .content a:hover {
	border-bottom: 1px #0058AF solid;
}
#footer_menu a {
	font-weight: bold; font-size: 1.2em;
	text-transform: lowercase;
	color: #666666;
	border: none;
}
#footer_menu a:hover {
	color: #AB0C64;
}
.pink_light a {
	color: #FFFFFF;
	border-color: #FFFFFF;
}
.photo a{
	border: none;
}

div.search_profile_pic a {
    border: 0px;
}
/* end of links */

/* lists */
#menu ul {
	list-style: none;
	display: block;
	background-color: #FFFFFF;
	height: 36px; width: 998px;
}
#menu ul li{
	display: block; float: left;
	margin-left:7px; margin-right: 7px;
	text-align: center;
}
#footer #footer_menu ul{
	margin-top: 3px; margin-right: 5px;
	list-style: none;	
	font-size: 10px; font-weight: bold; text-transform: uppercase;
	float: right;
}
#footer #footer_menu ul li{
	display: inline;
	margin-left: 1.5em;
}
ul#selected_filters {
	min-height: 3em;
	height: auto;
	border: 1px solid #FFFFFF;
	background: url(../images/search_filters.gif) center no-repeat #FFFFFF;
}
ul#selected_filters .filter_title, ul#available_filters .filter_title {
	font-weight: bold;
	border: 1px dotted #666666;
	padding: 3px; margin-bottom: 2px;
	display: block;
}
.selected_filters-hover {
	background-color: #FFAFDC !important;
	border: 1px solid #EE1389 !important;
}
ul#selected_filters li {
	float: none !important;
	padding: 4px;	
	margin:1px !important;
}
ul#available_filters li {
	float: left;
	margin: 2px !important;
}
ul#available_filters li .filter_details {
	width: auto;
	display: none !important; 
	clear: both;
	text-align: center;
}
li.dragger {
	background: url(../images/dragger.gif) right top repeat-y;
}
ul.search_results {
	width: 100%;
}
ul.search_results li {
	clear: both;
}
.search_nav ul {
	float: right;
}
.search_nav ul li {
	margin:0px .5em 0px .5em !important; padding: 0px;
	float: left;
}

dl.help {
	margin-bottom: 2em;
}
dl.help dt {
	margin-bottom: 1em;
}
dl.help dd {
/*	display: none;*/
	line-height: 1.5em;
	margin-bottom: 2em;
	text-align: justify;
}
dl.help a {
	border: none;
	color: #02A4B3;
}
.profile_actions ul li {
    display: block;
    padding-bottom: 5px !important;
}
/* end of lists */

/* boxes */
#header {
	/*margin-top:17px;*/
	display: block;
	width: 998px; height: 145px;
	border-bottom: 4px solid #FFFFFF;
	background: #AB0C64;
}
.registration_step {
	display: none;
}
#user_menu {
	background: url(../images/user_menu_back.gif) top left repeat-x #FFFFFF;
	padding-left: 15px; width: 984px; height: 35px;
	display: block;
	text-align: left;
	border-top: #AB0C64 1px solid; border-bottom: #AB0C64 1px solid;
}
#content {
	background: #FFFFFF;
	width: 994px; 
	display: block;
	padding: 2px;
	border-left: 1px solid #AB0C64; border-right: 1px solid #AB0C64;
}
.pink_light {
	background-color: #EE1389;
	color: #FFFFFF;
	border: 1px solid #AB0C64;
}
#content .column {
	display: block; float: left;
	margin: 1px;
}
#content .c {
	margin: 2px;
	float: left;
	width: 100%;
}
#content .l {
	width: 342px;
	text-align: left;
}
#content .r {
	width: 210px;
	text-align: right;
}
#content .left {
	width: 250px;
	min-height: 600px;
}
#content .center {
	width: 578px;
}
.content_center {
	width: 570px;
	margin-left: 2px;
}
#content .right {
	width: 100px;
	text-align: right;	
}
.messaging_folder {
    display: block;
    width: 100%;
    background-color: #CCCCCC;
}
#footer {
	background:#FFFFFF;
	display:block;
	height: 28px; width: 978px;
	padding-left:20px; padding-top: 5px;
/*	border: 1px solid #CCCCCC; border-top:1px dashed #999999;*/
	border: 1px solid #AB0C64; border-top:1px dashed #999999;
}
#about {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	display: block;
	height: 22px; width: 1000px;
	text-align: center;
	color: #AB0C64;
	font-size: 11px; line-height: 1.5em;
}

#logo {
	margin-top: 2em;
	margin-bottom: 0.5em;
	display: block;
	height: auto; width: 1000px;
	text-align: center;
	color: #AB0C64;
	font-size: 11px; line-height: 1.5em;
}
#logo a, #logo img {
	border-bottom: none;
}
/*.ads {
	border: 1px dashed #CCCCCC; width: 100%;
	color: #CCCCCC;
	float: right;
}*/
.photo {
	float: right;
	width: 147px; height: 188px;
	padding-top:21px; padding-left: 11px;
	#padding-left: 11px;
	background: url(../images/polaroid.gif) top left no-repeat;
	text-align: center;
}
.gallery .photo {
	float: left;
}
.tabs {
	border-bottom: 2px solid #02A4B3;
}
div.search_profile_pic {
	display: block;
	height: 60px;
	width: 63px;
	margin: 2px;
	float: left;
}
div.search_profile_pic img {
	height: 60px;
	width: 63px;
}
div.search_profile_details {
	display: block;
	height: 60px;
	margin-left: 2em;
	float: left;
	line-height: 1.8em;
}
div.search_profile_details .uname {
	font-size: 11px;
	font-weight: bold;
}
.search_nav {
	width: 100%;
	margin:.5em 0 2em 0;
}
.search_nav .search_info {
	color: #999999;
	float: left;
}
/* end of boxes */
/* forms */
form {
	display: block;
}
form fieldset {
	display: block;
	padding: 2px;
}
fieldset label {
	color: inherit;
	font-weight: bold;
	display: block; float: left;
	width: 170px; height: 24px;
	vertical-align: middle;
}
form label.required {
	background: url(../images/icons/bullet_red.gif) top right no-repeat;
}
form label.required_ok {
	background: url(../images/icons/bullet_green.gif) top right no-repeat;
}
form input {
	display: block; float: left;
	font-size: 11px; font-family: Tahoma, Verdana, Geneva, Arial, sans-serif;
	padding: 1px;
	vertical-align: middle;
}
form select {
	font-size: 11px; font-family: Tahoma, Verdana, Geneva, Arial, sans-serif;
	padding: 1px;
	width: auto;
	max-width: 166px;
/*	min-width: 50px;*/
	vertical-align: middle;
}
form textarea {
	font-size: 11px; font-family: Tahoma, Verdana, Geneva, Arial, sans-serif;
	padding: 1px;
	vertical-align: top;
	width: 300px;
	height: 200px;
}
.comment {
	/*clear: both;*/
	display: block;
	width: auto;
	background: #EDF3FA url(../images/icons/information.gif) no-repeat 5px center ;	 
	border: 1px solid #CDE4FF;
	padding: 3px; margin-top: 0.5em;
	padding-left: 25px;	
	color: #0058AF;
}
.error {
	clear: both;
	display: block;
	max-width: 550px;
	background: #FFC6B7 url(../images/icons/exclamation.gif) no-repeat 5px center ;
	border: 1px solid #CC0000;
	padding: 3px; margin-top: 0.5em;
	padding-left: 25px;
	color: #CC0000;
}
#login_form {
	display: inline;
}
#login_form label {
	display: inline; float: none; width: auto;
}
#login_form input {
	display: inline; float: none;
}
#login_form fieldset {
	padding: 0px;
}
fieldset img {
	vertical-align: middle;
}
img.lock {
	margin-right: 2em;
}
span.welcome {
	vertical-align: middle;
	font-size: 12px;
}
#login_form #submit {
	margin-right: 2em;
}
fieldset a {
	vertical-align: middle;
}
#quick_search_profiles label {
	min-width: 3em;
	width: auto;
}
input#prev_profile_pic, input#next_profile_pic, #profile_pic {
	float: left;
	vertical-align: middle;
}
input.message {
	width: 300px;
}
textarea.message {
	width: 300px;
	height: 10em;
}
.new_message .submit {
	width: auto;
}
#available_filters li label {
	width: auto;
	font-weight: bold;
	border: 1px dotted #666666;
	padding: 3px; margin: 4px;
}
#selected_filters li label {
	width: auto;
}
#selected_filters li input {
	margin-right: 1em;
	margin-left: 1.5em;
}
/* end of forms */

/* headings */
h1 {
	display: none;
}
h2 {
	font-size: 1.8em; font-weight: bold;
	text-align: right;
	padding:20px 10px 20px 0px;
	margin-bottom: .5em;
}
h3 {
	color: #EE1389;
	background: url(../images/h3_heart.gif) 0px 2px no-repeat;
	font-size: 16px; font-weight: bold; 
	padding-left: 20px;
}
h4 {
	color: #02A4B3; font-size: 11px; font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px dotted #CCCCCC;
	width: 100%; display: block;
}
h5 {
	font-weight: bold;
	border: 1px dotted #666666;
	padding: 3px; margin: 4px;
}
.pink {
	background-color: #AB0C64;
	color: #FFFFFF;
}
.search_p {
	background-image: url(../images/bitsy/magnifier_pp.gif); 
	background-position: 10px 10px; background-repeat: no-repeat;
}
.home_b {
	background-image: url(../images/bitsy/home_bb.gif); 
	background-position: 10px 10px; background-repeat: no-repeat;
}
.user_space {
	background: url(../images/profiles_icon.gif);
	background-position: 10px 16px; background-repeat: no-repeat;	
}
.user_space #title_comment{
	margin-left: 50px;
}
.blue {
	background-color: #02A4B3;
	color: #FFFFFF;
}
/* end of headings */

/* spans */
span#title_comment {
	font-size: 10px; font-weight: bold; text-align: left;
	display: block; float: left;	
	width: 220px; 
	background: url(../images/arr_type01.gif) top left no-repeat;
	background-position: 0px 2px;
	margin-left: 5px; margin-top: 8px; padding-left: 14px;
}
span.message {
	border: 1px solid #CCCCCC;
	display: block;
	padding: 2px;
	margin-bottom: 5px;
}
span.message span.header{
	background-color: #CCCCCC;
	display: block;
	height: 18px;
}
span.message span.title{
	display: block;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
}
span.message span.actions{
	display: block;
	margin-top: 5px;
	background-color: #CCCCCC;
	height: 12px;
	padding: 4px;
/*	float: right;*/
}
span.message .reply_form {
	display: none;
	background-color:#AFF9FF;
}
/* end of spans */
/* other */
cite {
	background: url(../images/quote.gif) top left no-repeat;
	display: block; min-height: 32px; padding: 10px 0px 0px 0px;
	text-indent: 32px;
	font-style: italic;
	font-size: 1.5em;
}
strong {
	font-weight: bold;
}
hr {
	margin:0px;
	height: 1px;
	border: 0px;
	color: #999999; background-color: #999999;
}
hr.pink {
	color: #AB0C64;
	background-color: #AB0C64;
}
hr.grey {
	color: #666666;
	background-color: #666666;
}
.anim_hidden {
	display: none;
}
span.message span.header img {
	vertical-align: middle;
}

/* Scroller Box */
#scroller_container {
 position: relative;
 top: -4px;
 width: 450px;
 height: 25px;
 overflow: hidden;
 float: left;
 margin:0px;  padding:0px;
}

#scroller {
 white-space: nowrap;
 line-height: 11px;
 font-size: 11px;
 margin:0px;  padding:0px; 
}

#scroller p {
 padding: 0;
}

/* CSS Hack Safari */
#dummy {;# }


/* Scoller Box */
/* end of others */
