﻿body
{
	margin: 0;
	background:#fff url(Images/Main/TopBg.gif) repeat-x left top;
}

body, td, input, select
{
	font:11px Arial, Tahoma, Verdana;
	color: #474747;
}

h1
{
	padding: 0;
	margin: 0;
	display: inline;
	font-size: 21px;
	font-weight:normal;
}

h2
{
	padding: 0;
	margin: 0;
	display: inline;
	font-size: 11px;
	font-weight:normal;
}

.ProgrammeVideoPlayerTitleSize
{
	font-size: 16px;
}

h3
{
	padding: 0;
	margin: 0;
	display: inline;
	font-size: 11px;
	font-weight: bold;
}

.HeaderTxtSize
{
	font-size: 13px;
}

.noBold
{
	font-weight: normal;	
}

.invisible
{
	display: none;
}


.MainTopInput 
{
	border: solid 1px #CCCCCC;
	padding: 3px;
	background-color: #ffffff;
	color:#868686;
}

img
{
	border: 0;
}

a
{
	color: #0187ce;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

a.MainColor, a.MainColor:link
{
	color: #474747;
}

a.White, a.White:link
{
	color: #ffffff;
}
a.NoHover:hover
{
	text-decoration: none;
}

/*===========*/

.SmallW {
	width: 324px;	
}

.SmallWBd {
	width: 322px;
}

.SmallHH {
	height: 278px;	
	}
	
.SmallH {
	height: 248px;	
	}
	
.LeftSmallW {
	width: 300px;	
}
.RightSmallW {
	width: 324px;	
}
.LargeW {
	width: 652px;	
	}
	
.LargerW {
	width: 770px;	
	}

.MediumW {
	width: 488px;	
	}
	
.HMargin {
	margin-left: 4px;
	}
	
.VMargin {
	margin-top: 4px;
	}			

.Padding {
	padding: 10px;
	}
	
/*===========*/
.BgColor
{
	background-color: #f0f0f0;
}
.MainBg
{
	background-color: #fff;
	}
.Bd
{
	border-color: #e6e6e6;
	border-style: solid;
	border-width: 0 1px 1px 1px;	
}
.BdStyle
{
	border-color: #e6e6e6;
	border-style: solid;
	border-width: 0;	
}

.HeaderText
{
	font-weight: bold;
}
.ErrorMesage
{
	color:#cc0000;	
}
	
/*===========*/

.Absolute {
	position: absolute;
	}
	
.FloatRight {
	float: right;
	}
	
.FloatLeft {
	float: left;
	}
.ClearLeft
{
	clear: left;
}
.Bold
{
	font-weight: bold;
}

/*===========*/

.Area {
	background-color: #ccc;
	}
	
.Border {
	border: solid 1px red;
	}
	
/*===========*/	
.FontWeightNormal
{
	font-weight:normal !important;
}

