@charset "utf-8";

/*BEGIN STILURI GENERALE*/
#splashBody {
	background-color: #000;	
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}

#body {
	background: #000 url('/img/background.jpg') no-repeat;
	color: #DDD;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

.debug {
	border: 1px solid #F00;
}

.lastInRow {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.clear {
	clear: both;
	height: 0;
}

h1 {
	color: #a00907;
	font-size: 26px !important;
	font-weight: normal;
	margin-bottom: 20px !important;
}

h1.secondary {
	color: #bdab89;
	font-size: 20px !important;
}

p {
	margin: 12px 0 20px 0 !important;
}

h3 img {
	vertical-align: middle;	
}

a:link, a:visited {
	color: #BDAB89;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

a.videoLink:link, a.videoLink:visited {
	background: transparent url('/img/videoLink.png') no-repeat right 2px;
	padding-bottom: 2px;
	padding-right: 30px;
}

a.photoLink:link, a.photoLink:visited {
	background: transparent url('/img/fotoLink.png') no-repeat right 2px;
	padding-bottom: 2px;
	padding-right: 27px;
}

a.audioLink:link, a.audioLink:visited {
	background: transparent url('/img/audioLink.png') no-repeat right 2px;
	padding-bottom: 2px;
	padding-right: 23px;
}

a.readMoreLink:link, a.readMoreLink:visited {
	background: transparent url('/img/readMoreLink.png') no-repeat;
	display: block;
	height: 23px;
	width: 93px;
}

table {
	border-top: 1px solid #3E3838 !important;
	border-left: 1px solid #3E3838 !important;
	width: 100%;	
}

td, th {
	border-right: 1px solid #3E3838 !important;
	padding: 10px !important;
}

th {
	background-color: #5E0E0D !important;	
}

tr {
	border-bottom: 1px solid #3E3838 !important;
}

.hidden {
	display: none;
}
/*END STILURI GENERALE*/

/*BEGIN STILURI HEADER*/
div#topNav {
	height: 35px;
	position: relative;
	width: 100%;	
}

ul#topMenu {
	position: absolute;
	right: 240px;
	top: 11px;
}
ul#topMenu, ul#topMenu li a:link, ul#topMenu li a:visited {
	color: #FFF;
	font-size: 11px;
}

ul#topMenu li {
	display: inline;
}

ul#topMenu li a:link, ul#topMenu li a:visited {
	padding: 0 5px;
	text-decoration: none;
}

ul#topMenu li a:hover {
	text-decoration: underline;	
}

form#searchForm {
	background: transparent url('/img/searchBG.png') no-repeat;
	height: 25px;
	position: absolute;
	right: 0;
	top: 5px;
	width: 220px;
}

div#searchTerm {
	margin: 4px 0 0 5px;
}

div#searchTerm input {
	background: transparent;
	border: 0;
	width: 183px;
}

a#searchButton:link, a#searchButton:visited {
	cursor: pointer;
	display: block;
	height: 23px;
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
}

a#logo:link, a#logo:visited {
	display: block;
	float: left;
	height: 91px;
	margin-top: 15px;
	padding-left: 15px;
	width: 190px;
}

ul#menu {
	float: right;
	margin: 23px 0 0 60px;
	width: 650px;
}

ul#menu li {
	display: inline;
	float: left;
	margin-right: 10px;
}

ul#menu li a:link, ul#menu li a:visited {
	display: block;
	height: 65px;
	width: 155px;
}

a#actua:link, a#actua:visited {
	background: transparent url('/img/menu.png') no-repeat 0 0;	
}

a#actua:hover, a.activeActua:link, a.activeActua:visited {
	background: transparent url('/img/menu.png') no-repeat 0 -66px !important;
}

a#portrait:link, a#portrait:visited {
	background: transparent url('/img/menu.png') no-repeat -165px 0;	
}

a#portrait:hover, a.activePortrait:link, a.activePortrait:visited {
	background: transparent url('/img/menu.png') no-repeat -165px -66px !important;
}

a#movies:link, a#movies:visited {
	background: transparent url('/img/menu.png') no-repeat -330px 0;	
}

a#movies:hover, a.activeMovies:link, a.activeMovies:visited {
	background: transparent url('/img/menu.png') no-repeat -330px -66px !important;
}

a#live:link, a#live:visited {
	background: transparent url('/img/menu.png') no-repeat -495px 0;	
}

a#live:hover, a.activeLive:link, a.activeLive:visited {
	background: transparent url('/img/menu.png') no-repeat -495px -66px !important;
}

div#breadcrumbs {
	font-size: 11px;
	margin: 20px 0 0 15px;
}

div#breadcrumbs span {
	color: #727272;	
}

div#breadcrumbs a:link, div#breadcrumbs a:visited {
	color: #a00907;
	font-weight: bold;
}
/*END STILURI HEADER*/

/*BEGIN STILURI BODY*/
div#siteContainer {
	margin: 0 auto;
	width: 960px;
}
div#mainContentContainer {
	display: inline;
	float: left;
	margin-top: 15px;
	width: 760px;	
}

div#contentHeader, div#contentHeaderSpecial, div#contentFooter {
	width: 760px;	
}

div#contentHeader {
	background: transparent url('/img/generalContentContainerHeader.png') no-repeat;
	height: 11px;
}

div#contentHeaderSpecial {
	background: transparent url('/img/generalContentContainerHeaderSpecial.png') no-repeat;
	height: 33px;
	position: relative;
}

div#contentBody {
	background: transparent url('/img/generalContentContainerBody.png');
	_margin-top: -3px;
	padding: 10px 15px 1px 20px;
	text-align: justify;
	line-height: 14px;
	width: 725px;
}

div#contentFooter {
	background: transparent url('/img/generalContentContainerFooter.png') no-repeat;
	height: 12px;
}

div#sidebarRight {
	float: right;
	margin-top: 15px;
	width: 180px;
}

div.sidebarBox {
	margin-top: -1px;	
}

div.sidebarBox h3 {
	background: transparent url('/img/sidebarBoxHeader.png') no-repeat;
	height: 25px;
	padding: 10px 0 0 10px;
	width: 170px;	
}

div.sidebarBoxBody {
	background: transparent url('/img/sidebarBoxBody.png') repeat-y;
	padding: 10px;
	width: 160px;	
}

div.sidebarBoxBody h3 {
	color: #A00907;
	font-size: 14px;
}

div.sidebarBoxFooter {
	background: transparent url('/img/sidebarBoxFooter.png') no-repeat;
	height: 4px;
	width: 180px;	
}

div.sidebarHeader {
	background: transparent url('/img/sidebarHeader.png') no-repeat;
	height: 6px;
	margin-top: 15px;
	_margin-bottom: -8px;
	width: 180px;
}

div#newsletterEmail {
	background: transparent url('/img/newsletterSubscribeInputBG.png') no-repeat;
	height: 25px;
	margin: 10px 0;
	width: 161px;
}

div#newsletterEmail input {
	border: 0;
	background-color: transparent;
	margin: 4px 0 0 4px;
}

div#library {
	background-color: #141414;
	height: 720px;
	position: relative;
	width: 730px;
	_width: 729px;
}

div#library #videoPlayerContainer {
	width: 375px !important;
}

#videoPlayerContainer {
	height: 305px;
	margin-left: 5px;
	padding-top: 10px;
	width: 425px;
}

div#videoDetails {
	margin-left: 10px;	
}

div#videoDetails h2 {
	color: #a00907;
	font-size: 20px;
	font-weight: normal;
	margin: 10px 0 15px;
}
div.tags {
	color: #bdab89;
	margin-bottom: 10px;
}

div.tags span {
	color: #6a6a6a;
}

div.tags a:link, div.tags a:visited {
	color: #bdab89;
	font-weight: bold;
}

div.tags a:hover {
	text-decoration: none;	
}

div#videoUrl, div.videoUrl {
	margin-bottom: 7px;	
}

div#videoUrl input, div.videoUrl input {
	background-color: transparent;
	border: 1px solid #373737;
	color: #FFF;
	width: 175px;
}

div#videoListContainer {
	height: 720px;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 335px;	
}

a.videoSmallThumb:link, a.videoSmallThumb:visited {
	display: block;
	_display: inline-block;
	float: left;
	height: 88px;
	margin: 1px 10px 0 0;
	_overflow: hidden;
	_position: relative;
	width: 93px;
}

div.videoInfo {
	display: inline;
	float: left;
	width: 335px;
}

div#videoList {
	margin-top: 10px;
}

div#videoList div.video {
	margin-bottom: 5px;
	width: 500px;	
}

div#videoList div.video h3 {
	
	margin-bottom: 5px;
} 

div#videoList div.video h3 a:link, div#videoList div.video h3 a:visited {
	color: #a00907;
	text-decoration: none;
}

div#movieDescription {
	width: 380px;	
}

a#seeMore:link, a#seeMore:visited {
	display: block;
	margin-top: 5px;	
}

div.movieFullDescription {
	display: none;	
}

div#categories {
	margin-top: 15px;	
}

div#categories a.categoryHeader {
	background: transparent url('/img/categoriesAccordionHeader.png') 0 -31px;
	color: #bdab89;
	cursor: pointer;
	display: block;
	font-size: 14px;
	height: 26px;
	_height: 25px;
	padding: 6px 0 0 10px;
	position: relative;
	text-decoration: none;
	width: 716px;
	z-index: 2;
}
div#categories a.categoryHeader:hover, div#categories a.selected {
	background-position: 0 0;
	color: #FFFFFF;
}

div.categoryContent {
	background-color: #141414;
	margin: -6px 0 10px 1px;
	padding: 15px 0 0 9px;
	position: relative;
	width: 715px;
	z-index: 1;
}

div.categoryVideo {
	float: left;
	margin: 5px 0 10px 15px;
	width: 122px;	
}

a.categoryVideoThumb:link, a.categoryVideoThumb:visited {
	display: block;
	height: 116px;
	width: 122px;
}

div.categoryVideo h3 {
	margin-top: 5px;
	text-align: center;	
}

div.categoryVideo h3 a:link, div.categoryVideo h3 a:visited {
	color: #a00907;
	font-weight: normal;
}

div.categoryVideo h3 a:hover {
	text-decoration: none;
}

div#mainPhoto, div#articleIlustration  {
	margin-left: -1px;
	height: 202px;
	_height: 202px;
	_overflow: hidden;
	_position: relative;
	width: 212px;
}

div#portraitInfo {
	display: inline;
	float: left;
	margin-top: 25px;
	width: 212px;
}

div#portraitInfo h3, div#imageGallery h3, div#presentations h3, div#relatedItems h3, div#actuaChannelPresentation h3 {
	color: #a00907;	
	font-size: 14px;
}

div#portraitInfo p {
	color: #bdab89;
	font-weight: bold;
	margin: 9px 0 !important;	
}

div#portraitInfo p a:link, div#portraitInfo p a:visited {
	color: #bdab89;	
}

div#portraitInfo p a:hover {
	text-decoration: none;	
}

div#portraitInfo p span {
	color: #6a6a6a;
}

div#portraitInfo div.despartitor {
	background-color: #4a4a4a;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 15px 0;
	width: 210px;
}

div#portraitDescription {
	display: inline;
	line-height: 15px;
	text-align:justify;
	float: left;
	margin: 15px 0 0 15px;
	width: 490px;	
}

div.contentSpacer {
	background: transparent url('/img/despartitor.png') no-repeat;
	height: 33px;
	margin: 15px 0;
	width: 725px;
}

div.imageGalleryItem {
	display: inline;
	float: left;
	height: 106px;
	margin: 10px 7px 0 0;
	width: 138px;
}

div#presentations {
	text-align: center;
	width: 100%;
}

div#presentationVideo {
	margin: 15px auto;
	width: 303px;
}

div#presentationVideo a {
	display: block;
	width: 303px;
	height: 242px;	
}

div#relatedItems {
	line-height: 17px;	
}

div#filters {
	font-size: 11px;
	position: absolute;
	right: 10px;
	top: 9px;
}

div#filters span {
	color: #727272;
}

div#filters ul, div#filters ul li {
	display: inline;	
}

div#filters ul li a:link, div#filters ul li a:visited {
	color: #a00907;
	margin: 0 5px;
}

a#videoArticlesLink:link, a#videoArticlesLink:visited {
	background: transparent url('/img/videoLink.png') no-repeat left 1px;
	padding-bottom: 1px;
	_padding-bottom: 2px;
	padding-left: 25px;
}

a#imageArticlesLink:link, a#imageArticlesLink:visited {
	background: transparent url('/img/fotoLink.png') no-repeat left;
	padding-left: 22px;
	_padding-bottom: 2px;
}

a#audioArticlesLink:link, a#audioArticlesLink:visited {
	background: transparent url('/img/audioLink.png') no-repeat left;
	padding-left: 17px;
	_padding-bottom: 2px;
}

div.articleIlustration  {
	display: inline;
	float: left;
	height: 133px;
	margin-left: 0px !important;
	width: 140px;
}

div.articleBody  {
	display: inline;
	float: left;
	line-height: 14px;
	margin-left: 15px;
	text-align:justify;
	width: 490px;
}

div.articleDate , div#actuaChannelDate {
	color: #bdab89;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
}

div.article {
	margin-bottom: 30px;
}

div.article h1 {
	font-size: 20px !important;	
	margin-bottom: 10px !important; 
}

div.article h1 a:link, div.article h1 a:visited {
	color: #a00907;
	font-weight: normal;
	text-decoration: none;
}

div.link {
	margin: 7px 0;
	padding-top: 1px;
}

div.link a:link, div.link a:visited {
	color: #a00907;
	font-size: 12px;
	text-decoration: none;
}

div.link img {
	margin: 2px 3px 0 3px;
}

div.link span {
	color: #bdab89;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 2px;
}

div#actuaChannelDate {
	margin-top: 0px !important;	
}

div#actuaChannelTags {
	margin-bottom: 0 !important;	
	margin-top: 10px;
}

a#videoPresentationLink:link, a#videoPresentationLink:visited {
	display: block;
	height: 64px;
	width: 86px;	
}

div#actuaChannelPresentation {
	margin: 10px 0;
}

div#actuaChannelPresentation div#leftPane {
	display: inline;
	float: left;
	width: 130px;
}

div#actuaChannelPresentation div#rightPane {
	display: inline;
	float: left;
	width: 82px;
}

div#actuaChannelPresentation h3 {
	margin-bottom: 10px;	
}

div#homepageContent {
	background: transparent url('/img/homepageBG.png') no-repeat;
	height: 399px;
	margin-top: 10px;
	padding: 15px 0 0 15px;
	width: 945px;
}

a.homepageCellIllustration:link, a.homepageCellIllustration:visited {
	display: block;
	height: 202px;
	_overflow: hidden;
	position: relative;
	width: 212px;
} 

img.homepageCellLabel {
	bottom: 1px;
	left: 1px;
	position: absolute;	
}

div.homepageCell {
	display: inline;
	float: left;
	line-height: 17px;
	margin-right: 28px;
	width: 212px;
}

div#splashContent {
	background: transparent url('/img/splashScreenBG.jpg') no-repeat;
	height: 478px;
	margin: 0 auto;
	position: relative;
	width: 500px;
}

div#splashContent h1 {
	color: #FFF;
	font-size: 24px !important;	
	left: 0;
	position: absolute;
	text-align: center;
	top: 275px;
	width: 500px;
}

div#disclaimerContainer {
	background-color: #100505;
	color: #FFF;
	height: 100px;
	left: 50%;
	line-height: 16px;
	margin-left: -237px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-left: 10px;
	position: absolute;
	top: 315px;
	width: 465px;
}

div#confirmButtons {
	left: 12px;
	position: absolute;
	top: 421px;
}

div#confirmButtons a:link, div#confirmButtons a:visited {
	margin-left: 10px;	
} 

div.newsResult {
	margin: 10px 0 10px 25px;
	width: 700px;
}

div.newsResult h3 a:link, div.newsResult h3 a:visited {
	color: #A00907;
	font-size: 16px;	
}

.jScrollPaneContainer {
	left: 50%;
	margin-left: -238px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	top: 315px;
}

.jScrollPaneTrack {
	border: 1px solid #545454;
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #393939;
	width: 12px !important;
}
.jScrollPaneDrag {
	background: transparent url('/img/scrollDrag.png') no-repeat;
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	height: 21px !important;
	width: 10px !important;
	margin-left: 1px;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	background: transparent url('/img/arrows.png') no-repeat top left;
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 14px;
	width: 14px !important;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	background: transparent url('/img/arrows.png') no-repeat bottom left;
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 14px;
	width: 14px !important;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

div#library .jScrollPaneContainer {
	left: auto !important;
	right: 0 !important;
	margin-left: 0;
	position: absolute;
	overflow: hidden;
	z-index: 1;
	top: 0 !important;
}

div#contactFormContainer label {
	display: block;
	margin: 5px 0;
}

div#contactFormContainer div.input {
	margin: 5px 0 20px 0;	
}

a#rssIcon:link, a#rssIcon:visited {
	display: block;
	left: 10px;
	height: 16px;
	position: absolute;
	top: 8px;
	width: 16px;
}

div#loginForm {
	margin: 50px auto 0;
	width: 200px;
}

div#loginForm label {
	display: block;
	margin-bottom: 3px;
}

div#loginForm form div {
	margin: 10px 0;	
}

a.closeBlocker:link, a.closeBlocker:visited {
	float: right;
	margin-bottom: 10px;
}

table#paginationLinks td, table#paginationLinks, table#paginationLinks tr {
	border: 0 !important;	
}
/*END STILURI BODY*/

/*BEGIN STILURI FOOTER*/
div#footer {
	background: transparent url('/img/footer.png') no-repeat;
	height: 93px;
	margin-top: 15px;
	width: 960px;
}
/*END STILURI FOOTER*/

/*ADMIN*/
div#editForm div {
	margin: 20px 0;
}

div#editForm h3 {
	color: #A00907;
	font-size: 16px;
}

div#editForm label {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}

div#editForm small {
	color: #CCC;
	display: block;
	font-size: 10px;
	margin-top: 3px;
	width: 480px;
}

div#imageForm {
	height: 160px;	
}

div.editCurrent {
	color: #A00907;	
}

div.imageEditForm {
	display: none;	
}

ul#commonActions li {
	margin: 5px 0;
}

div.checkbox label {
	display: inline !important;	
	font-size: 12px !important;
}

div.checkbox input {
	vertical-align: middle;
}

div.checkbox {
	display: inline;
	float: left;
	margin: 3px 0 !important;
	width: 350px;
}