﻿@charset "UTF-8";

div .solidBG{
    background-color:#f3f0ea;
    width:610px;
}
div .solidBGie{
    background-color:#f3f0ea;
    width:600px;
}
div #solidBG{
    background-color:#f3f0ea;
}
div .lightBox{
    width:auto; 
    position:absolute; 
    z-index: 9; 
    background-color:#f3f0ea; 
    border:10px solid #ffffff; 
    padding:10px;
}

.poll label{
    font-weight:normal;
}

.ModalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.ModalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding: 5px;
}


.rating_bar {
  width: 100px;
  background: url(/images/star_empty.gif) 0 0 repeat-x;
}

.rating_bar div {
  height: 20px;
  background: url(/images/star_fill.gif) 0 0 repeat-x;
}

.DSUNav A:link {color:#fff; text-decoration:none;} 
.DSUNav A:visited {color:#fff; text-decoration:none;} 
.DSUNav A:hover {color:#054a83; text-decoration:none;} 
.DSUNav A:active {color:#fff; text-decoration:none;}