﻿body
{		
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
		/*background-color:#804487;*/
		/*background: #D7E2E8 url( '../images/pageBg.gif' ) repeat-x;*/
	 	
	}
.box
{
	background: #D7E2E8 url( '../images/pageBg.gif' ) repeat-x bottom;
	border: solid 1px #D7E2E8;
	text-align: left;
	width: 160px;
	margin-bottom: 5px;
	background-position: top;
}
h1
{
	color:#097DAE;
	font-size:medium; 	
	}


#header
{	
	height:200px;	
}
.mainContainer
{
	font-family:Arial;
	font-size:small;  
	width:100%;		
	color:#097DAE;
	min-height:800px;	
	border:0px solid #097DAE;
	
	}
.thumb
{
	height:82px;			
	}
.photo
{
	border:solid 3px #fff;
	width:150px;	
	}
.rating
{		
	/*background: url(../images/logo2.jpg) ;*/
	background-repeat:no-repeat;
	border:solid 3px #D7E2E8;    	            
	}
.ratingStar {
    font-size: 0pt;
    width: 42px;
    height: 42px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../images/star_full.gif);

}

.emptyRatingStar {
    background-image: url(../images/star_empty.gif);
}

.savedRatingStar {
    background-image: url(../images/star_full.gif);
}

.hoverPanel
{
	width:300px;
	display: block;
	visibility:hidden;
	background-color: #ECF4F3;	
	color:#ba0200 ;
	overflow: visible;
	border: solid 1px #0F52BC;
	position:absolute;
	
	background: #FFF498;
	border: solid 1px #FEB32A;
	
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;	
}
.tag
{
	border-bottom:dotted 0.25px #ccc; 
	overflow:visible;
}
.tag a
{
	border-bottom:dotted 0.25px #ba0200; 
	
	}
.title20
{
	background: url(../images/article-top.png) no-repeat;
	color: #477292;
	font-size: 20px;
	line-height:60px;
	padding-left: 45px;
	text-decoration:none;
	font-family: Verdana,Arial,sans-serif !important;
	}

.headerGallery
{
	background: url( ../images/hederPrompt.jpg ) repeat-x;
	font-size: 12px;
}

#myDesk
{
	border-top:solid 5px black;
	background: url(../images/myDesk.jpg) no-repeat;
	height:200px;
	
	}
	
.photoClip {
	margin: 0px;
	position: relative;
	width: 160px;	
	float: left;
}
.photoClip img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.photoClip a {
	text-decoration: none;
}
.photoClip span {
	width: 30px;
	height: 60px;
	display: block;
	position: absolute;
	top: -5px;
	left: -2px;
	background: url(../images/paper-clip.png) no-repeat;
}

.photoStar {
	margin: 0px;
	position: relative;
	width: 160px;	
	float: left;
}
.photoStar img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.photoStar a {
	text-decoration: none;
}
.photoStar span {
	width: 400px;
	height: 300px;
	display: block;
	position: absolute;
	top: -5px;
	left: -20px;
	background: url(../images/starLace.png) no-repeat;
}

.photoGradient
{
	margin: 0px;
	position: relative;
	width: 150px;	
	float: left;
	}
.photoGradient img {
	background: #fff;
	border: solid 1px #ccc;
	
}
.photoGradient span {
	width: 150px;
	height: 84px;
	display: block;
	position: absolute;	
	background: url(../images/glossy-gradient.png) no-repeat;
	_background: none; /* IE 6 only */
}



.blueblock{
width: 160px;
padding: 0 0 1em 0;
color: #2175bc;
font-size:12px;
}

* html .blueblock{ /*IE 6 only */
width: 127px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

.blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

.blueblock li {
border-bottom: 1px solid #90bade;
margin: 0;
}

.blueblock li a{
display: block;
padding: 5px 5px 5px 18px;
background: url(../images/ballBlue.png) no-repeat left;
color: #2175bc;
text-decoration: none;
width: 100%;
}

html>body .blueblock li a{ /*Non IE6 width*/
width: auto;
}

.blueblock li a:hover{
color: #fff;
background: url(../images/ballGray.png) no-repeat left;
}



