﻿body 
{
    font-family:Maiandra GD;
}

a.gallerypic{
  width:181px;
  text-decoration:none;
  position:relative;
  display:block;
  padding:3px;
  margin-right:5px;
  border: solid 1px #878787;
}

a.gallerypic span.play-icon{
  visibility:hidden;
  position:absolute;
  left:40%;
  top:35%;
  border:none;
}

a.gallerypic:hover span.play-icon{
  visibility:visible;
  border:none;
}

.loginPanel
{
    float:right; 
    text-align:center; 
    padding-right:20%; 
    padding-top:5px; 
    padding-bottom:2px; 
    font-size:10px; 
    vertical-align:top; 
    font-family:Verdana, Arial, Helvetica, sans-serif; 
    font-weight:500;
}

.headerBar
{
    background-image: url(images/topBorder.png);
    background-repeat:repeat-x;
    color:#FFFFFF;
    font-size:1em;
}

.formInputTextBox
{
    font-size:12px;
    vertical-align:middle;
}

a.SiteMasterLinksTop 
{
    color:#9C6A36;
    text-decoration:none;
}

a.SiteMasterLinksTop:visited 
{
    color:#9C6A36;
    text-decoration:none;
}

a.SiteMasterLinksTop:hover
{
    color:#9C6A36;
    text-decoration:underline;
}

a.LoginRegister
{
    color:#9C6A36;
    text-decoration:none;
}


a.LoginRegister:hover
{
    color:#9C6A36;
    text-decoration:underline;
}

a.FooterLink
{
    color:#9C6A36;
    text-decoration:none;
    font-weight:600;
}


a.FooterLink:hover
{
    color:#9C6A36;
    text-decoration:underline;
    font-weight:600;
}

div.flash {
	width: 575px;
	margin: 0px 5px;
	border-color: #D9E4FF;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}

div.fieldset {
	border:  1px solid #DEA76E;
	margin: 8px 0;
	padding: 20px 10px;
}
div.fieldset span.legend {
	position: relative;
	background-color: #FFF;
	padding: 3px;
	top: -30px;
	font: 700 14px Arial, Helvetica, sans-serif;
	color: #714213;
}

.progressWrapper {
	width: 557px;
	overflow: hidden;
}

.progressContainer {
	margin: 2px;
	padding: 3px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
	color: Black;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 8px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
	color:Black;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 523px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 8px;
	background-color: green;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 537px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}

/* ****************** Some basic stuff ****************** */
li 
{
	clear:both;
	margin-bottom:1em;
	border-bottom:1px solid #eee;
}

/* ****************** RatingStar ****************** */
.ratingStar
{
	white-space:nowrap;
	margin:.4em;
	height:17px;
}
.ratingStar .ratingItem {
    font-size: 0pt;
    width: 16px;
    height: 15px;
    margin: 0px;
    padding: 0px;
    display: inline;
    background-repeat: no-repeat;
	cursor:pointer;
}
.ratingStar .Filled {
    background-image: url(../images/rating/ratingStarFilled.png);
}
.ratingStar .Empty {
    background-image: url(../images/rating/ratingStarEmpty.png);
}
.ratingStar .Saved {
    background-image: url(../images/rating/ratingStarSaved.png);
}

/* ****************** Gauge ****************** */
.ratingGauge
{
	white-space:nowrap;
    font-size: 0pt;
	width:122px;
	height:12px;
	padding:1px 0 1px 1px;
	margin:1em;
	background-color:transparent;
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url(../images/rating/ratingGauge.png);
}
.ratingGauge .ratingItem {
    font-size:0pt;
    width:20px;
    height:8px;
    margin:0;
    padding:0;
    display:block;
    background-repeat: repeat-x;
	cursor:e-resize;
}
.ratingGauge .Filled {
    background-color:transparent;
}
.ratingGauge .Empty {
    background-color:#ff0;
}
.ratingGauge .Saved {
    background-color:#f00;
}

/* ****************** Thermometer ****************** */
.ratingThermometer 
{
	white-space:nowrap;
	width:220px;
	height:0px;
	padding:26px 20px 20px 16px;
	margin:1em;
	background-color:transparent;
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url(../images/rating/ratingThermometer2.png);
}
.ratingThermometer .ratingItem {
    font-size: 0pt;
    width: 10px;
    height: 8px;
    margin: 0;
    padding: 0;
    display: block;
    background-repeat: repeat-x;
	cursor:e-resize;
}
.ratingThermometer .Filled {
    background-image: url(../images/rating/ratingFilled.png);
}
.ratingThermometer .Empty {
    background-image: url(../images/rating/ratingEmpty.png);
}
.ratingThermometer .Saved {
    background-image: url(../images/rating/ratingSaved.png);
}

.reportPanel
{
    background-color:#FFFFFF;
    width:300px;
}

/* ****************** Video Comments ****************** */

.CommentsUserName
{
    font-family:Tahoma;
    font-size:13px;
    font-weight:600;
    padding-left:10px;
    padding-right:25px;
}

.CommentsTimeStamp
{
    font-family:Tahoma;
    font-size:11px;
    color:#6B3D0E;
    padding-left:10px;
}
.CommentsText
{
    font-family:Tahoma;
    font-size:13px;
    padding-left:18px;
    padding-right:10px;
    padding-bottom:4px;
}

