html, body 
{
	margin: 10px;
	padding: 0;
	background: #dddddd;
	color: #000;
	font-family: Verdana, Arial, Serif;
    font-size: 11px;
height: 100%;
}


#pageWrapper
{
	width: 100%;
	margin: 0 auto;
	min-width:1024px;
	height: 100%;
}
#header, #topNavigation, #footer
{
	width: 100%;
}
#header
{
	background: #000 url("images/header-bg-2.gif") left repeat-x;
	color: #000;
	height: 96px;
	padding-left: 2px;
	overflow:hidden;
	
}
#headerLeft
{	
	background: url("images/header-left.jpg");
	float: left;
	margin-left: -2px;
	height: 96px;
	width: 490px;	
}
#headerRight
{
	background: url("images/header-right-2.jpg");
	float: right;
	height: 96px;
	width: 480px;
	text-align:left;
}
#topNavigation
{
	clear: both;
	background: #888;
	color: #fff;
	padding-right: 2px;
}
#topNavigation .content
{
	margin: 3px 10px;
}
#contentWrapper
{
	width: 100%;
	min-height: 340px;
	background: #fff url("Images/content-bg.gif") left repeat-y;
	color: #000;
	border: #888 1px solid;
	overflow:hidden;
}
#content1, #content2
{
	float: left;
}
#content1
{
	width: 195px;
}

#content2
{
    width:80%;
}

#ads
{
	text-align: center;
	margin: 20px auto;
}

#content2 .content
{
	margin: 10px;
	
}
#footbar
{
	clear: both;
	background: #0655a2 url("Images/footer-bg.gif") left repeat-x;
	color: #000;
	height: 23px;
	padding-left: 2px;
}
#footerLeft
{
	background: url("Images/footer-left.gif");
	float: left;
	margin-left: -2px;
	height: 23px;
	width: 11px;
}
#footerRight
{
	background: url("Images/footer-right.gif");
	float: right;
	height: 23px;
	width: 11px;
	margin-top:-18px;
	margin-right:-2px;
}
.MenuGroup
{
	background: #eee;
	color: #878787;
	font-size: small;
	font-family: Verdana, Sans-Serif;
}
.MenuItem, .MenuItemOver
{
	padding-left: 5px;
	width: 194px;
	height: 22px;
}
.MenuItem
{
	background: url("Images/menu-default.gif") no-repeat;
}
.MenuItemOver
{
	background: url("Images/menu-hover.gif") no-repeat;
}
.MenuItemClicked
{
	background: url("Images/menu-active.gif") no-repeat;
}

.loginLink
{
    color:White;
}

/*RSS FEED*/
.rssFeed
{
    background:white;
}

.rssFeedHeader
{
    background:black url('images/contentheader-filler.gif') repeat-x;
    height:23px;    
    margin:0;
    
}

.rssFeedHeader h1
{
    padding:.15em;
    margin:0;
    font-size:16px;
    float:left;
    color:White;
    vertical-align:top;
}


.rssFeedHeaderLeft
{
    background:black url('images/contentheader-left.gif') no-repeat;
    height:23px;
    float:left;
    width:12px;
    
}

.rssFeedHeaderRight
{
    background:black url('images/contentheader-right.gif') no-repeat;
    height:23px;
    float:right;
    width:12px;
    
}

.rssFeedContent
{
    clear:both;        
    border-top: 0;
    border-right: 1px solid gray;
    border-bottom:1px solid gray;
    border-left:1px solid gray;
    
}

.rssFeedContent ul 
{
     list-style:none;
     margin:0;
     padding:0;    
}

.rssFeedContent li
{
    padding: .8em;
}

.rssFeedContent li a
{
    font-size:12px;
    text-decoration:none;
}

.rssFeedContent li a:hover
{
    text-decoration:underline;
}

.rssFeedContent li span
{
    display:block;
    margin-left:.75em;
    text-align:justify;
}

.rssFeedFooter
{
    background:#273BAD;
    height:15px;
}

.rssFeedFooter a
{
    float:right;
    margin:2px 3px 0 0;   
}

/* Shading */
.shaded
{
	background-color:#F7F6F3;
	color:#333333;
}

td.notshaded
{
	background-color:White;
	color: #284775;
}

td.header
{
	background-color:#59A074;
	font-weight:bold;
	color: White;
}





.dropshadow2{
	float:left;
	clear:left;
	background: url(http://192.168.100.242/images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(http://192.168.100.242/images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	width: 500px;
	padding: 0px;
}
.innerbox{
	position:relative;
	bottom:6px;
	right: 6px;
	border: 1px solid #999999;
	padding:4px;
	margin: 0px 0px 0px 0px;
}
.innerbox{
	/* IE5 hack */
	margin: 0px 0px -3px 0px;
	margin:  0px 0px 0px 0px;
}
.innerbox p{		
	font-size:14px;
	margin: 3px;
}

.graphicsPanelWorldwide
{
	position : absolute;
	top : 80px;
	left : 400px;
}

.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(Images/SavedStar.png);
}

.dvH3
{
	text-align:center;
	color:Purple;
}