﻿body
{
	font-family:Century Gothic;
	font-weight:lighter;
	font-size:16px;
	color:white;
}
h1
{
	font-weight:bolder;
	font-size:32px;
}
h2
{
	font-weight:bolder;
	font-size:16px;
	font-style:italic;
	margin-bottom:3px;
}
.tableHead
{
	font-weight:normal;
	font-size:x-large;
	font-style:italic;
}
.orange
{
	color:Orange;
}
.blackText
{
	color:Black;
}
.webding
{
	font-family: Webdings;
}
.up
{
	font-weight:bold;
	color:Green
}
.error
{
	font-weight:bold;
	color:Yellow;
}
.error2
{
	color:Red;
}
.icon
{
    margin-right:10px;
}
a:link 
{
	color:Moccasin;
}
a:visited 
{
	color:MintCream;
}
a:hover 
{
	color:Yellow;
	font-weight:bolder;
}
.small
{
	font-size:medium;
}
.tMode
{
	color:Yellow;
}
.disclaimer
{
	font-size:6pt;
	color:Gray;
}
.view
{
	background-repeat:no-repeat;
}
.darkenBackgroundUpload {
	background-color: rgb(0, 0, 0);
	opacity: 0.9; /* Safari, Opera */
	-moz-opacity:0.90; /* FireFox */
	filter: alpha(opacity=90); /* IE */
	z-index: 20;
	height: 100%;
	width: 100%;
	background-repeat:repeat;
	position:fixed;	
	top: 0px;
	left: 0px;
}

.darkenBackground {
	background-color: rgb(0, 0, 0);
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity:0.70; /* FireFox */
	filter: alpha(opacity=70); /* IE */
	z-index: 20;
	height: 100%;
	width: 100%;
	background-repeat:repeat;
	position:fixed;	
	top: 0px;
	left: 0px;
}
.highZ {
	color:Yellow;
	z-index: 50;
	position:absolute;
	width:480px;
	font-size:8pt;
}
.videoTag {
	font-family:Arial; 
	font-size:small;
	text-align:center;
	vertical-align:top;
	width:120;
}

/*Modal Popup*/
.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.modalPopup {
    background-color:black;
    border-width:3px;
    border-style:solid;
    border-color:Gray;
    padding:3px;
    width:250px;
} 
/* Rating */
.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);
}

