/*

NB: When adding any general style, class, id class, etc. in order to conform with languages that are rtl (right-to-left)
a separate copy needs to be made with all side-specific declarations. E.g. if there was a declaration as follows:
.someClass { margin-right: 5px }
this would need to be appended (preferrably directly after the class's own definition):
#rtl .someClass { margin-right:0px; margin-left: 5px }
this both cancels the irrelevant change (no margin right is now needed) and makes the relevant one

*/

body {
	background-image: url(../images/background/bg.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
	font-size: 12px; /* Resets 1em to 10px */
	/*font-family:"Lucida Grande", Arial, Helvetica, "sans-serif";*/
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif; 
	color: #000000;
	text-align: left;
	margin:0px;
	padding:0px;
	line-height: 18px;
	height:100%;
	}
	
body #rtl {
	text-align: right;
}

#rtl, #rtl * {direction: rtl;}

.leftText, .leftText * {text-align:left;}
#rtl .leftText, #rtl .leftText * {text-align:right;}
.rightText, .rightText * {text-align:right;}
#rtl .rightText, #rtl .rightText * {text-align:left;}

.centerText, .centerText * {text-align:center;}

.floatLeft {float:left}
#rtl .floatLeft {float:right}
.floatRight {float:right}
#rtl .floatRight {float:left}

/*only for legacy*/
.floatRight2 {float:right}
#rtl .floatRight2 {float:left}

.rightBorder {border-right:1px solid #CCC}
#rtl .rightBorder {border-right:none;border-left:1px solid #CCC}

.marginRight {margin:0 15px 15px 0}
#rtl .marginRight {margin:0 0 15px 15px}

#container {
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(../images/background/bg2.jpg);
	background-repeat:repeat-x;
	width:960px;
	margin:0 auto;
	height:100%;
	min-height:430px;
	}

.logo {
	/*margin-right: 56px;*/
	padding: 0;
	width: 220px;
	float: left;
	height: 54px;
	overflow:hidden;
   }
#rtl .logo {
	margin-right: 0px;
	/*margin-left: 56px;*/
	float: right;
}

.loginBox {
	width: 270px;	/* small enough to not hit the upper tabs*/
	float: right;
	height: 54px;
	overflow:hidden;
	color:white;
	text-align:right
   }

#rtl .loginBox {
	float: left;
	text-align: left;
}

#reflectionLogin {
	text-align:left;
	height:55px;
	width:505px;
	margin-left:2px;
	padding-top: 20px;
	background: url(../images/background/willook_reflection_new.jpg) top left no-repeat;
	font-size:11px;
	overflow:hidden;
	height:25px;
	float:left;
}
#rtl #reflectionLogin {
	background: url(../images/background/willook_reflection_new.jpg) top right no-repeat;
	text-align:right;
	margin-left:0px;
	margin-right:21px; /* DIFFERENT from the above class because the picture needs to reflect only part of the upper picture */
	float:right;
}
	
#reflectionLogin a:link, #reflectionLogin a:visited {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	}
#reflectionLogin a:hover {
	font-weight:bold;
	color:#336600;
	text-decoration:none;
	}
	
#searchForm {
	width:299px;
	/*width:360px;*/
	height:56px;
	float:right;
	margin:0px;
	padding-top: 20px;
	font-size:11px;
	text-align: right;
	overflow:hidden;
	}
#rtl #searchForm {
	float:left;
	}
	
#searchForm input.text, #searchForm input.password {
	margin:6px 0;
	padding:5px;
	border:1px solid #bbb;
	}
#searchForm input.text:focus, #searchForm input.password:focus {
	border:1px solid #666;
	}
#searchForm input.text, #searchForm input.password {
	width:200px;
	height: 12px;
	vertical-align: middle;
	}
#searchForm img.button {
	vertical-align: middle;
	margin-left:10px;
	}
	
#tabActiveArea {
	width:auto;
	display:block;
	height:auto;
	min-height:400px;
	padding: 25px 15px 30px 15px;
	margin:0;
	background-color: #FFFFFF;
	border: 1px solid #ababab;
	}

.tabs ul li a:hover, .mainnav ul li a:hover {
	cursor:pointer;
}

#tabWideContent {
	width:675px;
	display:block;
	float:right;
	padding-left: 15px; 
	padding-top:0px;
	padding-right:15px;
	padding-bottom: 15px;
	margin:0;
	border-left: 1px solid #ababab;
	height:auto;
	min-height:400px;
	}
#rtl #tabWideContent {
	float:left;
	border-left: none;
	border-right: 1px solid #ababab;
	}
.mainNavSpacer{
	float: left;
	width: 45px;
	height:54px;
}

#rtl .mainNavSpacer{
	float: right;
}

.mainnav {
	height:54px;
	float:left;
	width: 425px;
}

#rtl .mainnav {
	float:right;
}
.mainnav ul, .tabs ul, .mainnav li, .tabs li {
	border:0;
	margin:0;
	padding:0;
	list-style:none;
	font-size: 12px;
}
.mainnav ul{
	height:25px;
	padding-top:28px;
	width: 425px;
}
.mainnav li, .tabs li{float:left; margin-right:2px;}
#rtl .mainnav li, #rtl .tabs li{float:right; margin-right:0px;margin-left:2px;}

.mainnav a:link, .mainnav a:visited{
	background:url(../images/background/mainnav_right.gif) right 52px repeat-y;
	color:#cccccc;
	display:block;
	font-weight:bold;
	height:26px;
	line-height:26px;
	text-decoration:none;
	/*width:960;*/
	width:auto;
}
#rtl .mainnav a:link,#rtl .mainnav a:visited{
	background:url(../images/background/mainnav_left_rtl.gif) left 52px repeat-y;
}
.mainnav a span{
	background:url(../images/background/mainnav_left.gif) left 52px;
	display:block;
	margin-right:14px;
	padding-left:14px;
	height:26px;
}
#rtl .mainnav a span{
	background:url(../images/background/mainnav_right_rtl.gif) right 52px repeat-y;
	margin-right:0px;
	padding-left:0px;
	margin-left:14px;
	padding-right:14px;
}
.mainnav a:hover{
	background:url(../images/background/mainnav_right.gif) right 27px repeat-y;
	display:block;
	color:#ffffff;
}
#rtl .mainnav a:hover{
	background:url(../images/background/mainnav_left_rtl.gif) left 27px repeat-y;
}
.mainnav a:hover span{
	background:url(../images/background/mainnav_left.gif) left 27px;
	display:block;
}
#rtl .mainnav a:hover span{
	background:url(../images/background/mainnav_right_rtl.gif) right 27px repeat-y;
}

.languages{
	padding: 0;
	width: 60px;
	float: left;
	height: 54px;
	text-align:right;
	width:20%;
}

#rtl .languages {
	float: left;
	text-align:left;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

/* -------------------------------- */
/* 	ACTIVE ELEMENTS					*/
.mainnavactive a:link, .mainnavactive a:visited, .mainnavactive a:visited, .mainnavactive a:hover{
	color:#000000;
	background:url(../images/background/mainnav.png) right 0 no-repeat;
}
.mainnavactive a span, .mainnavactive a:hover span{
	background:url(../images/background/mainnav.png) left 0 no-repeat;
}
#rtl .mainnavactive a:link, #rtl .mainnavactive a:visited, #rtl .mainnavactive a:visited, #rtl .mainnavactive a:hover{
	background:url(../images/background/mainnav.png) left 0 no-repeat;
}
#rtl .mainnavactive a span, #rtl .mainnavactive a:hover span{
	background:url(../images/background/mainnav.png) right 0 no-repeat;
}


.tabs {
	clear:both;
}
.tabs ul{
	height:22px;
	margin-bottom:-1px;
}
.tabs a:link, .tabs a:visited{
	background:url(../images/background/tabs_right.png) right 44px repeat-y;
	color:#000000;
	display:block;
	font-weight:bold;
	font-size:11px;
	height:22px;
	line-height:22px;
	text-decoration:none;
}
#rtl .tabs a:link, #rtl .tabs a:visited{
	background:url(../images/background/tabs_left_rtl.png) left 44px repeat-y;
}
.tabs a span{
	background:url(../images/background/tabs_left.png) left 44px;
	display:block;
	height:22px;
	margin-right:14px;
	padding-left:14px;
}
#rtl .tabs a span{
	background:url(../images/background/tabs_right_rtl.png) right 44px;
	margin-right:0px;
	padding-left:0px;
	
	margin-left:14px;
	padding-right:14px;
}
.tabs a:hover{
	background:url(../images/background/tabs_right.png) right 22px repeat-y;
	display:block;
	color:#ffffff;
	font-size:11px;
}
.tabs a:hover span{
	background:url(../images/background/tabs_left.png) left 22px;
	display:block;
}
#rtl .tabs a:hover{
	background:url(../images/background/tabs_left_rtl.png) left 22px repeat-y;
}
#rtl .tabs a:hover span{
	background:url(../images/background/tabs_right_rtl.png) right 22px;
}

/* -------------------------------- */
/* 	ACTIVE ELEMENTS					*/
.tabsactive a:link, .tabsactive a:visited, .tabsactive a:hover{
	color:#000000;
	background:url(../images/background/tabs_right.png) right 0 no-repeat;
	border-bottom:none;
} 
.tabsactive a span, .tabsactive a:hover span{
	background:url(../images/background/tabs_left.png) left 0 no-repeat;
	border-bottom:none;
}
#rtl .tabsactive a:link,#rtl .tabsactive a:visited,#rtl  .tabsactive a:hover{
	background:url(../images/background/tabs_left_rtl.png) left 0 no-repeat;
} 
#rtl .tabsactive a span,#rtl .tabsactive a:hover span{
	background:url(../images/background/tabs_right_rtl.png) right 0 no-repeat;
}

.bigText { line-height:25px }
#rtl .bigText { line-height:30px }

#subnav {
	width:210px;
	display: block;
	float:left;
	height:auto;
	margin-right:10px;
	}
#rtl #subnav {
	float:right;
	margin-left:10px;
	margin-right:0px;
	}
	
#subnav a:link, #subnav a:visited  {
	display: block;
	width:190px;
	color: #336600;
	text-decoration: none;
	line-height: 28px;
	font-weight: bold;
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #cccccc;
	}
#subnav a:hover {
	color: #999999;
}
#subnav a.first:link, #subnav a.first:visited  {
	border-top: 1px solid #ffffff;
}
#subnav a.active, #subnav a.active:hover {
	display: block;
	width:190px;
	color: #ffffff;
	background-color: #0d1d4e;
	text-decoration: none;
	line-height: 28px;
	font-weight: bold;
	font-size: 13px;
	background-repeat: no-repeat;
	border-top-color: #FFFFFF;
	}	

#subnav h2 {
	color: #0e1e52;
	text-decoration: none;
	font-size: 16px;
	}

#subnav ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	}
	

#footer {
	display:block;
	float:left;
	border: none;
	padding: 20px;
	margin: 40px -20px 0 -20px;
	width: 100%;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #32599a;
	bottom: auto;
	text-align: center;
	}
#rtl #footer {
	float:right;
	}

#footer a:link, #footer a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;

}

#footer a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#000000;

}


h1, h2, h3 {
	/*font-family: "Lucida Grande", Arial, Helvetica, sans-serif;*/
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif; 
	font-weight:  bold;
	text-align: left;
	line-height: 18px;
	}
#rtl h1,#rtl h2,#rtl h3 {
	text-align: right;
	}

h1 {
	font-size: 24px;
	/*color:#003300;*/  /*dark green*/
	color:#3B8C00; /*light green*/
	}

h2 {
	font-size: 16px;
	color:#000033;
	}

h3 {
	font-size: 14px;
	color:#333333;
	}

.small {
	font-size        : 10px;
	color            : #000000;
	text-decoration  : none;
	font-weight: bold;
}

.smallLight {
	font-size        : 10px;
	color            : #cccccc;
	text-decoration  : none;
	font-weight      : bold;
}


a:link, a:visited {
	/*color: #003300;*/
	color: #0000EE;
	text-decoration: none;
	/**font-weight: bold;*/	
}

a:hover {
	/*color: #000000;*/
	text-decoration: underline;
	/*font-weight: bold;*/
}

h3 a:link, h3 a:visited {
	color: #003300;
	text-decoration: none;
	font-weight: bold;
	
}

h3 a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}


a.small:link, a.small:visited {
	color: #000033;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

a.small:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a.smallLight:link, a.smallLight:visited {
	color: #cccccc;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a.smallLight:hover {
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

#join-header {
  text-align: left;
 /* width: 450px;*/
  width:25%;
  height: 20px;
  float: right;
  padding: 5px;
  margin: 5px 0px 0px 0px;
  border: 1px solid #000;
/*  border-bottom: none;*/
}
#rtl #join-header {
  text-align: right;
  float: left;
}

#join-banner {
  width: 490px;
  height: 100px;
  float: right;
  padding: 5px;
  margin: 0px;
  text-align: left;
  border: 1px solid #000;
  border-top: none;
}
#rtl #join-banner {
  float: left;
  text-align: right;
}

.join-content {
  width: 157px;
  float: left;
  text-align: left;
  border-right: 1px solid #ccc;
  margin: 0px 0px 0px 5px;
}
#rtl .join-content {
  float: right;
  text-align: right;
  border-left: 1px solid #ccc;
  margin-right: 5px;
  border-right: none;
  margin-left: 0px;
}

.VideoDetails_All_List{
	display:inline;
	display: block;
	text-align: left;
	padding: 0px 2px 2px 2px;
	width: 125px;
	float: left;
	margin-top: 5px;
	margin-left: 0px;
	border-bottom: 1px dashed #ccc;

}
#rtl .VideoDetails_All_List{
	text-align: right;
	float: right;
	margin-right: 0px;
}

.VideoDetails_All_List img {
  padding: 2px;
  border: 1px solid #000;
  background: #fff;
  margin: 0px 0px 0px 2px;
}
#rtl .VideoDetails_All_List img {
  margin: 0px 2px 0px 0px;
}

.VideoDetails_All_List li{
	list-style-type: none;
}

.VideoDetails_Info_List{
	list-style-type: none;
	display: block;
	margin: 3px 2px 2px 0px;
	padding: 0px 10px 8px 0px;
	text-align: left;
	width: 539px;
	height: 96px;
	float: right;
	border-bottom: 1px dashed #ccc;

}
#rtl .VideoDetails_Info_List{
	margin: 3px 0px 2px 2px;
	padding: 0px 0px 8px 10px;
	text-align: right;
	float: left;

}

.VideoDetails_Info_List li{
	margin-bottom: 3px;
}

#login_left_column
{
	/*width:40%;*/
}

#login_right_column
{
	/*width:60%;*/
	/*border-left:1px solid #ababab;*/
	padding:40px 0 40px 40px;
	float:right;
	width: 350px;
}
#rtl #login_right_column
{
	/*border-left:none;
	border-right:1px solid #ababab;*/
	padding:40px 40px 40px 0;
	float:left;
}

/* register2.php related css  START */
#login_left_column2
{
	/*width:40%;*/
	width:300px;
	vertical-align:top
}
#login_right_column2
{
	/*width:60%;*/
	/*border-left:1px solid #ababab;*/
	/*padding:40px 0 40px 40px;*/
	padding: 0 0 40px 40px;
	float:right;
	width: 600px;
}
#rtl #login_right_column2
{
	/*border-left:none;
	border-right:1px solid #ababab;*/
	/*padding:40px 40px 40px 0;*/
	padding:0 40px 40px 0;
	float:left;
}
/* register2.php related css  END*/

#play_left_column
{
	width:500px;
	text-align:left;
}
#rtl #play_left_column
{
	text-align:right;
}

.left_col_play
{
	width:500px;
}

#play_right_column
{
	width:30%;
	padding:40px;
	border-left-color:#ababab;
	border-left-style:solid;
	border-left-width:1px;
}
#rtl #play_right_column
{
	border-left:none;
	border-right: 1px solid #ababab;
}

#play_letter_left_column
{
/*	width:500px;*/
	width:100%;
	text-align:left;
}
#rtl #play_letter_left_column
{
	text-align:right;
}

#play_letter_right_column
{
	width:100%;
	padding:40px;
	/*border-left-color:#ababab;
	border-left-style:solid;
	border-left-width:1px;*/
}

.uploader_php_td1
{
    vertical-align:top;
	width:45%;
}

.uploader_php_td2
{
    vertical-align:top;
	width:40%;
}

.uploader_php_td3
{
    vertical-align:top;
	width:15%;
}

.required_field
{
	color:#FF0033;
}
/*  Dashboard.php  */

#subnav_1_third{
	display:block;
	float:left;
	padding-left: 15px; 
	padding-top:0px;
	padding-right:15px;
	padding-bottom: 15px;
	margin:0;
	height:auto;
	min-height:400px;
	width:304px;
	margin-right:10px;
}

#rtl #subnav_1_third{
	float:right;
	margin-left:10px;
	margin-right:0px;
}

#subnav_1_third p{
	text-align: justify;
}

#subnav_2_third{
	display:block;
	float:left;
	padding-left: 15px; 
	padding-top:0px;
	padding-right:15px;
	padding-bottom: 15px;
	margin:0;
	border-left: 1px solid #ababab;
	height:auto;
	min-height:400px;
	width:265px;
	margin-right:10px;
}

#rtl #subnav_2_third{
	float:right;
	border-right: 1px solid #ababab;
	margin-left:10px;
	border-left: none;
	margin-right:0px;
}

#subnav_2_third p{
	text-align: justify;
}

#subnav_3_third{
	display:block;
	float:left;
	padding-left: 15px; 
	padding-top:0px;
	padding-right:15px;
	padding-bottom: 15px;
	margin:0;
	border-left: 1px solid #ababab;
	height:auto;
	min-height:400px;
	width:240px;
}

#rtl #subnav_3_third{
	float:right;
	border-right: 1px solid #ababab;
	border-left: none;
}

#subnav_3_third p{
	text-align: justify;
}

/* my_account*/
#subnav_1_half{
	display:block;
	float:left;
	padding-left: 15px; 
	padding-top:0px;
	padding-right:15px;
	padding-bottom: 15px;
	margin:0;
	height:auto;
	min-height:400px;
	/*width:304px;*/
	width:45%;
	margin-right:10px;
}

#rtl #subnav_1_half{
	float:right;
	margin-left:10px;
	margin-right:0px;
}

#subnav_1_half p{
	text-align: justify;
}

#subnav_2_half{
	display:block;
	float:left;
	padding-left: 15px; 
	padding-top:0px;
	padding-right:15px;
	padding-bottom: 15px;
	margin:0;
	border-left: 1px solid #ababab;
	height:auto;
	min-height:400px;
	/* width:240px; */
	width:45%;
}

#rtl #subnav_2_half{
	float:right;
	border-right: 1px solid #ababab;
	border-left: none;
}
	
#subnav_2_half p{
	text-align: justify;
}

/* END my_account.php*/

/* todo: use this in all submit buttons */
#submit_btn {
    color: #000;
	width: 100px;
	height: 20px;
    background: transparent url(design_brad/images/buttons/submit_btn.png) no-repeat;
	border: none;
}	

/* Video Comments thumb */
.ThumbMembersVideos_Comments{
    background-color: #111;
	float:left;
	padding: 2px;
	width:40px;
	height:40px;
}
#rtl .ThumbMembersVideos_Comments{
	float:right;
}

.bullet {
	list-style-type:disc;
}

.contactUsTable {
	text-align:left;
	padding-left:20px;
}
#rtl .contactUsTable {
	text-align:right;
	padding-left:0px;
	padding-right:20px;
}

/** Temp fix to the public channel, until we get it organized **/
/* (2) Horizontal boxes */
.CategoryBoxHorizontal_2{
	width: 200px;
	float: left;
	height: 195px;
	display:inline;
	margin-bottom: 20px;
	border: 1px solid #000;
	/*background-color: #545a63;*/
	background: #ffffff;
	margin-left: 18px;
	text-align:center;
}

#rtl .CategoryBoxHorizontal_2{
	float: right;
	margin-left: 0px;
	margin-right: 18px;
}

.CategoryBoxHorizontal_2 ul{
	list-style-type:none;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#rtl .CategoryBoxHorizontal_2 ul{
	padding-right: 0px;
	margin-right: 0px;
}

.CategoryBoxHorizontal_2 li{
	margin-bottom: 2px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;

}
/************ green button ***********/
.btnLeft{
	background-image: url('../images/buttons/btnLeft.gif');
	float: left;
	height: 47px;
	width: 24px;
}
#rtl .btnLeft{
	float: right;
	background-image: url('../images/buttons/btnRight.gif');
}

.btnMiddle{
	background-image: url('../images/buttons/btnMiddle.gif');
	height: 47px;
	float: left;
	color: #ffffff;
	font-size: 20px;
	border: 0px;
	margin: 0px;
	width: auto;
	overflow:visible;
	cursor:pointer;
	font-weight: bold;
}
#rtl .btnMiddle{
	float: right;
}
.btnRight{
	background-image: url('../images/buttons/btnRight.gif');
	float: left;
	height: 47px;
	width: 24px;
}
#rtl .btnRight{
	float: right;
	background-image: url('../images/buttons/btnLeft.gif');
}
/************ green button ***********/
