body, table, td, p, span, h1, h2, h3, h4, h5, h6, ul, li, form {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #333;
	font-size: 14px;
	color: #333;
}

a img {
	border: none;
}

/* Start Header */
#ContainerHeader {
	background-color: #fff;
	border-top: 5px solid #002137;
}

#Header {
	width: 960px;
	margin: 0 auto;
}

.Logo {
	float: left;
	margin:36px 0 36px 0;
}

.HeaderRight {
	float: right;
	position: relative;
}

.Language {
	position: absolute;
	top: 0;
	right: 0;
}

.Language a {
	background-color: #AFB4AE;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	padding: 0 3px;
	margin: 0 0 0 2px;
}

.Language a:hover,
.Language a.On {
	background-color: #002137;
	color: #fff;
	text-decoration: none;
}

.ContainerCautare {
	position: absolute;
	top: 64px;
	right: 0;
	width: 500px;
}

.Cautare {
	float: right;
	background-color: #CCEBFF;
	padding: 3px;
}

.Cautare .InputCauta {
	float: left;
	padding-right: 3px;
}
.Cautare .InputCauta input {
	width: 242px;
	border: 1px solid #9FD9FF;
	color: #002137;
	height: 17px;
}

.Cautare .FiltruEvenimente {
	float: left;
	padding: 0 8px 0 11px;
}
.Cautare .FiltruEvenimente select {
	height: 21px;
	font-size: 11px;
	padding: 3px 0;
	color: #002137;
	background-color: #CCEBFF;
	border: none;
}

.Cautare .BtnCauta {
	float: left;
	padding-left: 3px;
}

.ContainerTopMenu {
	position: absolute;
	width: 500px;
	top: 120px;
	right: 0;
}

.TopMenu {
	float: right;
}

.TopMenu .TopMenuLink {
	float: left;
	display: inline-block;
	padding-left: 3px;	
}

.TopMenu .TopMenuLink a {
	display: inline-block;
	background-image: url(../images/tile-line-header.gif);
	background-position: bottom left;
	background-repeat: repeat;
	height: 29px;
}

.ContainerLogin {
	position: absolute;
	top: 163px;
	right: 0;
	width: 500px;
}

.Login {
	float: right;
}

.Login a {
	display: block;
	float: left;
	background-color: #002137;
	font-size: 11px;
	color: #fff;
	line-height: 21px;
	padding: 0 7px 0 8px;
	text-decoration: none;
}

.LineHeader1 {
	font-size: 1px;
	height: 6px;
	line-height: 6px;
	background: url(../images/tile-line-header.gif) top left repeat-x;
	margin-bottom: 1px;
}

.LineHeader2 {
	font-size: 1px;
	height: 22px;
	line-height: 22px;
	background-color: #F3F4EF;
}
/* End Header */


/* Start Content */
#ContainerContent {
	background-color: #fff;
}

#Content {
	width: 960px;
	margin: 0 auto;
}

.ContainerEvenimentLive {
	position: relative;
	background: url(../images/tile-video-live.gif) top left repeat;
	padding: 0 76px;
}

.ContainerEvenimentLive .BoxExt {
	padding: 0 10px;
	background-color: #fff;
}

.ContainerEvenimentLive .BoxInt {
	width: 768px;
	border: 1px solid #D8DAD8;
	padding: 0 9px 10px;
}

.ContainerEvenimentLive .IconLive {
	position: absolute;
	top: 12px;
	left: 67px !important;
	left: -9px;
}

.ContainerEvenimentLive .BoxInt .TitleEvenimentLive {
	padding: 14px 0 15px 100px;
}
.ContainerEvenimentLive .BoxInt .TitleEveniment {
	padding: 14px 0 15px 0;
}


.ContainerEvenimentLive .BoxInt h1, 
.ContainerEvenimentLive .BoxInt h1 a {
	font-size: 40px;
	color: #002137;
	line-height: 37px;
	font-weight: normal;
	text-decoration: none;
}
.ContainerEvenimentLive .BoxInt h1 a:hover {
	text-decoration: underline;
}

.ContainerEvenimentLive .BoxInt h2 {
	font-size: 20px;
	color: #002137;
	line-height: 20px;
	font-weight: normal;
}

.ContainerEvenimentLive .BoxInt p {
	padding-top: 9px;
}

a.Details {
	color: #09f;
	text-decoration: none;
	padding-right: 13px;
	background: url(../images/icon-detalii.gif) right no-repeat;
}
a.Details:hover {
	text-decoration: underline;
}

a.obisnuit {
	color: #09f;
	text-decoration: none;
}
a.obisnuit:hover {
	text-decoration: underline;
}

.AlteEvenimente {
	font-size: 30px;
	color: #AFB4AE;
	line-height: 30px;
}

.ImgEveniment {
	position: relative;
	width: 150px;
	border: 1px solid #D8DAD8;
	padding: 9px;
	float: left;
}

.IconLiveEvenimente {
	position: absolute;
	top: 14px;
	left: 1px;
}

.InfoEveniment {
	width: 769px;
	padding-left: 21px;
	float: left;
}

.InfoEveniment h2 a {
	font-size: 30px;
	color: #002137;
	line-height: 26px;
	font-weight: normal;
	text-decoration: none;
}
.InfoEveniment h2 a:hover {
	text-decoration: underline;
}

.Data {
	width: 40px;
	height: 47px;
	background: url(../images/bg-data.gif) top left no-repeat;
	padding-right: 14px;
	float: left;
}

.Data .Luna, 
.Data .Ziua {
	width: 40px;
	text-align: center;
}

.Data .Luna {
	padding-top: 2px;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}

.Data .Ziua {
	padding-top: 6px;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.Info {
	width: 714px;
	float: left;
}

.Info h3 {
	font-size: 20px;
	line-height: 16px;
	color: #002137;
	font-weight: normal;
}

.Info p {
	margin-top: 7px;
}

.BoxInt .TimpRamas_ro, 
.BoxInt .TimpRamas_en, 
.Info .TimpRamas_ro, 
.Info .TimpRamas_en {
	width: 287px;
	height: 29px;
	font-size: 20px;
	line-height: 29px;
	color: #fff;
}

.BoxInt .TimpRamas_ro, 
.Info .TimpRamas_ro {
	padding-left: 121px;
	background: url(../images/bg-timp-ramas-ro.gif) top left no-repeat;
}

.BoxInt .TimpRamas_en, 
.Info .TimpRamas_en {
	padding-left: 115px;
	background: url(../images/bg-timp-ramas-en.gif) top left no-repeat;
}

.BoxInt .TimpRamasLive, 
.Info .TimpRamasLive {
	width: 287px;
	height: 29px;
	padding-left: 121px;
	background: url(../images/bg-timp-ramas-live-ro.gif) top left no-repeat;
	font-size: 20px;
	line-height: 29px;
	color: #fff;
}

.TimpRamas, .TimpRamasLive {
	float: left;
}

.LinkDetails {
	margin-top: 16px;
	float: right;
}

.LineEnd {
	font-size: 1px;
	height: 5px;
	line-height: 5px;
	background-color: #002137;
}
/* End Content */


/* Start Footer */
#Footer {
	width: 960px;
	margin: 0 auto;
}

.FooterMenu {
	width: 500px;
	margin-top: 25px;
	float: left;
}

.FooterMenu a {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
.FooterMenu a:hover {
	text-decoration: underline;
}
.SeparatorFooter {
	display: inline-block;
	width: 24px;
	font-size: 11px;
	background: url(../images/separator-menu-footer.gif) 13px 6px no-repeat;
}

.CopyrightDD {
	width: 460px;
	float: right;
}

.Copyright {
	margin-top: 14px;
	float: right;
}

.DD {
	margin-top: 10px;
	float: right;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AFB4AE;
	float: right;
}

.DD a.LinkWD {
	color: #AFB4AE;
	text-decoration: none;
}
.DD a.LinkWD:hover {
	text-decoration: underline;
}

.DD a.LinkDD {
	color: #09f;
	text-decoration: none;
}
.DD a.LinkDD:hover {
	text-decoration: underline;
}
/* End Footer */



.Clear {
	clear: both;
}

.VSpace9 {
	font-size: 1px;
	line-height: 9px;
	height: 9px;
}

.VSpace10 {
	font-size: 1px;
	line-height: 10px;
	height: 10px;
}

.VSpace12 {
	font-size: 1px;
	line-height: 12px;
	height: 12px;
}

.VSpace18 {
	font-size: 1px;
	line-height: 18px;
	height: 18px;
}

.VSpace21 {
	font-size: 1px;
	line-height: 21px;
	height: 21px;
}

.VSpace31 {
	font-size: 1px;
	line-height: 31px;
	height: 31px;
}

.VSpace39 {
	font-size: 1px;
	line-height: 39px;
	height: 39px;
}

.LineDashed {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	border-top: 1px dashed #ABAFAB;
}