﻿body
{
    background-color: white;
    border-top: #408080 thick solid;
    border-bottom: #408080 thick solid;
    margin: 0px 10px;
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
}
H1
{
}
H1.SiteTitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FF0000;
    text-align: center;
    font-size: 35pt;
    text-decoration: none;
}
H1.PageTitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #408080;
    text-align: center;
    font-size: 28pt;
    text-decoration: none;
}
HR {
	color : #408080;
}
A:link
{
    color: teal;
}
A:visited
{
    color: #5f9ea0;
}
A:hover {
	color: red;
}
A:active
{
    color: teal;
}
.RightStrip
{
    width: 160px;
    margin-left: 5px;
    border-left: #408080 solid;
    padding-left: 5px;
    background-color: #def2ed;
}
.LeftStrip
{
    width: 160px;
    margin-left: 5px;
    border-left: #408080 solid;
    padding-left: 5px;
    background-color: #def2ed;
}

DIV.VideoSection
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #eeffff;
    border-bottom: black thin solid;
    border-right: black thin solid;
}

DIV.BottomStrip
{
    display: block;
    background-color: #def2ed;
    border-top: teal thin dotted;
    clear: both;
}
DIV.TopStrip
{
    display: block;
    clear: both;
    background-color: #def2ed;
    border-bottom: teal thin dotted;
}
P.VideoName
{
    font-weight: bold;
    font-size: 14pt;
}
.VideoSpecs
{
    font-size: 10pt;
    font-style: italic;
}
.CopyrightInfo
{
    font-weight: bold;
    font-size: 10pt;
}
.PageUpdated
{
    font-weight: normal;
    font-size: 8pt;
    color: gray;
}
.DescriptionTitle
{
    font-weight: bold;
    font-size: 12pt;
}

.DescriptionBody
{
    font-size: 10pt;
}
P.CommentsSection
{
    font-weight: bold;
    font-size: 12pt;
}

.CommentsTitle
{
    font-weight: bold;
    font-size: 10pt;
    left: 50px;
    position: relative;
}
.CommentsBody
{
    font-size: 10pt;
    left: 50px;
    position: relative;
}
.AddNewVideo,.AddComment,.ReportProblem,.LinkButton
{
    border-right: black thin solid;
    padding-right: 5px;
    padding-left: 5px;
    font-weight: bold;
    font-size: 10pt;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: teal;
    border-top-width: thin;
    border-top-color: black;
    border-bottom: black thin solid;
}

A.myLink:link
{
    color: #dcdcdc;
}
A.myLink:visited
{
    color: #dcdcdc;
}
A.myLink:hover {
	color: yellow;
}
A.myLink:active
{
    color: #dcdcdc;
}