﻿/*@import url('reset.css');*/

/* ====================== */
/* Reset code             */
/* ====================== */
fieldset { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }


/* ====================== */
/* Notice Boxes           */
/* ====================== */

.data {
	background: #DEF1F8;
	border: 1px solid #CBDFE7;
}

.notice {
	background: #FFFECC;	
	border: 1px solid #FAECB5;
}

.success {
	background: #E2F9E3;	
	border: 1px solid #9ECE9E;
}

.error {
	background: #FFEDEF;	
	border: 1px solid #FFC5CC;
}

.notice,
.success,
.error,
.data {
	color: #636363;
	font-size: 0.92em;
	padding: 14px;
	margin: 6px 0px;
}

.notice span,
.success span,
.error span,
.data span {
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 2px;
}

.success span { color: #579157; }
.error span { color: #CF8790 }
.notice span { color: #BBAB67; }
.data span { color: #8BC3D9; }

.notice p,
.success p,
.error p,
.data p {
	margin: 0px;padding: 0px;
}

.notice a { color: #BBAB67; }
.success a { color: #579157; }
.error a { color: #CF8790; }
.data a { color: #8BC3D9;}

.notice a,
.success a,
.error a,
.data a {
	font-weight: bold;
}
.notice a:hover,
.success a:hover,
.error a:hover,
.data a:hover {
	text-decoration: underline;
}

	.data ul {
		margin: 0px;
		padding: 12px 0 12px 0;
	}
	.data ul li {
		display: block;
		padding: 5px;
		border-bottom: 1px solid #C7EAF7;
	}
	.data ul li span {
		font-size: 1.0em;
		color: #636363;
	}
	
/* ====================== */
/* Forms                  */
/* ====================== */
form, .form, .flash {
	background: #E7F4F8;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 16px;
	margin:15px 0;
}

.input_field {
	clear:both;
}
.input_field label  {
	display:block;
	text-align:right;
	width:100px;
	float:left;
	position: relative;
	top:6px;
	padding-right: 6px;
}

.input {
	border: 3px solid #DFF1F6;
	padding: 6px;
	margin-left:-3px; /* this helps the textbox appear lined up with labels */
	font: 12px "Helvetica", Arial, sans-serif;
}
.input:focus {
	border-color: #9DE2F6;
}

.smallfield { width: 100px; }
.mediumfield { width: 200px; }
.bigfield, .longfield { width: 400px; }
.minifield { width:50px; }
.textarea {
	font: 12px "Helvetica", Arial, sans-serif;
}
	
.validate_success,
.validate_error {
	padding-left: 18px;
	font-style: italic;
	margin-left: 4px;
}
	.validate_success { background: url(../../images/validate_success.png) no-repeat left; color: #39CE31; }
	.validate_error { background: url(../../images/validate_error.png) no-repeat left; color: #D33232; }
	
/* ====================== */
/* Pagination             */
/* ====================== */

.paginator { 
	margin: 0px; 
	padding: 0px;  
	list-style: none; 
	display: block;
	clear: both;
	padding: 8px 0px 0px;
}
.paginator li {
	display: inline;
}

.current a,
.previous a,
.next a,
.page a {
	background: #E7F4F8;
	border: 1px solid #E7F4F8;
	padding: 5px 7px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.previous a:hover,
.next a:hover,
.page a:hover {
	border-color: #9DE2F6;
	color: #39B2D4;
}
.current a {
	background: #42BFE2;
	border-color: #1C99BD;
	color: #fff;
}
.empty {
	color: #888;
	padding: 5px 7px;
}
	
/* ====================== */
/* Login                  */
/* ====================== */
	
#loginbody { background: #fff; }
	
#login {
	width: 400px;
	margin: 0px 20px auto;
}	
	#loginbox {
	}
	#loginbox h2 {
		
	}
	
	#loginform p {
		margin: 0px;
		padding: 4px 0px;
	}
	#loginform label, .form label {
		color: #8BC3D9;
		font-size: 12px;
	}
	#loginform .loginfield {
		width: 350px;
		font-family: "Helvetica", Arial, Sans-Serif; /*"Georgia",Times,serif;*/
		font-size: 18px;
	}
	p.lostpswrd {
		margin: 0px;
		padding: 12px;
		font-size: 10px;
	}
	
/* ====================== */
/* Other Elements         */
/* ====================== */


/* Code & Pre & Blockquote */

code {
	display: inline;
	padding: 2px 6px;
	background: #F7F7F7;
	margin: 0px 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
}

pre {
	display: block;
	white-space: normal;
	background: #F7F7F7;
	padding: 10px 12px;
	margin: 14px 0px;
	clear: both;
	font-size: 0.9em;
}

blockquote {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px 10px 10px 70px;
	font-style: italic;
}

/* Buttons */

.btn,
.submit {
	padding:5px 6px;
	background:#fff url(../../images/bg_btn.gif) repeat-x bottom left;
	border:2px solid #84C0D2;
	color:#545454;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-weight:bold;
	/*text-transform:lowercase;*/
	color: #545454;
	margin: 0px 2px;
	cursor: pointer;
	cursor: hand;
	vertical-align: middle;
}
.btn:hover,
.submit:hover {
	border:2px solid #4A9DB6;
	text-decoration:none;
	color: #545454;
}

/* Hide elements and align them */

.hidden {display:none;}
.left {float:left;}
.right {float:right;}

/* Padding classess */

.ptop { padding-top: 12px; }
.pbottom { padding-bottom: 12px; }
.pleft { padding-left: 12px; }
.pright { padding-right: 12px; }

/* Margin classess */

.mtop { margin-top: 12px; }
.mbottom { margin-bottom: 12px; }
.mleft { margin-left: 12px; }
.mright { margin-right: 12px; }

#video-add { margin-bottom:30px; }

#videodetails .icons {height:46px; }
#videodetails .icons a { width:40px; height:36px;text-indent:-10000px;display:block;float:left;margin-right:10px;cursor:pointer;}

#embed { background:url(../../images/icon_embed.gif) no-repeat top left;}
#embed:hover { background:url(../../images/icon_embed_hover.gif) no-repeat top left;}

#reencode { background:url(../../images/icon_reencode.gif) no-repeat top left;}
#reencode:hover { background:url(../../images/icon_reencode_hover.gif) no-repeat top left;}

/* edit presets */

        .ui-slider { margin: 20px 0 40px 0; }
        .hide { display: none; }
        .color-selector { background:transparent url(/images/select2.png) repeat scroll 0 0; height:36px; width:36px; }
        .color-selector div { background:transparent url(/images/select2.png) repeat scroll center center; height: 28px; width: 28px; left: 4px; top: 4px; position: relative; }
        label.error { color: red; display: block; font-style: italic; }
        input.error { border: 1px dotted red; }