div.docBody{background:#ffffff;}
.help{cursor:help;}
.pointer{cursor:pointer;}
#testBox a.itemContainer {
    width: 600px;
}

.source-text{
	font-size:10px !important;
	float: right;
	margin-top: -15px;
}
.dropbtn {
	
		font-size: 20px;
		border: none;
		cursor: pointer;
		line-height: 42px;
		font-family: inherit;
		color: inherit;
		text-decoration: none;
		font-family: 'Hammersmith One', Arial,sans-serif;
		display: inline-block;
		text-align: center;
		padding: 0px 3px;
		border-left: 1px solid transparent;
		border-right: 1px solid transparent;
		color: #ffcc00;
		background: transparent;
	cursor: pointer;
  }
  
  .dropdown {
	position: relative;
	display: inline-block;
  }
  
  .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	columns: 3;
	  font-size: 17px;
  }
  
  .dropdown-content a {
	color: #ffcc00 !important;
    font-weight: 100;
    line-height: 22px;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content a:hover {background-color: #f1f1f1; color:#866d06;}
  
  .dropdown:hover .dropdown-content {
	display: block;
  }
  
  .dropdown:hover .dropbtn {
	background-color: transparent;
  }

.logoBig{background:url('/static/images/enteresan_logo3.png') no-repeat top left ;width:140px; height:44px; display:block;}

#whatsapp{background:url('/static/images/whatsapp.png') no-repeat center;width:63px; height:20px; display:block;}

.pageFooter{border-top:2px solid #ffcc00}
.pageHeader{background:#fff; overflow:hidden;clear:both;}
#defaultHeader{background:#fff; overflow:hidden;clear:both;
	/*
	margin-top:44px;
	*/
}
#fixedHeader{
	background:#000 url('/static/images/menu_background.png') repeat-x center;top:0px;left:0px;width:100%;clear:both;
	padding:0 5px;
	box-sizing:border-box;
	/*
	z-index:20000;
	position:fixed;
	margin-bottom:20px;
	*/
}
.contentBody{background:#fff;min-height:600px;}

.copyRight{color:#666666;line-height:20px;}
ul.hList{list-style-type:none;margin:0px;padding:0px;}
ul.hList li {display:inline;margin:0px 0px 0px 10px;}

ul.vList{list-style-type:none;margin:0px;padding:0px;}
ul.vList li {}

ul.footerLinks{line-height:22px;font-size:11px;margin-left:5px}
ul.footerLinks a{color:#999999;}

ul.taglist {list-style-type:none;margin:0px;padding:0px;}
ul.taglist li{display:inline;margin:0px 5px 0px 0px;font-size:14px;line-height:180%;}
ul.taglist li:after{content:'  ';}
ul.taglist li.header{font-family:'Droid Sans',Arial,sans-serif;font-weight:normal;color:#333333;font-size:14px; display:block;border-bottom:1px solid #ffcc00;margin:0px;}
ul.taglist li a{color:#666666;}


ul.topMenu{font-size:15px;margin:5px auto;line-height:20px;}
ul.topMenu li {margin:0px 0px 0px 10px;}
ul.topMenu li a{color:#139bc3;}
ul.topMenuNoIcons{list-style-type:none;font-size:18px;margin:0px auto;line-height:42px;padding:0px;margin-left:75px;}
ul.topMenuNoIcons li {font-family: 'Hammersmith One', Arial,sans-serif;margin:0px 10px;display:inline-block;text-align:center;padding:0px 3px;border-left:1px solid transparent;border-right:1px solid transparent;color:#ffcc00;}
ul.topMenuNoIcons li:hover{color:#FFFFFF;}
ul.topMenuNoIcons li a{font-family:inherit;color:inherit;text-decoration:none;}
ul.topMenuNoIcons li.mnuSend{color:#493c05;}
.topSearchBar{
	text-align:right;background:#ffffff;height:34px;margin-top:5px;
	box-shadow:inset 1px 1px 2px rgba(0,0,0,.5);
	border-radius:5px;
}
.topSearchBar input[type=text]{

	border:0px solid #fee6e5;line-height:27px;height:27px;
	margin:4px;
	background:transparent;
	padding:0px 10px; color:#3a8ab2; font-size:16px; width:80px;
	
}
.topSearchBar input[type=submit],.topSearchBar input[type=reset],.topSearchBar input[type=button]{
	background-color: #F8F8F8;
	border: #CCC outset 0px;
	color:#333333;
	background:#ffcc00;
	text-shadow:1px 1px 0 rgba(255, 160, 0, .4);
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; 
	cursor:pointer;
	height:27px;line-height:27px;font-size:16px;padding:0px 5px;margin:0px 4px 0px 10px;
}
.breadcrumb{border:0px groove #f5e0de;height:20px;line-height:20px;margin-bottom:10px;font-size:11px;padding:0px;}
.btn { background:#992140; border:1px solid #6f192f; padding:2px 5px; color:#fff; } 
.formLine{margin:2px 0px;}
.formInput {background:#fff; padding:2px 5px !important; border:1px solid #f9c7c4; color:#666; }


nav.catList {padding:0px;position:relative;width:100%;height:30px;}
ul.catList {background:#f0f0f0;width:980px;z-index:1000;padding:0px;margin:0px;list-style-type:none;font-family: 'Droid Sans', Arial,sans-serif;font-size:13px;font-weight:normal;height:30px;overflow:hidden;}
ul.catList:hover{
	-webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.2);
	background:#fff;
	height:auto;
	position:fixed;
}
ul.catList li {height:30px;line-height:30px;margin:0px 0px;padding:0px;display:inline-block;text-align:left;width:122px;overflow:hidden;color:#666666;vertical-align:top;}
ul.catList li a{color:inherit;text-decoration:none;padding:0px 0px 0px 5px;display:block;}
ul.catList li:hover {background-color:#000000; color:#fff; text-decoration:none; }

.sidebar nav.catList {padding:0px;position:relative;width:auto;height:auto;}
.sidebar nav.catList ul.catList {background:transparent !important;height:auto !important;width:auto !important;z-index:1;padding:0px;margin:0px;list-style-type:none;font-family: 'Droid Sans', Arial,sans-serif;font-size:13px;font-weight:normal;}
.sidebar nav.catList ul.catList:hover{height:auto !important;position:relative !important;box-shadow:none !important;}
.sidebar nav.catList ul.catList li {height:30px;line-height:30px;margin:0px 0px;padding:0px;display:inline-block;text-align:left;width:122px;overflow:hidden;color:#666666;vertical-align:top;}
.sidebar nav.catList ul.catList li a{color:inherit;text-decoration:none;padding:0px 0px 0px 5px;display:block;}
.sidebar nav.catList ul.catList li:hover {background-color:#000000; color:#fff; text-decoration:none; }


.listSection {width:630px;height:auto;line-height:18px;font-size:11px;}
.listSection header{overflow:hidden;margin-bottom:10px;}

.listSection header div.desc{font-size:14px;color:#888888;font-weight:bold;margin-bottom:20px;}
.listSection h1 {color:#139bc3; font-size:24px; letter-spacing:0px; margin-bottom:10px;line-height:40px;}
.listSection h1 a{color:#139bc3;}
.listSection h2 {line-height:20px;font-size:18px; color:#992140;}
.listSection h2 a{color:#992140;}

.listSection h3 {line-height:18px;font-size:15px; color:#992140;}
.listSection h3 a{color:#992140;}
.listSection img {border:1px solid #f87a6a;}
.listSection .left{float:left;width:205px;margin-right:10px;}
.listSection .left img{margin-bottom:10px;}
.listSection .right{float:right;width:405px;}
/*
.listSection .right div{margin:0px 0px 10px 0px;}
.listSection .right div.img{float:left;width:105px;margin:0px 10px 0px 0px}
*/
.listSection .footer {background-image:url(/static/images/hamaratabla_sprite.png);background-position:0 -155px; height:39px; width:630px; display:block; margin:10px 0; }


.article{line-height:170%;font-size:14px;}
.article img.post_img{margin-left:auto;margin-right:auto;display:block;}

.content header,.article header {line-height:100%;font-size:12px;color:#666666;font-family: 'Droid Sans', Arial,sans-serif;}
.content header h1,.article header h1{color:#333333; font-size:24px; letter-spacing:0px; line-height:26px;border-bottom:2px solid #ffcc00;padding:0px 0px 10px 0px;font-weight:normal;}
.content header .infoCard, .article header .infoCard {}
.content header .desc, .article header .desc{font-weight:bold;font-size:16px;line-height:20px;color:#333333;}

.infoCard .userCard {float:left;}
.infoCard .voteCard {float:left;}
.infoCard .statCard {float:right;line-height:28px;text-align:right;}

.article div.pageSection{min-height:100px;-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;border:1px solid #992140;}
.article div.pageSection div.title{
	text-align:center;height:20px;line-height:20px;font-weight:bold;color:#c2655e;background:#feebea;border-bottom:1px solid #992140;
	-webkit-border-top-left-radius: 5px;-webkit-border-top-right-radius: 5px;-moz-border-radius-topleft: 5px;-moz-border-radius-topright: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;
	
}
.article div.pageSection div.sectionContent{margin:0px 20px 10px 20px;}
hr.seperator{color:#992140;height:1px;}

.contactForm{}
.contactForm div {margin:5px 0px;}
.contactForm div.error{font-size:14px;margin-bottom:30px;color:#992140;width:auto !important;}
.contactForm h1 {color:#139bc3; font-size:24px; letter-spacing:0px; margin-bottom:10px; }
.contactForm label {font-weight:bold;font-size:11px;color:#000000;width:100px;display:block;float:left;}
.contactForm input[type=text],.contactForm textarea{padding:5px 10px;border:1px solid #ffcc00;color:#666;background:#ffffff;width:480px;}
.contactForm input[type=submit],.contactForm input[type=reset],.contactForm input[type=button]{
	background-color: #F8F8F8;
	border: #CCC outset 0px;			
	background-image: -webkit-gradient(linear,left top,left bottom,from(#139bc3),to(#3a8ab2));
	background-image: -moz-linear-gradient(top,#139bc3,#3a8ab2);
	background-image: -o-linear-gradient(top,#139bc3,#3a8ab2);
	background-image: -ms-linear-gradient(top,#139bc3,#3a8ab2);
	background-image: linear-gradient(top,#139bc3,#3a8ab2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#139bc3', endColorstr='#3a8ab2');
	color:#ffffff;
	text-shadow:1px 1px 0 rgba(0, 0, 0, .4);
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; 
	cursor:pointer;
	height:35px;line-height:35px;font-size:16px;padding:0px 10px;	
	width:130px;
	font-weight:bold;
}



.articleForm {}
.articleForm h4{font-size:16px;}

.articleForm div.error,.articleForm2 div.error { padding:20px;background:#f1dcdc; border:1px solid #ff0000; color:#a30000; margin:10px 0px;width:auto !important;}
div.error div.uap_basicForm {width:280px;margin:0px auto;}

.articleForm h1,.articleForm2 h1 {color:#139bc3; font-size:24px; letter-spacing:0px; margin-bottom:10px; }
.articleForm h4 {color:#666; font-size:16px; letter-spacing:0px; margin-bottom:10px; }

.articleForm ul.imageList{padding:0px;margin:0px;list-style-type:none;}
.articleForm ul.imageList li{display:block;margin: 5px 0px;}

.articleForm ul.imageList li div.imageDetails{float:left;width:450px;}
.articleForm ul.imageList li div.imageDetails label{text-align:right;display:inline-block;vertical-align:top;width:80px;margin-right:5px;}
.articleForm ul.imageList li div.imageDetails div{margin:2px 0px;line-height:20px;}
.articleForm div.formTitle{font-size:14px;margin:20px 0px 10px 0px;font-weight:bold;color:#992140;}
.articleForm div.formLine{margin:10px 0px;}
.articleForm div.formLine ul li{margin:10px 0px;}

.articleForm label {display:block;line-height:20px;font-size:12px;font-weight:bold;color:#666;}
.articleForm select,.articleForm input[type=text],.articleForm input[type=password],.articleForm textarea{padding:5px 5px;border:1px solid #ffcc00;color:#666;background:#ffffff;}
.articleForm input.wideText,.articleForm textarea.wideText{width:480px;}
.videoForm input[type=submit],.videoForm input[type=reset],.videoForm input[type=button],
.articleForm input[type=submit],.articleForm input[type=reset],.articleForm input[type=button]{
	background-color: #F8F8F8;
	border: #CCC outset 0px;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#139bc3),to(#3a8ab2));
	background-image: -moz-linear-gradient(top,#139bc3,#3a8ab2);
	background-image: -o-linear-gradient(top,#139bc3,#3a8ab2);
	background-image: -ms-linear-gradient(top,#139bc3,#3a8ab2);
	background-image: linear-gradient(top,#139bc3,#3a8ab2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#139bc3', endColorstr='#3a8ab2');
	color:#ffffff;
	text-shadow:1px 1px 0 rgba(0, 0, 0, .4);
	-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; 
	cursor:pointer;
	height:20px;line-height:20px;font-size:16px;padding:0px 10px;	
	min-width:130px;
}

#fileCon,#imageCon,#videoCon{display:none;}
.articleForm#aimageForm{display:none;}
.articleForm#aimageForm input.wideText,.articleForm#aimageForm  textarea.wideText{width:340px;}
div#aimageFormInfo{text-align:center;margin-top:20px;}

.videoForm ul.videoList{padding:0px;margin:0px;list-style-type:none;}
.videoForm ul.videoList li{display:block;margin: 5px 0px;}

.videoForm ul.videoList li div.videoDetails{float:left;width:450px;}
.videoForm ul.videoList li div.videoDetails label{font-size:12px;color:#666;text-align:right;display:inline-block;vertical-align:top;width:80px;margin-right:5px;}
.videoForm ul.videoList li div.videoDetails div{margin:2px 0px;line-height:20px;}


#videoForm{display:none;}
#videoForm input.wideText,#videoForm textarea.wideText{width:340px;}
div#videoFormInfo{text-align:center;margin-top:20px;}



.button_file {position: relative;overflow: hidden;float: left;margin-right: 4px;width:110px;box-sizing:border-box;height:110px;}
.button_file .thumbContainer{width:100%;height:100%;}
.button_file .thumbContainer:before{display:inline-block;vertical-align:middle;content:'';height:100%;}
.button_file .thumbContainer img{max-width:85%;max-height:95%;display:inline-block;vertical-align:middle;border:1px solid #c0c0c0;padding:2px;box-sizing:border-box;}
.button_file input {position: absolute;top: 0; right: 0;margin: 0;border: solid transparent;border-width: 0 0 100px 200px;opacity: 0;filter: alpha(opacity=0);-moz-transform: translate(-300px, 0) scale(4);direction: ltr;cursor: pointer;}
.button_file span{line-height:100px;}

.imageForm {}
.imageForm h4{font-size:16px;}
.imageForm div.error { padding:10px 20px;background:#f1dcdc; border:1px solid #ff0000; color:#a30000; margin:10px 0px;width:auto !important;}
.imageForm h1 {color:#139bc3; font-size:24px; letter-spacing:0px; margin-bottom:10px; }

.imageForm ul.imageList{padding:0px;margin:0px;list-style-type:none;}
.imageForm ul.imageList li{display:inline-block;margin: 5px 0px;vertical-align:top;}

.imageForm ul.imageList li div.imageDetails{display:none !important;float:left;width:450px;}
.imageForm ul.imageList li div.imageDetails label{text-align:right;display:inline-block;vertical-align:top;width:80px;margin-right:5px;}
.imageForm ul.imageList li div.imageDetails div{margin:2px 0px;line-height:20px;}
.imageForm div.formTitle{font-size:14px;margin:20px 0px 10px 0px;font-weight:bold;color:#992140;}
.imageForm div.formLine{margin:10px 0px;}
.imageForm div.formLine ul li{margin:10px 0px;}



.imageForm label {display:block;line-height:20px;font-size:11px;font-weight:bold;}
.imageForm input[type=text],.imageForm textarea{padding:5px 10px;border:1px solid #f9c7c4;color:#666;background:#ffffff;width:480px;}
.imageForm input[type=submit],.imageForm input[type=reset],.imageForm input[type=button]{
	background-color: #F8F8F8;
	border: #CCC outset 0px;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#FF3D3D),to(#8D2222));
	background-image: -moz-linear-gradient(top,#FF3D3D,#8D2222);
	background-image: -o-linear-gradient(top,#FF3D3D,#8D2222);
	background-image: -ms-linear-gradient(top,#FF3D3D,#8D2222);
	background-image: linear-gradient(top,#FF3D3D,#8D2222);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3D3D', endColorstr='#8D2222');
	color:#ffffff;
	text-shadow:1px 2px 0 rgba(0, 0, 0, .4);
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; 
	cursor:pointer;
	height:20px;line-height:20px;font-size:16px;padding:0px 10px;	
	width:130px;
}

.uploadForm {}
.uploadForm h4{font-size:16px;}
.uploadForm div.error { padding:10px 20px;background:#f1dcdc; border:1px solid #ff0000; color:#a30000; margin:10px 0px;width:auto !important;}
.uploadForm h1 {color:#139bc3; font-size:24px; letter-spacing:0px; margin-bottom:10px; }
.uploadForm div.formTitle{font-size:14px;margin:20px 0px 10px 0px;font-weight:bold;color:#992140;}
.uploadForm div.formLine{margin:0 0 20px 0;}
.uploadForm div.formLine div.desc{margin:0 0 10px 0;color:#333333;}
.uploadForm label {display:block;line-height:24px;font-size:18px;font-weight:normal;color:#666666;}
.uploadForm input[type=text],.uploadForm textarea{font-size:16px;box-sizing:border-box;padding:5px 10px;border:1px solid #c0c0c0;color:#666;background:#ffffff;width:100%;}
.uploadForm .submit{
	background-color: #65BED8;
	border: #CCC outset 0px;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#65BED8),to(#139BC3));
	background-image: -moz-linear-gradient(top,#65BED8,#139BC3);
	background-image: -o-linear-gradient(top,#65BED8,#139BC3);
	background-image: -ms-linear-gradient(top,#65BED8,#139BC3);
	background-image: linear-gradient(top,#65BED8,#139BC3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65BED8', endColorstr='#139BC3');
	color:#ffffff;
	text-shadow:1px 2px 0 rgba(0, 0, 0, .4);
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; 
	cursor:pointer;
	height:20px;line-height:20px;font-size:16px;padding:0px 10px;	
	width:130px;
}

.uploadForm .submit.disabled,.submit[disabled]{background-color:#d9d9d9;*background-color:#d9d9d9;}
.uploadForm .submit:first-child{margin-left:0;}
.uploadForm .submit.disabled,.submit[disabled]{cursor:default;background-color:#e6e6e6;background-image:none;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}

.uploadForm ul.fileList{padding:0px;margin:0px;list-style-type:none;}
.uploadForm ul.fileList li{display:block;margin:0 0 10px 0;padding:0 0 10px 0;vertical-align:top;border-bottom:1px solid #e0e0e0;}

.uploadForm ul.fileList li .button_file{padding:0;}
.uploadForm div.fileDetails{float:left;display:none;width:450px;margin:0 0 0 10px;}
.uploadForm div.fileDetails label{font-size:14px;display:inline-block;vertical-align:top;width:80px;margin-right:5px;}
.uploadForm div.fileDetails div{margin:2px 0px;line-height:20px;}
.uploadForm div.fileDetails input[type=text],.uploadForm div.fileDetails textarea{font-size:12px;width:360px;}

.uploadForm div.popup{position:absolute;background:rgba(192,192,192,0.6);top:0;left:0;width:100% !important;height:100% !important;overflow:hidden;z-index:10;}
.uploadForm div.popup>div{position:absolute;top:50%;left:50%;width:400px;min-height:200px;background:#ffffff;padding:20px;margin:-100px 0 0 -200px;-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);}
.uploadForm div.popup div.popupTitle{font-weight:bold;font-size:14px;margin-top:10px;color:#333;}
.uploadForm div.popup div.errorTitle{font-weight:bold;margin-top:10px;color:#333;font-size:13px;}
.uploadForm div.popup div.errorDesc{font-weight:normal;line-height:18px;font-size:12px;}
.uploadForm div.popup a{font-weight:bold;color:#139bc3;}
.uploadForm div.popup input.submit{margin:20px 0 0 260px;}
.uploadForm div#progressBar{text-align:center;height:18px;width:80%;margin:0 auto;position:relative;border-style:solid;border-color:#c0c0c0;border-width:0;}
.uploadForm div#progressBarC{width:0%;height:100%;background:#FFFF80;position:absolute;top:0;left:0;}
.uploadForm span#progressBarT{position:relative;font-size:11px;}

.button{
	color:#ffffff;
	display:inline-block;*display:inline;
	padding:4px 10px 4px;
	margin-bottom:0;*margin-left:.3em;
	font-size:13px;
	line-height:18px;*line-height:20px;
	color:#333333;
	text-align:center;
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align:middle;
	cursor:pointer;
	background-color:#f5f5f5;*background-color:#e6e6e6;
	background-image:-ms-linear-gradient(top, #ffffff, #e6e6e6);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image:-o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image:-moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image:linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat:repeat-x;
	border-style:solid;
	border-width:1px;
	border-color:#e6e6e6 #e6e6e6 #b3b3b3 #e6e6e6;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	filter:progid:dximagetransform.microsoft.gradient(enabled=false);*zoom:1;
	-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
}
.button:hover,.button:active,.button.active,.button.disabled,.button[disabled]{background-color:#e6e6e6;*background-color:#d9d9d9;}
.button:active,.button.active{background-color:#cccccc \9;}
.button:first-child{*margin-left:0;}
.button:hover{color:#333333;text-decoration:none;background-color:#e6e6e6;*background-color:#d9d9d9;background-position:0 -15px;-webkit-transition:background-position 0.1s linear;-moz-transition:background-position 0.1s linear;-ms-transition:background-position 0.1s linear;-o-transition:background-position 0.1s linear;transition:background-position 0.1s linear;}
.button:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
.button.active,.button:active{background-color:#e6e6e6;background-color:#d9d9d9 \9;background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);}
.button.disabled,.button[disabled]{cursor:default;background-color:#e6e6e6;background-image:none;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}



.button_green{background-color:#e6c9c4;*background-color:#e6c9c4;background-image:-ms-linear-gradient(top, #e6c9c4, #e6c9c4);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#e6c9c4), to(#e6c9c4));background-image:-webkit-linear-gradient(top, #e6c9c4, #e6c9c4);background-image:-o-linear-gradient(top, #e6c9c4, #e6c9c4);background-image:-moz-linear-gradient(top, #e6c9c4, #e6c9c4);background-image:linear-gradient(top, #e6c9c4, #e6c9c4);background-repeat:repeat-x;border-color:#e6c9c4 #e6c9c4 #387038;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#e6c9c4', endColorstr='#e6c9c4', GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false);}
.button_green:hover,.button_green:active,.button_green.active,.button_green.disabled,.button_green[disabled]{background-color:#e6c9c4;*background-color:#499249;}
.button_green:active,.button_green.active{background-color:#408140 \9;}


#compInfo{margin:20px 0px;font-size:11px;border:1px solid #f9c7c4;background:#fff9f9;}
#compInfoLink{display:none;}
.compTitle{font-size:14px;font-weight:bold;color:#139bc3;margin:10px 0px 15px 20px;}
.compInfoLine{margin:10px 20px;}
.compInfoLabel{width:150px;font-weight:bold;display:inline-block;color:#333;}


.socialButtonsBar{height:20px;line-height:20px;overflow:hidden;text-align:center;}
.socialButtonsBar .socialButton{display:inline-block;vertical-align:top;width:auto !important;margin:0px 5px;line-height:20px;height:20px;}

img.imageContent{}


#linkz_smartbox{background:#ffffff;}

section.responsiveList{}
section.responsiveList header{border-bottom:2px solid #ffcc00;margin-bottom:10px;font-family:'Droid Sans', Arial,Helvetica,sans-serif;padding:0px 10px 5px 10px;}
section.responsiveList header h1{font-weight:normal;font-size:20px;line-height:24px;padding:0;margin:0px;text-transform:uppercase;color:#666666;display:inline-block;}
section.responsiveList header h2{font-weight:normal;font-size:18px;line-height:24px;margin:0px;color:#999999;display:inline-block;}
section.responsiveList header h2:before{content:' : ';}
section.responsiveList header div.desc{font-family: 'Droid Sans', Arial,sans-serif;font-size:14px;font-weight:normal;}

section.responsiveList.smallbox header{border-bottom:1px solid #ffcc00;margin-bottom:5px;font-family:'Droid Sans', Arial,Helvetica,sans-serif;padding:0px 5px 5px 5px;}
section.responsiveList.smallbox header h1{border:none;font-weight:normal;font-size:14px;line-height:16px;margin:0px;text-transform:uppercase;color:#666666;display:block;}
section.responsiveList.smallbox header h2{font-weight:normal;font-size:14px;line-height:16px;margin:0px;color:#999999;display:block;}
section.responsiveList.smallbox header h2:before{content:'';}
section.responsiveList.smallbox header div.desc{font-family: 'Droid Sans', Arial,sans-serif;font-size:12px;font-weight:normal;color:#999999;}

section.responsiveList.responsivesmall header{border-bottom:1px solid #ffcc00;margin-bottom:5px;font-family:'Droid Sans', Arial,Helvetica,sans-serif;padding:0px 5px 5px 5px;}
section.responsiveList.responsivesmall header h1{font-weight:normal;font-size:14px;line-height:16px;margin:0px;text-transform:uppercase;color:#666666;display:block;}
section.responsiveList.responsivesmall header h2{font-weight:normal;font-size:14px;line-height:16px;margin:0px;color:#999999;display:block;}
section.responsiveList.responsivesmall header h2:before{content:'';}
section.responsiveList.responsivesmall header div.desc{font-family: 'Droid Sans', Arial,sans-serif;font-size:12px;font-weight:normal;color:#999999;}
section.responsiveList div.responsiveList{list-style-type:none;margin:0px;padding:0px;}

div.responsiveList a.itemContainer{
	text-decoration:none;
	display:inline-block;width:300px;margin:0px 7px 10px 7px;vertical-align:top;padding:6px 6px 10px 6px;
	-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
	background:#fff;
	
}
div.responsiveList a.itemContainer:hover{-webkit-box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.3);-moz-box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.3);box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.3);}
div.responsiveList a.itemContainer img.itemImage{width:100%;height:auto;display:block;-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;}
/* div.responsiveList a.itemContainer div.data{height:100px;} */
div.responsiveList a.itemContainer h2{font-size:18px;font-weight:bold;line-height:22px;max-height:24px;overflow:hidden;margin:10px 0px;color: #2d4487;font-family:Merriweather;}
div.responsiveList a.itemContainer div.itemDesc{font-size:16px;line-height:18px;overflow:hidden;height: 56px;}
div.responsiveList a.itemContainer div.itemDesc p{margin:0;}
section.responsiveList.responsivesmall a.itemContainer{margin:0px 0px 10px 0px;width:284px;}
section.responsiveList.responsiveexpanded a.itemContainer{float:left;margin:0px 8px 10px 8px;}

.sideBar div.responsiveList a.itemContainer{
	text-decoration:none;
	box-sizing:border-box;
	display:block;width:auto !important;margin:0px 7px 10px 7px;vertical-align:top;padding:6px 6px 10px 6px;
	-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
	background:#fff;

}
div.responsiveList a.itemContainerSmall{
	text-decoration:none;
	display:inline-block;width:140px;margin:0px 2px 10px 2px;vertical-align:top;padding:2px 3px 5px 3px;
	-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
	background:#fff;

}
div.responsiveList a.itemContainerSmall:hover{-webkit-box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.3);-moz-box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.3);box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.3);}
div.responsiveList a.itemContainerSmall img.itemImage{width:100%;height:auto;display:block;-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;}
div.responsiveList a.itemContainerSmall div.data{height:54px;}
div.responsiveList a.itemContainerSmall h2{font-size:15px;font-weight:normal;line-height:18px;max-height:18px;overflow:hidden;margin:5px 0px 0px 0px;}
div.responsiveList a.itemContainerSmall div.itemDesc{font-size:10px;line-height:12px;max-height:36px;color:#666666;overflow:hidden;}
section.responsiveList.smallbox_expanded a.itemContainerSmall{margin:0px 7px 14px 8px;padding:3px 5px 5px 5px;}
section.responsiveList.responsiveexpanded a.itemContainerSmall{float:left;margin:0px 8px 10px 8px;padding:2px 4px 5px 4px;}

div.responsiveList a.itemContainerBig{
	text-decoration:none;
	float:left;
	position:relative;
	display:inline-block;width:638px;margin:0px 7px 10px 7px;vertical-align:top;
	-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
	background:#fff;
	
}
div.responsiveList a.itemContainerBig:hover{-webkit-box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.3);-moz-box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.3);box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.3);}
div.responsiveList a.itemContainerBig img.itemImage{width:100%;height:auto;display:block;-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;}
div.responsiveList a.itemContainerBig div.data{height:90px;position:absolute;margin-top:-90px;width:100%;background:rgba(0,0,0,.5);}
div.responsiveList a.itemContainerBig h2{font-size:18px;font-weight:normal;line-height:20px;height:20px;overflow:hidden;margin:10px 10px 5px 10px;color:#ffffff;}
div.responsiveList a.itemContainerBig div.itemDesc{font-size:14px;line-height:20px;max-height:40px;color:#dddddd;overflow:hidden;margin:10px 10px 5px 10px;}


div.responsiveList a.itemContainerHorizontal{
	float:left;
	text-decoration:none;
	position:relative;
	display:inline-block;width:638px;margin:10px 7px 10px 7px;vertical-align:top;
	-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
	background:#fff;
	
}
div.responsiveList a.itemContainerHorizontal:hover{-webkit-box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.3);-moz-box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.3);box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.3);}
div.responsiveList a.itemContainerHorizontal img.itemImage{margin:3px 5px;width:220px;height:auto;display:inline-block;-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;vertical-align:top;}
div.responsiveList a.itemContainerHorizontal div.data{display:inline-block;width:400px;vertical-align:top;}
div.responsiveList a.itemContainerHorizontal h2{font-size:18px;font-weight:normal;line-height:20px;height:20px;overflow:hidden;margin:10px 10px 5px 10px;}
div.responsiveList a.itemContainerHorizontal div.itemDesc{font-size:14px;line-height:20px;max-height:40px;color:#666666;overflow:hidden;margin:10px 10px 5px 10px;}


div.responsiveList a.itemContainerSmallHorizontal{
	text-decoration:none;
	position:relative;
	display:inline-block;width:296px;margin:0px 0px 10px 0px;vertical-align:top;
	-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
	background:#fff;
	
}
div.responsiveList a.itemContainerSmallHorizontal:hover{-webkit-box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.3);-moz-box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.3);box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.3);}
div.responsiveList a.itemContainerSmallHorizontal img.itemImage{margin:3px 5px;width:130px;height:auto;display:inline-block;-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;vertical-align:top;}
div.responsiveList a.itemContainerSmallHorizontal div.data{display:inline-block;width:140px;vertical-align:top;}
div.responsiveList a.itemContainerSmallHorizontal h2{font-size:14px;font-weight:normal;line-height:18px;height:18px;overflow:hidden;margin:0px 0px 5px 0px;}
div.responsiveList a.itemContainerSmallHorizontal div.itemDesc{font-size:11px;line-height:15px;max-height:45px;color:#666666;overflow:hidden;margin:4px 0px 5px 0px;}
section.responsiveList.responsiveexpanded a.itemContainerSmallHorizontal{float:left;margin:5px 8px 12px 8px;width:310px;}
section.responsiveList.responsiveexpanded a.itemContainerSmallHorizontal img.itemImage{width:150px;}

section.responsiveList.horizontalexpanded a.itemContainerSmallHorizontal{float:left;margin:5px 7px 12px 7px;width:310px;padding:0;}
section.responsiveList.horizontalexpanded  a.itemContainerSmallHorizontal img.itemImage{width:150px;}


div.listImageSmall {margin:0 5px 10px 5px;width:300px;display:inline-block;vertical-align:top;}
div.listImageSmall img.listImageSmall{float:left;max-width:150px;width:150px;height:auto;border:0px solid #fff;-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;margin-right:10px;}
div.listImageSmall div.listImageSmallDetail {line-height:150%;}
div.listImageSmall span.title{display:block;font-weight:bold;}
div.listImageSmall span.desc{display:block;white-space:pre-line;}
div.listImageSmall footer.footer {display:none;}

div.listImageMedium {margin:10px 3px;width:auto;vertical-align:top;}
div.listImageMedium img.listImageMedium{float:left;margin-right:20px;max-width:250px;width:250px;height:auto;border:0px solid #fff;-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
div.listImageMedium div.listImageMediumDetail {line-height:150%;}
div.listImageMedium span.title{display:block;font-weight:bold;margin-bottom:10px;}
div.listImageMedium span.desc{display:block;word-wrap:break-word;white-space:pre-line;}
div.listImageMedium footer.footer {display:none;}
 
div.listImageLarge {margin:5px 0;width:auto;display:block;vertical-align:top;}
div.listImageLarge img.listImageLarge{margin:0px auto 10px auto;display:block;width:auto;border:0px solid #fff;-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
div.listImageLarge object{margin:0px auto 10px auto;display:block;}
div.listImageLarge div.listImageLargeDetail {width:auto;line-height:150%;}
div.listImageLarge div.listImageLargeDetail span.title{display:block;font-weight:bold;}
div.listImageLarge div.listImageLargeDetail span.desc{display:block;white-space:pre-line;}
div.listImageLarge footer.footer {display:block; height:3px; width:auto; margin:10px 0px; overflow:hidden;border-bottom:1px solid #ffcc00;}

div.galleryImageMedium {margin:10px 3px;width:auto;vertical-align:top;}
div.galleryImageMedium img.galleryImageMedium{float:left;margin-right:20px;max-width:250px;width:250px;height:auto;border:0px solid #fff;-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
div.galleryImageMedium div.galleryImageMediumDetail {line-height:150%;}
div.galleryImageMedium span.title{display:block;font-weight:bold;margin-bottom:10px;}
div.galleryImageMedium span.desc{display:block;word-wrap:break-word;white-space:pre-line;}
div.galleryImageMedium footer.footer {display:none;}
div.galleryImageMedium div.simplePager{display:none;}

div.galleryImageLarge {margin:5px 0px;width:auto;display:block;vertical-align:top;}
div.galleryImageLarge img.galleryImageLarge{margin:0px auto 10px auto;display:block;width:auto;height:auto;border:0px solid #fff;-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
div.galleryImageLarge div.galleryImageLargeDetail {width:auto;line-height:15px;margin:0px 0px 20px 0px;}
div.galleryImageLarge div.galleryImageLargeDetail span.title{display:block;font-weight:bold;margin-bottom:10px;font-size:130%;line-height:130%;}
div.galleryImageLarge div.galleryImageLargeDetail span.desc{display:block;line-height:150%;}
div.galleryImageLarge footer.footer {display:block;text-align:center;margin-bottom:10px;}
div.galleryImageLarge div.simplePager{display:none;}

div.galleryImageLong {margin:5px 0px;width:auto;display:block;vertical-align:top;}
div.galleryImageLong img.galleryImageLong{margin:0px auto 10px auto;display:block;width:auto;height:auto;border:0px solid #fff;-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
div.galleryImageLong div.galleryImageLongDetail {width:auto;line-height:15px;margin:0px 0px 20px 0px;}
div.galleryImageLong div.galleryImageLongDetail span.title{display:block;font-weight:bold;margin-bottom:10px;font-size:130%;line-height:130%;}
div.galleryImageLong div.galleryImageLongDetail span.desc{display:block;line-height:150%;}
div.galleryImageLong footer.footer {display:block;text-align:center;margin-bottom:10px;}
div.galleryImageLong div.simplePager{display:none;}

div.contentImageLarge {margin:5px 0px;width:auto;display:block;vertical-align:top;}
div.contentImageLarge img.contentImageLarge{margin:0px auto 10px auto;display:block;width:auto;height:auto;border:0px solid #fff;-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
div.contentImageLarge div.contentImageLargeDetail {width:auto;line-height:15px;margin:0px 0px 20px 0px;}
div.contentImageLarge div.contentImageLargeDetail span.title{display:block;font-weight:bold;margin-bottom:10px;font-size:130%;line-height:130%;}
div.contentImageLarge div.contentImageLargeDetail span.desc{display:block;line-height:150%;}
div.contentImageLarge footer.footer {display:block;text-align:center;margin-bottom:10px;}
div.contentImageLarge div.simplePager{display:none;}


div.galleryImageGallery {margin:20px 0px;width:auto;display:block;vertical-align:top;}
div.galleryImageGallery img.galleryImageGallery{float:left;margin:0px 20px 10px 0px;display:block;width:350px;height:auto;border:0px solid #fff;-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
div.galleryImageGallery img.galleryImageGallery.center{float:none;margin:0px auto;}
div.galleryImageGallery div.galleryImageDetailGallery {width:auto;line-height:15px;margin:0px 0px 20px 0px;}
div.galleryImageGallery div.galleryImageDetailGallery span.title{display:block;font-weight:normal;margin-bottom:10px;font-size:130%;line-height:130%;}
div.galleryImageGallery div.galleryImageDetailGallery span.desc{display:block;line-height:150%;}
div.galleryImageGallery footer.footer {display:block;text-align:center;margin-bottom:10px;}
div.galleryImageGallery div.simplePager{margin-bottom:20px;text-align:center;}

div.galleryImageLGallery {margin:20px 0px;width:auto;display:block;vertical-align:top;}
div.galleryImageLGallery img.galleryImageLGallery{margin:0px auto 10px auto;display:block;width:auto;height:auto;border:0px solid #fff;-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
div.galleryImageLGallery div.galleryImageDetailLGallery {width:auto;line-height:15px;margin:0px 0px 20px 0px;}
div.galleryImageLGallery div.galleryImageDetailLGallery span.title{display:block;font-weight:bold;margin-bottom:10px;font-size:130%;}
div.galleryImageLGallery div.galleryImageDetailLGallery span.desc{display:block;line-height:150%;}
div.galleryImageLGallery footer.footer {display:block;text-align:center;margin-bottom:10px;}
div.galleryImageLGallery div.simplePager{display:none;}

div.galleryVideoMedium {margin:10px 5px;width:auto;display:inline-block;vertical-align:top;}
div.galleryVideoMedium img.galleryVideoMedium{display:block;margin-left:auto;margin-right:auto;max-width:200px;height:auto;border:0px solid #fff;-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
div.galleryVideoMedium div.galleryVideoDetailMedium {width:200px;font-size:11px;line-height:15px;margin-top:10px;}
div.galleryVideoMedium span.title{display:block;font-weight:bold;margin-bottom:10px;}
div.galleryVideoMedium span.desc{display:block;overflow:hidden;}
div.galleryVideoMedium footer.footer {display:none;}

div.galleryImage {margin:0;width:auto;display:block;vertical-align:top;}
div.galleryImage .imageContainer{position:relative;}
div.galleryImage .imageContainer .galleryPage{position:absolute;top:10;right:10;color:#fff;text-shadow:1px 1px 1px #000;}
div.galleryImage img.galleryImage{margin:0px auto 10px auto;display:block;width:auto;height:auto;border:0px solid #fff;-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
div.galleryImage div.galleryImageDetail {width:auto;line-height:15px;margin:0px 0px 20px 0px;line-height:150%;}
div.galleryImage div.galleryImageDetail span.title{display:block;font-weight:bold;margin-bottom:10px;font-size:130%;}
div.galleryImage div.galleryImageDetail span.desc{display:block;}
div.galleryImage footer.footer {display:block;text-align:center;margin-bottom:10px;}
div.galleryImage div.simplePager{display:none;}


div.userPage{}
div.userPageNav{padding:0 10px 0 0;border-right:1px dotted #ffcc00;width:220px;float:left;background:#ffffff;margin:0 10px 0 0;}
div.userPageNav div.userImage{width:100%;height:60px;overflow:hidden;border-bottom:1px dotted #ffcc00;}
div.userPage div.userPageNav ul.userMenu{list-style:none;font-size:16px;padding:0;width:100%;}
div.userPage div.userPageNav ul.userMenu li{border-bottom:1px solid #c0c0c0;margin-top:20px;}
div.userPage div.userPageNav ul.userMenu li.active{font-weight:bold;}
div.userPage div.userPageNav ul.userSubMenu{list-style:none;font-size:14px;padding:0;margin-bottom:20px;width:100%;}
div.userPage div.userPageNav ul.userSubMenu li{border-bottom:1px dotted #e0e0e0;padding:0 10px;margin:0;height:24px;line-height:24px;overflow:hidden;}
div.userPage div.userPageNav ul.userSubMenu li a{color:inherit;}
div.userPage div.userPageNav ul.userSubMenu li:hover,
div.userPage div.userPageNav ul.userSubMenu li.active{
background: #262626;
background: -moz-linear-gradient(top, #262626 0%, #262626 50%, #000000 51%, #000000 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #262626), color-stop(50%, #262626), color-stop(51%, #000000), color-stop(100%, #000000));
background: -webkit-linear-gradient(top, #262626 0%, #262626 50%, #000000 51%, #000000 100%);
background: -o-linear-gradient(top, #262626 0%, #262626 50%, #000000 51%, #000000 100%);
background: -ms-linear-gradient(top, #262626 0%, #262626 50%, #000000 51%, #000000 100%);
background: linear-gradient(to bottom, #262626 0%, #262626 50%, #000000 51%, #000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#000000', GradientType=0 );
}
div.userPage div.userPageNav ul.userSubMenu li:hover{color:#fff;}
div.userPage div.userPageNav ul.userSubMenu li.active{color:#ff0;}
div.userPage div.userPageBody{padding:0;min-height:400px;width:720px;float:left;}
div.userPage div.userPageBody header{border-bottom:1px dotted #ffcc00;font-family:'Droid Sans', Arial,Helvetica,sans-serif;padding:0 10px;height:60px;}
div.userPage div.userPageBody header h1{font-weight:normal;font-size:20px;line-height:60px;margin:0px;text-transform:uppercase;color:#666666;display:inline-block;vertical-align:middle;}
div.userPage div.userPageBody header h2{font-weight:normal;font-size:18px;line-height:24px;margin:0px;color:#999999;display:inline-block;}
div.userPage .userPageSection{margin:0px 20px;}
div.userPage .userPageSection .uap_userError{padding:20px;background:#f1dcdc; border:1px solid #ff0000; color:#a30000; margin:10px 0px;width:auto !important;}
div.userPage div.galleryVideoMedium {margin:10px;width:220px;display:inline-block;vertical-align:top;}
div.userPage div.galleryVideoMedium img.galleryVideoMedium{width:100%;max-width:100%;height:auto;}
div.userPage div.galleryVideoMedium div.galleryVideoDetailMedium {width:100%;}
div.userPage div.galleryVideoMedium span.help{color:#c03300;}
div.userPage div.galleryVideoMedium span.title{display:block;font-weight:bold;margin-bottom:3px;height:15px;line-height:15px;overflow:hidden;}
div.userPage div.galleryVideoMedium span.desc{display:block;overflow:hidden;height:30px;line-height:15px;overflow:hidden;}
div.userPage div.galleryImageMedium {margin:10px;width:220px;display:inline-block;vertical-align:top;}
div.userPage div.galleryImageMedium img.galleryImageMedium{width:auto;max-width:100%;height:auto;max-height:125px;}
div.userPage div.galleryImageMedium div.galleryImageDetailMedium {width:100%;}
div.userPage div.galleryImageMedium span.help{color:#c03300;}
div.userPage div.galleryImageMedium span.title{display:block;font-weight:bold;margin-bottom:3px;height:15px;line-height:15px;overflow:hidden;}
div.userPage div.galleryImageMedium span.desc{display:block;word-wrap:break-word;height:30px;line-height:15px;overflow:hidden;}

div.userPage .userPageSection .uap_userError{padding:20px;background:#f1dcdc; border:1px solid #ff0000; color:#a30000; margin:10px 0px;width:auto !important;}
div.voteStars {display:inline-block;line-height:20px;height:20px;margin:2px 20px 2px 0px;font-weight:normal;}
div.voteStars img{vertical-align:middle;}
div.voteStars .voteInfo{margin:0px 5px;}
.userListFilter {margin:10px 0px;}
.userListFilter a{margin:0px 5px;}
.userListFilter a.active{font-weight:bold;text-decoration:underline;}
.favoriteButton{
width:120px;line-height:17px;border:1px solid #ff8800;color:#aaa;-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
font-weight:bold;cursor:pointer;
background: #262626;
background: -moz-linear-gradient(top, #262626 0%, #262626 50%, #000000 51%, #000000 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #262626), color-stop(50%, #262626), color-stop(51%, #000000), color-stop(100%, #000000));
background: -webkit-linear-gradient(top, #262626 0%, #262626 50%, #000000 51%, #000000 100%);
background: -o-linear-gradient(top, #262626 0%, #262626 50%, #000000 51%, #000000 100%);
background: -ms-linear-gradient(top, #262626 0%, #262626 50%, #000000 51%, #000000 100%);
background: linear-gradient(to bottom, #262626 0%, #262626 50%, #000000 51%, #000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#000000', GradientType=0 );
}
.followButton{
width:90px;line-height:17px;border:1px solid #f4eded;color:#ffffff;-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
font-weight:bold;cursor:pointer;
background: #262626;
background: -moz-linear-gradient(top, #262626 0%, #262626 50%, #000000 51%, #000000 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #262626), color-stop(50%, #262626), color-stop(51%, #000000), color-stop(100%, #000000));
background: -webkit-linear-gradient(top, #262626 0%, #262626 50%, #000000 51%, #000000 100%);
background: -o-linear-gradient(top, #262626 0%, #262626 50%, #000000 51%, #000000 100%);
background: -ms-linear-gradient(top, #262626 0%, #262626 50%, #000000 51%, #000000 100%);
background: linear-gradient(to bottom, #262626 0%, #262626 50%, #000000 51%, #000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#000000', GradientType=0 );
}
.content header div.uap_usercard_Medium ,
.article header div.uap_usercard_Medium {display:block;margin:2px 0px;}

div.uap_usercard_Medium div.image,
div.uap_usercard_MediumSimple div.image{border:0px solid #ffcc00 !important;background:#ffffff !important;}

div.uap_usercard_MediumSimple a, 
div.uap_usercard_Medium a{color:#333333 !important;}


div.uap_usercard_Tiny{margin-top:6px !important;}
div.uap_usercard_Tiny a{color:#fff !important;}

div.navButtons{text-align:center;}
span.navButtonCenter {text-align:center;display:inline-block;margin:0px auto;vertical-align:top;line-height:20px;}

div.navButton{text-align:center;}
span.navButton {text-align:center;display:inline-block;margin:0px auto;vertical-align:top;line-height:20px;}
a.navButton{display:block;font-size:16px;line-height:20px;color:#3a8ab2;}
a.navButton i{content:' ';display:inline-block;width:16px;height:16px;vertical-align:middle;}
a.navButtonL{float:left;}
a.navButtonR{float:right;text-align:right;}
a.navButtonL i{background:#fff url('/static/images/pager_s.png') no-repeat  0 -1px;}
a.navButtonR i{background:#fff url('/static/images/pager_s.png') no-repeat -20px -1px;}

div.menuItems {}
div.menuItems div.menuItem{margin-bottom:20px;}
div.menuItems footer.footer {background-image:url(/static/images/hamaratabla_sprite.png);background-position:center -155px; height:30px; width:auto; display:block; margin:10px 0px; overflow:hidden;}
div.menuItems div.menuItem div.itemImage{margin-bottom:10px;}
div.menuItems div.menuItem div.itemImage img{width:100%;height:auto;}
div.menuItems div.menuItem div.itemData{font-size:12px;}
div.menuItems div.menuItem div.itemData span.desc {margin-top:10px;line-height:20px;height:80px;overflow:hidden;}




div.labelTabs{height:25px;padding-right:5px;overflow:hidden;}
div.labelTabs a{
	font-size:16px;
	margin:0px 15px 0px 0px;
	display:inline-block;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;
}
div.labelTabs a.active{
	color:#3a8ab2;text-decoration:underline;

}


iframe.uap_basicBox,div.uap_basicBox {border:5px solid rgba(40,40,40, 0.5);}


#footerToolbar{position:fixed;left:0px;background-color:#000000;background:rgba(0,0,0,0.7);width:100%;}
#footerToolbar .toolbar{width:960px;margin:5px auto;color:#ffffff;height:20px;line-height:20px;font-size:12px;font-weight:normal;font-family:Verdana,Arial;}
#footerToolbar .toolbar .likebutton{display:inline-block;}
#footerToolbar .toolbar .text{vertical-align:top;margin:0px 10px;display:inline-block;color:inherit;font-size:inherit;font-family:inherit;}
#footerToolbar .toolbar .text a{text-decoration:none;color:inherit;font-size:inherit;font-family:inherit;}
#footerToolbar .toolbar .close {float:right !important;line-height:25px;}
#footerToolbar .toolbar .close img.closeIcon{background:transparent url('/static/images/close.png') no-repeat left top; width:16px;height:16px;border:none;}
#footerToolbar .toolbar .close a{text-decoration:none;color:inherit;font-size:12px;font-family:inherit;}

.videoContainer{width:100%;height:100%;position:relative;min-height:400px;}
/*.videoContainer div {width:100%;height:100%;position:relative;}*/
.videoContainer div#oroll_player0_0_div,
.videoContainer div#oroll_player0_1_div,
.videoContainer div#oroll_player0_2_div,
.videoContainer div#oroll_player0_3_div,
.videoContainer div#oroll_player0_4_div{padding-bottom:67%;}
.videoContainer object, .videoContainer embed,.videoContainer video {width:100%;height:100%;background:#000000;}

div.hiddenPlayer{display:none;background:#ffffff;}
#vbackground{position:fixed;width:100%;height:100%;background:rgba(40,40,40,0.8);top:0px;left:0px;text-align:center;}

.uap_button{font-family:'Gotham',Arial,tahoma,verdana,sans-serif;display:inline-block;background-color: #F8F8F8;background-image: -webkit-gradient(linear,left top,left bottom,from(#F8F8F8),to(#d9d9d9));background-image: -moz-linear-gradient(top,#F8F8F8,#d9d9d9);background-image: -o-linear-gradient(top,#F8F8F8,#d9d9d9);background-image: -ms-linear-gradient(top,#F8F8F8,#d9d9d9);background-image:linear-gradient(top,#F8F8F8,#d9d9d9);border: #CCC solid 1px;text-shadow:0 1px 0 rgba(255, 255, 255, .5);width:auto;font-weight:bold;font-size:11px;height:20px;line-height:18px;text-align:left;moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;color:#333;margin:0px auto;padding:0px 5px;}
.send_button{
	background-color: #F7B5B5;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#F7B5B5),to(#990101));
	background-image: -moz-linear-gradient(top,#F7B5B5,#990101);
	background-image: -o-linear-gradient(top,#F7B5B5,#990101);
	background-image: -ms-linear-gradient(top,#F7B5B5,#990101);
	background-image:linear-gradient(top,#F7B5B5,#990101);
	color:#ffffff;
	text-shadow:0 1px 0 rgba(55, 55, 55, .5);
}
#uap_UserPopupMenu {display:none;}

.articleBody ul{list-style-position:inside;}
.articleBody img.editor_image{display:block;margin-left:auto !important;margin-right:auto !important;}




div.uap_userBar img.uap_icUserSB{display:block;margin:0px auto;	}
div.uap_userBar a.uap_button{text-align:center;height:auto;max-height:40px;background:transparent;color:#ffffff;border:none;}
#uap_MbContainer{top:45px !important;}
#uap_MbContainer .uap_MessageBox{border:1px solid #000;}
#uap_MbContainer .uap_MessageBox div.title{
background: #262626;
background: -moz-linear-gradient(top, #262626 0%, #262626 50%, #000000 51%, #000000 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #262626), color-stop(50%, #262626), color-stop(51%, #000000), color-stop(100%, #000000));
background: -webkit-linear-gradient(top, #262626 0%, #262626 50%, #000000 51%, #000000 100%);
background: -o-linear-gradient(top, #262626 0%, #262626 50%, #000000 51%, #000000 100%);
background: -ms-linear-gradient(top, #262626 0%, #262626 50%, #000000 51%, #000000 100%);
background: linear-gradient(to bottom, #262626 0%, #262626 50%, #000000 51%, #000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#000000', GradientType=0 );
}


.tooplay_video{min-height:400px;height:auto;}
#tooplayouterdiv0,#tooplayouterdiv1 {position:absolute !important; }
.embedVideoContainer{}
.embedVideoContainer iframe,.embedVideoContainer object,.embedVideoContainer embed{width:100%;}

#stickyunit{
position:fixed;
margin-left: -170px;
}