body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	color: #1a1a1a;
}

body.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
	color: #ffffff;	
}

body.userPages {
	font-family: "myriad pro", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #1A1A1A;
	color: #ffffff;	
	
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	margin: 0px;
}

body.staticPages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #1A1A1A;
	color: #ffffff;	
	
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	margin: 0px;
}

div.error {
	color: #ccc;
	border: 1px solid #c00;
	width: 400px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 10px;		
}

a,
a:link,
a:visited,
a:hover {
	color: #009EFF;
}

.clear {
	clear: both;	
}

.videoHeaderSeparator {
	height: 1px;
	width: 660px;
	background-color: #444444;
	font-size: 1px;
	margin-bottom: 1px;	
}

.videoItems {
	margin-top: 13px;
}

.videoItem {
	margin-left: 20px;
}

.videoSeparator {
	height: 1px;
	width: 640px;
	margin-left: 15px;
	background-color: #444444;
	font-size: 1px;
	margin-bottom: 12px;	
}

.videoItem .title {
	margin-bottom: 10px;
	
	color: #FDB329;
	font-size: 16px;
}

.videoImage {
	width: 230px;
	float: left;
}

.videoImage .buttonPlay {
	margin-top: -26px;
	margin-left: 169px;	
}


.videoDescription {
	float: left;
	width: 235px;
	color: #868686;
}

.videoDescription .buttonSendPhone {
	margin-top: 12px;
}

.videoInformation {
	float: left;
	width: 160px;
	border: 1px solid #383838;
	border-style: none none none solid;
	padding-left: 5px;	
}

.videoInformation .rating {
	margin-top: 3px;
	margin-bottom: 3px;
}

.videoInformation span.label {
	color: #868686;
	padding-right: 5px;
}

.userPageTitle {
	font-size: 30px;
	color: #93c2f8;
	margin-bottom: 12px;
}

.userPageTitle .numberPosts {
	color: #fdb329;
	font-size: 14px;
	padding-left: 12px;
}

a img {
	border: 0px solid transparent;
}

#header {
	width: 1000px;
	margin: 0 auto;	
	margin-top: 10px;
}

#headerLink {
	width: 315px;
	float: left;
}

#headerAvatar {	
	float: left;
	width: 280px;
}

#headerLinks {
	float: left;
	width: 378px;
	text-align: right;
	padding-right: 10px;
	padding-top: 12px;
}

#headerLinks a,
#headerLinks a.link, 
#headerLinks a.visited,
#headerLinks a:hover {
	color: #93C2F8;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;	
}



#userPageSubscribe {
	float: left;
	width: 114px;
}

#userPageSubscribe .panelCount {
	background-image: url(../images/subscribeRSS.png);	
	background-repeat: no-repeat;
	padding-top: 70px;
	height: 35px;	
	width: 80px;
	
	color: #fff;
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
}

#userPageSubscribe .panelCount .total {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #FFCC0A;
}

#userPageContent {
	width: 876px;
	float: left;
}

#dialogUserLogin {
	display: none;
}

#dialogUpload {
	display: none;
	padding: 0px;
	padding-top: 12px;
}

#dialogUserLogin .formItems {
	width: 250px;
}

.formErrors {
	color: #e00;
	text-align: center;
	font-size: 0.9em;
}

.formStatus {
	color: #33CC00;
	text-align: center;
	font-size: 0.9em;
}


.formItem {
	margin-bottom: 7px;
}

.formItem label {
	diaplsy: block;
	font-weight: bold;
}

.actionDelete
{
	display: none;
}

.actionFollow {
	padding-top: 5px;
	padding-left: 5px;
	display: inline;
}

.videoPlayer {
	display: none;
}

#headerImgAvatar {
	width: 51px;
	float: left;
}

#headerBtnAvatarMore {
	width: 21px;
	float: left;
	padding-top: 30px;
	display: none;
}

#wrapperMiddle {
	margin: 0 auto;
	width: 685px;
	padding-left: 315px;
}

#headerPanelAvatarMore {
	position: absolute;
	width: 120px;
	border: 1px solid #2F2F28;
	background-color: #000;
	padding: 5px;
	height: 40px;
	top: 72px;	
	display: none;
}

#headerAvatarPanel {
	position: absolute;
	top: 10px;
}
