/* FOR TESTING PURPOSES */
.borderBlue {
	border:1px #0000CC solid;
}
.borderRed {
	border:1px #CC0000 solid;
}
.borderGreen {
	border:1px #00CC00 solid;
}
.backgroundLightGray {
	background-color:#EEE;
}

/* CANCELLING ISSUES IN DIFFREENT BROWSERS */
p, ul, li {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, label {
	text-decoration:none
}
ul {
	margin:5px 0;
}
li {
	list-style:disc;
	margin-left:45px;
	padding-bottom:5px;	
}

/* GENERAL REDEFINITIONS */
html {
	width:100%;
	height:100%;
	margin:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin:0;
	padding:0;
	color:#4b4a4a;
}
p {
	line-height:150%;
	margin:7px 15px 12px;
}
a {
	text-decoration:underline;
	outline:none;
	color:#03F;
}
a:hover {
	text-decoration:none;
}
img {
	border:none;
	outline:none;
}
h1, h2, h3, h4, h5, h6 {
	margin:20px 0 9px 0;		
	font-weight:normal;
}
.clear {
	clear:both;
	display:block;
}
/* Giving a display value to the HTML5 rendered elements: */
header, footer, article,section, hgroup, nav, figure {
 display:block;
}
figure, figcaption {
	margin:0;
	padding:0;
}

/* LAYOUT */
#mainWrapper {
	margin:0 auto;
	width:960px;
}

/* TOP MENU */ 
#topMenu {
	float:right;
}
#topMenu li {
	margin:0 0 0 20px;
	display:inline;
}

/* form field */
form label {
	margin-right:10px;
	font-weight:bold;
}
label:first-child {
   float:left;
   text-align:right; 
   font-weight:bold;
}
input[type=text], input[type=password], textarea {
	width: 200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	height:22px;
}
textarea {
	height:110px;
}
input[type=radio], input[type=checkbox], fieldset input[type=checkbox] {
	margin-right:10px;
}
select.language {
	width:100px;
}
fieldset {
	margin:10px 0 0 0;
}

/* table */
table {
	border:1px solid #cbcbcb;
	border-collapse:collapse;
	margin:15px;
}
table tr th {
	border-bottom:1px solid #cbcbcb;
	border-collapse:collapse;
}
table tr td, table tr th {
	padding:8px;
	border-right:1px inset #cbcbcb;
	border-collapse:collapse;
}

/* search */
#search {
	float:right;
}
#searchText {
	border:1px solid #000;
	width:150px;
	height:25px;		
	color:#666;
}
#searchButton{
	float:right;	
	margin:2px 0 0 2px;
}

/* class for date */
p.date {	
	color:#606060;
}

/* confirmation message in green color */
.messageConfirmation {
	color:#3a8002;
	/*margin-bottom:20px;*/
}
/* error message in red color */
.messageConfirmation span {
	color:#D40000;
	margin-bottom:20px;
}


/* FOOTER */
footer {
  padding:15px 0;
}
footer ul#bottomMenu {
  float:left;
}
footer li {
  margin:0 0 0 15px;
  display:inline;
}
footerElements {
  float:right;
}
/* Widgets*/
.addNewContainer
{
	margin-left:430px;
	position:absolute;
}
/* Video poster */
.playPosterVideo 
{
    position: absolute;
    top: -950%;
    left: 40%;
}
.imagePoster
{
	cursor: pointer;	
}
.videoPosterImage
{
	height:400px;
	width:500px;
}

