﻿body
{
    margin: 0;
    background-color: black;
}
.menu
{
    background-image: url(images/side_bg.jpg);
    background-repeat: repeat-y;
}
.menuLink
{
    font-weight: bold;
    font-size: 12px;
    color: white;
    font-family: 'Trebuchet MS', Trebuchet;
    text-decoration: none;
}
.menuLink:hover
{
    font-weight: bold;
    font-size: 12px;
    color: #f9c300;
    font-family: 'Trebuchet MS', Trebuchet;
    text-decoration: none;
}
a
{
    font-weight: normal;
    font-size: 12px;
    color: #d3d3d3;
    font-family: Verdana, Helvetica, Sans-Serif;
    text-decoration: underline;
}
a:hover
{
    font-weight: normal;
    font-size: 12px;
    color: #f9c300;
    font-family: Verdana, Helvetica, Sans-Serif;
    text-decoration: none;
}
a.video
{
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
    font-family: Verdana, Helvetica, Sans-Serif;
    text-decoration: none;
}
a.video:hover
{
    font-weight: bold;
    font-size: 12px;
    color: #f9c300;
    font-family: Verdana, Helvetica, Sans-Serif;
    text-decoration: none;
}
H1
{
    font-weight: bold;
    font-size: 20px;
    color: #f9c300;
    font-family: 'Trebuchet MS', Trebuchet;
    text-decoration: none;
    margin-bottom:4px;
}
H2
{
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    font-family: 'Trebuchet MS', Trebuchet;
    text-decoration: none;
    margin-bottom:4px;
    margin-top:4px;
}
H3
{
    font-weight: bold;
    color: #98acd8;
    font-family: 'Trebuchet MS' , Trebuchet;
    text-decoration: none;
    font-size: 14px;
    margin:0;
}
p
{
    font-weight: normal;
    font-size: 12px;
    color: white;
    font-family: Verdana, Helvetica, Sans-Serif;
    text-decoration: none;
}
p.alt
{
    font-weight: normal;
    font-size: 11px;
    color: white;
    font-family: Verdana, Helvetica, Sans-Serif;
    text-decoration: none;
}
.text
{
    font-weight: normal;
    font-size: 12px;
    color: white;
    font-family: Verdana, Helvetica, Sans-Serif;
    text-decoration: none;
}
.text2
{
    font-weight: normal;
    font-size: 12px;
    color: white;
    font-family: Verdana, Helvetica, Sans-Serif;
    text-decoration: none;
}
.text3
{
    font-weight: normal;
    font-size: 12px;
    color: black;
    font-family: Verdana, Helvetica, Sans-Serif;
    text-decoration: none;
}
.text4
{
    font-weight: normal;
    font-size: 10px;
    color: black;
    font-family: Verdana, Helvetica, Sans-Serif;
    text-decoration: none;
}
a.text4
{
    font-weight: normal;
    font-size: 10px;
    color: #b22222;
    font-family: Verdana, Helvetica, Sans-Serif;
    text-decoration: none;
}
a.text4:hover
{
    font-weight: normal;
    font-size: 10px;
    color: #ff8c00;
    font-family: Verdana, Helvetica, Sans-Serif;
    text-decoration: none;
}
.text5
{
    font-weight: bold;
    font-size: 17px;
    color: black;
    font-family: Verdana, Helvetica, Sans-Serif;
    text-decoration: none;
}
.smtext
{
    font-weight: normal;
    font-size: 10px;
    color: white;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}
.smtext2
{
    font-weight: normal;
    font-size: 8pt;
    color: black;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
    font-style: italic;
}
.smtext3
{
    font-weight: bold;
    font-size: 8pt;
    color: black;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}
.error
{
    font-weight: bold;
    font-size: 12px;
    color: red;
    font-family: Verdana, Helvetica, Sans-Serif;
    text-decoration: none;
}
.required
{
    font-weight: bold;
    font-size: 10px;
    color: red;
    font-family: Verdana, Helvetica, Sans-Serif;
    text-decoration: none;
}
.safe
{
    font-weight: bold;
    font-size: 12px;
    color: #228b22;
    font-family: Verdana, Helvetica, Sans-Serif;
    text-decoration: none;
}
.unsafe
{
    font-weight: bold;
    font-size: 12px;
    color: red;
    font-family: Verdana, Helvetica, Sans-Serif;
    text-decoration: none;
}
.friends
{
    font-weight: bold;
    font-size: 12px;
    color: #f9a21f;
    font-family: Verdana, Helvetica, Sans-Serif;
    text-decoration: none;
}

.border
{
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;
}
.bottomborder
{
    border-bottom: white 1px solid;
}
#SocialLinks
{
    margin-top:15px;
    margin-left:15px;
    text-align:center;
}
#SocialLinks img
{
    margin-right:15px;
    border: none;
}
.videotable
{
    border-right: white 1px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;
}
.border2
{
    border-right: #a9a9a9 1px solid;
    border-top: #a9a9a9 1px solid;
    border-left: #a9a9a9 1px solid;
    border-bottom: #a9a9a9 1px solid;
}
/* */
.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);
}
.padding
{
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
    font-weight: normal;
    font-size: 8pt;
    color: black;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
    font-style: italic;
}
.padding2
{
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 6px;
    padding-top: 4px;
    font-weight: normal;
    font-size: 8pt;
    color: white;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}
.padding3
{
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 8px;
    padding-top: 8px;
    background-color:black;
    color: white;
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana, Helvetica, Sans-Serif;
    text-decoration: none;
}
.form
{
    height: 20px;
    font-weight: normal;
    font-size: 10px;
    color: black;
    font-family: Verdana, Helvetica, Sans-Serif;
    text-decoration: none;
}
.button
{
    height: 20px;
    font-weight: normal;
    font-size: 10px;
    color: black;
    font-family: Verdana, Helvetica, Sans-Serif;
    text-decoration: none;
    border-right: #696969 1px solid;
    border-top: #696969 1px solid;
    border-left: #696969 1px solid;
    border-bottom: #696969 1px solid;
    background-color: #d3d3d3;
    cursor: pointer;
}
.padRight
{
	padding-right: 4px;
}
.bold
{
	font-size: 8pt;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
	color: black;
}
.tableHead
{
	font-size: 10pt;
	color: white;
	font-family: Verdana;
	background-color: #898989;
	font-weight: bold;
}
#homefeature
{
}
#homefeature img
{
    border:0;
}
#homefeature img.mainimage
{
    float:left;
    margin-right: 20px;
}
#homefeature img.secondaryimage
{
    float:right;
    margin-top: 40px;
}
#homefeature h1
{
    margin: 8px 0 0 0;
    padding:0;
}
#homefeature h1 a
{
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    font-family: 'Trebuchet MS', Trebuchet;
    text-decoration: none;
}
#homefeature p
{
    margin-top:10px;
}
.clear
{
    clear:both;
}