﻿/*Forms*/
div.formContainer
{
	padding: 10px;
	margin: 10px auto;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

div.formHeader
{
	padding: 5px;
	background-color: #01245C;
	color: #fff;
	font-weight: bold;
}

div.formRow
{
	padding: 3px;
	clear: both;
}

div.formRow label
{
	width: 140px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 4px;
}

input
{
	border: 1px solid #01245C;
	width: 250px;
}

input.button
{
	padding: 3px 5px;
	background-color: #01245C;
	color: #fff;
	font-weight: bold;
}

div#messageBox
{
	padding: 10px;
	margin-bottom: 20px;
}

.required
{
	background-color: #FFD2D2;
}

.success
{
	border: 1px solid #009900;
	color: #009900;
}

.error
{
	border: 1px solid #C40000;
	color: #C40000;
}
/*Forms ends*/

.Video_Date
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3C558C;
}

.Video_Title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3C558C;
	font-weight: normal;
}

.Video_Title a
{
	font-size: 20px;
}

div.vpContainer
{
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
}

div.Video_Item
{
	display: block;
	margin-bottom: 15px;
}

a.ActionButton
{
	
}

div.Video_EditSection
{
	margin-top: 5px;
	display: block;
}

div.VideoDetailContainer
{
	display: block;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3C558C;
	font-weight: normal;
}

div.VideoDetailContainer div.Video_Title
{
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom: 2px solid #B6C2E0;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
}

div.Navigation_Section
{
	display: block;
	text-align: right;
	border-bottom: 1px solid #B6C2E0;
	line-height: 20px;
}

div.VideoDetailContainer div.Video_Item
{
	margin-top: 20px;
}

div.VideoDetailContainer div.Video_Date
{
	font-size: 11px;
	font-weight: 600;
}

div.VideoDetailContainer div.Video_Details
{
	margin-top: 20px;
}

ul.Pager
{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	text-align: center;
	float: left;
	margin: 0px;
	padding: 0px;
}

ul.Pager li
{
	display:inline;
	float:left;
	margin: 3px;
	height: 23px;
}

ul.Pager a
{
	display: block;
	line-height: 23px;
	border: 1px solid #B6C2E0;
	background-color: #ffffff;
	padding: 1px 10px;
}

ul.Pager a:hover
{
	background-color: #B71C3A;
	border: 1px solid #560E1D;
	color: #ffffff;
	text-decoration: none;
}

span.CurrentPage
{
	display: block;
	line-height: 23px;
	font-weight: 600;
	padding: 1px 10px;
}

.Clear
{
	clear:both;
}

div.PagerContainer
{
	border-top: 1px solid #B6C2E0;
	padding-top: 5px;
}

a.ActionButton
{
	display: block;
	line-height: 23px;
	border: 1px solid #B6C2E0;
	background-color: #ffffff;
	float:left;
	width: auto;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	text-align: center;
	margin: 3px;
	padding: 1px 5px;
}

a.ActionButton:hover
{
	background-color: #B71C3A;
	border: 1px solid #560E1D;
	color: #ffffff;
	text-decoration: none;

}

label.vpLabel
{
	display: block;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;	
	COLOR: #003366;	
	FONT-FAMILY: Tahoma, Arial, Helvetica;
	text-align: left;
	margin: 2px;
	width: 100%;
}

div.formRow
{
	display: block;
	width: 600px;
	margin: 10px auto;
	padding: 0px;
	text-align: left;
}


a.EditButton
{
	FONT-SIZE: 11px;	
	COLOR: #003366;	
	FONT-FAMILY: Tahoma, Arial, Helvetica;
}

a.EditButton:hover
{
	text-decoration: underline;
}

div.Video_Item_Separator
{
	background-image:url(horizontalSeparator.gif);
	background-repeat:repeat-x;
	height:8px;
	margin:20px 0;
	overflow:hidden;
}