/* This css stylesheet includes all other stylesheets */

/* sabretooth: server-side import: layout */

/* Resetting some styles */

html {
	color:#000;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img{
	border:0;
	margin: 0;
}

a {
	outline: none;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

li {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
	font-variant:normal;
}
	
sup {
	vertical-align:text-top;
}
	
sub {
	vertical-align:text-bottom;
}
	
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	outline-style:none;
	outline-width:0px;
	font-size:100%;
}

legend {
	color:#000;
}

del,ins {
	text-decoration:none;
}

.right {
	float: right !important;
}

.left {
	float: left !important;
}

.clear {
	clear: both;
	height: 0px;
	visibility: hidden;
}

.clearleft{
	clear:left;
}

.clearright{
	clear:right;
}

.cleardiv{
	clear: both;
	height: 0px;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
.hide{
	display: none;
	
}
.show{
	display: block;
}
/* end of import: layout */
/* sabretooth: server-side import: design */


body, html {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	width:100%;
	/* height: 100%; */
}

h1 {
	font-size:16px;
	font-weight: bold;
	color:#333;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-size:14px;
	font-weight: bold;
	color:#333;
	padding-bottom: 10px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	margin:20px 0px;
	border:none;
	border-bottom: 1px solid #d8d8d8;
	height: 1px;
}

p {
	margin-bottom: 1em;
}

.t {
	margin-top: 12px;
}

.b {
	margin-bottom: 12px;
}

.nb {
	margin-bottom: 0px !important;
}

.r {
	margin-right: 15px;
}

.l {
	margin-left: 15px;
}

.nl {
	margin-left: 0px !important;
}

.content {
	padding: 10px;
	overflow-x: hidden;
	/*
min-height: 100%;
	height: auto !important;
	height: 100%;
*/
	
}

.errorText {
	color: #CC0000;
	text-align: center;
	margin:10px 30px;
	display:block;
}

label.error, small.error {
	color: #CC0000 !important;
}

.formbox label.error, .register label.error {
	color:#CC0000;
	margin:0;
	padding:0;
}

.formbox label.error a, .register label.error a {
	color:#CC0000;
	text-decoration: underline;
}

.errorField {
	border:1px solid #CC0000 !important;
}

.nofloat {
	float: none !important;
}

/* forms */
.formBox {
	width: 100%;
    position:relative;
}

.fmTextInput, .fmTextarea, .fmCaptcha {
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 12px;
	height: 15px;
	width: 95%;
	background-position: top left;
	background-repeat: repeat-x;
}

.fmTextarea {
	height: 5.6em;
}

.fmSelect {
	border: 1px solid #ccc;
	padding: 4px;
	font-size: 12px;
	/* width: 95%; */
	max-width: 300px;
	height: auto !important;
	background-color: transparent !important;
}

.fmTextInput:focus, .fmCaptcha:focus, .fmSelect:focus, .fmTextarea:focus {
	-moz-box-shadow: 0px 0px 5px rgba(130,185,210,100);
	-webkit-box-shadow: 0px 0px 5px rgba(130,185,210,100);
	border: 1px solid #9ebbca;
}

.labelCheckbox{
	float:left;
	width:95% !important;
	padding:0 0 10px 5px !important;
	text-align: left !important;
}

.fmCaptcha {
	width: 136px;
}

.fmCheckBox {
	margin: 0px 5px 0px 0px;
}

label {
	text-align: right;
	font-size:12px;
	color: #333;
	padding: 6px 6px 0px 0px;
	width: 90%;
}

li.label {
	margin: 12px 0px 3px 0px;
	width: 100%;
}

li.label:last-child {
	margin-bottom: 0px;
	padding-bottom: 10px;
}

label span {
	color: #777777;
}

label.error span {
	color: inherit !important;
}

.formbox div#publishHolder input#publishToFacebook {
	margin-right: 5px;
}

.register {
	float: left;
	width: 46%;
}

.login {
	float: right;
	width: 46%;
}

#registerForm ul {
	margin: 0px;
	padding: 0px;
}

.externalRegister .register {
	width: auto;
	float: none;
	margin-left:220px;
}

.externalRegister .imageHolder {
	position: absolute;
}

.formBox tr td span img, .formBox span img {
	border:1px solid #CCCCCC;
	display:block;
	margin-bottom:5px;
	padding:3px;
}

.fmButtonSm {
	display: block;
	height: 24px;
	float: left;
	text-decoration: none !important;
	background-position: center center;
	background-color: #ccc !important;
	background-repeat: repeat-x;
	border: 1px solid #bbb;
	overflow: hidden;
}

#btnCancel, #startUploadButton.fmButtonSm {
	margin-top: 5px;
}

.fmButtonSm input, a.fmButtonSm span {
	height: 24px;
	line-height: 23px;
	padding: 0px 10px 3px 10px;
	margin: 0px;
	text-align: center;
	color: #000 !important;
	font-weight: bold;
	font-size: 12px;
	border: none;
	display: block;
}

.fmButtonSm.disabled {
	opacity: 0.5 !important;
}

#uploadBtn {
	position: relative;
}

a.fmButtonSm #flashSelectFile {
	height:auto !important;
	background: none !important;
	padding: 0px !important;
	line-height: 0px !important;
	position: absolute;
}

a.fmButtonSm span {
	line-height: 24px;
}

.fmButtonSm:hover {
	cursor: pointer;
}

.fmButtonSm:hover input, a.fmButtonSm:hover span {
	color: #fff !important;
	cursor: pointer;
}

#registerForm li #month,
#registerForm li #day,
#registerForm li #year{
	text-align:center; margin:0px;
}

#registerForm li #month,
#registerForm li #day{
	width:30px;
}

#registerForm li #year{
	width:50px;
}

#btnCancel{
	margin-left: 5px;
}

#uploadFormWrapper {
	position: relative;
	width:100%;
	float:left;
}

#uploadboxes, #uploadcomplete {
	position: relative;
	width:100%;
	float:left;
	margin-bottom: 20px;
}

#uploadFormWrapper ul.uploadList{
	list-style:none;
	padding:0;
	margin:0;
	list-style-type:none;
}

#uploadFormWrapper ul.uploadList li{
	list-style-type: none;
}

#uploadFormWrapper .uploadField{
	width:175px;
}

#commentboxes form .large.fmTextarea {
	width:95%;
}

.remove {
	height: 16px;
	position: relative;
	left: 5px;
	font-size: 11px;
	color: #666;
	top: 4px;
	overflow: hidden;
	cursor: pointer;
	float: left;
}

.remove:hover {
	text-decoration: underline;
}

/* uploader */
.infoText {
	font-size: 10px;
}

.formBox table {
	margin: 0px 0px 0px 10px;
}

.formBox table tr td {
	padding: 3px;
}

.channel_child {
    text-indent: 10px;
 }

.channel_grandchild {
    text-indent: 20px;
}
/* map */

#map {
	width:97%;
	height:250px;
	overflow: hidden;
}

#map .mapicon {
	background-color:#fff;
	border:1px solid #999;
	padding: 1px;
}

#map .mediainfo a {
	color:#333;
	font-weight: bold;
	text-decoration: none;
}

#map .mediainfo a:hover {
	text-decoration: underline;
}

#map .mapmarker .title {
	margin: 0px 0px 5px 0px;
}

#map .mapmarker a {
	font-size:14px;
	font-weight:bold;
	display: block
}

#map .mapmarker a:hover {
	text-decoration: none;
	color: #357DB0;
}

#map .mapmarker .stats {
	margin: 0px 0px 5px 0px
}

#map .mapmarker ul {
	line-height: 1.4em;
}

#map .mapuser {
	height: 125px; width: 195px;
}

#map .mapuser a {
	overflow: hidden;
	font-size:14px;
	font-weight:bold;
	padding-bottom: 0px !important;
}

#map .mapmarker .preview {
	margin: 0px 0px 15px 0px;
	display: block;
}

#map .mapuser .avatar.left {
	margin:0px 5px 0px 0px;
}

#searchAddressField {
	padding-bottom: 4px;
	border-right: 0px;
	width:50%;
}

.mapcontrolcontainer {
	margin: 5px 0px 0px 15px;
	float:left;
}

.mapcontrolcontainer label {
	margin: 0px 10px 0px 0px;
}

/* uploader */

.progressBarInProgress{
	clear:left;
	float:left;
	height:20px;
	overflow:hidden;
	padding:0;
	position:relative;
}

.queuedUploadItem{
	background: #efefef;
	border: 1px solid #ccc;
	height:20px;
	overflow:hidden;
	padding:0;
	position:relative;
	width:80%;
}

#fmErrorOverlay {
	height:100%;
	position:absolute;
	text-align:center;
	width:100%;
}

.fmNoBackground {
	background-image: none !important;
}

#fmErrorOverlay span {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	color:#FFFFFF;
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	margin:15% 20px 20px;
	padding:5px 8px;
}

#fmErrorBackground {
	background:transparent url(/static/contest/images/white.png) repeat scroll center center;
	height:100%;
	position:absolute;
	width:100%;
	z-index:150;
}

.fmSuccess {
	background-color:#336600;
	border:1px solid #003300;
}

.fmError{
	background-color:#B23009;
	border:1px solid #331005;
}
.errorMessage {
    background-color: pink;
    border: 1px solid red;
    border-radius: 5px 5px 5px 5px;
    margin-top: 12px;
    padding: 15px 0 5px 10px;
}

/* upload complete */
.page_uploadcomplete .boxlarge .inside p{
	margin-bottom: 0 !important;
	padding-bottom: 15px !important;
}

.page_uploadcomplete p{
	margin-bottom:0 !important;
}

div.fieldset span.legend {
	position: relative;
	background-color: #FFF;
	padding: 3px;
	font: 700 14px Arial, Helvetica, sans-serif;
	color: #73b304;
}

div.flash {
	width: 100%;
	border-color: #D9E4FF;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}

.page_mediadetail #fsUploadProgress.flash{
	width:85% !important;
}

input[disabled]{ border:0px !important; } /* FF 2 Fix */

#btnSubmit { margin: 0 0 0 155px ; }

.progressWrapper {
	width: 100%;
	overflow: hidden;
}

.progressContainer {
	margin: 10px 0px 0px;
	overflow: hidden;
	position: relative;
}

.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}

.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	color: #555;
	width: auto;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	position:absolute;
	top: 3px;
	z-index: 999;
	padding-left: 5px;
}

.progressBarInProgress{
	height:20px;
}

.progressBarHolder{
	float: left;
	width:80% !important;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	background-image: url(/static/vidcom/images/progressbar/active.gif);
	width: 0%;
	height: 20px;
}

.progressBarComplete {
	background-image: url(/static/vidcom/images/progressbar/complete.gif);
	height:20px;
	width: 100%;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 80%;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

.swfupload {
	vertical-align: top;
}

#logout {
	text-align:right;
	position: absolute;
	right: 10px;
}

#powered {
	height: 20px;
	margin-left: 10px;
	margin-top: 10px;
}

.loading {
	float: left;
	width: 16px;
	height: 16px;
	margin: 4px 0px 0px 8px;
}

/* For edit profile page  */
.uploadAvatar{
	width:270px;
}

/* IE7 */

*:first-child+html .fmButtonSm { top: -5px; }

/* FOR IE6 Showing map */
.mapHolder img { behavior:none !important; }
/* end of import: design */