/* CSS Document */
.redmsg {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}
.redmsg a{
	color: #FF0000;
	text-decoration:underline;
}
.redmsg a:hover{
	color: #FF0000;
	text-decoration:none;
}

.h1-black {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #000000;
}
.h2-black {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.h2-black a
{
	color: #000000;
	text-decoration:underline;
}

.h3-black {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.h3-black a
{
	color: #000000;
	text-decoration:none;
}
.h3-black a:hover
{
	color: #000000;
	text-decoration:underline;
}

.h1-white
{
    font-family:Helvetica, sans-serif;
    font-size:10px;
    color:#FFFFFF;
}
.h1-white a
{
    color:#FFFFFF;
    text-decoration:none;
}
.h1-white a:hover
{
    text-decoration:underline;
}

.h2-white
{
    font-family:Helvetica, sans-serif;
    font-size:11px;
    color:#FFFFFF;
}
.h2-white a
{
    color:#FFFFFF;
    text-decoration:underline;
}
.h2-white a:hover
{
    text-decoration:underline;
}

.h3-white
{
    font-family:Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    color:#FFFFFF;
}

.h1-d-blue
{
    font-family:Helvetica, sans-serif;
    font-size:11px;
    color:#007cc1;
}
.h1-d-blue a
{
    color:#007cc1;
    text-decoration:none;
}
.h1-d-blue a:hover
{
    text-decoration:underline;
}

.h2-d-blue
{
    font-family:Helvetica, sans-serif;
    font-size:12px;
    color:#007cc1;
}
.h2-d-blue a
{
    color:#007cc1;
	text-decoration:underline;
}
.h2-d-blue a:hover
{
	text-decoration:none;
}

.h3-d-blue
{
    font-family:Helvetica, sans-serif;
    font-size:14px;
    color:#007cc1;
}

.h2-blue
{
    font-family:Helvetica, sans-serif;
    font-size:11px;
    color:#b4d9ee;
}
.h2-blue a
{
    color:#b4d9ee;
    text-decoration:none;
}
.h2-blue a:hover
{
    text-decoration:underline;
}


.h3-blue
{
    font-family:Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    color:#007cc1;
}
.h3-blue a
{
    color:#007cc1;
    text-decoration:none;
}
.h3-blue a:hover
{
    color:#007cc1;
    text-decoration:underline;
}

.h4-blue
{
    font-family:Helvetica, sans-serif;
    font-size:16px;
    color:#007cc1;
}
.h4-blue a
{
    text-decoration:underline;
    color:#007cc1;
}
.h4-blue a:hover
{
    text-decoration:underline;
}

.thumbnail
{
display:block;
width:110px;
height:76px;
background:url(../images/photo2.jpg);

}
.thumbnail:hover
{
display:block;
width:110px;
height:76px;
background:url(../images/rollover_thumb_play_trans.png)
}
a.linkopacity75 img {
filter:alpha(opacity=0) ; 
-moz-opacity: 0.0;
opacity: 0.0;
-khtml-opacity: 0.0; }

a.linkopacity75:hover img {
filter:alpha(opacity=40); 
-moz-opacity: 1.0; 
opacity: 1.0;
-khtml-opacity: 1.0; }

.textbox {
	BORDER-RIGHT: #d4e4f3 1px solid; 
	BORDER-TOP: #d4e4f3 1px solid; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	BORDER-LEFT: #d4e4f3 1px solid; 
	COLOR: #333333; 
	BORDER-BOTTOM: #d4e4f3 1px solid; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.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);
}

.pagingArea 
{
  font-family: verdana, Arial, Helvetica;
  font-size: 11px;
  overflow:hidden;
  float:right;
  white-space:nowrap;
  padding:0px;
  color:#7B7B7B;
}
.pagingArea a:active, .pagingArea a:link, .pagingArea a:visited,
.pagingArea a {
  float:left;
  border:1px solid #d4d4d4;
  color:#7b7b7b;
  padding:1px 5px;
  margin-left:9px;
  text-decoration:none;
  font-weight:normal;
}
.pagingArea a.selected, .pagingArea a.selected:hover {
  background-color:#b1c646;
  color:white;
  border:1px solid #97a93c;
  cursor:default;
}
.pagingArea a:hover {
  background-color:#eee;
  border-color:#7b7b7b;
}

