﻿.youtubePopup
{
	background-color: #AAD4FF;
	position: absolute;
	visibility: hidden;
	border-style: solid;
	border-color: Black;
	border-width: 2px;
	overflow: visible;
	direction: ltr;
	text-align: left;
}


.TableHeader
{
	color: white;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	background-color: #cc0000;
}

.PostDescription
{
    color: #765100;
    outline: none;
    text-decoration: none;
    font-size: 10pt;
    font-family: Arial;
    width: 400px;
}

.Label
{
    color: #765100;
    outline: none;
    text-decoration: none;
    font-size: 10pt;
    font-family: Arial;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.TableLight
{
	color: #765100;
	outline: none;
	text-decoration: none;
	font-size: 11pt;
	background-color: #ffffdd;
}

.TableWhite
{
    color: #765100;
    outline: none;
    text-decoration: none;
    font-size: 11pt;
    background-color: white;
}

.link
{
	color: #0000aa;
	outline: none;
	text-decoration: none;
	font-size: 10pt;
	cursor: pointer;
	font-family: Arial;
}
a:link, a:visited
{
    color: #0000aa;
    outline: none;
    text-decoration: none;
    font-size: 10pt;
}
a:hover, a:active
{
	color: #ffffff;
	outline: none;
	background-color: #0000aa;
}


.TableFooter
{
    border: 1px dashed #2F4F4F;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-bottom: 0px;
}

.button
{
	color: #4b3a39;
	font: small 'trebuchet ms' ,helvetica,sans-serif;
	background-color: #f5d385;
	border: 1px solid;
	border-color: #2E4d7B;
} 
