body { 
background-color: #FF99FF; 
background-image: url('../images/BkgGrecaH.jpg');
background-repeat: repeat-x;
color: #CC0099; 
font-size: small; 
font-family: "Verdana", serif; 
line-height: 1.5;
}

body#home { 
background-image: none;
padding: 0px;
}
 
td { 
vertical-align: top; 
}

#home td {
font-size: 0.9em;
}

ul {
  padding: 10px 0px 20px 15px;
}

img, table { 
border-style: none; 
}

a:link { 
text-decoration: none; 
font-weight: bold; 
color: #CC00CC; 
}

a:active { 
text-decoration: none; 
font-weight: bold; 
color: #CC00CC; 
}

a:visited { 
text-decoration: none; 
font-weight: bold; 
color: #CC00CC; 
}

a:hover { 
text-decoration: underline; 
font-weight: bold; 
color: #330033; 
}

.small { 
font-size: 0.85em; 
}

label{
width: 150px;
float: left;
}

fieldset {
border: none;
padding: 5px 0px;
}

#menuimg { 
position: absolute; 
top: 0px; 
left: 0px; 
z-index: 1; 
}


#content{
position: absolute; 
left: 0px; 
top: 120px; 
width: 80%;
height: 100%;
padding: 30px 0px 50px 90px;
background-image: url('../images/BkgGrecaV.jpg');
background-repeat: repeat-y; 
z-index: 2;
}

#fans_list{
margin: 0px 0px 30px 0px;
width: 90%;
}

#fans_list td, th{
text-align: left;
}

#view_list_options {
width: 450px;
text-align: left;
padding-left: 0px;
margin-bottom: 30px;
}

#pagination {
text-align: center;
margin: 10px auto;
}

.error, .success{
padding: 10px;
font-size: 1.2em;
font-weight: bold;
}

