
/*	===============================================================
	have i got a problem
	www.haveigotaproblem.com


	Type:				Styles
	Author:				Philip Radley Smith - i2i Media
	Creation Date:		27 March 2012
	---------------------------------------------------------------
	Version no:			1.0
	Last edited:		n/a still in development
	============================================================ */

/* ----------------------------------- */
/*                                     */
/*           CSS FOR CMS               */
/*                                     */
/*           1. Globals                */
/*           2. Containers             */
/*           3. Header                 */
/*           4. Content                */
/*           5. Footer                 */
/*           6. Accessibility          */
/*           7. Forms                  */
/*           8. Other                 */
/*                                     */
/* ----------------------------------- */


/* ----------------------------------- */
/*                                     */
/*           SITE STRUCTURE            */
/*                                     */
/*           1.header                  */
/*             h1,h2                   */
/*           2.content                 */
/*             h1, h2                  */
/*           3.footer                  */
/*             p                       */
/*                                     */
/* ----------------------------------- */

/* ----------------------------------- */
/*         1. Globals                  */
/* ----------------------------------- */

* {
/* For Testing Only - adds horizontal scroll in firefox */
/* border:1px solid red; */
}

#recaptcha_widget_div #recaptcha_area, #recaptcha_widget_div #recaptcha_table {
	width: auto!important;
}

html, body {
height: 100%;
/*overflow-y: scroll;*/
}

body {behavior:url(csshover3.htc);}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	font-size: 12px;
	font-family: Arial,"Helvetica Neue", Helvetica, sans-serif;
	background-color: #FFF;

}

a {
	color: #375172;
	/*color: #5B8479;*/
	/*cng*/
	text-decoration: none;
}
a:focus, a:hover {
	color: #ed7156;
}
a.submenulink {
	color: #FCF;
	text-decoration: none;
	font-size: 11px;
}
a.submenulink:focus, a.submenulink:hover {
	color: #fff;
}
:focus {
	outline: 0;
}
ul {
	list-style: none;
}

.bcontent ul {
	left: 0;
    list-style: none outside none;
    margin: 0;
    padding: 0;
	/*height:300px;*/
}

.bcontent li {
	padding-bottom:8px;
	

}

img {
	border: 0;
}
h1 {
	margin: 4px 0 4px 0;
	font: normal 26px "Lucida Sans Unicode", Arial;
	letter-spacing: -1px;
	color: #777;
}

/* ----------------------------------- */
/*         2. Containers                  */
/* ----------------------------------- */

#container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	/*	min-height: 100%;*/
	margin-bottom: -120px;
	/*background-image: url(../images/bg.jpg);*/
	/*cng*/
	background-repeat: repeat;
	
	padding-bottom:10px;
	background-color: #fff;
	/*cng*/
}
#header_container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position:relative;
/*	background-color: #FFF;*/
/*	height:170px;*/
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position:  center -20px;
	/*height: 155px;*/
}
#footer_container {
	width: 100%;
	margin-top:0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding:0;
	text-align: left;
	position:relative;
	/*background-color: #CCCABE;*/
	height:120px;
	/*background-image: url(../images/footer_bg.jpg);*/
	/*cng*/
	background-repeat: repeat-x;
	background-position:  center -135px;
	border-top: 3px solid #FF6F4C;
	margin-top:72px;
}
#header {
	width:960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
/*	height: 170px;
	background-position: -100px top;*/
	background-image: url(../images/header_logo.png);
	background-repeat: no-repeat;
	position: relative;
}
.content {
	width: 960px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0;
	text-align: left;
	min-height:100px;
}
#footer {
	width:930px;
	margin-top:5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding:6px 0 10px 0;
	


}
.clearfooter {
height: 100px;
clear: both;
}


/* ----------------------------------- */
/*         3. Header                   */
/* ----------------------------------- */


#header{
	color: #000;
}
#header a {
	/*color: #5B8479;*/
	/*color: #6a767e;*/
	color: #fff;
	color: #375172;
	/*cng*/
	text-decoration: none;
}
#header a:focus, #header a:hover {
	color: #333;
}
#header a img{
	display: none;
}
#logo {
	float: left;

}

#logo a{
	display:block;
	width:220px;
	height:110px;
}

#logo img{
	display:none;
}


#right {
	/*width: 720px;
	height: 150px;
	float: right;
	text-align: right;
	margin:0;
	padding:95px 0 0 0;
	
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 600px 10px;
	
	padding: 110px 0 0 0;
	background-image: url(../images/donateBanner.jpg);
	background-repeat: no-repeat;
	background-position: 320px 11px;*/
	
	width: 390px;
	padding: 96px 0 0 0;
	/*background-image: url(../images/donateBanner.jpg);*/
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 10px;
	/*cursor: pointer;*/
	margin-right: 19px;
}
#userlinks {
	/*height:60px;*/
	display: block;
	overflow: hidden;	
}
#userlinks ul {
	margin: 0;
	padding: 0;
}
#userlinks li {
	display: block;
	float: right;
	line-height: 15px;
	margin-left: 12px;
}
#userlinks li a {
	font-size: 12px;
}
#userlinks li a.icon {
	padding-left: 20px;
}
#new_mail {
	background: url('../images/email.gif') no-repeat;
}
#new_requests {
	background: url('../images/group.gif') no-repeat;
}
#my_feeds {
	background: url('../images/rss.gif') no-repeat;
}
#nologinlinks {
	float:right;
}

#slidetabsmenu #nologinlinks a {
	float:none;
	background: none;
	margin: 0 0 0 0;
    padding: 0 0;;
	color:#000;
	font:normal 14px/30px Arial, Helvetica, sans-serif;
	
}


#toplinks {
	height:0px;
}
#toplinks a {
	color: #797979;
}
#toplinks a:hover {
	color: #de1c1c;
}



/* ----------------------------------- */
/*         4. Content                  */
/* ----------------------------------- */


#menu {
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	text-align:left;
	width:958px;
}
#errors {
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	text-align:left;
	width:958px;
	padding: 5px 0 7px 0;
	background: #f3f3f3;
	border: 1px solid #bfbfbf;
	font: bold 13px Arial, Helvetica;
	text-align: center;
	color: #DE1C1C;
}
#messages {
	margin:5px auto 5px auto;
	text-align:left;
	width:930px;
	padding: 5px 0 7px 0;
	background: #f3f3f3;
	border: 1px solid #bfbfbf;
	font: bold 13px Arial, Helvetica;
	text-align: center;
	color: #333;
}
.error_message {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	padding: 20px 0 20px 0;
	font: bold 13px Arial, Helvetica;
	text-align: center;
	color: #f72740;
}

#viewed_videos ul {
	margin: 0;
	padding: 0;
}
#viewed_videos li {
	float: left;
	margin: 0;
	padding: 0;
}
ul.quick-links {
	margin: 0 0 0 10px;
	padding: 0;
}
ul.quick-links li {
	float: left;
	width: 140px;
	margin: 4px 0;
	padding: 0;
}
ul.video_links {
	margin: 5px 0 10px 15px;
	padding: 0;
}
ul.video_links li {
	float: left;
	width: 140px;
	margin: 5px 0 0 0;
	padding: 0;
}
ul.categories {
	margin: 5px 0 10px 15px;
	padding: 0;
}
ul.categories li {
	float: left;
	width: 140px;
	margin: 5px 0 0 0;
	padding: 0;
}
ul.submenu_links {
	margin: 5px 0 0 20px;
	padding: 0;
}
ul.submenu_links li {
	float: left;
	width: 200px;
	margin: 3px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
}
.user_actions {
	width: 290px;
	margin: 5px auto;
}
.user_actions ul {
	margin: 0;
	padding: 0;
}
.user_actions li {
	float: left;
	width: 130px;
	margin: 5px 0 0 10px;
	line-height: 16px;
	font-weight: bold;
}
.user_actions li a {
	padding-left: 18px;
	font-size: 12px;
}
.user_actions li a:hover {
	color: #de1c1c;
}
#add_friend {
	background: url('../images/user_add.gif') no-repeat;
}
#remove_friend {
	background: url('../images/user_delete.gif') no-repeat;
}
#send_message {
	background: url('../images/email.gif') no-repeat;
}
#report_user {
	background: url('../images/user_comment.gif') no-repeat;
}
#block_user {
	background: url('../images/cancel.gif') no-repeat;
}
#invite_user {
	background: url('../images/user_add.gif') no-repeat;
}
#handle_subscription {
	background: url('../images/user_go.gif') no-repeat;
}
#invite_message, #report_message {
	width: 94%;
	margin: 5px 2% 5px 2%;
	background: #f3f3f3;
	border: 1px solid #ccc;
	padding: 3px 0 3px 0;
}
#invite_message span, #invite_message textarea, #report_message span, #report_message textarea {
	margin: 0 2% 0 2%;
}
#invite_message textarea, #report_message textarea {
	width: 96%;
	overflow: auto;
}
#invite_message input.radio, #report_message input.radio {
	clear:left;
	float:left;
	border: 0;
	margin-left: 10px;
}
.invite_header {
	width: 100%;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
}
.invite_left {
	width: 48%;
	float: left;
	margin-left: 2%;
	font-weight: bold;
}
.invite_right {
	width: 48%;
	float: right;
	margin-right: 1%;
	text-align: right;
}
.invite_error {
	margin-left: 10px;
	font-weight: bold;
	color: red;
}
.submit_box {
	margin-top: 5px;
	text-align: center;
}
.posting {
	width: 95%;
	margin: 5px 3% 5px 2%;
	padding: 5px 0 5px 0;
	text-align: center;
	border: 2px solid #eab665;
	background: #e5d8c3;
	text-align: center;
	color: #000;
}
.response, .response_full {
	padding: 5px 0 5px 0;
	border: 1px solid #b3e76f;
	background: #d5e5c0;
	text-align: center;
	color: #000;
}
.response {
	width: 95%;
	margin: 5px 3% 5px 2%;
}
.response_full {
	width: 100%;
	margin: 5px 0 5px 0
}
.request {
	width: 640px;
	margin: 10px 5px 10px 5px;
}
.request_left {
	width: 100px;
	margin-left: 5px;
	float: left;
}
.request_left img {
	border: 1px solid #777;
}
.request_left img:hover {
	border: 1px solid #de1c1c;
}
.request_right {
	width: 470px;
	margin-right: 10px;
	float: right;
}
.request_right p {
	margin: 5px;
}
.request_actions {
	margin: 5px;
}
.request_actions a {
	margin-right: 10px;
	float: left;
	display: block;
	width: 100px;
	padding: 2px 5px 2px 5px;
	background: #212021;
	border: 1px solid #777;
	color: #fff;
	text-align: center;
}
.request_message {
	width: 96%;
	margin: 10px 2% 10px 2%;
	padding: 5px 0 5px 0;
	background: #212021;
	border: 1px solid #777;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}
.user_message {
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
}
.quick_links_left {
	width: 140px;
	float: left;
	margin: 5px 0 5px 6px;
	text-align: left;
}
.quick_links_right {
	width: 140px;
	float: right;
	margin: 5px 6px 5px 0;
	text-align: left;
}


#search {
	height: 40px;
}
#search form {
	margin: 7px 0 0 0;
	float:right;
}
#upload {
	width: 9%;
	float: right;
	margin: 7px 5px 0 0;
	text-align: center;
}
#upload a {
	display: block;
	width: 79px;
	height: 21px;
	padding: 3px 0 3px 0;
	font-weight: bold;
	text-decoration: none;
	background: transparent url(../images/upload_btn.png) no-repeat;
	color: #fff;
}


#search_advanced form {
	width: 80%;
	margin: 10px 10% 0 10%;
}
#search_advanced label {
	width: 130px;
}
#search_advanced .center {
	width: 800px;
	margin: 5px 0 5px 0;
	text-align: center;
}
#scroller {
	width: 33%;
	float: left;
	text-align: left;
	/* Hide scoller */
	display:none;
}
#scroller_title {
	width: 60px;
	float: left;
	margin: 10px 0 0 10px;
	font-weight: bold;
	color: #fff;
}
#scroller_container {
	width: 130px;
	height: 15px;
	float: left;
	margin-top: 10px;
	overflow: hidden;
	font-weight: bold;
}
.search_left {
	width: 49%;
	float: left;
}
.search_right {
	width: 49%;
	float: right;
}
.button {
	font:bold 12px Arial, Helvetica, sans-serif;
	margin-left: 5px;
	border:none;
	padding: 2px 6px 2px 6px;
	background: #616161 url(../images/submit_bg.png) repeat;
	color: #fff;
	cursor: pointer;
	height:31px;
}


.span_search {
	font-size: 12px;
	color: #fff;
	margin-left: 10px;
}
.advanced-search a {
	color: #999;
}
.advanced-search a:hover {
	color: #de1c1c;
}
.language {
	width: 150px;
	float: left;
	margin: 5px;
	display: block;
	font-size: 14px;
}
.language a {
	line-height: 15px;
}
.language img {
	margin-right: 5px;
}
.box, .box_margin {
	background: transparent;
	padding: 0px;
	margin: 10px 10px 20px 10px;
	/*border: 1px solid #BFBFBF;*/
	/*cng*/
}
.box, .box_margin {
	/*cng*/
	/*-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);*/
	/*-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);*/
	/*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);*/
}

.promo{
	margin: 10px 10px 10px 10px !important;	
}


.span-360 .box{
	margin: 10px 0px 20px 0px;
}


.promobox {
	
	height:381px; 
	overflow:hidden;
}



.promobox h4 {
	font-size:12px; 
	padding-bottom:0px; 
	margin-bottom:0px;	
}

.promobox p {
	clear:left; 
	padding-top:4px; 
	margin-top:0px;
}

.promo-left {
	float:left; 
	width:200px; 
	display:block;
}

.promo-right {
	float:right; 
	display:block; 
	padding-top:11px;
}



.downloadbox {
	
    float: left;
    margin: 15px auto 10px auto !important;
    overflow: hidden;
    width: 48%;
}

.downloadboxleft {
	
    float: left;
    margin-right: 10px !important;
    overflow: hidden;
    
}

.downloadbox li a.fancybox{
	/*background-image: url(../images/pdf_icon.png);
	background-repeat: no-repeat;
	text-indent: 40;
	display: block;*/
}


.box_insert {
	border: 1px solid #517D71;
}

.box_light {
	border: 1px solid #E6E6E6;
}
.bsub {
	width: 100%;
	background: #212021;
	height: 7px;
}
.btitle {
	width: 100%;
	/*background: #e0e0e0 url(../images/h2_bg2.png) repeat-x;*/
	text-align: left;
	height:50px;
	color:#FFF;
	margin-bottom: 14px;
	/*cng*/
}

.btitle_dl {
	width: 100%;
	/*background: #e0e0e0 url(../images/h2_bg.png) repeat-x;
*/	/*background-image:url(../images/h2_bg_dl.png);*/
	text-align: left;
	/*height:67px;*/
	color:#5B8479 !important;
}


.btitle_dl h2{
	margin: 0 0 0 8px;
	padding: 10px 0 5px 0;
	
	font-size: 22px;
	color:#718e98;
	/*cng*/
	color:#375172;
	/*border-bottom: 3px solid #ed7156;*/
	padding-bottom:10px;
}






.btitle2 {
	width: 100%;
	background: #e0e0e0 url(../images/h2_bg2.png) repeat-x;
	text-align: left;
	height:37px;
	color:#FFF;
}

.btitlered {
	width: 100%;
	/*background: #e0e0e0 url(../images/h2_bg_red.png) repeat-x;*/
	text-align: left;
	height:50px;
	color:#FFF;	
	
}


.btitleblue {
	width: 100%;
	/*background: #e0e0e0 url(../images/h2_bg_blue.png) repeat-x;*/
	text-align: left;
	height:50px;
	color:#FFF;	
	
}

.btitleyellow {
	width: 100%;
	/*background: #e0e0e0 url(../images/h2_bg_yellow.png) repeat-x;*/
	text-align: left;
	height:50px;
	color:#FFF;	
	
}

.btitlepurple {
	width: 100%;
	background: #333399 url(../images/h2_bg_purple.png) repeat-x;
	text-align: left;
	height:50px;
	color:#FFF;	
	
}


.btitleorange {
	width: 100%;
	background: #FF6600 url(../images/h2_bg_orange.png) repeat-x;
	text-align: left;
	height:50px;
	color:#FFF;	
	
}

.btitleskyblue {
	width: 100%;
	background: #2859A1 url(../images/h2_bg_skyblue.png) repeat-x;
	text-align: left;
	height:50px;
	color:#FFF;	
	
}


.btitlesub {
	width: 100%;
	background: #e0e0e0 url(../images/box_title_bg.png) repeat-x;
	text-align: left;
	height:24px;
	color:#FFF;
}

.balt{
	height:36px;
}

.btitle h2, .btitlered h2, .btitleblue h2,.btitleyellow h2, .btitle2 h2{
	margin: 0 0 0 8px;
	padding: 10px 0 5px 0;
	font-weight: normal;
	font-size: 22px;
	color: #333333;
}

.btitlesub h2 {
	margin: 0 0 0 8px;
	padding: 3px 0 3px 0;
	font-weight: bold;
	font-size: 11px;
	color: #517D71;
	width: 49%;
	float:left;
}

.btitlesub div.blinkr {
	padding: 3px;
	width: 20%;
}

.bcontent {
	margin: 10px;
	padding: 0;
	line-height: 140%;
	font-size:14px;
}

.bcontent2 {
	margin: 35px 35px 0 35px;
	padding: 0;
	font-weight:bold;
}

.bcontent h4, .bcontent2 h4 {
	margin: 10px 0 10px 0;
	padding: 0;
}

.bimagepromo {
	width:40%;
	float:left;
	margin: 0 10px 10px 0;
	padding:1px;
	border:#999 solid 1px; 
}

.bimagepromo a{
	min-height:220px;
	display:block;
	
}

.btextpromo {
	width:50%;
	float:left;
	margin: 0 10px 10px 0;
}

.bmenu {
	width: 100%;
	background: #e0e0e0 url(../images/h2_bg2.png) repeat-x;
	text-align: left;
	height:42px;
	color:#FFF;
}
.bmenul, .btitlel, .btitle_home {
	/*width: 60%;*/
	float: left;
}

.btitlec {
	text-align:center;
}

.bmenul h2, .btitlel h2 {
	margin: 0 0 0 8px;
	padding: 14px 0 0 0;
	font-weight: bold;
	font-size: 22px;
	/*cng from 13*/
	color: #375172;
}

.btitle_home h2{
	margin: 0 30px;
	padding: 5px 0 0 0;
	font-weight: normal;
	font-size: 19px;
}

.bmenur {
	width: 37%;
	float: right;
	margin: 2px 2% 0 0;
	text-align: right;
}
.btitler {
	width: 38%;
	margin: 10px 1% 0 0;
	float: right;
	text-align: right;
}
.btitlerr {
	width: 38%;
	margin: 2px 1% 0 0;
	float: right;
	text-align: right;
}
.bsubmenu {
	width: 97%;
	text-align: right;
	border-bottom: 1px dotted #212021;
	padding: 10px 2% 20px 1%;
	font-size: 12px;
	height: 20px;
}
.bsubmenul {
	width: 59%;
	float: left;
	text-align: left;
	margin-top: 2px;
}
.bsubmenur {
	width: 40%;
	float: right;
	text-align: right;
}
.bcenter {
	width: 120px;
	margin: 0 auto;
	padding: 5px;
}
.btop {
	width: 100%;
	text-align: left;
	height:37px;
	color:#FFF;
	background-color: #FFFFFF;
	background-image: url(../images/h2_bg2.png);
	background-repeat: repeat-x;
}

.btop a{
	color:#FFF !important;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FFF;
}
.btop a:hover{
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
.btopl {
	/*width: 35%;*/
	float: left;
}
.btopl h2 {
	margin: 0 0 0 8px;
	padding: 10px 0 0 0;
	font-weight: bold;
	font-size: 13px;
	color: #333;
}



.btopc {
	width: 30%;
	float: left;
	text-align: center;
	margin-top: 5px;
}
.btopr {
	width: 30%;
	float: right;
	text-align: right;
	margin: 10px 1% 0 0;
}
.blink {
	width: 97%;
	text-align: right;
	border-bottom: 1px dotted #fff;
	padding:; 3px 2% 3px 1%;
	font-size: 12px;
}
.blinkl {
	width: 49%;
	float: left;
	font-size: 12px;
	text-align: left;
}
.blinkr {
	width: 49%;
	float: right;
	font-size: 12px;
	text-align: right;
}
.blinkcl {
	width: 49%;
	float: left;
	text-align: left;
	font-size: 12px;
}
.blinkcr {
	/*width: 49%;*/
	float: right;
	text-align: right;
	font-size: 12px;
}
.blinkp {
	width: 97%;
	padding: 10px 2% 10px 1%;
	border-bottom: 1px dotted #212021;
	padding-bottom: 32px;
	margin-bottom: 32px;
}
.blinkpnodot {
	width: 97%;
	padding: 3px 2% 3px 1%;
	border: none;
}
.blinkp span, .blinkcl span {
	font-weight: bold;
	color: #111;
}
.blinkpl {
	float: left;
	font-size: 11px;
	color: #999;
	width: 96%;
	padding: 3px 2% 3px 2%;
	border-bottom: 1px solid #212021;
}
.blinkpr {
	float: right;
	font-size: 11px;
	color: #999;
	width: 96%;
	padding: 3px 2% 3px 2%;
	border-bottom: 1px solid #212021;
}
.blinkml {
	font-size: 11px;
	color: #999;
	width: 96%;
	padding: 3px 2% 3px 2%;
	border-bottom: 1px solid #212021;
	text-align: left;
}
.blinkmr {
	font-size: 11px;
	color: #999;
	width: 96%;
	padding: 3px 2% 3px 2%;
	border-bottom: 1px solid #212021;
	text-align: right;
}
.btext {
	/*width: 98%;*/
	/*text-align: center;*/
	/*font-size: 14px;*/
	/*font-weight: bold;*/
	/*margin: 5px 1% 5px 1%;*/
	/*background-color:#375172;*/
	/*color:white;*/
	/*padding-top:8px;*/
	/*padding-bottom:8px;*/
	width: 98%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 1% 5px 1%;
	/* background-color: #375172; */
	color: white;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 2px solid #375172;
	color: #375172;
	text-transform:uppercase;
}

.btext:hover {
	background-color: #375172;
	color: white;
}

.binfo {
	width: 97%;
	margin: 10px 1% 0 2%;
}
.bexpl {
	width: 96%;
	margin: 20px 2% 0 2%;
	font-size: 12px;
}



.bupload, .bevent, .bdirectory{
	padding:0;
	margin:0;
	width: 100%;
	text-align: left;
	text-indent:-9999px;
	height:153px;
	color:#FFF;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
}

.bupload {
	background-image: url(../images/upload_form.png);
}

.bevent {
	background-image: url(../images/event_form.jpg);
}

.bdirectory {
	background-image: url(../images/directory_form.jpg);
}

.bupload a, .bevent a, .bdirectory a{
width: 100%;
display:block;
height:153px;
text-indent:-9999px;
}


.btags a{
	color:#375172;
	/*cng*/
}

.tagicon{

	background-image: url(../images/tpl_icon_tags.png);
	background-repeat: no-repeat;
	background-position: center center;	
	width:37px;
	height:14px;
	text-indent:-9999px;
	display:block;
	margin:5px 5px 5px 0;
	float:left;	
}
.tags{
	padding:3px;
}


.profile_avatar {
	width: 100px;
	float: left;
	margin: 5px 6px 5px 6px;
}
.profile_info {
	width: 175px;
	float: right;
	margin: 5px 6px 5px 2px;
}
.user_message {
	margin: 10px 5% 10px 5%;
	padding: 10px 0 10px 0;
	width: 90%;
	text-align: center;
	border: 1px solid #212021;
	font-weight: bold;
}
ul.profile_info {
	margin: 0 0 0 10px;
	padding: 0;
}
ul.profile_info li {
	float: left;
	width: 175px;
	margin: 4px 0 4px 0;
	padding: 0;
}
ul.user_info {
	margin: 10px 0 0 5px;
	padding: 0;
}
ul.user_info li {
	margin: 4px 5px 4px 5px;
	padding: 0;
}
.upload {
	width: 150px;
	float: left;
	text-align: center;
	margin: 25px 15px;
}
#order_form{
padding:0.4em 0 0 0;
}

#order_form, #timeline_form, #avatar_form {
	font-size: 12px;
}
#order_form span, #timeline_form span, #avatar_form span {
	font-weight: bold;
}
#order_form span.mleft, #timeline_form span.mleft, #avatar_form span.mleft {
	margin-left: 5px;
}
#order_form select, #timeline_form select, #avatar_form select {
	font-size: 10px;
	padding: 2px;
	border: 1px solid #aaa;
	width: 85px;
}

#order_form input {
	padding: 2px;

}
.pagination {
	width: 96%;
	margin: 5px 2% 10px 2%;
	padding: 6px 0 6px 0;
	text-align: center;
	border: 1px solid #FFF;
	background-color: #fff;

}
.pagination ul {
	width:auto;
	margin: 0;
	padding: 0;
	font: bold 12px Arial;
}
.pagination li {
	width:auto !important;
	display: inline !important;
	padding-bottom: 1px;
	margin-left: 10px;
	clear:none !important;
}
.pagination a, .pagination a:visited, .pagination span {
	padding: 5px 11px;
	text-decoration: none;
	color: #375172;
	border: 1px solid #375172;
	border-radius: 13px;
}
.pagination a:hover, .pagination a:active {


	color: #ed7156;
	border: 1px solid #ed7156;


}
.pagination span.currentpage {


	padding: 5px 11px;
	text-decoration: none;
	color: #fff !important;
	border: 1px solid #375172;
	background-color: #375172;
	border-radius: 13px;

}
.pagination a.disablelink, .pagination a.disablelink:hover {
	background-color: #FFF;
	cursor: default;
	color: #99BDB3;
	border-color: #FFF;
	font-weight: normal !important;
}
.pagination a.prevnext {
	font-weight: bold;
}
.wall_comment {
	width: 96%;
	margin: 10px 2% 10px 2%;
	background: #f3f3f3;
	border: 1px solid #dedede;
}
.wall_left {
	width: 70px;
	float: left;
	margin-top: 10px;
	text-align: center;
}
.wall_right {
	width: 545px;
	float: right;
	margin-top: 10px;
}
.wall_info {
	width: 100%;
	padding: 5px;
	background: #101010;
	border: 1px solid #212021;
}
.wall_actions {
	width: 545px;
	border-top: 1px dotted #212021;
	padding: 5px 0 5px 0;
	margin-top: 10px;
	font-size: 10px;
}
p.wall_message {
	margin: 10px;
	width: 100%;
}
.wall_posting {
	width: 100%;
	margin: 10px auto;
	padding: 5px 0 5px 0;
	border: 2px solid #eab665;
	background: #e5d8c3;
	text-align: center;
	color: #000;
}
.wall_response {
	width: 100%;
	margin: 10px auto;
	padding: 10px 0 10px 0;
	border: 1px solid #b3e76f;
	background: #d5e5c0;
	text-align: center;
	color: #000;
}
.comment {
	width: 96%;
	margin: 10px 2% 10px 2%;
	background: #f3f3f3;
	border: 1px solid #dedede;
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.comment span {
	margin: 0;
	padding: 0;
}
.comment_left {
	width: 70px;
	float: left;
	margin: 10px 0;
	text-align: center;
}
.comment_right, .comment_right_video, .comment_right_notice, .comment_right_event {
	float: right;
	margin-top: 10px;
}
.comment_right {
	width: 85%;
}
.comment_right_video {
	width: 80%;
	margin-right: 10px;
}
.comment_right_event {
	width: 85%;
	margin-right: 10px;
}
.comment_right_notice {
	width: 95%;
	margin-right: 10px;
}
.comment_info, .comment_info_video, .comment_info_notice, .comment_info_event {
	padding: 5px;
	background: #ccdfdd;
	/*border: 1px solid #dedede;*/
}
.comment_info {
	width: 85%;
}
.comment_info_video {
	width: 85%;
}
.comment_info_event {
	width: 85%;
}
.comment_info_notice {
	width: 85%;
}
.comment_actions, .comment_actions_video, .comment_actions_notice {
	border-top: 1px dotted #212021;
	padding: 3px 0 5px 0;
	margin-top: 10px;
	font-size: 11px;
}
.comment_actions {
	width: 85%;
}
.comment_actions_video {
	width: 85%;
}
.comment_actions_event {
	width: 85%;
}
.comment_actions_notice {
	width: 85%;
}
p.comment_body, p.comment_body_video, p.comment_body_notice, p.comment_body_event {
	margin: 10px;
}
p.comment_body {
	width: 85%;
}
p.comment_body_video {
	width: 85%;
}
p.comment_body_event {
	width: 85%;
}
p.comment_body_notice {
	width: 85%;
}
.no_comments {
	margin-left: 10px;
}
.request {
	width: 85%;
	margin: 5px 25px 5px 25px;
}
.no_items {
	margin: 10px 0 0 10px;
}
#post_comment {
margin:4px;	
}

#post_comment form, #post_comment_blog form {
	width: 96%;
	padding: 10px;
	margin:0 auto;
}
#post_comment form {
	background: #f3f3f3;
	border: 1px solid #dedede;
}
#post_comment textarea, #post_comment_blog textarea {
	width:100%
}
#post_comment textarea.video_comment, #post_comment textarea.game_comment {
	width:100%
}
#post_comment textarea.user_txtarea, #post_comment_blog textarea.user_txtarea, #post_comment textarea.event_comment {
	width:100%
}
#post_comment textarea.notice_comment {
	width:100%
}
#post_comment .action, #post_comment_blog .action {
	width: 32%;
	float: left;
	text-align: center;
	margin: 10px 0 5px 0;
}
.post_message {
	margin: 10px 0 10px 35px;
	font-weight: bold;
	color: red;
}
.blog_header {
	margin: 10px 0 0 10px;
	font-size: 12px;
}
.blog_header h5 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.blog_header a {
	font-weight: bold;
}
.blog_content {
	margin: 10px 0 0 10px;
	font-size: 12px;
}
.blog_links, .blog_links_user {
	padding: 3px 10px 3px 10px;
	background: #e0e0e0;
	font-size: 11px;
}
.blog_links {
	width: 100%;
}
.blog_links_user {
	width: 100%;
}
.blog_links_u {
	width: 540px;
	padding: 3px 10px 3px 10px;
	background: #e0e0e0;
	font-size: 11px;
}
.blog_links_l {
	width: 200px;
	float: left;
}
.blog_links_r {
	width: 200px;
	float: right;
	text-align: right;
}
img.blog_image {
	border: 1px solid #777;
	margin: 5px;
}
img.blog_image:hover {
	border: 1px solid #de1c1c;
}
.blog_video {
	width: 510px;
	height: 390px;
	margin: 0 auto;
	padding: 0;
}
.toplinks {
	margin-top: 3px;
}


#wall form {
	width: 90%;
	margin: 0 auto;
}
#wall textarea {
	padding: 5px;
	margin: 10px 0 10px 0;
}
#wall .center {
	width: 90%;
	margin: 0 auto;
}
#wall .left {
	width: 32%;
	float: left;
}
#wall .middle {
	width: 32%;
	float: left;
	text-align: center;
}
#wall .right {
	width: 32%;
	float: left;
	text-align: right;
}
#wall textarea.user_txtarea {
	width: 570px;
}
#search_tabs {
	width: 50%;
	margin: 0 auto;
}
#search_tabs ul {
	margin: 0;
	padding: 0;
}
#search_tabs li {
	float: left;
	border: 1px solid #777;
	border-bottom-width: 0;
	margin: 0 0.5em 0 0;
	font-weight: bold;
}
#search_tabs a {
	display: block;
	background: #fff;
	padding: 3px 8px 3px 8px;
}
#search_tabs a:hover {
	color: #333;
	position: relative;
	top: 1px;
}
#search_tabs a.active {
	color: #333;
	position: relative;
	top: 1px;
}
#search_tabs_delimiter {
	width: 96%;
	margin: 0 auto;
	padding-top: 10px;
	font-size: 1px;
	border-top: 1px solid #777;
}
#profile_menu {
	width: 100%;
	margin-top: 5px;
}
#profile_menu ul {
	margin: 0;
	padding: 0;
}
#profile_menu li {
	float: left;
	margin-left: 10px;
	border: 1px solid #777;
	border-bottom-width: 0;
	margin: 0 0.5em 0 0;
}
#profile_menu a {
	display: block;
	background: #fff;
	padding: 3px 8px 3px 8px;
}
#profile_menu a:hover {
	color: #333;
	position: relative;
	top: 1px;
}
#profile_menu a.active {
	color: #333;
	position: relative;
	top: 1px;
}
#profile_menu_expl {
	width: 100%;
	background: #fff;
	border: 1px solid #777;
	padding: 10px 0 10px 0;
}
.pmenu_left {
	width: 74%;
	float: left;
	margin-left: 1%;
}
.pmenu_right {
	width: 18%;
	float: right;
	margin-right: 1%;
	text-align: right;
}
#user_profile label {
	color: #4b4b4b;
	font-size: 12px;
}
#user_profile label.small {
	width: 125px;
}
#user_profile label.large {
	width: 150px;
}
#user_profile label.mega {
	width: 220px;
}
#user_profile textarea {
	width: 400px;
	height: 75px;
}
#user_profile input.profile_button {
	font: normal 13px Arial;
	border: 0;
	padding: 2px 10px 2px 10px;
	font-weight: bold;
	text-decoration: none;
	background: transparent url(../images/button.gif) repeat-x;
	color: #fff;
}
.profile_trans {
	width: 100%;
	padding: 5px 0 5px 0;
	text-align: center;
}
.profile_bl {
	width: 150px;
	float: left;
	text-align: left;
	padding: 5px;
	margin-left: 5px;
}
.profile_blr {
	width: 50px;
	float: left;
	text-align: center;
	padding: 5px;
	margin-left: 5px;
}
.profile_blm {
	width: 75px;
	float: left;
	text-align: center;
	padding: 5px;
	margin-left: 5px;
}
.profile_photo {
	margin: 10px 0 10px 0;
	width: 100%;
}
#simple_form {
	width: 90%;
	margin: 10px auto;
}
#simple_form label {
	width: 100px;
}
#simple_form label.delete {
	width: 300px;
	font-size: 12px;
	font-weight: bold;
}
#simple_form img {
	margin: 5px 0 0 113px;
	border: 1px solid #bdbabd;
}
#username_check_response {
	margin-left: 145px;
	font-weight: bold;
	color: #de1c1c;
	padding: 3px 0 3px 0;
}
#signup form, #login form, #blog_form form {
	width: 90%;
	margin: 10px auto;
}
#signup label {
	width: 130px;
}
#login label {
	width: 100px;
}

form.competitons label {
	width: 100px;
	font-weight:bold;
}
#signup img {
	margin: 5px 0 0 143px;
	border: 1px solid #bdbabd;
}

img.captcha {
	margin: 12px 0 0 112px;
	border: 1px solid #bdbabd;
}

#contact_form img {
	margin: 5px 0 0 113px;
	border: 1px solid #bdbabd;
}
#upload_photo_form form {
	width: 100%;
}
#upload_photo_form label {
	width: 150px;
	color: #de1c1c;
	font-weight: bold;
}
#upload_photo_form span {
	margin: 3px 0 3px 165px;
	color: red;
	font-weight: bold;
}
.upload_container {
width: auto;
	margin: 10px auto;
}
.upload_photo_container, .upload_video_container {
	width: 88%;
	margin: 10px auto;
	padding: 10px 1% 10px 1%;
	background-color: #E4E4E4;
}
.remove_photo {
	margin-left: 5px;
}
.upload_photo_submit {
	width: 92%;
	margin: 0 auto;
	padding-bottom: 10px;
}
.add_photo {
	margin-left: 5%;
}
#upload_video_form form, #upload_game_form form {
	width: 90%;
	margin: 10px auto;
}
#upload_video_form label, #upload_game_form label {
	width: 150px;
	color: #517D71;
	font-weight: bold;
}
#upload_video_form input.large, #upload_game_form input.large {
	width: 350px;
}
#upload_video_form span.radio, #upload_game_form span.radio {
	font-weight: bold;
}
#upload_video_form span.expl, #upload_game_form span.expl{
	margin: 3px 0 3px 163px;
	font-size: 10px;
}
#upload_video_form span.error, #upload_game_form span.error{
	margin: 3px 0 3px 163px;
	font-size: 11px;
	font-weight: bold;
	color: red;
	display:block;
}
#upload_video_form textarea, #upload_game_form textarea {
	width: 350px;
}
#upload_status, #upload_message {
	margin: 5px 0 10px 167px;
}
#upload_message {
	font-size: 11px;
	font-weight: bold;
	color: red;
}
#upload_progress {
	width: 100%;
	height: 16px;
	display:block;
	border: 1px solid #999;
	background-color: #E4E4E4;
}
#upload_progress .bar {
	height: 16px;
	width:auto;
	display:block;
	background-color: #de1c1c;
	background-image: url(../images/progressbar.gif);
	background-repeat: repeat-x;
}
.upload_info {
	width: 400px;
	font-size: 10px;
}
#upload_time {
	width: 145px;
	float: left;
}
#upload_size {
	width: 145px;
	float: right;
}
#upload_loader {
	margin: 3px 0 5px 163px;
}
.delete_account {
	font-size: 13px;
	font-weight: bold;
	color: red;
}
.ads {
	width: 100%;
	text-align: center;
	overflow: hidden;
}
#blog_form {
	width: 100%;
}
#blog_form label {
	width: 20px;
}
#blog_form input.large {
	width: 400px;
}
#blog_form .blog_toolbar {
	margin-left: 60px;
}
#blog_form .blog_toolbar {
	display: block;
	float: left;
	margin-right: 2px;
	background: #fff;
	border: 1px solid #212021;
}
#blog_form .blog_toolbar img {
	border: 0;
}
.blog_message {
	width: 96%;
	margin: 0 auto;
}
.block_username {
	width: 250px;
	margin: 10px;
	text-align: center;
	float: left;
}
.block_action {
	width: 250px;
	margin: 10px;
	text-align: center;
	float: left;
}
.block_none {
	margin: 10px;
	text-align: center;
	font-size: 16px;
	background-color:#E4E4E4;
	border:#CCC 1px solid;
	padding:0.4em 0.2em;
}
#compose_message form {
	width: 90%;
	margin: 0 auto;
}
#compose_message label {
	width: 100px;
}
#compose_message input.large {
	width: 400px;
}
#compose_message span.expl {
	margin: 3px 0 3px 113px;
	font-size: 10px;
}
#mail table {
	width: 96%;
	margin: 0 auto;
	border: 0;
}
#mail tr {
	padding: 3px 0 3px 0;
}
#mail tr.legend {
	background: #f3f3f3;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
#mail tr.dark {
	background: #f3f3f3;
}
#mail tr.light {
	background: #fdfdfd;
}
#mail td.center {
	text-align: center;
}
#mail a.new {
	padding-left: 25px;
	background: url('../images/message_new.gif') no-repeat;
}
#mail a.read {
	padding-left: 24px;
	background: url('../images/message.gif') no-repeat;
}
.mail_left {
	margin: 20px 0 10px 10px;
	width: 70px;
	float: left;
	text-align: center;
}
.mail_right {
	margin: 20px 10px 10px 0;
	width: 500px;
	float: right;
}

ul.video_boxes, ul.video_boxes li{
padding:0;
margin:0;
	
}
.video_box, .video_c_box, .video_box_promo, .event_box{
	float: left;
	position: relative;
	padding: 0;
	margin:0;
	word-wrap: break-word;
}

.video_box{
	/*margin: 10px 8px 0 12px;*/
	margin: 0px 10px 10px 10px;
	width: 160px;
	height: 300px;
}

.video_c_box {
	margin: 10px 2px 0 12px;
	width: 160px;
	height: 300px;
}

.video_box_promo{
	margin: 10px 6px 0 3px;
	width: 200px;
	height: 320px;
}



.video_p_box{
	padding: 10px;
	background-color:#E4E4E4;
	margin: 10px;
}


.category_box{
	padding: 10px;
	background-color:#E4E4E4;
	margin: 10px;
}

.video_image, .event_image{
	margin:0 10px 0 0;
	width:100%;
	min-height:160px;
}

.directory_image{
	margin:0 10px 0 0;
	width:auto;
}


.video_image a span, .event_image a span, .directory_image a span{
	display:block;
	height:32px;
	overflow: hidden;
}

.video_text, .event_text{
	margin:0 10px 0 0;
}



.video_p_box h4{
	padding: 0px;
	margin: 0px;
}

.category_box h4{
	padding: 0px;
	margin: 0px;
}


.video_box img, .event_box img, .video_box_related img, .video_c_box img , .video_p_box img, .category_box img, .video_box_promo img, .event_box_promo img{
	border: 2px solid #fff;
	margin-bottom: 3px;
	background-color:#000;
	background-image:url(../images/loadingIcon.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}

.video_box img, .event_box img, .video_box_related img, .video_c_box img , .video_p_box img, .category_box img{
	width:150px;
	height:110px;	
}

.video_box_promo img {
	width:200px;
	height:150px;
}



.video_box img:hover, .event_box img:hover, .video_box_related img:hover, .video_c_box img:hover, .video_p_box img:hover, .category_box img:hover, .video_box_promo img:hover, .event_box_promo img:hover{
	border: 2px solid #333;
}
.box_left {
	width: 45%;
	float: left;
	margin: 3px 0 1px 1px;
	padding:2px;
	text-align: left;
	font: normal 0.9em/1.2em "Lucida Sans Unicode", Arial, Helvetica;
	border: 1px solid transparent;
	/*cng*/
	border-right-style: none;
	border-bottom-style: none;
}
.box_right {
	width: 45%;
	float: right;
	margin: 3px 0 1px 1px;
	padding:2px;
	text-align: right;
	font: normal 0.9em/1.2em "Lucida Sans Unicode", Arial, Helvetica;
	border: 1px solid transparent;
	border-right-style: none;
	border-bottom-style: none;
	/*cng*/
}

.category_left {
	width: 45%;
	float: left;
	margin: 3px 0 1px 0px;
	padding:0px;
	text-align: left;
	font: normal 0.9em/1.2em "Lucida Sans Unicode", Arial, Helvetica;

}
.category_right {
	width: 45%;
	float: right;
	margin: 3px 0 1px 0px;
	padding:0px;
	text-align: right;
	font: normal 0.9em/1.2em "Lucida Sans Unicode", Arial, Helvetica;
}

.video_box_related {
	float: left;
	position: relative;
	padding: 0;
	width: 160px;
	height: 280px;
	margin: 10px 0 0 0;
	padding: 0 5px 0 5px;
}
.vbox_rel_left {
	width: 45%;
	float: left;
	margin: 3px 0 1px 1px;
	padding:2px;
	text-align: left;
	font: normal 0.9em/1.2em "Lucida Sans Unicode", Arial, Helvetica;
	border: 1px solid #CCC;
	border-right-style: none;
	border-bottom-style: none;
}
.vbox_rel_right {
	width: 45%;
	float: right;
	margin: 3px 0 1px 1px;
	padding:2px;
	text-align: right;
	font: normal 0.9em/1.2em "Lucida Sans Unicode", Arial, Helvetica;
	border: 1px solid #CCC;
	border-right-style: none;
	border-bottom-style: none;
}
.album_box {
	float: left;
	position: relative;
	margin: 10px 10px 0 17px;
	width: 120px;
	height: 220px;
}
.album_box img {
	border: 1px solid #777;
	margin-bottom: 3px;
}
.album_box img:hover {
	border: 1px solid #de1c1c;
}
.album_info {
	font: normal 1em/1.2em "Lucida Sans Unicode", Arial, Helvetica;
}
.album_left {
	float: left;
	text-align: left;
}
.album_right {
	float: right;
	text-align: right;
}
/*
.event_box {
	float: left;
	position: relative;
	margin: 10px 10px 0 17px;
	width: 95%;
}
.event_box_image {
	float: left;
	position: relative;
	margin: 10px 20px 10px 10px;
	width: auto;
}
.event_box img {
	border: 1px solid #777;
	margin-bottom: 3px;
}
.event_box img:hover {
	border: 1px solid #de1c1c;
}
.event_info {
	font: normal 1em/1.2em "Lucida Sans Unicode", Arial, Helvetica;
}
.event_left {
	float: left;
	text-align: left;
}
.event_right {
	float: right;
	text-align: right;
}
.event {
	padding:1em;
}
.event span {
	width:50%;
	display:block;
}*/
.category_box {
	float: left;
	position: relative;
}
.category-box {
	float: left;
	position: relative;
	margin: 5px 20px 5px 20px;
	width: 140px;
	height: 140px;
	text-align: left;
}
.category-box img {
	border: 1px solid #777;
}
.category-box img:hover {
	border: 1px solid #de1c1c;
}
.user-box {
	float: left;
	height: 135px;
	width: 110px;
	margin: 10px 10px 20px 25px;
}
.user-box img {
	border: 1px solid #777;
}
.user-box img:hover {
	border: 1px solid #de1c1c;
}
.user-box-remove {
	width: 70px;
	margin: 0 auto;
	text-align: center;
}
.user_box {
	float: left;
	height: 110px;
	width: 110px;
	margin: 10px 10px 20px 20px;
}
.user_box img {
	border: 1px solid #777;
}
.user_box img:hover {
	border: 1px solid #de1c1c;
}
.video_box_small, .video_box_smaller, .video_box_attach {
	float: left;
	margin: 10px 5px 20px 15px;
	font-size: 10px;
	position: relative;
}
.video_box_small {
	width: 130px;
	/*height: 155px;*/
}
.video_box_smaller {
	width: 130px;
	height: 155px;
}
.video_box_attach {
	width: 120px;
	height: 90px;
}
.video_box_small img, .video_box_smaller img, .video_box_attach img {
	border: 1px solid #777;
	margin-bottom: 3px;
}
.video_box_small img:hover, .video_box_smaller img:hover, .video_box_attach img:hover {
	border: 1px solid #de1c1c;
}
.vbox_small_left, .vbox_smaller_left {
	float: left;
	font: normal 1em/1.2em "Lucida Sans Unicode", Arial, Helvetica;
}
.vbox_small_left {
	width: 47px;
}
.vbox_smaller_left {
	width: 45px;
}
.vbox_small_right, .vbox_smaller_right {
	float: right;
	text-align: right;
	font: normal 1em/1.2em "Lucida Sans Unicode", Arial, Helvetica;
}
.vbox_small_right {
	width: 85px;
}
.vbox_smaller_right {
	width: 85px;
}
.vbox_small_remove {
	width: 70px;
	margin: 0 auto;
	text-align: center;
}
.vbs_left {
	width: 45px;
	float: left;
}
.vbs_right {
	width: 60px;
	float: right;
	text-align: right;
}
.photo_row {
	width: 100%;
}
.photo_box, .photo_box_small {
	float: left;
	font-size: 10px;
}
.photo_box {
	width: 150px;
	margin: 10px 5px 20px 6px;
}
.photo_box_small {
	width: 120px;
	margin: 10px 5px 20px 16px;
}
.photo_box img, .photo_box_small img {
	border: 1px solid #777;
}
.photo_box img:hover, .photo_box_small img:hover {
	border: 1px solid #de1c1c;
}
.album_cover img {
	margin-left: 10px;
}
.photo {
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.photo img {
	margin: 10px 0 10px 0;
}
.album {
	width: 100%;
	text-align: center;
	font-size: 12px;
}
.photo_actions {
	width: 555px;
	background: #fff;
	border: 1px solid #dedede;
	margin: 5px auto;
	padding: 5px 10px 5px 10px;
}
.photo_rating {
	width: 310px;
	float: left;
	text-align: left;
}
.photo_remove {
	width: 100%;
	text-align: center;
}
#like_photo {
	text-align:left;
}
#like_event {
	text-align:left;
}
.video_actions {
	width: 99%;
	padding: 1% 0.5% 1% 0.5%;
	margin: 5px 0 5px 0;
}
.video_info, .video_download {
	width: 96%;
	padding:5px;
	/*background: #f3f3f3;*/
	/*border: 1px solid #bfbfbf;*/
	background: transparent;
	border: 1px solid transparent;
	/*cng*/
	margin: 5px auto 5px auto;
	line-height:140%;	
}

.video_download {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 5px 0;
}
.video_download a {
	padding-left: 23px;
	background-image: url(../images/download_video.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.video_download a:hover {
	background-position: 0 -20px;
}
.video_left {
	width: 49%;
	float: left;

}
.video_right {
	width: 49%;
	float: right;
}

.text_left{
	text-align: left;	
}

.text_right{
	text-align: right;	
}

.video_description, .event_description {
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight:normal;
}

.margintop{
	margin-top: 5px;
}

.video_panel{
	padding: 0 1.2em 0.6em 1.2em;
	width:44%;
	height:100%;
	background-image: url(../images/tpl_box_grey_shading.jpg);
	background-repeat: repeat-x;
}

.video_panel_100{
	padding: 0 0 0.6em 0;
	width:100%;

}

.video_panel h3, .video_description h3, .event_description h3{
	text-align:left;
	padding: 0;
	width:100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
	line-height:40px;
	font-size:22px;
	color: #375172;
	margin-top:0px;
	/*cng*/
}

.video_box .video_description , .video_c_box .video_description {
	height:80px;
	overflow: hidden;
	word-wrap: break-word;
	/*font-size:14px;*/
}

.video_box .video_description p{
	padding:0;
	margin:0 0 3px 0;
}

.event_box .event_description {
	height:90px;
	overflow: hidden;
}

.event_box .event_description p{
	padding:0;
	margin:0 0 3px 0;
}

.video_rating {
	width: 315px;
	float: left;
	text-align: left;
}
.video_rating2 {
	width: 21%;
	float: left;
	text-align: left;
}

.event_actions {
	width: 99%;
	padding: 1% 0.5% 1% 0.5%;
	margin: 5px 0 5px 0;
}
.event_info, .event_download {
	width: auto;
	padding: 5px 15px 5px 5px;
	background: #f3f3f3;
	border: 1px solid #bfbfbf;
	margin-bottom: 5px;
}
.event_download {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 5px 0;
}
.event_download a {
	padding-left: 23px;
	background-image: url(../images/download_video.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.event_download a:hover {
	background-position: 0 -20px;
}
.event_username {
	width: 49%;
	float: left;
	text-align: left;
}
.event_views {
	width: 49%;
	float: right;
	text-align: right;
}
.event_tags {
	width: 49%;
	float: left;
	text-align: left;
	margin-top: 5px;
}
.event_addtime {
	width: 49%;
	float: right;
	text-align: right;
	margin-top: 5px;
}
.event_rating {
	width: 315px;
	float: left;
	text-align: left;
}
#share_video a, #share_photo a, #share_game a, #share_event a {
	float: right;
	padding-left: 26px;
	height:20px;
	background-image: url(../images/share_video.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	font: bold 13px/20px Arial;
}
#share_video a:hover, #share_photo a:hover, #share_game a:hover, #share_event a:hover {
	background-position: 0 -20px;
}
#favorite_video a, #favorite_photo a, #favorite_game a, #favorite_event a {
	margin-left: 5px;
	float: right;
	padding-left: 24px;
	height:20px;
	background-image: url(../images/favorite_video.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	font: bold 13px/20px Arial;
}
#favorite_video a:hover, #favorite_photo a:hover, #favorite_game a:hover {
	background-position: 0 -20px;
}
#favorite_video_message, #favorite_photo_message, #favorite_game_message {
	width: 100%;
	margin: 5px 0 5px 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
#flag_video a, #flag_photo a, #flag_game a, #flag_event a {
	margin-left: 5px;
	float: right;
	padding-left: 23px;
	height:20px;
	background-image: url(../images/flag_video.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	font: bold 13px/20px Arial;
}
#flag_video a:hover, #flag_photo a:hover, #flag_game a:hover, #flag_event a:hover {
	background-position: 0 -20px;
}
#flag_video_message, #flag_photo_message, #flag_game_message, #flag_gameevent {
	width: 100%;
	margin: 5px 0 5px 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
#embed_video a {
	margin-left: 5px;
	float: right;
	padding-left: 30px;
	height:20px;
	background-image: url(../images/embed_video.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	font: bold 13px/20px Arial;
}
#embed_video a:hover {
	background-position: 0 -20px;
}
.video_box_left, .photo_box_left, .event_box_left {
	width: 44%;
	padding: 10px 0 0 0;
	margin-left: 20px;
	float: left;
}
.video_box_right, .photo_box_right, .event_box_right {
	width: 45%;
	padding: 10px;
	float: right;
}
.separator {
	padding: 0.3em 0 0.3em 0;
	clear: left;
}
.separator label {
	/*width:20%;
	display:block;*/
}


.info{
margin:3px 0 0 0;	
}
.reload {
	margin-left: 200px;
	font-size: 9px;
}
.reload_contact {
	margin-left: 170px;
	font-size: 9px;
}
.center, .center_related {
	width: 100%;
	text-align: center;
}
.center_related {
	margin: 5px 0 5px 0;
}
#rating {
	width: 115px;
	float: left;
	text-align: left;
}
#rating ul {
	background:url(../images/star.png) bottom;
	height:21px;
	width:115px;
	overflow:hidden;
	list-style:none;
	margin: 0;
	padding: 0;
}
#rating li {
	display:inline;
	float: left;
}
#rating a {
	display:block;
	width:23px;
	height:22px;
	text-indent:-9999px;
	position:relative;
}
#rating a.full {
	background:url(../images/star.png) center;
	position:static;
}
#rating a.half {
	background:url(../images/star.png) top;
	position: static;
}
#rating a:hover {
	background:url(../images/star.png) center;
	position:static;
}
#rating span {
	display:block;
	width:23px;
	height:22px;
	float:left;
	text-indent:-9999px;
	position:relative;
}
#rating span.full {
	background:url(../images/star.png) center;
	position:static;
}
#rating span.half {
	background:url(../images/star.png) top;
}
#rating_text {
	width: 180px;
	height: 30px;
	line-height: 22px;
	float: right;
	text-align: left;
	font: normal 16px "Lucida Sans Unicode";
}
#rating_user {
	width: 100px;
	float: left;
	text-align: left;
	margin-top: 5px;
}
#rating_user ul {
	background:url(../images/star_user.png) bottom;
	height:18px;
	width:100px;
	overflow:hidden;
	list-style:none;
	margin: 0;
	padding: 0;
}
#rating_user li {
	display:inline;
	float: left;
}
#rating_user a {
	display:block;
	width:20px;
	height:18px;
	text-indent:-9999px;
	position:relative;
}
#rating_user a.full {
	background:url(../images/star_user.png) center;
	position:static;
}
#rating_user a.half {
	background:url(../images/star_user.png) top;
	position: static;
}
#rating_user a:hover {
	background:url(../images/star_user.png) center;
	position:static;
}
#rating_user span {
	display:block;
	width:20px;
	height:18px;
	float:left;
	text-indent:-9999px;
	position:relative;
}
#rating_user span.full {
	background:url(../images/star_user.png) center;
	position:static;
}
#rating_user span.half {
	background:url(../images/star_user.png) top;
}
#rating_text_user {
	width: 100px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
ul.rating_small {
	height:11px;
	width:65px;
	overflow:hidden;
	margin: 0;
	padding: 0;
	float:right;
}
ul.rating_small li {
	display:inline;
	float: right;
}
.rating_small span {
	background:url(../images/star_small.png) bottom;
	display:block;
	width: 13px;
	height:11px;
	text-indent:-9999px;
	position:relative;
	
}
.rating_small span.full {
	background:url(../images/star_small.png) center;
	width:65px;
	margin-left:-52px;
	position:static;
}
.rating_small span.half {
	background:url(../images/star_small.png) top;
}

ul.rating_grey_small {
	height:11px;
	width:65px;
	overflow:hidden;
	margin: 0;
	padding: 0;
	float:left;
	
}
ul.rating_grey_small li {
	display:inline;
	float: right;
}

.rating_grey_small span {
	background:url(../images/star_grey_small.png) bottom;
	display:block;
	width: 13px;
	height:11px;
	text-indent:-9999px;
	position:relative;
}
.rating_grey_small span.full {
	background:url(../images/star_grey_small.png) center;
	width:65px;
	margin-left:-52px;
	position:static;
}
.rating_grey_small span.half {
	background:url(../images/star_grey_small.png) top;
}


.photoslider {
	width: 630px;
	margin: 0 auto;
	text-align: center;
}
.photoslider_nav {
	position: relative;
	border: solid #ccc 1px;
	overflow: hidden;
	height: 85px;
	width: 630px;
	background: #f3f3f3;
}
.photoslider_thumbBar {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 32000px;
}
.photoslider_thumb {
	border: solid black 1px;
	width: 90px;
	height: 65px;
	float: left;
	padding: 5px;
	margin: 5px;
	cursor: pointer;
}
.photoslider_thumb img {
	width: 90px;
	height: 65px;
}
.photoslider_clear {
	clear: both;
}
.photoslider_main {
	position: relative;
	padding-bottom: 5px;
}
.photoslider_main img {
	position: relative;
	border: solid #ccc 10px;
	display: block;
	margin: auto;
}
.photoslider_caption {
	font-weight: bold;
	text-align: center;
}
.photoslider_control {
	display: none;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	margin: auto;
	height: 30px;
	width: 52px;
}
.photoslider_play, .photoslider_stop {
	width: 18px;
	height: 19px;
	margin: auto;
	padding: 3px;
	cursor: pointer;
	text-align: center;
	float: left;
}
.photoslider_play {
	background: url('../images/play_pause.png') no-repeat 0px 0px;
}
.photoslider_stop {
	background: url('../images/play_pause.png') no-repeat -25px 0px;
}
.slideshow_disabled {
	border-bottom: solid #919191 2px;
}
.ui-slider {
	width: 200px;
	height: 23px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
}
.ui-slider-handle {
	position: absolute;
	z-index: 1;
	height: 23px;
	width: 12px;
	top: 0px;
	left: 0px;
	background-image: url(../images/slider-handle.gif);
}
.ui-slider-handle-active {
	border: none;
}
.ui-slider-disabled .ui-slider-handle {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.ui-slider-range {
	position: absolute;
	background: #50A029;
	opacity: 0.3;
	filter: alpha(opacity=30);
	width: 100%;
	height: 100%;
}
.ui-slider, .ui-slider-1 {
	background-image: url(../images/slider-bg-1.png);
}
.ui-slider-2 {
	background-image: url(../images/slider-bg-2.png);
}
#scrollable_musers, #scrollable_fusers, #scrollable_mousers, #scrollable_fousers {
	height: 160px;
	width: 730px;
	margin: 0 auto;
}
.items {
	height: 160px;
	width: 740px;
	float: left;
}
a.paging_related, a.prev_loop, a.next_loop {
	background: url('../images/submit_bg.png') repeat-x bottom;
	display:block;
	height: 14px;
	float: right;
	color: #fff;
	padding: 0 2px 0 2px;
	margin-right: 5px;
	text-align: center;
	font: bold 10px Arial;
	color: #222;
}
a.paging_related {
	width: 50px;
}
a.prev_loop, a.next_loop {
	width: 30px;
	color: #eee;
}
a.prev_loop:hover, a.next_loop:hover, a.paging_related:hover {
	background-position: top;
	color: #fff;
}
a.remove {
	width: 60px;
	background: url('../images/submit_bg.png') repeat-x bottom;
	display:block;
	height: 14px;
	color: #ddd;
	padding: 0 4px 0 4px;
	font-weight: bold;
	margin-top: 3px;
}
a.remove:hover {
	background-position: top;
	color: #fff;
}
a.prev_bar, a.next_bar, .bar_space_left, .bar_space_right, a.prev_bar_related, a.next_bar_related, .bar_space_related_left, .bar_space_related_right {
	width: 15px;
	display: block;
	background-repeat: no-repeat;
	background-position: left;
}
a.prev_bar, a.next_bar, .bar_space_left, .bar_space_right, a.prev_bar_related, a.next_bar_related {
	height: 98px;
}
.bar_space_related_left, .bar_space_related_right {
	height: 98px;
	margin: 125px 5px 0 5px;
}
.bar_space_left, .bar_space_related_left {
	float: left;
}
a.prev_bar, a.prev_bar_related {
	background: url('../images/prev_bar_small.png');
}
.bar_space_right, .bar_space_related_right {
	float: right;
}
.bar_space_left, .bar_space_right {
	margin: 25px 5px 0 5px;
}
a.next_bar, a.next_bar_related {
	background: url('../images/next_bar_small.png');
}
a.prev_bar:hover, a.next_bar:hover, a.prev_bar_related:hover, a.next_bar_related:hover {
	background-position: right;
}
#users_new_Male, #users_new_Female, #users_online_Male, #users_online_Female, #users_popular_All, #related_videos_container, #related_games_container {
	/*float: left;*/
}
#related_videos_container, #related_games_container {
	/*width: 900px;*/
}
ul.notice_categories {
	margin: 5px 5px 5px 10px;
	padding: 0;
}
ul.notice_categories li {
	float: left;
	margin: 2px 0;
	padding: 0;
	width: 180px;
}
.notice_info {
	width: 745px;
	margin: 0 auto;
	border-bottom: 1px dotted #212021;
	font-size: 12px;
	padding: 3px 0 3px 0;
}
.notice_info_left {
	width: 300px;
	float: left;
}
.notice_info_right {
	width: 300px;
	float: right;
	text-align: right;
}
.notice_content {
	margin: 15px 20px 10px 20px;
}
.notice_footer {
	width: 731px;
	padding: 3px 10px 3px 10px;
	background: #e0e0e0;
	font-size: 11px;
}
#embed_video_box textarea {
	margin: 10px 0 10px 100px;
	padding: 0;
	height: 50px;
	border: 1px solid #777;
}
#player {
	width: 540px;
}
#player img{
	text-align:center;
	border:#FFF solid 0px;
	border-bottom-width:2px;
	border-top-width:2px;	
}

#playerCategories {
	width: 540px;
}

#playerCategories img{
	text-align:center;
	border:#FFF solid 0px;
	border-bottom-width:2px;
	border-top-width:2px;	
}

.private {
	margin: 5px 0 5px 10px;
	
}
.feed_row {
	width: 720px;
	margin: 5px 13px 0 13px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #222;
}
.font-size14 {
	font-size: 14px;
}
.font-size16 {
	font-size: 16px;
}
.profile-box {
	background-color: #111;
	margin-bottom: 11px;
	border: 1px solid #222;
	font-size: 14px;
} /* used across whole site */
img.tmb, img.tmb_active {
	padding: 2px;
}
img.tmb {
	border: 2px solid #999;
}
img.tmb_active, img.tmb:hover {
	border: 2px solid #CCC;
}
#cloud {
	padding: 2px;
	line-height: 2.0em;
	text-align: center;
	margin: 0;
}
#cloud ul {
	margin: 5px 0 5px 0;
	padding: 0;
}
#cloud a {
	padding: 0px;
}
#cloud li {
	display: inline;
	margin: 0;
	padding: 0;
}
#cloud a.tag1 {
	font-size: 0.8em;
	font-weight: 100;
}
#cloud a.tag2 {
	font-size: 0.9em;
	font-weight: 200;
}
#cloud a.tag3 {
	font-size: 1.0em;
	font-weight: 300;
}
#cloud a.tag4 {
	font-size: 1.1em;
	font-weight: 400;
}
#cloud a.tag5 {
	font-size: 1.2em;
	font-weight: 500;
}
#cloud a.tag6 {
	font-size: 1.3em;
	font-weight: 600;
}
#cloud a.tag7 {
	font-size: 1.4em;
	font-weight: 700;
}
#cloud a.tag8 {
	font-size: 1.5em;
	font-weight: 800;
}
#cloud a.tag9 {
	font-size: 1.8em;
	font-weight: 900;
}
#cloud a.tag10 {
	font-size: 2.0em;
	font-weight: 900;
}
.tab_content {
	padding:10px;
}

#accordion {
	padding:1em;
	width:95%;
}


h2.promo {
	font-size:2em;
	color:#517D71;
	padding:0 10px 10px 0;
	margin:0;
}


/* ----------------------------------- */
/*         5. Footer                   */
/* ----------------------------------- */

#footer{
	color: #375172;
	font-size:14px;
	background-image:url("/templates/frontend/blue/images/chairs_blue.png");
	background-repeat: no-repeat;
	background-position: top left;
	padding-bottom:20px;
	padding-top:0px;
}

#footer a {
	color: #375172;

}
#footer a:hover {
	color: #5B8479;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5b8479;
}

#footer_logo{
	float:left;
	width:150px;
	height:100px;
	display:none;
}

#footer_content{
	/*float:left;*/
}

#footer_links{
	float:left;
	width:100%;
	line-height:200%;

}

/* ----------------------------------- */
/*         6. Accessibility            */
/* ----------------------------------- */



/* ----------------------------------- */
/*         7. Forms                    */
/* ----------------------------------- */

form, .response_form{
	margin-bottom:10px;	
}

#share_video_form form{
	padding:10px;
}
#share_video_form form input, #share_video_form form textarea{
	width:98%;
	padding:4px;
}


fieldset{
	margin: 0 0 1em 0;
	padding: 1em;
	border-top-width: 0.2em;
	border-right-width: 0.2em;
	border-bottom-width: 0.2em;
	border-left-width: 0.2em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E4E4E4;
	border-right-color: #E4E4E4;
	border-bottom-color: #E4E4E4;
	border-left-color: #E4E4E4;
}

legend{
	padding:0.5em;
	font-weight:bold;
	color:#000;
	background-color: #FFF;
	height:1em;
		
}
label {
	float: left;
	text-align: right;
	margin: 0.1em 1em 0 0;
	font-size: 12px;
}
input {
	border: 1px solid #bdbabd;
	color:#666;
	height: 28px;
}

input[type="checkbox"], input[type="radio"] {
	border: 0px;
}

select{
	padding:2px;	
}
input.large, select.large {
	width: 250px;
}
input.login, select.login {
	width: 150px;
}
input.mega, select.mega {
	width: 350px;
}
input.middle, select.middle {
	width: 120px;
}

input.small, select.small {
	width: 90px;
}

input.radio {
	border: 0;
}
input.checkbox {
	margin: 0;
	padding: 0;
}
select {
	font: normal 12px Arial;
	padding-top:1px;
	height:28px;
}
textarea {
	border: 1px solid #bdbabd;
}

fieldset, fieldset.collapsible {
	padding: 10px;
	margin-bottom: 1em;
}
fieldset.collapsed {
	margin-bottom: 1em;
}


legend.collapsible {
	background-image:url(../images/tpl_icon_arrow_left.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	text-indent:30px;
}
legend.collapsed {
	background-image:url(../images/tpl_icon_arrow_right.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	text-indent:30px;
}


.label{
	float: left;
	display:block;
	margin:0.2em 0 0 29%;
}

.radio{
	margin-right:10px;
	/*display:block;*/
}

/* ----------------------------------- */
/*         8. Other                    */
/* ----------------------------------- */

.clear {
	clear: both;
}
.clear_right {
	clear: right;
}
.clear_left {
	clear: left;
}

.float_right {
	float: right;
}
.float_left {
	float: left;
}

.hidden {
	display:none;	
}

.block {
	display:block;	
}
.grey {
	/*color: #737173;*/
}
.small {
	font-size: 11px;
}
.smallest {
	font: normal 10px "Lucida Sans Unicode", Arial, Helvetica;
}
.smaller {
	font-size: 11px;
}

.font-9 {
	font-size: 9px;
}
.font-10 {
	font-size: 10px;
}
.font-11 {
	font-size: 11px;
}
.font-12 {
	font-size: 12px;
}
.font-13 {
	font-size: 13px;
}
.font-14 {
	font-size: 14px;
}
.font-bold {
	font-weight: bold;
}
.font-normal {
	font-weight: normal;
}

.left {
	float: left;
}
.right {
	float: right;
}

.span-33 {
	width: 33.3%;
}
.span-150 {
	width: 150px;
}
.span-200 {
	width: 200px;
}
.span-300 {
	width: 300px;
}
.span-310 {
	width: 310px;
}
.span-320 {
	width: 320px;
}
.span-330 {
	width: 330px;
}
.span-340 {
	width: 340px;
}
.span-350 {
	width: 350px;
}
.span-360 {
	width: 380px;
}
.span-360-border {
	width: 362px;
}
.span-370 {
	width: 370px;
}
.span-370-border {
	width: 372px;
}

.span-380 {
	width: 380px;
}
.span-380-border {
	width: 382px;
}
.span-385 {
	width: 385px;
}
.span-390 {
	width: 390px;
}
.span-400 {
	width: 400px;
}
.span-500 {
	width: 500px;
}
.span-550 {
	width: 550px;
}
.span-560 {
	width: 560px;
}
.span-560-border {
	width: 562px;
}
.span-565 {
	width: 565px;
}
.span-590 {
	width: 590px;
}
.span-600 {
	width: 600px;
}
.span-630 {
	width: 630px;
}
.span-650 {
	width: 650px;
}
.span-700 {
	width: 700px;
}
.span-710 {
	width: 710px;
}
.span-720 {
	width: 720px;
}
.span-730 {
	width: 730px;
}
.span-740 {
	width: 740px;
}
.span-750 {
	width: 750px;
}
.span-755 {
	width: 755px;
}
.span-760 {
	width: 760px;
}
.span-950 {
	width: 950px;
}

.span-100 {
	width: 960px;
}
.height-190 {
	height: 190px;
}
.height-200 {
	height: 200px;
}
.margin-left {
	margin-left: 10px;
}
.border{
margin:2px 20px;
border: 1px solid #CCC;	
clear:both;
display:block;
width:160px;
}
.marginleft-112{
	margin-left: 112px;
}


/*	---------------------------------------------------------------
	TABMENU STYLES
	------------------------------------------------------------ */

/* Clip Share Sub Tab Menu */
#tabmenu {
margin: 0px 10px 10px 10px;
padding: 0px;
/*-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);*/
/*-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);*/
/*box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);*/
	/*cng*/
}

#tabmenuInner {
float:left;
margin: 0;
padding: 0px;
width: 480px;
}

#tabmenuright {
float:right;
margin: 0;
padding: 0px;
width: 215px;
}

.tabmenucontainer {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	background: url("../images/h2_bg2.png") repeat-x scroll 0 0 #E0E0E0;
	color: #333;
	height: 50px;
	/*cng*/
	text-align: left;
	width: auto;
	background-color: #FFF;
	/*border: 1px solid #E5E5E5;*/
	border-bottom-style: none;	
}

.tabmenucontainer ul {
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: center;
font: normal 14px/40px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

.tabmenucontainer li {
display: inline;
margin: 0px;
padding: 0px;
text-indent: -7px;
}

.tabmenucontainer a {
	float: left;
	display: block;
	width: 33%;
	height: 34px;
	/*color: #333;*/
	border: none;
	text-decoration: none;
	margin: 1px 0px 1px 0px;
	font-weight: bold;
}

.tabmenucontainer a:link, .tabmenucontainer a:visited, .tabmenucontainer a:hover, .tabmenucontainer li a.tabactive  {
	color:#FFF;
	float: left;
	background-position: 0% 0px;
	background-color: transparent;
	background-image: url(../images/tpl_tabs_btn_166.gif);
	background-repeat: repeat-x;
}

.tabmenucontainer a:link, .tabmenucontainer a:visited {
background-position: 0% 0px;
}

.tabmenucontainer ul li.tabactive, .tabmenucontainer ul li a#active, .tabmenucontainer li a.tabactive {
	
	background-position: 0% -52px;
	line-height: 40px;
	background-color: transparent;
	background-image: url(../images/tpl_tabs_btn_166.gif);
	background-repeat: repeat-x;
}

.tabmenucontainer a:hover {
background-position: 0% -100px;
line-height: 40px;
}



.tabmenucontainer li a.tabactive {
color:#333;
background-position: 0% -50px;
line-height: 40px;
}

.subcontent {
	background-color:#FFF;
	margin: 0;
	padding: 2px;
	width: auto;
	display:block;
	/*border: 1px solid #E5E5E5;*/
	border-top-style: none;
	/*cng*/

}

.subcontent div.grey , .subcontent div.white{
	display:block;
	border-bottom-color: #E5E5E5;
	margin: 0px;
	padding: 0px;
	/*float: left;*/
	display: block;
	/*width: 480px;*/
	font: normal 11px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

.subcontent div{

}

.subcontent div.packagebutton{
	background-image: none;
	padding:2em 0 0 0;
}

.subcontent div.packageinfo{
	background-image: none;
}

.subcontent div.packageinfo input{
text-align:left
}

.subcontent p{
padding: 2px 10px 2px 10px;
width: auto;
}



.subcontent div.white, .subcontent div.blue{
padding: 0px;
}


 .subcontent div div.description{
text-align:left;
margin: 0px;
padding: 0px 10px 0px 0px;
float: left;
display: block;
width: 95%;
}

 .subcontent div div.detail{
margin: 0px;
padding: 0px;
float: left;
display: block;
width: 163px;
background-image:none;
}

.subcontent p.grey, .subcontent div.grey {
	margin: 2px;
	padding: 4px;
	float: left;
	display: block;
	width: 98%;
	font: normal 11px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	/*background-color:transparent;
	border: 1px solid #E5E5E5;*/
}

.subcontent p.white, .subcontent div.white {
	margin: 2px;
	padding: 4px;
	float: left;
	display: block;
	width: 98%;
	font: normal 11px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	/*background-color:transparent;
	border: 1px solid #E5E5E5;*/
}

.subcontent div.title {
font-weight: normal;
}

.subcontent div.video_description {
	width: 61%;
	float: right;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	word-wrap: break-word;
	margin-right:7px;
}



.subcontent div.video_description_search {
	float: left;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	word-wrap: break-word;
	width:160px;
}

.subcontent span.duration {
font-weight: normal;
}

.subcontent span.info {
color: #999999;
}

.subcontent span.tags {
text-decoration: none;
font-weight: normal;
border-bottom:dotted 1px #E5E5E5;
}

.subcontent p a img, .subcontent div a img {
margin: 0 20px 0 0;
padding: 1px;
text-decoration: none;
border: 2px solid #E5E5E5;
float: left;
}

.subcontent p a img.noborder, .subcontent div a img.noborder {
border: none;

}

.subcontent ul, .subcontent ul li {
	list-style-type: circle;	
}

.noborder{
	border-style:none; !important
}


.grey {
/*background: #E5E5E5;*/
}

.white {
background: #FFFFFF;
}

.textbold{
	font-weight:bold;
}

.selectedvideo {
background: #E5E5E5;
}

.left_col{
	width:60%;
	float:left;
}

.right_col{
	width:30%;
	float:right;
	text-align:right;
	
}

hr.line{
	height: 1px;
	border: 0;
	color: #333;
	background-color: #E4E4E4;
	width: 80%;
}

#datepicker, 
#ui-datepicker-div
{
font-size: 65%;
}



a.desppromo {
color:#333333;	
}

/***************** Corner Radius ********************/

.corner{
/*-webkit-border-radius: 10px;*/
/*-moz-border-radius: 10px;*/
/*border-radius: 10px;*/
	/*cng*/
}

.cornerBottom{
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

.cornerTop{
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.featured_videos{
	height:160px;
	background-image: url(../images/featured_items.jpg);
	/*cng*/
	clip: rect(0px,200px,0px,0px);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-size: 14px;
	text-align: justify;
}

.featured_downloads{
	height:160px;
	background-image: url(../images/featured_items.jpg);
	/*cng*/
	clip: rect(0px,200px,0px,0px);
	background-position: -300px 0px;
	background-repeat: no-repeat;
	font-size: 14px;
	text-align: justify;
}

.featured_resources{
	height:160px;
	background-image: url(../images/featured_items.jpg);
	/*cng*/
	clip: rect(0px,200px,0px,0px);
	background-position: -600px 0px;
	background-repeat: no-repeat;
	font-size: 14px;
	text-align: justify;
}

.featured_videos > a {
	color: #ed7156;
	font-size: 16px;
}

.featured_downloads > a {
	color: #ed7156;
	font-size: 16px;
}
.featured_resources > a {
	color: #ed7156;
	font-size: 16px;
}



.featured_diagnostic_tools{
	height:240px;
	/*background-image: url(../images/featured_help.jpg);*/
	clip: rect(0px,200px,0px,0px);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	/*cng*/
}

.featured_instant_message{
	height:240px;
	/*background-image: url(../images/featured_help.jpg);*/
	clip: rect(0px,200px,0px,0px);
	background-position: -300px 0px;
	background-repeat: no-repeat;
}

.featured_counselling_session{
	height:240px;
	/*background-image: url(../images/featured_help.jpg);*/
	clip: rect(0px,200px,0px,0px);
	background-position: -600px 0px;
	background-repeat: no-repeat;	
}

.bg_tint{
	/*background-image: url(../images/tint.jpg);*/
	/*cng*/
	background-repeat: repeat;
	padding:0;
	padding:10px 0 10px 0;	
	display:block;
	height:inherit;
	overflow:auto;
	/*margin-top:43px;*/
}

.morebtn{
	float:right;
	vertical-align:bottom;
}

/*
.video_title {
	font-size:14px;
	font-weight:bold;
	width: 75%;
	float: left;
}
*/
.playerbox {
	margin: 10px 10px 20px;
    padding: 0
}


.box2 {
	margin: 0 10px; !important
}

.ulvideo ul  {
	margin: 10px 19px;
	padding: 0 0;
}


.links li , .articles li{
	width:95%;
	clear:both;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

.linkimage{
	width:25%;
	padding: 10px 0;
}

.linkimage img{
	width:125px;
	display:block;
	background-color: #000;
	background-image: url(../images/loadingIcon.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.linkdescription{
	width:70%;
}


.articledescription{
	width:100%;
}

.surveyblock{
	float:left;
	width:400px;
	/*background-color: #E2EDEC;*/
	-moz-border-radius: 10px;
	border-radius: 0px;
	margin:10px 10px 10px 10px;
	/*padding-left:15px;*/
	height:258px;
	border: 3px solid #375172;
}

.screensurvey{
	margin:0 auto;
	margin-top:60px;
	float:none;
	padding-top:30px;
	line-height:200%;
	text-align: center;
}

.screensurvey p{
	line-height:200%;
	text-align: center;
}

.latest_arti{
	margin-left:15px;
	margin-right:15px;	
}


.homevideo{
	
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius:10px;
	overflow:hidden;
	
}

.auto .video_description{
	
	height:auto;	
}


.quotetext {
	font-family: 'Sue Ellen Francisco', Arial, serif;
	font-weight: 400;
	font-size: 22px;
	margin-bottom:0px;
	padding-bottom:0px;
	line-height: 170%;
}

.qfrom {
 margin-top:0px;
 padding-bottom:0px;	
 margin-bottom:25px;
	
}


.bcontent h3 {
	color:#375172;
	padding-bottom:0px;
	margin-bottom:0px;
	font-weight: normal;
}

.downloadbox ul a {
	
	color:#000000 !important;
	font-weight: normal;
}

/*ul.downloadul  {
	list-style-image:url(http://www.haveigotaproblem.com/media/downloads/pdf_small.png);
	list-style-position: outside;
	padding: 0px 0px 5px 25px;	
	
}*/

ul.downloadul
{
list-style-type:none;
padding:0px;
margin:0px;
}
ul.downloadul li
{
background-image:url(http://www.haveigotaproblem.com/media/downloads/pdf_small.png);
background-repeat:no-repeat;
background-position:0px 0px; 
padding-left:24px;
padding-top:5px;
}

.tipslide {
cursor:hand;
cursor:pointer;
}

.btitletags
{
	background-image:none !important;
	/*background-color: #FFF !important;*/
}

.btitletags h2
{
	color:#5B8479;
	font-weight: bold;
	color:#375172;
	/*border-bottom: 3px solid #ed7156;*/
	padding-bottom:10px;
}

ul.no_slider{
	margin:0 1em 0 1em;
	padding:0;	
}

.surveyblock h3{
	padding-top:0em !important;
	padding-bottom:0em !important;
}

.dload p{
	margin:5px;	
}

.pdfimg {
	
	
}

.video_title{
	/*float:right;	*/
}

#sendquotes{
	float:right;	
}

#quotemore{
	float:left;
}

#survey{
	height:auto;	
}

#survey_submit{
	/*padding:21px 30px 20px 30px;*/
	/*padding: 100px 130px 100px 130px;*/
	-moz-border-radius: 10px;
	border-radius: 0px;
	/*background: url("../images/submit_bg2.png") repeat-x scroll;*/
	background: #375172;
	margin-top: 0px !important;
	margin-left: 0px !important;
	height: 258px;
	width: 415px;
	font-size: 30px;
}

.sspan {
	padding-left:20px;
	display:block;
	width:320px;
	padding-top:7px;
	padding-bottom:5px;
}

.srad {
	padding-left:1px;
	float:left;
}

#totvids {
	padding-top:16px;
	color:#000;
}

#totart {
	padding-top:16px;
	color:#000;
}

#totlink {
	padding-top:16px;
	color:#000;
}

.messenger {

	margin:0;
}

.messenger img {

	margin-left:3px;
}

.messenger span{
	color:#ff0000;

}

.messenger p {

	margin-left:10px;
	margin-right:10px;
}

#anythingSlider.anythingControls {
display:none;
}
.latestDocs div.anythingSlider{
	padding: 0 35px 3px 35px;
}

li.bullet {
	/* list-style: none; */
	display: none !important;
}

.uiTabWrapper {
	background-color: #c6d2e0;
	border-bottom: 3px solid #FF6F4C;
}

.center960 {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

.contentPadTop {
	margin-top: 85px;
}

.downloadbox > .btitle_dl h2 {
	border-bottom: 3px solid transparent;
}


#survey_form > h2 {
	padding-top: 20px;
	line-height: 26px;
}



/*SHOP STYLES*/



.shop-item-wrapper {
	float: left;
	/*background: red;*/
	min-width:180px;
	margin:0px 2px 30px;

}

.shop-info{
	width: 178px;
	background: #fff;
	padding:4px;
	text-align: center;
	/*border: 1px solid grey;*/
	/*border-top:0px;*/
	/*border-bottom:0px;*/
	height:22px;
}



.shop-img {
	height:250px;
	width:184px;
	background:whitesmoke;
	background-position: center;
	background-size:contain;
	background-repeat:no-repeat;
	border: 1px solid grey;
	/*border-bottom: 0px;*/
}

.shop-amz-button {
	width:auto;
	/*height:40px;*/
	/*background:yellow;*/
	/*background: #f0c14b;*/
	/*border-color: #a88734 #9c7e31 #846a29;*/
	/*border-color: #375172;*/
	/*border-width:1px;*/
	/*border-style:solid;*/
	/*background: #f4d078;*/
	/*background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);*/
	/*background: linear-gradient(to bottom,#f7dfa5,#f0c14b);*/
	/*background: -webkit-linear-gradient(top,#4e73a2,#375172);*/
	/*background: linear-gradient(to bottom,#4e73a2,#375172);*/
	font-weight:bold;
	line-height:40px;
	text-align: center;
	/*color: white;*/
	background-color:white;
	border: 2px solid #375172;
	color: #375172;
	text-transform: uppercase;
	margin-top:3px;
}

.shop-amz-button:hover {
	/*background: #f2c861;*/
	/*background: -webkit-linear-gradient(top,#f5d78e,#eeb933);*/
	/*background: linear-gradient(to bottom,#f5d78e,#eeb933);*/
	/*background: -webkit-linear-gradient(top,#ff6f4c,#e2512e);*/
	/*background: linear-gradient(to bottom,#ff6f4c,#e2512e);*/
	color: white;
	background-color:#375172;
	border: 2px solid #375172;

}


.tabnav {

}