﻿/* GENERAL */
body
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	background-color: #e0e0e0;
	margin: 0px;
	color: #8d8d8d;
	background-image: url('../images/page_bkg.jpg');
	background-repeat: repeat-x;
	line-height: 150%;
}
h1, h2, h3, h4, h5, h6
{
	margin: 10px 0px;
	padding: 0px;
}
h1
{
	color: #e45100;
	font-size: 1.8em;
}
h2
{
	font-size: 1.5em;
}
h3
{
	font-size: 1.3em;
	font-weight: bold;
}
h4
{
	font-size: 1em;
	font-weight: bold;
}
p
{
	margin: 10px 0px;
	padding: 0px;
}
a, a:visited
{
	color: #e45100;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	cursor: pointer;
}
#container
{
	margin: 0px auto;
	text-align: center;
	width: 960px;
}
img
{
	border: none;
}
.clear
{
	float: none;
	clear: both;
}

/* HEADER */
#loginMenu
{
	text-align: right;
	height: 20px;
	background-color: #272727;
	padding: 5px 0px;
}
#header
{
	height: 128px;
	background-color: #464646;
	background-image: url('../images/header_bkg.jpg');
	background-repeat: no-repeat;
	text-align: left;
}
#header .logo
{
	margin: 40px 0px 0px 0px;
}
#subtitle
{
	margin: 5px 0px 0px 5px;
}
#header .banner
{
	float: right;
	margin: 30px 0px 0px 0px;
}

/* MENU */

#menuContainer
{
	text-align: left;
	height: 37px;
	line-height: normal;
}
.menu, .menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.menu > li
{
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.menu li ul
{
	position: absolute;
	margin-top: 0px;
	background-color: #fff;
	width: 150px;
	border: solid 1px #bfbfbc; /* for IE */
	display: none;
}
.ie8menufix
{
	z-index: 100;
}
.menu ul li ul
{
	margin-left: 150px;
	margin-top: -32px;
	background-color: #fff;
	width: 150px;
	border: solid 1px #bfbfbc;
	z-index: 100;
}
.menu li:hover ul
{
	display: block;
}
/* SHOW SUBMENU  1 */
.menu li:hover ul ul
{
	display: none;
}
.menu ul li:hover ul
{
	display: block;
}
/* SHOW SUBMENU  2 */
.menu a
{
	display: block;
	padding: 10px 10px;
}
.menu a:hover
{
	background-color: #fff;
	text-decoration: none;
}
.menu ul a:hover
{
	background-color: #ebebeb;
	color: #000;
	text-decoration: none;
}
.menu ul a.expand
{
	background-image: url('../images/arrow_menu.png');
	background-position: center right;
	background-repeat: no-repeat;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li
{
	float: left;
	height: 1%;
}
* html ul li a
{
	height: 1%;
}

/* SUBSCRIBE BOX */
#subscribe
{
	float: right;
	width: 320px;
	position: relative;
}
#subscribe img
{
	position: absolute;
	top: -7px;
}
#subscribe p
{
	margin-left: 60px;
}

/* BREADCRUMB */
#breadcrumb
{
	padding: 10px 5px;
	color: #929292;
	font-size: 0.85em;
	text-align: left;
}
#breadcrumb a, #breadcrumb a:visited
{
	color: #272727;
	text-decoration: none;
}
#breadcrumb a:hover
{
	text-decoration: underline;
}

/* MAIN */
#main
{
	width: 972px; /*960px;*/
	overflow: hidden;
	text-align: left;
}

#banner
{
	width: 180;
	float: left;
	margin-right: 15px;
}

#content
{
	width: 582px; /*620px; */
	float: left;
	margin-right: 15px;
}
#sidebar
{
	width: 170px; /* 320px;*/
	float: left;
}

.box
{
	padding: 10px;
	margin-bottom: 20px;
	background-color: #fff;
	border: solid 1px #bfbfbc;
	color: #272727;
}

.box #advertise div
{
	padding: 5px;
}

/* CONTENT */
.tutorialList td
{
	margin: 0px;
	padding: 3px;
}
.tutorialList img
{
	margin: 0px;
	padding: 5px;
	border: solid 1px #e0e0e0;
}
p.info
{
	color: #929292;
}
.tutorialHeader
{
	display: block;
	border-bottom: solid 1px #c1c1c1;
	padding: 0px 0px 10px 0px;
}
.tutorialHeader .pager
{
	float: right;
}
.tutorialFooter
{
	display: block;
	border-top: solid 1px #c1c1c1;
	padding: 10px 0px 10px 0px;
}
.tutorialFooter .pager
{
	float: right;
}

.pagerContainer
{
	margin: 10px 0px;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.pager
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.pager li
{
	list-style-type: none;
	margin-right: 5px;
	float: left;
}
.pager .large
{
	width: auto;
	padding: 2px 5px;
}
.pager .homePager
{
	background-color: #e45100;
	color: #fff;
}
.pager a
{
	background-color: #e0e0e0;
	width: 20px;
	padding: 2px 0px;
	display: block;
	text-align: center;
	color: #272727;
}
.pager a:hover
{
	background-color: #bfbfbc;
	color: #272727;
	text-decoration: none;
}
.pager a.active
{
	background-color: #e45100;
	color: #fff;
}
.pager a.active:hover
{
	background-color: #bfbfbc;
	color: #fff;
	text-decoration: none;
}

.shortPager
{
	text-align: center;
}
.shortPager a
{
	display: inline;
	margin: 0px 5px;
	background-color: #e0e0e0;
	padding: 3px 5px;
	text-align: center;
	color: #272727;
}
.shortPager a:hover
{
	background-color: #bfbfbc;
	color: #272727;
	text-decoration: none;
}

/* SIDEBAR */
#sidebar .box h2
{
	margin: 0px 10px;
	color: #464646;
}
#sidebar .box ul
{
	margin: 0px;
	padding: 0px;
}
#sidebar .box ul li
{
	list-style-type: none;
}
#sidebar .box ul li a
{
	display: block;
	padding: 5px 10px;
}
#sidebar .box ul li a:hover
{
	background-color: #ebebeb;
	color: #000;
	text-decoration: none;
}

/* FOOTER */
#footer
{
	text-align: center;
	background-color: #464646;
}
#footer #inner
{
	margin: 0px auto;
	width: 960px;
	text-align: left;
	overflow: hidden;
	padding: 10px 0px 20px;
}
#footer h2
{
	color: #e0e0e0;
	margin: 0px 0px 10px;
}
#footer .list
{
	float: left;
	width: 300px;
	margin: 10px 10px;
}
#footer .list ul
{
	margin: 0px;
	padding: 0px;
}
#footer .list ul li
{
	list-style-type: none;
	border-bottom: solid 1px #767676;
}
#footer .list ul li:first-child
{
	border-top: solid 1px #767676;
}
#footer .list ul li a
{
	display: block;
	padding: 5px 10px;
	color: #c1c1c1;
}
#footer .list ul li a:hover
{
	background-color: #272727;
	color: #fff;
	text-decoration: none;
}

#subFooter
{
	text-align: center;
	background-color: #272727;
}
#subFooter #copyright
{
	width: 960px;
	margin: 0px auto;
	text-align: left;
	overflow: hidden;
	color: #c1c1c1;
	padding: 10px 0px 30px;
}

/* Signup form */
.fillForm
{
	border: none;
	padding: 0px;
	margin: 0px;
}
.fillForm label
{
	display: block;
}
.fillForm input, .fillForm, .fillForm select
{
	margin: 0px 0px 10px 0px;
	width: 250px;
	display: block;
}
.fillForm input[type="text"], .fillForm input[type="password"]
{
	padding: 3px;
	border: solid 1px #acacac;
}
.fillForm input[type="text"]:focus, .fillForm input[type="password"]:focus
{
	border: dashed 1px #000;
	padding: 3px;
}
.fillForm input[type="button"]
{
	width: auto;
	display: block;
	background-color: #464646;
	color: #fff;
	border: solid 1px #000;
	padding: 3px 5px;
}

/* Gallery & comments */
.gallery
{
	margin: 20px 0px;
	padding: 0px;
	display: block;
	width: 100%;
	overflow: hidden;
}
.gallery li
{
	float: left;
	padding: 5px;
	margin: 0px 10px 10px 0px;
	list-style-type: none;
	border: solid 1px #acacac;
}
.gallery li:hover
{
	border: dashed 1px #000;
}
.gallery a
{
	display: block;
}
.gallery li.active
{
	background-color: #acacac;
}
.fullSizeImage
{
	text-align: center;
	border: solid 1px #e0e0e0;
	display: block;
	padding: 10px;
}
.fullSizeImage p
{
	text-align: left;
}
.galleryNavigation
{
	width: 575px;
	overflow: hidden;
}
#commentLinkContainer
{
	background-color: #e0e0e0;
	display: block;
	padding: 5px;
}
.commentLinkContainer
{
	background-color: #e0e0e0;
	display: block;
	padding: 5px;
}
.showComments
{
	background-image: url('../images/balloon.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}
#toggleCommentButton
{
	float: right;
}
.expand
{
	background-image: url('../images/expand.gif');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
}
.collapse
{
	background-image: url('../images/collapse.gif');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
}
#imageComments
{
	border: solid 1px #e0e0e0;
	padding: 0px 0px 10px 0px;
}
.removeImageButton
{
	position: relative;
	width: 5px;
	height: 5px;
	top: 2px;
	left: 80px;
}

/* Profile */
.profileDetails
{
	margin: 20px 0px 0px 20px;
	width: 400px;
	float: left;
	border-left: dotted 1px #c1c1c1;
}
.profileDetails td:first-child
{
	font-weight: bold;
}
.profileDetails td
{
	padding: 5px;
	vertical-align: top;
}
.profileDetails ul
{
	margin: 0px 15px;
	padding: 0px;
}
.alternate td
{
	background-color: #f2f2f2;
	border-bottom: solid 1px #c1c1c1;
	border-top: solid 1px #c1c1c1;
}
.profileActions
{
	float: left;
	width: 150px;
	margin-top: 20px;
}
.profileActions img
{
	padding: 5px;
	border: solid 1px #c1c1c1;
	margin-bottom: 10px;
}
.profileActions a
{
	display: block;
	background-image: url('../images/arrow_bullet.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.profileActions a:hover
{
	background-image: url('../images/arrow_bullet_hover.png');
}

/* Guestbook */
.comments
{
	width: 100%;
}
.comments td
{
	padding: 10px;
	vertical-align: top;
}
.comments img
{
	padding: 5px;
	border: solid 1px #c1c1c1;
	background-color: #fff;
}
.comments p
{
	margin: 5px 0px;
	font-size: 0.9em;
}
.comments .author
{
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
}
.commentBox h2
{
	margin-top: 20px;
}
.commentBox
{
	width: 555px;
	overflow: hidden;
	margin-bottom: 20px;
}
.commentBox textarea
{
	margin: 0px 0px 10px 0px;
	width: 550px;
	height: 50px;
	display: block;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	border: solid 1px #acacac;
}
.commentBox input[type="button"]
{
	width: auto;
	display: block;
	background-color: #464646;
	color: #fff;
	border: solid 1px #000;
	padding: 3px 5px;
	float: right;
}
.commentBox .inputButton
{
	width: auto;
	display: block;
	background-color: #464646;
	color: #fff;
	border: solid 1px #000;
	padding: 3px 5px;
	float: right;
}
#commentForm input[type="button"]
{
	float: none;
	display: inline;
}

/* STAR RATING */
.ratingStar
{
	white-space: nowrap;
	margin: 1em;
	height: 14px;
}
.ratingStar .ratingItem
{
	font-size: 0pt;
	width: 13px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	display: block;
	background-repeat: no-repeat;
	cursor: pointer;
}
.ratingStar .Filled
{
	background-image: url(../images/rating/ratingStarFilled.png);
}
.ratingStar .Empty
{
	background-image: url(../images/rating/ratingStarEmpty.png);
}
.ratingStar .Saved
{
	background-image: url(../images/rating/ratingStarSaved.png);
}

/*Registration page style*/
#registrationComment
{
	width: 450px;
	position: relative;
	top: 5px;
	left: 20px;
}

/*Tutorial Update page styles*/
#tutorialHeaderDiv
{
	float: left;
	position: relative;
	width: 280px;
}
#tutorialDataDiv
{
	float: left;
	left: 48px;
	position: relative;
	width: 250px;
}

/*Upload gallery picture popup*/
#backgroundPopup
{
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	border: 1px solid #cecece;
	z-index: 1;
}
#popupContact
{
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 384px;
	width: 408px;
	background: #FFFFFF;
	border: 2px solid #cecece;
	z-index: 2;
	padding: 12px;
	font-size: 13px;
}
#popupContactVideo
{
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 660px;
	width: 608px;
	background: #FFFFFF;
	border: 2px solid #cecece;
	z-index: 2;
	padding: 12px;
	font-size: 13px;
}
#popupContact h1
{
	text-align: left;
	color: #6FA5FD;
	font-size: 22px;
	font-weight: 700;
	border-bottom: 1px dotted #D3D3D3;
	padding-bottom: 2px;
	margin-bottom: 20px;
}
#popupContactClose
{
	font-size: 14px;
	line-height: 14px;
	right: 6px;
	top: 4px;
	position: absolute;
	color: #6fa5fd;
	font-weight: 700;
	display: block;
}

/*Edit video description styles*/
#popupEditVideoPageBackgroundPopup
{
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	border: 1px solid #cecece;
	z-index: 1;
}
#popupEditVideoPage
{
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 650px;
	width: 608px;
	background: #FFFFFF;
	border: 2px solid #cecece;
	z-index: 2;
	padding: 12px;
	font-size: 13px;
}
#popupEditVideoPage h1
{
	text-align: left;
	color: #6FA5FD;
	font-size: 22px;
	font-weight: 700;
	border-bottom: 1px dotted #D3D3D3;
	padding-bottom: 2px;
	margin-bottom: 20px;
}
#popupEditVideoPageClose
{
	font-size: 14px;
	line-height: 14px;
	right: 6px;
	top: 4px;
	position: absolute;
	color: #6fa5fd;
	font-weight: 700;
	display: block;
}
lCloseX:hover
{
	color: #9bb3b3;
}
lCloseX:hover
{
	color: #9bb3b3;
}
