html, body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-position: 0px 0px;
}
body{
	margin-left:5px;
}
.bodyindex {
	background-image: url(images/bg_index_leftaligned.gif);
}
.bodygallery {
	background-image: url(images/bg_gallery_leftaligned.gif);
}
.bodylight{
	background-image: url(images/bg_light_leftaligned.gif);	
}

/*------------HEADS--------------*/
h1, h2, h3, h4, h5, h6{
	margin: 0px;
	padding: 0px;
}

h1{
	font-size:18px;
	font-weight:bold;
	color: #a2a9b3;
}

h2{
	font-size:16px;
	font-weight:bold;
	color: #a2a9b3;
}

h3{	
	font-size:14px;
	font-weight:bold;
	color: #003300;
}

h4{
}

h5{
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #ce687d;
}

h6{
}

.title_album{
	font-size:18px;
	font-weight:bold;
	color: #896a9b;
}

.text_mini{
	font-size:10px;
}

.text_black{
	color: #000000;
}

/*------------LINKS--------------*/
a:link {
	color: #ED0677;
	text-decoration: none;
}
a:visited {
	color: #ed0677;
	text-decoration: none;
}
a:hover{
	color: #aa0457;
	text-decoration: none;
}
a:active {
	color: #fda8d2;
	text-decoration: none;
}

a.tooltip{
	position:relative;
	border:#FFFFFF;
}

a.tooltip:hover{ 
	background-color:#FFFFFF;
	text-decoration: none;
	z-index:3;
}

a.tooltip span{display: none}

a.tooltip:hover span{ /*the span will display just on :hover state*/
display:block;
position:absolute; /*makes the tooltip float over the page*/ 
top:2em;
left:2em;
width:10em;
border:1px solid #FFCCFF;
background-color:#FFFFFF;
color:#990066;
text-align: left;
text-decoration: none;
padding: 4px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal; 
}

.nohover a:hover{
	text-decoration: none;
	border:none;
}
a.sidepanel:link{
	color: #aa0457;
}
a.sidepanel:visited {
	color: #aa0457;
}
a.sidepanel:hover {
	color: #aa0457;
}
a.sidepanel:active {
	color: #aa0457;
}

img {
	border: none;
}

.boxbottom{
	height: 20px;
}

/*------------FORMS--------------*/
input.sendbtn{
	height: auto;
	width: auto;
	background-color: #fbdbf2;
	font-size: 10px;
	border-width: 3px;
	border-style: double;
	border-top-color: #FEB1D6;
	border-left-color: #FEB1D6;
	border-right-color: #FD60AA;
	border-bottom-color: #FD60AA;
}
input.sendbtn:active{
	border-top-color: #FD60AA;
	border-left-color: #FD60AA;
	border-right-color: #FEB1D6;
	border-bottom-color: #FEB1D6;
}
input.txtfield{
	height: 16px; 
	border: 1px solid #FD60AA;
	font-size: 10px;
}
/*------------Layout--------------*/
#Loginbar {
	position:absolute;
	width:955px;
	height:29px;
	z-index:2;
	left: 0px;
	top: 335px; /*before leaderboard: 245px;*//*310*/
	padding-left: 10px;
}

#album{
	height: 60px;
	width: 123px;
	position: relative;
	z-index: 3;
	left: 0px;
	top: 0px;
	background-image: url(images_rhea/icon_album.gif);
	background-repeat: no-repeat;
	float: left;
}

#albumtext{
	position: relative;
	right: 40px;
}

.inline{
	display: inline;
}

.float_right{
	float:right;
	position: relative;
}
.float_left{
	float:left;
	position: relative;
}
.pad_left{
	padding-left: 10px;
}
.pad_right{
	padding-right: 10px;
}

hr {
background-color: #b0958a; /* mozilla */
border: 0px; /* fixes mozilla height */
clear: left;
color: #b0958a; /* ie */
float: left;
height: 1px;
margin: 4px 0px 4px 0px;
width: 99%;
}

/*----------Specific Styles----------*/
.dotted{
	border: 1px dotted #ff9695;	
}

.box_bg1{
	background-attachment: fixed;
	background-image: url(images_rhea/home/bg_search.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#banners_side {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	right: 3px;
}

