@import url('../fonts/roboto.css');
body{
	line-height:18px;
	font-size:13px;
	
}
a {
	outline: 0;
}
input {
	outline: 0;	
}
.Top-header {
	padding: 0px 20px;
	margin: 0;
	overflow: hidden;
	background-color: #4A4A4A;
	border-bottom: 1px solid #000;
	max-height: 42px;
	box-shadow: inset 0 -1px 2px #222;
	-moz-box-shadow: inset 0 -1px 2px #222;
	-webkit-box-shadow: inset 0 -1px 2px #222;
}
.Top-header h1 {
	margin-left: 10px;
	margin-top: 10px;
	line-height: 1em;
	letter-spacing: 0px;
	font-size: 22px;
	font-family: Cuprum, Helvetica, Arial, Verdana;
	font-weight: 100;
	text-shadow: 0 -1px 0 #666;
	text-transform: uppercase;
}
.Top-header h1 a {
	color: #FFF;
}
h2 {
	position: relative;
	color: #666;
	text-shadow: 0 1px 1px #FFF;
	border-bottom: 3px double #e1e1e0;
	margin-bottom: 28px;
	margin-top: 20px;
	font-family: 'RobotoBoldCondensed', Arial, Helvetica, sans-serif; 
	font-weight: normal !important;
}
h2 a.label {
	display: inline;
	position: absolute;
	top: 11px;
	padding: 3px 7px;
	margin-left: 18px;
	font-weight: normal !important;
}
h2 a.label:hover {
	opacity: 1.0;
	background-color: #6E97AA;
	box-shadow: 0 1px 0 #FFF;
}
h2 a.label:active {
	margin-top: 1px;
}

.h2-import {
	border-bottom: 0;
	margin-bottom: 0;
}
h2.sub-heading, h2.sub-head-settings {
	color: #777;
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: -1px;
	text-shadow: 0px 1px 0px #FFF;
	border-bottom: none;
	margin: 18px 0;
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
}
h2.sub-head-settings {
	font-family: "Open Sans", Helvetica, Arial, Verdana;
	font-size: 20px;
	color:#09C;
	line-height: 1em;
}
a{
	color:#6e757b;
	-webkit-transition:color 100ms ease-in 0ms;
	-moz-transition:color 100ms ease-in 0ms;
	-o-transition:color 100ms ease-in 0ms;
	transition:color 100ms ease-in 0ms
}
a:hover{
	color:#DF0000;
}
h1,h2,h3,h4,h5{
	color:#313434;
}
h1{
	font-size:28px
}
h2{
	font-size:26px
}
h5{
	margin:0;
	font-size:13px;
}
p{
	font-size:14px;
	line-height:1.714285714;
}
iframe{
	width:100%;
	margin:0;
	padding:0;
}
legend{
	display:block;
	width:100%;
	padding:0;
	margin-bottom:27px;
	font-size:19.5px;
	line-height:36px;
	color:#333;
	border:0;
	border-bottom:1px solid #e5e5e5;
}
legend small{
	font-size:13.5px;
	color:#999;
}
label,input,button,select,textarea{
	font-size:13px;
	font-weight:normal;
	line-height:18px;
}
label{
	font-size:14px;
	font-weight:bold;
	color:#737373;
}
input[type="radio"], input[type="checkbox"] {
    margin:0;
}
input:focus:required:invalid:focus,textarea:focus:required:invalid:focus,select:focus:required:invalid:focus{
	border:1px solid #e6e6e6;
	color:#777;-webkit-box-shadow:0 0 6px #FFC;
	-moz-box-shadow:0 0 6px #FFC;
	box-shadow:0 0 6px #FFC;
}
textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{
	background-color:#fff;
	border:1px solid #ccc;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;border-radius:3px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition:border linear .2s,box-shadow linear .2s;
	-moz-transition:border linear .2s,box-shadow linear .2s;
	-ms-transition:border linear .2s,box-shadow linear .2s;
	-o-transition:border linear .2s,box-shadow linear .2s;
	transition:border linear .2s,box-shadow linear .2s;
}
textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{
	border-color:rgba(82,168,236,0.8);
	outline:0;outline:thin dotted \9;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 3px rgba(82,168,236,0.6);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 3px rgba(82,168,236,0.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 3px rgba(82,168,236,0.6);
	-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);
	-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);
	box-shadow:inset 0 1px 2px rgba(0,0,0,.3);
}
textarea:hover,input[type="text"]:hover,input[type="password"]:hover,input[type="datetime"]:hover,input[type="datetime-local"]:hover,input[type="date"]:hover,input[type="month"]:hover,input[type="time"]:hover,input[type="week"]:hover,input[type="number"]:hover,input[type="email"]:hover,input[type="url"]:hover,input[type="search"]:hover,input[type="tel"]:hover,input[type="color"]:hover,.uneditable-input:hover{
	-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);
	-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);
	box-shadow:inset 0 1px 2px rgba(0,0,0,.3);
}
#admin-area {
	color: #C0C0C0;
	background-color:#932e2e;
	width: 200px;
	min-height: 43px;
	margin: 0px 5px 2px;
	padding: 0;
	-webkit-transition: .3s ease-out;   
    -webkit-transition-delay: 1s; 
    -moz-transition: .3s all;
	-moz-transition-delay: .1s;
	-ms-transition: .3s all;
	-ms-transition-delay: 1s;
	-o-transition: .3s all;
	-o-transition-delay: .1s;
	transition: .3s all;
	transition-delay: .1s;
	position: absolute;
	top: 0;
	right:5px;
}
#admin-area:hover {
	margin-top: 0px;
	background-color: #aa3b3b;
	color: #ffffff;
	-webkit-transition: opacity .1s ease-in-out;
	-moz-transition: opacity .1s ease-in-out;
	transition: opacity .1s ease-in-out;
}
#admin-area .user {
	display: block;
	float: left;
	margin: 7px 15px;
}
#admin-area .user-pic {
	cursor: pointer;
}
#admin-area .user-pic img {
	border: 1px solid #222; /*ededed*/
	width: 27px;
	height: 27px;
	display: block;
}
#admin-area:hover .user-pic img, #admin-area .user-pic:hover img {
	border: 1px solid #335c97;
}
#admin-area .note {
	position: absolute;
	top: 11px;
	left: 42px;
	display: block;
	line-height: 1.6em;
	max-width: 69%;
	padding-left: 7px;
	font-size: 12px;
	overflow:hidden;
}
#admin-area .note a, #admin-area .note a:visited {
	font-size: 11px;
	color: #c5c5c5;
}
#admin-area .note a:hover {
	text-decoration: underline;
}
#admin-area .note strong {
	display: block;
}
#admin-area .menu {
	width: 23px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 4px;
	text-align: center;
}
#admin-area .menu:hover {
}
#admin-area .dropdown-toggle {
	display: block;
	height: 100%;
	width: 23px;
	position: relative;
	right: 4px;
	margin-top: 7px;
	z-index: 102;
}
#admin-area a.dropdown-toggle {
	position: absolute;
	top: 0;
	right: 0px;
	padding-right: 5px;
	padding-top: 7px;
	margin-top:0;
	width: 200px;
	max-height: 43px;
	text-align: right;
	clear: both;
}
#admin-area .dropdown-menu {
	width: 200px;
	text-align: left;
	position: relative;
	top: 38px;
	background-color: #FFF;
	border: none;
	border-bottom: 1px solid #444;
	z-index: 101;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 2px #888;
	-moz-box-shadow: 0 1px 2px #888;
	box-shadow: 0 1px 2px #888;
}
#admin-area .dropdown-menu .divider {
	margin: 4px 1px 0;
 *margin: -5px 0 0px;
}

#admin-area .dropdown-menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #505860;
	padding-left: 15px;
	text-shadow: 0 -1px 0 #FFF;
}
#admin-area .dropdown-menu a:hover {
	background:#f1e6e6;
	color: #000;
	filter: none;
}
#admin-area .dropdown-toggle {
	text-align: center;
}
#wrapper {
	display: table;
	marign: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	clear: both;
	background:#706F6F;
}
#wrapper .form-filter-inline .chzn-container {
	postion: absolute;
	top: 0px;
	background-color: transparent;
	background-image: none;
	width: 20px;
}
#wrapper .form-filter-inline .chzn-single {
	background-color: #FFF;
	background-image: none;
	padding: 1px 10px;
	border-radius: 4px;
	border-color: #bbb;
}
#wrapper .form-filter-inline .chzn-results {
	text-shadow: none;
}
#wrapper .form-filter-inline button, #wrapper .form-filter-inline form {
	float: left;
	display: block;
}
#wrapper .form-filter-inline {
	background-color: transparent;
}
.form-filter-inline .btn {
	height: 30px;
}
.form-filter-inline .btn-danger {
	color: #F00;
	text-shadow: none;
}
.form-filter-inline .btn-danger:hover {
	color: #F33;	
}
#page .smaller-select {
	display: inline-block;
	padding: 3px 2px 4px;
	margin: 0;
	font-size: 12px;
	color: #555;
	height: auto;
	width: auto;
}

/*** page ****/
#page {
	float: left;
	height: auto;
	width: 87%;
	padding: 0;
	margin: 0;
	position: relative;
	background:#ffffff;
	min-height:500px;
}
.content{
	padding:15px 40px;
	margin-bottom:40px;
}
#loader {
    color: #009966;
    display: none;
    float: left;
    position: relative;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 100px;
}

/***** Sidebar *****/

.sidebar { 
	width:13%; 
	position:relative;
	max-height:100%;
	font-size:12px;
	background-color:#706F6F;
	float:left;
	font-family: 'RobotoBoldCondensed', Arial, Helvetica, sans-serif; font-weight: normal;
}
.sidebar ul { 
	list-style: none; margin: 0;
}
.sidebar ul li {
	border-bottom: 1px solid #000000; 
	position: relative ; 
	background: #706F6F;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 0 rgba(255, 255, 255, 0.1) inset;
	padding-top:4px;
}
.sidebar ul li:hover{
	background: #918f8f;
	opacity:1;
}
.sidebar ul li.current{
	background: #918f8f;
	opacity:1;
}

.sidebar ul li a { 
	display: block;
	padding-bottom:6px;
	padding-right:6px;
	color: #ffffff; 
	text-transform: uppercase;
}
.sidebar ul ul { margin: 0; padding-left: 10px; border-top: 1px solid #000000; display: none; }
.sidebar ul ul li { 
	padding:0px;
	border:none;
}
.sidebar ul ul li a { 
	color: #c0c0c0;
	background: #706f6f; 
	border-left: 1px dashed #000000;
	padding-left: 10px; 
}
.sidebar ul ul li  a:hover { 
	color: #ffffff;  
}
.sidebar ul ul li:last-child { border-bottom: 0; }
.sidebar ul li.current ul { display: block; }
.sidebar ul li.current ul li a { color: #C0C0C0; }
.sidebar ul li.current ul li a:hover { color: #ffffff; }
.sidebar ul li.current ul li.current a { color: #ffffff; }
.menuBar ul li a { 
	padding-left: 40px;
}
.menuBar ul li a:hover {
	text-decoration:none;
}
.menuBar ul li .sprite{
	position:absolute;
	left:12px;
	text-align:center;
	opacity:0.7;
}
.menuBar ul li:hover .sprite{
	opacity:1;
}
.menuBar ul li.current .sprite{
	opacity:1;
}

.ico-dash{
	background:url(../img/flatscreen.png) transparent no-repeat center;
	width:18px;
	height:17px;
	margin-top:2px;
}
.ico-user{
	background:url(../img/user.png) transparent no-repeat center;
	width:18px;
	height:12px;
	margin-top:2px;
}
.ico-blog{
	background:url(../img/blog.png) transparent no-repeat center;
	width:18px;
	height:17px;
	margin-top:2px;
}
.ico-list{
	background:url(../img/list.png) transparent no-repeat center;
	width:18px;
	height:18px;
	margin-top:2px;
}
.ico-menu{
	background:url(../img/menu.png) transparent no-repeat center;
	width:18px;
	height:11px;
	margin-top:4px;
}
.ico-page{
	background:url(../img/page.png) transparent no-repeat center;
	width:18px;
	height:21px;
}
.ico-msg{
	background:url(../img/msg.png) transparent no-repeat center;
	width:18px;
	height:12px;
	margin-top:3px;
}
.ico-support{
	background:url(../img/support.png) transparent no-repeat center;
	width:18px;
	height:22px;
}
.ico-about{
	background:url(../img/about.png) transparent no-repeat center;
	width:19px;
	height:22px;
}

.ico-video{
	background:url(../img/video.png) transparent no-repeat center;
	width:19px;
	height:22px;
}

.ico-price{
	background:url(../img/price.png) transparent no-repeat center;
	width:11px;
	height:17px;
	margin-left:2px;
}
.ico-feature{
	background:url(../img/feature.png) transparent no-repeat center;
	width:18px;
	height:15px;
	margin-left:2px;
	margin-top:3px;
}
.ico-settings{
	background:url(../img/settings.png) transparent no-repeat center;
	width:18px;
	height:20px;
}
.ico-pages{
	background:url(../img/pages.png) transparent no-repeat center;
	width:18px;
	height:22px;
}
.menuBar ul ul { padding-left: 25px; }
.arrow {
    background:url(../img/desc.png) transparent no-repeat scroll right center ;
	height: 19px;
    position: absolute;
    right: 10px;
    top: 7px;
    width: 19px;
   
}
/**** end ***/
.tablename {
	border-bottom: 0;
	margin-bottom: -1px;
	font-size: 12px;
	font-weight: bold;
	color: #636363;
	text-shadow: 0px 1px 0px #FFF;
	postition: relative;
	min-height: 36px;
}
.form-search-listing .search-query:hover,
.form-search-listing .search-query:focus,
.form-search-listing .search-query.focused {
	border-color: #bbb;
	-webkit-box-shadow:inset 0 1px 0px rgba(0,0,0,0.075);
	-moz-box-shadow:inset 0 1px 0px rgba(0,0,0,0.075);
	box-shadow:inset 0 1px 0px rgba(0,0,0,0.075);
	-webkit-transition:border linear .2s, box-shadow linear .2s;
	-moz-transition:border linear .2s, box-shadow linear .2s;
	-o-transition:border linear .2s, box-shadow linear .2s;
	transition:border linear .2s, box-shadow linear .2s
}
.form-search-listing input,
.form-search-listing select,
.form-search-listing button {
	font-size: 12px;
	line-height: 1em;
	padding: 0;
	height: 30px;
	color: #666;
}
.form-search-listing select {
	line-height: 1px;
	padding: 6px 0;
	border-left: 0;
	border-right: 0;
	outline: 0;
	border-color: #ccc;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.form-search-listing input {
	padding: 1px 5px;	
	height: 26px;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	 border-top-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}

.form-search-listing .btn,
.form-filter-inline .btn {
	padding: 5px 10px;	
	border-color: #ccc;
	outline: 0;
	background-color:#f5f5f5;
*background-color:#f4f4f4;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f4f4f4));
	background-image:-webkit-linear-gradient(top, #fff, #f4f4f4);
	background-image:-o-linear-gradient(top, #fff, #f4f4f4);
	background-image:linear-gradient(to bottom, #fff, #f4f4f4);
	background-image:-moz-linear-gradient(top, #fff, #f4f4f4);
	background-repeat:repeat-x;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff4f4f4', GradientType=0);
filter:progid:dximagetransform.microsoft.gradient(enabled=false);

}
.form-filter-inline .btn {
    height: 30px;
}
#page .searchFilter select,
#showfilter-content select {
	display: inline-block;
	padding: 6px 2px;
	margin: 0;
	font-size: 12px;
	color: #555;
	width: auto;
	border-right: 0;
	border-left: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	 border-top-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top: 1px solid #ccc;
	outline: 0;
}
#page .searchFilter select.last-filter {
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	 border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-right: 1px solid #ccc;
}
#page .searchFilter input[type="text"].search-query {
	border-top: 1px solid #e6e6e6;
	outline: 0;
}
/* TABLES */
#page .table, #page .table-bordered {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-collapse:collapse;
	font-size:12px;
}
.viewTable-settings td input, .viewTable-settings td select, .viewTable-settings td textarea {
	display: inline;
	font-size: 11px;
	margin: 0;
	height: auto;
	line-height: 1.5em;
}
.viewTable-settings td label {
	display: inline;
	font-size: 11px;
}
.viewTable-settings label input {
	line-height: 1em;
	padding: 0;
	margin: 0;
	margin-left: 4px;
	line-height: 0;
	top: -2px;
	position: relative;
}
.viewTable-settings .icon-info-sign {
	top:-2px;
	position: relative;
	margin-left: 5px;
	opacity: 0.4;
}
.icon-info-sign {
	opacity: 0.6;
	filter:alpha(opacity=60);
}
.icon-info-sign:hover {
	opacity: 1.0;
	filter:alpha(opacity=100);
}
.span3 .controls input, .span3 input.pubDate, .span3 select.pubDate{
	 font-size: 11px;
    height: auto;
    line-height: 1.1em;
    margin: 0;
    text-align: center;
    vertical-align: top;
}
.viewTable {
	border-top: 1px solid #FFF;
	box-shadow: 0px 1px 3px #EEE;
	-moz-box-shadow: 0px 1px 3px #EEE;
}

.viewTable tr{
	color: #6e757b;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	padding: 19px 16px;
	background-color: #fbfbfb;
}
#page .table th, #page .table td {
	padding: 5px;
	line-height: 20px;
	text-align: left;
	text-shadow: 0px 1px 0px #FFF;
	vertical-align: middle;
	border-top: 1px solid #dddddd;
	background:none;
}
#page .viewTable thead th {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 5px 2px;
	color: #909090;
	background-color: #eee;
	padding: 5px 0;
}
.viewTable .unread{
	font-weight:bold;
}
.viewTable .unread td{
	background-color:#fff1d4 !important;
}
#page .viewTable tr {
	font-size: 12px;
}
#page .viewTable tr li {
	display: inline;
}
#page .viewTable tr ul {
	display: inline;
	padding: 0;
	margin: 0;
}
.table-striped tbody tr:hover:nth-child(2n+1) td, .table-striped tbody tr:hover:nth-child(2n+1) th {
	background-color: #fdf6e3;
}
#page .viewTable tr:hover {
	background-color: #fdf6e3;
	transition-duration: 1.2s;
	transition-timing-function: ease-out;
}
.tbl-action {
	text-align: center;
}
.tbl-action a, .tbl-action li {
	opacity: 0.6;
}
.tbl-action a:hover, .tbl-action li:hover {
	opacity: 1.0;
}
.viewTable .radio, .viewTable .checkbox {
	min-height: 10px;
	padding-left: 18px;
}
.tbl-footer {
	clear: both;
	padding: 8px 12px;
	max-height: 36px;
	margin:0;
	font-size: 11px;
	color: #636363;
	border-top: 1px solid #cdcdcd;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	background: #f8f8f8;
	background: -moz-linear-gradient(top, #f8f8f8 0%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #efefef));
	background: -webkit-linear-gradient(top, #f8f8f8 0%, #efefef 100%);
	background: -o-linear-gradient(top, #f8f8f8 0%, #efefef 100%);
	background: -ms-linear-gradient(top, #f8f8f8 0%, #efefef 100%);
	background: linear-gradient(top, #f8f8f8 0%, #efefef 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#efefef', GradientType=0 );
}
.tbl-footer:hover {
	background-color: transparent;
}
.tbl-footer .pagination {
	height: auto;
	padding:0;
	margin: 0;
}
.pagination {
    height: 14px;
    line-height: 14px;
    margin: 10px 0;
}
.pagination ul{max-height:40px;margin:20px 0}
.pagination li{display:inline}
.pagination a,.pagination span{float:left;padding:0 14px;line-height:21px;text-shadow:none}
.pagination{height:14px;line-height:14px;margin:10px 0}
.pagination a:active{outline:0}
.pagination a:hover{text-decoration:none}
.pagination li a,.pagination li a.active{border:1px solid #d3d3d3;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:0 7px;margin:0 3px;cursor:pointer;*cursor:hand;color:#919191;font-size:11px;box-shadow:0 1px 0 #fff inset,0 1px 0 #dfdfdf;-webkit-box-shadow:0 1px 0 #fff inset,0 1px 0 #dfdfdf;-moz-box-shadow:0 1px 0 #fff inset,0 1px 0 #dfdfdf;background:#f7f7f7;background:-moz-linear-gradient(top,#f7f7f7 0,#eee 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7f7f7),color-stop(100%,#eee));background:-webkit-linear-gradient(top,#f7f7f7 0,#eee 100%);background:-o-linear-gradient(top,#f7f7f7 0,#eee 100%);background:-ms-linear-gradient(top,#f7f7f7 0,#eee 100%);background:linear-gradient(top,#f7f7f7 0,#eee 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#eeeeee',GradientType=0)}
.pagination .active{background:#f9f9f9;background:-moz-linear-gradient(top,#f9f9f9 0,#eee 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f9f9f9),color-stop(100%,#eee));background:-webkit-linear-gradient(top,#f9f9f9 0,#eee 100%);background:-o-linear-gradient(top,#f9f9f9 0,#eee 100%);background:-ms-linear-gradient(top,#f9f9f9 0,#eee 100%);background:linear-gradient(top,#f9f9f9 0,#eee 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9',endColorstr='#eeeeee',GradientType=0)}
.pagination a:hover,.pagination a:active{background:#f6f6f6;background:-moz-linear-gradient(top,#f6f6f6 0,#e8e8e8 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f6f6f6),color-stop(100%,#e8e8e8));background:-webkit-linear-gradient(top,#f6f6f6 0,#e8e8e8 100%);background:-o-linear-gradient(top,#f6f6f6 0,#e8e8e8 100%);background:-ms-linear-gradient(top,#f6f6f6 0,#e8e8e8 100%);background:linear-gradient(top,#f6f6f6 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6',endColorstr='#e8e8e8',GradientType=0)}
.pagination a:focus,.pagination a.active,.pagination .active a{background:#6f6f6f;color:#fff;border-color:#646464;box-shadow:0 1px 2px #545454 inset,0 1px 0 #fff;-webkit-box-shadow:0 1px 2px #545454 inset,0 1px 0 #fff;-moz-box-shadow:0 1px 2px #545454 inset,0 1px 0 #fff;font-weight:bold}
.pagination a:focus{font-weight:normal}
.pagination li.disabled a,.pagination li.disabled a:hover,.pagination li.disabled a:active,.pagination li.disabled a:focus{background:#eaeaea;color:#c5c5c5;box-shadow:none;font-weight:normal}
.pagination li:first-child a,.pagination li:first-child span{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
.pagination li:last-child a,.pagination li:last-child span{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}

.tbl-footer .videos-per-page {
	padding: 5px 0 0 5px;
}
.tbl-footer .videos-per-page li {
	padding: 0 1px;
}
#page #stack-controls.list-controls { /* buttons */
	border-top: 1px solid #eee;
	background-color: transparent;
}

#page #stack-controls { /* buttons */
	padding: 10px 0px;
	text-align: right;
	z-index: 99991;
	margin-top: 20px;
	/*width: 95.5%;*/
	background-color: #FFF;/*box-shadow: 0px -1px 9px #d8d8d8;*/
}
#page #stack-controls .btn {
	padding-top: 3px;
	padding-bottom: 3px;
	text-shadow: none;
}
.BlockTittle {
    background: none repeat scroll 0 0 #918F8F;
    border-radius: 2px 2px 0 0;
    color: #daa232;
}
.BlockTittle2 h4{
    color: #AA3B3B;
	margin:auto;
	font-size:12px;
	padding-bottom:5px;
}
.BlockTittle h4 {
    padding: 6px 10px;
	font-weight:bold;
	font-size:12px;
	color:#EEEEEE;
	margin:0px;
}
.BlockTittle2 {
    margin: auto;
    padding-bottom: 5px;
    text-align: center;
}
/* Fancy Button(s)
--------------------------------------------- */
.btn-options {
	position: absolute;
	border-left: 1px solid #DDD;
	top:-2px;
	right:-3px;
	height: 39px;
}
.btn {
	/*border-radius: 1px;	*/
letter-spacing: 0;
	font-weight: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-size: 11px;
	background-color: #f5f5f5;
 *background-color: #efefef;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#efefef));
	background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
	background-image: -o-linear-gradient(top, #ffffff, #efefef);
	background-image: linear-gradient(to bottom, #ffffff, #efefef);
	background-image: -moz-linear-gradient(top, #ffffff, #efefef);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
 *border: 0;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-bottom-color: #bfbfbf;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
 filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffefefef', GradientType=0);
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	color: #333333;
	background-color: #efefef;
 *background-color: #efefef;
}
.btn:active, .btn.active {
	background-color: #efefef \9;
}
.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
	color: rgba(255, 255, 255, 0.75);
}
.btn-link, .btn-link:active {
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-link {
	color: #0088cc;
	cursor: pointer;
	border-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	opacity:0.6;
}
.btn-link:hover {
	color: #005580;
	text-decoration: underline;
	background-color: transparent;
	opacity:1;
}
.btn-link-strong, .btn-link-strong:active {
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-link-strong {
	color: #505860;
	font-weight: normal;
	width: 100%;
	text-align: left;
	display: block;
	margin-right: 16px;
	cursor: pointer;
	border-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-link-strong:hover {
	color: #000;
	display: block;
	width: 100%;
	text-decoration: none;
	background-image: none;
	background-color: #f1efe9;
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #339dd4;
 *background-color: #339dd4;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #37a5de), color-stop(100%, #339dd4));
	background-image: -webkit-linear-gradient(top, #37a5de, #339dd4);
	background-image: -moz-linear-gradient(top, #37a5de, #339dd4);
	background-image: -ms-linear-gradient(top, #37a5de, #339dd4);
	background-image: -o-linear-gradient(top, #37a5de, #339dd4);
	background-image: linear-gradient(top, #37a5de, #339dd4);
	background-repeat: repeat-x;
	border-color: #218ec6 #218ec6 #1f8dc4;
	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='#ff37a5de', endColorstr='#ff339dd4', GradientType=0);
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	color: #ffffff;
	background-color: #339dd4;
 *background-color: #339dd4;
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #77a201;
 *background-color: #77a201;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7daa03), color-stop(100%, #77a201));
	background-image: -webkit-linear-gradient(top, #7daa03, #77a201);
	background-image: -moz-linear-gradient(top, #7daa03, #77a201);
	background-image: -ms-linear-gradient(top, #7daa03, #77a201);
	background-image: -o-linear-gradient(top, #7daa03, #77a201);
	background-image: linear-gradient(top, #7daa03, #77a201);
	background-repeat: repeat-x;
	border-color: #688e00 #688e00 #8eaf33;
	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='#ff7daa03', endColorstr='#ff77a201', GradientType=0);
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	color: #ffffff;
	background-color: #77a201;
 *background-color: #77a201;
}
.btn-success:active, .btn-success.active {
	background-color: #77a201 \9;
}

.btn-normal {
	color: #444;
	text-shadow: 0 -1px 0 #FFF;
	background-color: #f1f1f1;
 	*background-color: #f1f1f1;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #f1f1f1));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
	background-image: -moz-linear-gradient(top, #f5f5f5, #f1f1f1);
	background-image: -ms-linear-gradient(top, #f5f5f5, #f1f1f1);
	background-image: -o-linear-gradient(top, #f5f5f5, #f1f1f1);
	background-image: linear-gradient(top, #f5f5f5, #f1f1f1);
	background-repeat: repeat-x;
	border-color: #dcdcdc;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff1f1f1', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-normal:hover, .btn-normal:active, .btn-normal.active, .btn-normal.disabled, .btn-normal[disabled] {
	color: #333;
	background-color: #f1f1f1;
 	*background-color: #f1f1f1;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f1f1f1));
	background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
	background-image: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
	background-image: -ms-linear-gradient(top, #f8f8f8, #f1f1f1);
	background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
	background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
	background-repeat: repeat-x;
	border-color: #c6c6c6;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#fff1f1f1', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-normal:active, .btn-normal.active {
	background-color: #77a201 \9;
}
/*
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #dc7035;
  *background-color: #dc7035;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dc7035), color-stop(100%, #d36a32));
  background-image: -webkit-linear-gradient(top, #dc7035, #d36a32);
  background-image: -moz-linear-gradient(top, #dc7035, #d36a32);
  background-image: -ms-linear-gradient(top, #dc7035, #d36a32);
  background-image: -o-linear-gradient(top, #dc7035, #d36a32);
  background-image: linear-gradient(top, #dc7035, #d36a32);
  background-repeat: repeat-x;
  border-color: #c5591f #c5591f #d58459;
  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='#ffdc7035', endColorstr='#ffd36a32', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #d36a32;
  *background-color: #d36a32;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #d36a32 \9;
}
*/
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 #bd644f;
	background-color: #dd775e;
 *background-color: #dd775e;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dd775e), color-stop(100%, #d37058));
	background-image: -webkit-linear-gradient(top, #dd775e, #d37058);
	background-image: -moz-linear-gradient(top, #dd775e, #d37058);
	background-image: -ms-linear-gradient(top, #dd775e, #d37058);
	background-image: -o-linear-gradient(top, #dd775e, #d37058);
	background-image: linear-gradient(top, #dd775e, #d37058);
	background-repeat: repeat-x;
	border-color: #bd644f #bd644f #9e5442;
	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='#ffdd775e', endColorstr='#ffd37058', GradientType=0);
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	color: #ffffff;
	background-color: #dd775e;
 *background-color: #dd775e;
}
.btn-warning:active, .btn-warning.active {
	background-color: #dd775e \9;
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #e75c45;
 *background-color: #e75c45;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1624a), color-stop(100%, #e75c45));
	background-image: -webkit-linear-gradient(top, #f1624a, #e75c45);
	background-image: -moz-linear-gradient(top, #f1624a, #e75c45);
	background-image: -ms-linear-gradient(top, #f1624a, #e75c45);
	background-image: -o-linear-gradient(top, #f1624a, #e75c45);
	background-image: linear-gradient(top, #f1624a, #e75c45);
	background-repeat: repeat-x;
	border-color: #d94b34 #d94b34 #e47a68;
	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='#fff1624a', endColorstr='#ffe75c45', GradientType=0);
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	color: #ffffff;
	background-color: #e75c45;
 *background-color: #e75c45;
}
.btn-danger:active, .btn-danger.active {
	background-color: #e75c45 \9;
}
.btn-blue {
	color: #FFF;
	text-shadow: 0 -1px 0 #2388db;
	background-color: #2891dd;
*background-color: #2891dd;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#30a4e3), to(#2891dd));
	background-image: -webkit-linear-gradient(top, #30a4e3, #2891dd);
	background-image: -o-linear-gradient(top, #30a4e3, #2891dd);
	background-image: linear-gradient(to bottom, #30a4e3, #2891dd);
	background-image: -moz-linear-gradient(top, #30a4e3, #2891dd);
	background-repeat: repeat-x;
	border-color: #4c7bad #4c7bad #3f658f;
	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='#ff30a4e3', endColorstr='#ff2891dd', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	box-shadow: 0 1px 1px #dbdbdb;
	-moz-box-shadow: 0 1px 1px #dbdbdb;
	-webkit-box-shadow: 0 1px 1px #dbdbdb;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.btn-blue:hover, .btn-blue:active, .btn-blue.active, .btn-blue.disabled, .btn-blue[disabled] {
	color: #FFF;
	background-color: #2891dd;
*background-color: #2891dd;
}
.btn-blue:active, .btn-blue.active {
	background-color: #2891dd \9;
}
.btn-blueish {
	color: #264482;
	text-shadow: 0 -1px 0 #edf5f7;
	background-color: #e6f1f5;
*background-color: #e6f1f5;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#edf5f7), to(#e6f1f5));
	background-image: -webkit-linear-gradient(top, #edf5f7, #e6f1f5);
	background-image: -o-linear-gradient(top, #edf5f7, #e6f1f5);
	background-image: linear-gradient(to bottom, #edf5f7, #e6f1f5);
	background-image: -moz-linear-gradient(top, #edf5f7, #e6f1f5);
	background-repeat: repeat-x;
	border-color: #d9e9ef #d9e9ef #a3c7d5;
	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='#ffedf5f7', endColorstr='#ffe6f1f5', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	box-shadow: 0 1px 1px #e5f0f4;
	-moz-box-shadow: 0 1px 1px #e5f0f4;
	-webkit-box-shadow: 0 1px 1px #e5f0f4;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.btn-blueish:hover, .btn-blueish:active, .btn-blueish.active, .btn-blueish.disabled, .btn-blueish[disabled] {
	color: #264482;
	background-color: #e6f1f5;
*background-color: #e6f1f5;
}
.btn-blueish:active, .btn-blueish.active {
	background-color: #e6f1f5 \9;
}
.alert-warning {
	border: 1px solid #f2d083;
	color: #826200;
	box-shadow: 0 1px 2px #fff0c7 inset, 0 1px 1px #dfdfdf;
	-webkit-box-shadow: 0 1px 2px #fff0c7 inset, 0 1px 1px #dfdfdf;
	-moz-box-shadow: 0 1px 2px #fff0c7 inset, 0 1px 1px #dfdfdf;
	background: #ffedbc;
	background: -moz-linear-gradient(top, #ffedbc 0%, #fbe5a8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffedbc), color-stop(100%, #fbe5a8));
	background: -webkit-linear-gradient(top, #ffedbc 0%, #fbe5a8 100%);
	background: -o-linear-gradient(top, #ffedbc 0%, #fbe5a8 100%);
	background: -ms-linear-gradient(top, #ffedbc 0%, #fbe5a8 100%);
	background: linear-gradient(top, #ffedbc 0%, #fbe5a8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedbc', endColorstr='#fbe5a8', GradientType=0 );
}
.alert-success {
	box-shadow: 0 1px 2px #e3f4bf inset, 0 1px 1px #dfdfdf;
	-webkit-box-shadow: 0 1px 2px #e3f4bf inset, 0 1px 1px #dfdfdf;
	-moz-box-shadow: 0 1px 2px #e3f4bf inset, 0 1px 1px #dfdfdf;
	border: 1px solid #c1d779;
	color: #4f7307;
	background: #d6efa1;
	background: -moz-linear-gradient(top, #d6efa1 0%, #d0e69d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6efa1), color-stop(100%, #d0e69d));
	background: -webkit-linear-gradient(top, #d6efa1 0%, #d0e69d 100%);
	background: -o-linear-gradient(top, #d6efa1 0%, #d0e69d 100%);
	background: -ms-linear-gradient(top, #d6efa1 0%, #d0e69d 100%);
	background: linear-gradient(top, #d6efa1 0%, #d0e69d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6efa1', endColorstr='#d0e69d', GradientType=0 );
}
.alert-error {
	box-shadow: 0 1px 2px #fbb5b5 inset, 0 1px 1px #dfdfdf;
	-webkit-box-shadow: 0 1px 2px #fbb5b5 inset, 0 1px 1px #dfdfdf;
	-moz-box-shadow: 0 1px 2px #fbb5b5 inset, 0 1px 1px #dfdfdf;
	border: 1px solid #dfa59b;
	color: #7d2a1c;
	background: #f0b5a1;
	background: -moz-linear-gradient(top, #f0b5a1 0%, #de9d8a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0b5a1), color-stop(100%, #de9d8a));
	background: -webkit-linear-gradient(top, #f0b5a1 0%, #de9d8a 100%);
	background: -o-linear-gradient(top, #f0b5a1 0%, #de9d8a 100%);
	background: -ms-linear-gradient(top, #f0b5a1 0%, #de9d8a 100%);
	background: linear-gradient(top, #f0b5a1 0%, #de9d8a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b5a1', endColorstr='#de9d8a', GradientType=0 );
}
.label-danger {
	background-color: #e75c45;
}
.label-warning, .badge-warning {
	background-color: #d36a32;
}
.label-success, .badge-success {
	background-color: #77a201;
}
.label-featured {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-shadow: none;
	padding: 2px 4px;
	background-color: #1e92c5;	
}
.label-featured a:link,
.label-featured a:visited,
.label-featured a:hover {
	color: #FFF;
	text-decoration:none;
}
/**/

footer {
	background-image: none;
	background-color: #333;
	clear: both;
	display: block;
	text-align: right;
	padding: 0;
	margin: 0;
	border-top: 1px solid #555;
	font-size:11px;
	color:#898989;
}
footer p {
	margin: 10px 40px;
	font-size:11px;
}
footer a:hover{
	color:#FFF;
}
footer ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
footer li{
	display:inline;
	margin-right:10px;
}
.opac5{opacity:.5;filter:alpha(opacity=50)}
.opac6{opacity:.6;filter:alpha(opacity=60)}
.opac7{opacity:.7;filter:alpha(opacity=70)}
.opac8{opacity:.8;filter:alpha(opacity=80)}
.opac9{opacity:.9;filter:alpha(opacity=90)}
#page .block .controls input, #page .block input.pubDate, #page .block select.pubDate {
	max-width: 32px;
	height: 23px;
	padding: 2px 2px;
	margin: 0;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
	line-height: 1.1em;
}
#page .block .controls .bigger {
	max-width: 100%;
	text-align: left;
}
#page .block select.pubDate {
	max-width: 50px;
	text-align: left;
}
#page .block .control-group {
	margin: 0;
	padding: 0;
}
#page .block .controls {
	margin: 0;
	padding: 0;
	padding: 2px 0 4px;
}
#page .block .control-group div.tagsinput input {
	min-width: 50px !important;
	text-align: left !important;
}
#page .block .control-group input.default {
	min-width: 100% !important;
	text-align: left !important;
}
#page .block .control-group input[type="file"] {
	min-width: 90% !important;
	text-align: left !important;
}
#page .block li.search-field input.default {
	min-width: 200px !important;
	text-align: left;
}

.block{
	border-bottom:1px solid #ddd;
	background-color:#F7F7F7;
	padding:5px 15px 3px;
	margin:0 auto;
	margin-bottom:10px;
	max-width:100%;
	position:relative;
	-webkit-box-shadow:0 2px 2px rgba(211,211,211,1);
	-moz-box-shadow:0 2px 2px rgba(211,211,211,1);
	box-shadow:0 2px 2px rgba(211,211,211,1);
}
.block h4{color:#aa3b3b;font-size:16px;font-weight:bold;line-height:2.3em;border-bottom:1px dotted #ccc;margin:0;margin-bottom:10px}
.block p{font-size:13px;line-height:1.41429}
.block img{max-width:100%}
.block .pagination{text-align:center}
.block .pagination a{background:url(../img/miscellaneous_sprite.png.html) 0 -300px no-repeat transparent;width:15px;height:15px;margin:0 5px 0 0;display:inline-block}
.block .pagination a.selected{background-position:-25px -300px;cursor:default}
.block .pagination a span{display:none}
#add_new_category {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
#add_new_category_form {
	margin: 8px 0 10px;
}
#new-meta-error .alert,
#custom-fields .alert,
#add_category_response .alert {
	margin: 10px 0;
	padding: 2px 10px;
	font-size: 11px;
}
.normal-input,
#add_new_category_form input {
	font-size: 12px !important;
	padding: 2px 4px !important;
}
select.normal-input,
#add_new_category_form select {
	height: auto !important;
	padding: 2px 0 !important;
}
#page .block .controls, #page .block .control-group label {
    font-size: 12px;
    font-weight: normal;
}
#show-opt-vs1, #show-opt-vs2, #show-opt-vs3, #show-opt-duration, 
#show-opt-views, #show-opt-user, #show-opt-featured, #show-opt-comments, 
#show-opt-restriction, #show-opt-visibility, #show-opt-publish, 
#show-opt-thumb, #show-opt-showinmenu {
	display: none;
}

.sortlist { list-style: none; font-size:12px; margin:auto; }
.sortlist li{ 
	display: block; 
	margin-bottom: 7px;
	float:left;
	cursor:move;
}
.listItem { padding: 10px; border: 1px solid #DDDDDD; -moz-border-radius: 2px; -webkit-border-radius: 2px; 
	border-radius: 2px; -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05); -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05); 
	box-shadow: 0 1px 1px rgba(0,0,0,.05); background: #eee repeat-x top left; position: relative;
	color:#6E757B;
	text-shadow: 0 1px 0 #FFFFFF;
	font-size:12px;
	float:left;
}
.centerA{
	margin-right:50px;
	margin-left:50px;
	float:none !important;
}
.action{
	text-align:right;
}
.sortTitle{
	text-align:center;
	padding-top:15px;
}
.addnew{
	margin-bottom:10px;
	display: inline;
    font-weight: normal !important;
    margin-left: 18px;
    padding:7px;
	background:#e0dfdf;
	color:#514f4f;
	text-shadow:0 1px 0 #fff;
}
.addnew i{
	margin:0px;
}
a.addnew:hover{
	color:#000;
}
.faqType{
	font-weight:bold;
	margin-top:10px;
	float:left;
	padding-bottom:5px;
}
.del{
	margin:10px;
	float:right;
	padding:5px;
}
#preview_url {
    display: none;
}
.cirkuitSkin table.mceToolbar th, table.mceToolbar td{
	padding:0px !important;
	border:none !important;
}
#IconView p{
	font-size:11px;
	font-weight:bold;
	color:#AA3B3B;
}
.articleBox{
	margin-bottom: 20px;
    margin-top: 0;
}
.contentBox{
	line-height: 21px;
}
.slimScrollDiv {
    border: 1px solid #DDDDDD;
}
ul.entrylist{
	margin:0px;
	padding:0px;
}
.entrylist li {
    border-bottom: 1px solid #DDDDDD;
    display: block;
    padding: 5px;
}
.entry_wrap {
}
.entry_img {
    float: left;
}
.entry_content {
    margin-left: 10px;
}
.detail{
	font-size:10px;
}
.update {
    list-style: none outside none;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}
.update li {
    background-color: #FCFCFC;
    border: 1px solid #E9E9E9;
    border-radius: 3px;
    display: inline-block;
    margin: 0 5px 5px 0;
}
.update a {
    background: url("../img/ico-hover-arrow.png") no-repeat scroll 150% center rgba(0, 0, 0, 0);
    color: #666666;
    float: left;
    min-width: 150px;
    padding: 10px 0 7px 10px;
    text-align: left;
}
.update a:hover {
	background-position: 90% center;
	color:#444444;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.update .number {
    float: left;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 19px;
    font-weight: 700;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 100%;
}
.update .head {
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    width: 100%;
}