
/* CSS Documents */
@import url("tools.css");

/** MENU Francais + English **/
@import url("menu.css");

* {
	margin:0;
	padding:0;
}

/* pour eviter de faire disparaitre les select...*/ 
select { min-width:1.5em; } 

/* END GLOBAL WHITE SPACE RESET */



/* Validation stuff */

input.disabled {
  border: 1px solid #F2F2F2;
  background-color: #F2F2F2;
}

input.validation-failed, textarea.validation-failed {
  border: 1px solid #FF3300;
  color : #FF3300;
}

input.validation-passed, textarea.validation-passed {
  border: 1px solid #00CC00;
  color : #000;
}

.validation-advice {
  margin: 5px 0;
  padding: 5px;
  background-color: #FF3300;
  color : #FFF;
  font-weight: bold;
}

.custom-advice {
  margin: 5px 0;
  padding: 5px;
  background-color: #C8AA00;
  color : #FFF;
  font-weight: bold;
}


/* end validation stuff */


.hidden {
	display: none;
}

.errorMsg {
	color: #FF0000;
	font-weight: bold;
}

form {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

a, a:hover, a:active, a:visited{
	color: white;	
}

em {
	color: #ad8a1a;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

hr {
	position: absolute;
	width: 415px;
	right: 0px;
	border: 0;
	background-color: #51400c;	
	color: #51400c;	
}

.clickable {
	cursor: pointer;
}

.btmMargin {
	margin-bottom: 10px;
}

body {
	background-color: black;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
}


#pageBody {
	position: absolute;
	left: 50%;
	margin-top: 1px;
	margin-left: -500px;
	width: 1000px;
	height:648px;
}


body #background {
	position: absolute;
	left: 0;
	top: 0;
	width: 465px;
	height: 665px;
}

body.fr #background {
	background-image: url(/i/bg/background_content_fr.jpg);	
}

body.en #background {
	background-image: url(/i/bg/background_content_en.jpg);	
}

body#defaultBody #background {
	position: absolute;
	left: 0;
	top: 0;
	width: 875px;
}

body#defaultBody.fr #background {
	background-image: url(/i/bg/background_default_fr.jpg);
}

body#defaultBody.en #background {
	background-image: url(/i/bg/background_default_en.jpg);
}

#logo_top {
	position: absolute;
	right: 55px;
	top: 480px;
}

#logo_bottom {
	position: absolute;
	right: 60px;
	top: 597px;
}

#menu {
  margin-top:58px;
  font-size: 12px;
  list-style: none;
}

#menu  {
  line-height: 22px;
  height: 27px;
  text-align: center;
}

#menu span.alt {
	display: none;
}

#menu a {
  line-height: 27px;
  text-decoration: none;
}


#languageBox {
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#footer {
  position:absolute;
  bottom:-35px;
  width:1000px;
  font-size: 9px;
  color: #999;
  text-align: center;
}

#footer a {
	color: #aaa;
}

#language {
	font-size: 10px;
}

#language a {
	color: #ad8a1a;
}
                      

body#adminBody #contentModuleBox {
  width:620px;
  overflow: auto;
  padding: 5px;
}

body#defaultBody.en #contentModuleBox,
body#defaultBody.fr #contentModuleBox {
  width: 375px;
  height:275px;
  line-height: 16px;
  overflow: hidden;
}

#contentModuleBox {
  text-align: right;
  position: absolute;	
  top: 40px;
  right: 60px;	
  width: 600px;
  height: 430px;
}

#contentModuleBox div.itemBox {
	clear: both;
	margin-bottom: 7px;	
}

#contentModuleBox div.photos {
	margin-top: 5px;
	margin-bottom: 5px;
}

#contentModuleBox .closable, 
#contentModuleBox .clickable {
	margin-top: 2px;
	padding-top: 1px;
}

#contentModuleBox img.photo {
	border: 1px solid #ad8a1a;
	margin-left: 5px;
}

#contentModuleBox h1 {
	color: #939598;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 25px;
	font-weight: normal;
	text-transform: uppercase;
}

#contentModuleBox h2 {
	color: #ad8a1a;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

#contentModuleBox h3 {
	color: #ad8a1a;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	text-transform: uppercase;
}

#contentModuleBox h4 {
	color: #ad8a1a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 1px;
}

#videoplayerBox {
	position: relative;
	height: 260px;	
	margin-top: 12px;
}

#videoplayerBox #videoinfo {
	position: absolute;
	width: 225px;
	float: left;
	bottom: 0;
}

#videoplayerBox #videoinfo span.videotitle {
	display: block;
	color: #939598;
	line-height: 20px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
}

#videoplayerBox #videoinfo span.videodescription {
	display: block;
	color: #fff;
	line-height: 16	px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
}

#videoplayerBox #container {
	float: right;
	border: 1px #ad8a1a solid;
	width: 352px;
	margin: 0 10px 0 10px;
}

#videobrowserBox {
	position: relative;
	clear: both;
	margin: 0;
	margin-top: 12px;
	width: 100%;
	height: 66px;
}

#videobrowserBox div#goleft {
	position: absolute;
	width: 16px;
	left: 0;
	top: 50%;
	margin-top: -8px;
}

#videobrowserBox div#goright {
	position: absolute;
	width: 16px;
	right: 0;
	top: 50%;
	margin-top: -8px;
}

#videobrowserBox div#videolist {
	position: absolute;
	left: 20px;
	right: 20px;
	height: 100%;
}

#videobrowserBox div#videolist div {
	float: left;
	border: 1px solid #ad8a1a;
	margin: 2px 5px 2px 5px;
	background-color: #333;
	width: 80px;
	height: 60px;
}

#videobrowserBox div#videolist div.active {
	border: 1px solid white;
}

#videobrowserBox div#videolist div img {
	width: 80px;
	height: 60px;
}

#videobrowserBox div#waitimage {
	position: absolute;
	left: 0;
	top: 0;
	right:0;
	bottom: 0;
	border: 0;
	padding: 0;
	background: black url(/i/loading_black.gif) no-repeat center center;
}


#contentModuleBox div#contact_us_player {
	height: 200px;		
}

#contentModuleBox div#contact_us_player div#container {
	float: right;
	width: 264px;
	border: 1px solid #ad8a1a;	
}

#contentModuleBox div#notes {
	position: absolute;
	bottom: 0px;
	left: 0;
	text-align: left;	
}

/* ADMIN */
div.itemBlock {
	clear: both;
	margin-bottom: 20px;
	margin-top: 20px;
	overflow: auto;
	text-align: left;
}

div.itemBlock h4 {
	clear: both;
}

div.itemBlock h5 {
	font-size: 16px;
	margin: 5px auto;
}

div.textItemsToolbar {
	margin-top: 10px;
}

div.itemBlock div.contentHeader,
div.textItemsToolbar {
	line-height: 23px;
	text-align: left;
	background-color: #121212;
	border-top: 2px solid #333;
	border-bottom:  1px solid #333;
	padding-bottom: 1px;
	padding-top: 1px;
	margin-bottom: 20px;
}

div.itemBlock div.contentHeader h3,
div.itemBlock div.contentHeader h4,
div.textItemsToolbar h3,
div.textItemsToolbar h4	{
	display: inline;
	font-size: 14px;
}

div#contentModuleBox div.itemContentBox h4 {
	color: white;
	margin: 0;
	font-size: 15px;
	font-weight: bold;	
}

div.itemBlock div.contentHeader div.itemToolBar,
div.textItemsToolbar div.itemToolBar {
	float: right;
	maring-top: 1px;
	padding-top: 1px;
}

div.itemBlock #textContent,div.itemBlock #imagesContent, div.itemBlock #videoContent {
	width: 99%;
	margin-bottom: 25px;
}

div.itemBlock #textContent tr th,
div.itemBlock #textContent tr td,
div.itemBlock #videoContent tr th, 
div.itemBlock #videoContent tr td {
	margin: 0;
	padding: 2px;
}

div.itemBlock #textContent tr th,
div.itemBlock #videoContent tr th {
	vertical-align: top;
	text-align: left;
	width: 70px;
}

div.itemBlock div#thumbpreview {
	margin: 15px 125px 5px 125px;
	padding: 5px 0px 10px 0px;
	border: 1px solid #333;
	background-color: #090909;
	text-align: center;
	line-height: 21px;
}

div.itemBlock div#thumbpreview img {
	width: 80px;
	height: 60px;
}

div.itemBlock div#container,
div.itemBlock div.container	 {
	margin-top: 15px;
	border: 1px solid #333;	
	width: 352px;
}

div.itemBlock div#container	{
	position: absolute;
	left: 50%;
	margin-left: -176px;
}

div.itemBlock #textContent tr th.contentCategory {
	font-size: 14px;
}

div.itemBlock #textContent tr td input,div.itemBlock #textContent tr td textaream {
	width: 99%;
}

div.itemBlock #textContent tr td textarea {
	font-family: Arial, Helvetical, sans-serif;
	font-size: 12px;
	height: 100px;
	width: 99%;
}

div.itemBlock div.itemContentBox p {
	float: left;
	font-size: 12px;
	text-align: justify;
	margin: 0 0 20px 0;
	padding: 0;
}

div.itemBlock div.itemContentBox img {
	border: 1px solid #ad8a1a;
}

div.itemBlock div.itemContentBox p img.left {
	margin-top: 15px;
	margin-right: 8px;
	float: left;
}

div.itemBlock div.itemContentBox p img.right {
	margin-top: 15px;
	margin-left: 8px;
	float: right;
}

#submitButtonBox {
	width: 582px;
	text-align: right;
}


table#videolist {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #555;
	margin-top:1px;
}

table#videolist td,
table#videolist th {
	padding: 2px;
}

table#videolist tr.first {
	border-top: 1px solid #555;
}
	
table#videolist tr.first td.dotted {
	border-bottom: 1px dotted #555;
}

table#videolist th {
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #202020;	
}

table#videolist tr.videorow_even {
	background-color: #050505;	
}

table#videolist tr.videorow_odd {
	background-color: #151515;	
}

table#videolist th.thumb {
	width: 90px;
}

table#videolist th.actions {
	width: 100px;
}

table#videolist td.thumb {
	padding-left: 5px;
}

table#videolist td.thumb img {
	width: 80px;
	height: 60px;
}

table#videolist td.centered,
table#videolist th.centered	 {
	text-align: center;
}

table#videolist td.half {
	width: 49%;
}

