/* Robert Daly's Style Sheet */



body { 

background: white url('backright.jpg') repeat-y fixed right; 
font-family: Arial, Verdana, sans-serif; 
color: black; 
margin-left: 10; margin-top: 10; margin-right: 0; margin-bottom: 0;
}

a:link {
color: #000000;
text-decoration: underline;
}

a:visited {
color: #000000;
text-decoration: underline;
}

a:hover {
color: #000000;
text-decoration: none;
}

a:active {
color: #000000;
text-decoration: underline;
}

/* NavList */
#navlist {
position: relative;
}

#navlist ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#navlist li {
margin: 0;
}

#navlist a {
display: block;
padding: 4px 2px 3px 5px;
background-repeat: repeat;
background-position: 0% 0%;
}

#navlist a:link, #navlist a:visited {
color: black;
text-decoration: none;
}



#navlist a:hover, #navlist a:active {
background-color: #cccccc;
color: white;
}



img {border-style: solid;
	border: 0px;
	border-color: black;} 

.imgbor {border: 1px solid #000;}

.upload {position:absolute; right: -0; bottom: -0; border: 0px;}

.scorestyle {background:#C0C0C0; color:black; width:30px; height:30px; border:0; cursor: pointer;}

.comments_selection {float: left; width: 135px;}
.comments_selector {margin: 5px 0;}
.comments_search {position: relative; top: -6px; left: 6px;}
.search_forms {float: left; width: 100px; margin: 5px 0;}
.dropdown_box {margin: 2px;}
.dropdown_box form {margin: 5px 0; padding: 0;}
.dropdown_box input, .dropdown_box select {margin-right: 5px}
form {margin:0; padding:0; }
.submit_button {position: relative; top: 0 !important; top: 1px; left: 0 !important; left: 5px;}
.search_dropdown_span {margin-bottom: 5px} 
.comments_search_thumb {text-align: center; padding: 4px}
#ratings_box {float: left; margin: 11px;}
#permalink_box {clear: both; margin: 10px 11px;}
#meta_descrip, #upload_thumb {padding-right: 5px; margin-right: 5px;}

    #rateStatus{float:left; width: 120px; height:20px; font-weight:bold;}
    #rateMe{padding:0px; margin:0px;}
    #rateMe li{float:left;list-style:none;}
    #rateMe li a:hover,
    #rateMe .on{background:url(star_on.gif) no-repeat;}
    #rateMe a{float:left;background:url(star_off.gif) no-repeat;width:20px; height:20px;}
    #ratingSaved{display:none;}
    .saved{color:red; }
	
.uploaded_image {background: #fff url('loading.gif') no-repeat 50% 50%; text-align: center;}
	
