﻿body
{
}
.Main
{
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #000000;
    font-family: Georgia;
    color: #33CCFF;
    font-size: 16px;
}
.Header
{
    background-color: #000000;
    position: absolute;
    height: 30px;
    top: 0px;
    right: 0px;
    left: 0px;
}
.TableLeft
{
    text-align: left;
    position: absolute;
    left: 10px;
    top: 0px;
}
.TableRight
{
    text-align: right;
    right: 10px;
    position: absolute;
    top: 0px;
}
.PlaceHolder1
{
    border-style: none none groove none;
    border-width: medium;
    top: 30px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    position: absolute;
}
.Panel1
{
    background-color: #006666;
    border-style: ridge;
    border-width: medium;
    position: absolute;
    width: 300px;
    height: 120px;
    top: 40%;
    left: 40%;
    right: 40%;
    bottom: 40%;
    text-align: center;
}
.Panel2
{
    background-color: #006666;
    border-style: ridge;
    border-width: medium;
    position: absolute;
    width: 390px;
    height:310px;
    top: 40%;
    left: 40%;
    right: 40%;
    bottom: 40%;
    text-align: center;
}
.LeftColums
{
    padding: 5px;
    text-align: right;
}
.RightColums
{
    padding: 5px;
    text-align: left;
}
.InputBox
{
    text-align: left;
    background-color: #C0C0C0;
    color: #006060;
    width: 180px;
}
.ErrorMesage
{
    color: Yellow;
    font-size: 12px;
}
.HLink:link
{
    color: #33CCFF;
    text-decoration: none;
}
.HLink:visited
{
    color: #33CCFF;
    text-decoration: none;
}
.HLink:hover
{
    color: #FFFF00;
    text-decoration: none;
}
.HLink:active
{
    color: #FFFF00;
    text-decoration: none;
}
.TopSection
{
    position: absolute;
    vertical-align: top;
    text-align: center;
    width: 100%;
}
.Padding
{
    width: auto;
}
.DefaultWidth
{
    width: 970px;
}
.Grid1
{
    border-style: ridge;
    border-width: medium;
    text-align: Left;
}
.VideoDetail
{
    width: 320px;
    height: 280px;
}
.temp
{
    height: 300px;
    overflow: scroll;
}
.DefaultVideo
{
	width: 470px;
	height: 410px;
	text-align: center;
	color: #800000;
	font-size: 18px;
	margin-left: auto;
	margin-right: auto;
}

.CoolTable
{
    border: medium groove #33CCFF;
}

/* 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);
}