* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Arial, Helvetica, sans-serif;
	width: 100%;
}
a {
	color:#175da4;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {padding: 0 0 10px}

h1 {
	font-weight:bold;
	font-size:19px;
	color:#003399;
	margin:18px 0 14px;
	word-spacing:4px;
	text-align:center;
}

img {
	border: none;
}

input {vertical-align: middle}

table {
	border-collapse:collapse;
	border:0;
}

#wrapper {
	width: 930px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 140px;
}
/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding:0 0 45px 0;
}


.dashboard-block {
	padding:0 0 0 10px;
}

/*
.rounds-block  {
  padding:0 0 0 10px;
} 
*/

.d-column {
	width:435px;
	float:left;
	/*margin:0 50px 10px 0;*/
}


.d-column-l {
	width:435px;
	float:left;
	/*margin:0 0 10px;*/
}

.d-column-r {
	width:435px;
	float:right;
	/*margin:0 0 10px;*/
}


.dashboard-wrapper{
	margin:0 0 5px 0;
	position:relative;
	/*background:url(../images/corners-sprite.png) top left no-repeat;*/
	padding:0 0 0 13px;
}

.rounds{
	width:100%;
    padding-bottom:5px;	
}

.dashboard-block .dashboard-wrapper{
	background:url(../images/corners-sprite.png) top left no-repeat;
}

.dashboard-block .wide, .rounds-block .rounds-wrapper {
  /*width:100%;*/
} 

.dashboard-block .d-title {
	width:auto;
	margin-bottom:20px;
	float:left;
}

.dashboard h1 {
	font-size:20px;
	font-weight:bold;
	color:#DA4300;
	margin:0;
}

.dashboard{
	padding:0 0 14px 0;
	width: 100%;
}


.rounds-content{
	padding: 0 16px 16px;
}

.dashboard .holder{
	padding:0 20px 14px 0;
}

.dashboard{
	background:url(../images/corners-sprite.png) bottom right no-repeat;
}

.rating, .dashboard-form {
	width:auto;
	height:15px;
	position:absolute;
	z-index:1;
	top:14px;
}

.dashboard-select-form {
	text-align:center;
	padding-left:40px;
}

.dashboard-select-form select {
	margin-right:10px;
}

.dashboard-form {
	right:22px;
}

.dashboard-form select{
	margin-left:10px;
}

.rating {
	right:15px;
	font-size:20px;
	font-weight:bold;
	text-align:right;
	color:#d55f24;
}

.rounds-content .head h2{
/*
    color:#DA4300;
    font-size:20px;
    font-weight:bold;
    margin-bottom:14px;
    padding-top:14px;
    */
    color:#DA4300;
    font-size:20px;
    font-weight:bold;
    padding:14px 0 14px 10px;
    display:inline-block;
}
.dashboard h2{
	font-size:20px;
	font-weight:bold;
	color:#DA4300;
	/*padding-bottom:3px;*/
	padding:0 0 5px 0px;
}

.rounds-content .head h2.listtitle {
	width:48%;
	text-align:center;
	padding-top:18px;
}

.dashboard table {
	width:100%;
}

.dashboard th {
	background:#1557AB;
	color:#fff;
	line-height:17px;
}

tr.odd {
	background:#fcdcba;
}

.dashboard td.num {
	text-align:right;
}

.dashboard td {
	padding:0 6px 0 10px;
	line-height:17px;
}

.dashboard-wrapper .c-top{
	/*width:13px;*/
	width:100%;
	height:13px;
	background:url(../images/corners-sprite.png) top right no-repeat;
	/*position:absolute;
	top:0;
	right:0;
	*/
}

.dashboard-wrapper .c-bottom{
	width:13px;
	height:13px;
	background:url(../images/corners-sprite.png) bottom left no-repeat;
	position:absolute;
	bottom:0;
	left:0;
}

.rounds {background: url(../images/edge-t.png) 0 0 repeat-x;}
.rounds-b {background: url(../images/edge-b.png) 0 100% repeat-x;
}
.rounds-l {background: url(../images/edge-l.png) 0 0 repeat-y;}
.rounds-r {background: url(../images/edge-r.png) 100% 0 repeat-y;}
.rounds-lb {background: url(../images/corn-lb.png) 0 100% no-repeat;

}
.rounds-rb {background: url(../images/corn-rb.png) 100% 100% no-repeat;

}
.rounds-lt {background: url(../images/corn-lt.png) 0 0 no-repeat; 
}
.rounds-rt {background: url(../images/corn-rt.png) 100% 0 no-repeat;
} 
.rounds-c_content {padding:14px; zoom:1;}

.rounds-c_content .head {width:100%; zoom:1; margin-top:-14px; }
.rounds-c_content h2.title {
	width:49%;
	text-align:center;
	padding-top:18px;
}
.rounds .search-block {
	width:46%;
	display: inline-block;
	background:url(../images/tab2.png) top left no-repeat;
	padding:8px 0 0 40px;
	z-index:1;
	top:0px;
	zoom:1;
	margin-bottom: 7px;
}

/*
.rounds-wrapper .edge-l{
	width:14px;
	height:100%;
	background:url(../images/edge-l.png) top left repeat-y;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
}

.rounds-wrapper .edge-r{
	width:14px;
	height:100%;
	background:url(../images/edge-r.png) top right repeat-y;
	position:absolute;
	top:0;
	right:0;
	margin:0;
	padding:0;
}

.rounds-wrapper .edge-t{
	width:100%;
	height:14px;
	background:url(../images/edge-t.png) top left repeat-x;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
}

.rounds-wrapper .edge-b{
	width:100%;
	height:14px;
	background:url(../images/edge-b.png) bottom left repeat-x;
	position:absolute;
	bottom:0;
	left:0;
	margin:0;
	padding:0;
}


.rounds-wrapper .corner-rt{
	width:14px;
	height:14px;
	background:url(../images/corn-rt.png) top right no-repeat;
	position:absolute;
	top:0;
	right:0;
}

.rounds-wrapper .corner-lt{
	width:14px;
	height:14px;
	background:url(../images/corn-lt.png) top left no-repeat;
	position:absolute;
	top:0;
	left:0;
}

.rounds-wrapper .corner-lb{
	width:14px;
	height:14px;
	background:url(../images/corn-lb.png) bottom left no-repeat;
	position:absolute;
	bottom:0;
	left:0;
}

.rounds-wrapper .corner-rb{
	width:14px;
	height:14px;
	background:url(../images/corn-rb.png) bottom right no-repeat;
	position:absolute;
	bottom:0;
	right:0;
	background-position:0px 0px;
}


.rounds-wrapper .search-block {
	width:46%;
	display: inline-block;
	background:url(../images/tab2.png) top left no-repeat;
	padding:8px 0 0 40px;
	position:relative;
	z-index:1;
	top:0px;
	margin-bottom:-12px;
}
*/
.search-param {
	text-align:left;
	float:left;
	width: 269px;
}

.search-param input {
	height:14px;
}

.search-button {
	width:90px;
	margin:5px 0 0 10px;
	float:left;
}

.search-button input {
	width:98px;
	height:26px;
	background:url(../images/search.png) top left no-repeat;
	border:0;
	font-weight:bold;
	color:#fff;
	text-align:center;
	text-decoration:underline;
}

.search-block input.name {
	width: 219px;
}

.search-block input.date {
	width: 67px;
}

.search-block .form-item {
	margin-bottom: 2px;
}

.search-block .custom-button {
	float: right !important;
}

.popup .custom-button {
	/*float: left !important;*/
}

.video-list {
	
}

.order-list {
	/*margin-top:24px;*/
	height:17px;
	background:#0059ae;
	color:#fff;
	padding-left:38px;
	line-height:16px;
}

span.order-label{
	width:87px;
	float:left;
}

.order-list li {
	display:inline;
	list-style:none;
	list-style-type:none;
	margin-right:30px;
}

.order-list li a {
	color:#fff;
}

.video-item {
	width:410px;
	padding:10px;
	float:left;
}

.video-list .even {
	background:#fdeedc;
}

.video-list .margin {
	margin-left:15px;
}

.video-item .pic{
	width:112px;
	height: 80px;
	float:left;
	border-right:1px solid #f8b853;
}

.video-item .info {
	width:285px;
	float:left;
	padding-left:10px;
}

.video-item .info p {
	font-size:10px;
	line-height:14px;
	height:65px;
}

.video-item .descr {
	font-size:10px;
	line-height:14px;
	border-bottom:1px solid #f8b853;
	height: 23px;
}

.video-item .info .stat {
	font-size:11px;
	border-bottom:1px solid #f8b853;
}

.video-item .info h3 a {
	font-size:12px;
	color:#2a66ca;
}

.video-item .menu{
	background-color: transparent;
}

.video-item .menu li{
	display:block;
	float:left;
	margin-right:12px;
}

.video-item .menu li.last {
	margin:0;
}

.video-item .menu li a {
	height:22px;
	display:block;
}

.video-item .menu li.image a {width:28px; background:url(../images/ImageBtnRollOut.png) top left no-repeat;}
.video-item .menu li.image a:hover {	background:url(../images/ImageBtnRollOver.png) top left no-repeat;}

.video-item .menu li.play a {width:26px; background:url(../images/PlayBtnRoll.png) 0 0 no-repeat;}
.video-item .menu li.play a:hover {	background-position: 0 100%;}
.video-item .menu li.play a.active {	background:url(../images/PlayBtnRollInactive.png) top left no-repeat; cursor:default;}

.video-item .menu li.edit a {width:20px; background:url(../images/EditBtnRoll.png) 0 0 no-repeat;}
.video-item .menu li.edit a:hover {	background-position: 0 100%;}

.video-item .menu li.copy a {width:28px; background:url(../images/DuplicateBtnRoll.png) 0 0 no-repeat;}
.video-item .menu li.copy a:hover {	background-position: 0 100%;}
.video-item .menu li.copy a.active {	background:url(../images/DuplicateBtnRollInactive.png) top left no-repeat; cursor:default;}

.video-item .menu li.delete a {width:22px; background:url(../images/DeleteBtnRoll.png) 0 0 no-repeat;}
.video-item .menu li.delete a:hover {	background-position: 0 100%;}
.video-item .menu li.delete a.active {	background:url(../images/DeleteBtnRollInactive.png) top left no-repeat; cursor:default;}
 
.video-item .menu li.code a {width:36px; background:url(../images/CodeBtnRoll.png) 0 0 no-repeat;}
.video-item .menu li.code a:hover {	background-position:0 100%;}
.video-item .menu li.code a.active {	background:url(../images/CodeBtnInactive.png) top left no-repeat; cursor:default;}

.video-item .menu li.share a {width:28px; background:url(../images/ShareBtnRoll.png) 0 0 no-repeat;}
.video-item .menu li.share a:hover {	background-position: 0 100%;}
.video-item .menu li.share a.active {	background:url(../images/ShareBtnInactive.png) top left no-repeat; cursor:default;}

/*min-menu
--------------*/
.video-item .min-menu {
	padding:4px 0 0 10px;
}

.video-item .min-menu li{
	display:block;
	float:left;
	margin-right:18px;
}

.video-item .min-menu li.last {
	margin:0;
}

.video-item .min-menu li a {
	height:15px;
	display:block;
}

.video-item .min-menu li.image a {width:20px; background:url(../images/min/ImageBtnRollOut.png) top left no-repeat;}
.video-item .min-menu li.image a:hover {	background:url(../images/min/ImageBtnRollOver.png) top left no-repeat;}

.video-item .min-menu li.play a {width:18px; background:url(../images/min/PlayBtnRoll.png) 0 0 no-repeat;}
.video-item .min-menu li.play a:hover {	background-position: 0 100%;}
.video-item .min-menu li.play a.active {	background:url(../images/min/PlayBtnRollInactive.png) top left no-repeat; cursor:default;}

.video-item .min-menu li.edit a {width:13px; background:url(../images/min/EditBtnRoll.png) 0 0 no-repeat;}
.video-item .min-menu li.edit a:hover {	background-position: 0 100%;}

.video-item .min-menu li.copy a {width:20px; background:url(../images/min/DuplicateBtnRoll.png) 0 0 no-repeat;}
.video-item .min-menu li.copy a:hover {	background-position: 0 100%;}
.video-item .min-menu li.copy a.active {	background:url(../images/min/DuplicateBtnRollInactive.png) top left no-repeat; cursor:default;}

.video-item .min-menu li.delete a {width:15px; background:url(../images/min/DeleteBtnRoll.png) 0 0 no-repeat;}
.video-item .min-menu li.delete a:hover {	background-position: 0 100%;}
.video-item .min-menu li.delete a.active {	background:url(../images/min/DeleteBtnRollInactive.png) top left no-repeat; cursor:default;}
 
.video-item .min-menu li.code a {width:26px; background:url(../images/min/CodeBtnRoll.png) 0 0 no-repeat;}
.video-item .min-menu li.code a:hover {	background-position: 0 100%;}
.video-item .min-menu li.code a.active {	background:url(../images/min/CodeBtnInactive.png) top left no-repeat; cursor:default;}

.video-item .min-menu li.share a {width:20px; background:url(../images/min/ShareBtnRoll.png) 0 0 no-repeat;}
.video-item .min-menu li.share a:hover {	background-position: 0 100%;}
.video-item .min-menu li.share a.active {	background:url(../images/min/ShareBtnInactive.png) top left no-repeat; cursor:default;}
/*
------------*/
.video-list table {
	width:100%;
	/*margin-top:25px;*/
	color:#424242;
}

.video-list table th {
	height:17px;
	background:#0059ae;
	color:#fff;
	line-height:16px;
	text-align:left;
}

.video-list table th a {
	font-weight:normal;
	color:#fff;
}

.video-list table td .active {
	color:#A0A0A0;
	/*color:#000;*/
	text-decoration: none;
	cursor: default;
}

.video-list th.num {width:22px;}
.video-list table th.name {	width:92px;}
.video-list table th.ratio {	width:104px;}
.video-list table th.views {	width:74px;}
.video-list table th.cat {	width:70px;}
.video-list table th.date {	width:90px;}
.video-list table th.act {}


.video-list table td.td-num {
	padding-left:4px;
}

.layout-wrapper {
	/*padding:10px 0 10px 0;
	height:16px;
	position:relative;
	clear:both;
	*/
clear:both;
height:26px;
padding-top:10px;	
}

.pager {
	width:180px;
	float:left;
}

.layout {
	width:180px;
	float:right;
}

.perPage { float:right; padding-right:15px;}

.layout-wrapper .list-controls {float:left; margin-right:15px;}

span.layout-label {
	width:45px;
	float:left;
}

.layout li {
	display:block;
	float:left;
	margin:3px 9px 0 0;
}

.layout li a{
	width:35px;
	height:14px;
	display:block;
}

.layout li.layout-descr a, .layout li.layout-block a, .layout li.layout-table a {background:url(../images/lb.png) 0 0 no-repeat;}

.layout li.layout-descr a:hover {background-position: 0 50%;}
.layout li.layout-descr a.active {background-position: 0 100%; cursor:default}

.layout li.layout-block a {background-position: 50% 0;}
.layout li.layout-block a:hover {background-position: 50% 50%;}
.layout li.layout-block a.active {background-position: 50% 100%; cursor:default}

.layout li.layout-table a {background-position: 100% 0;}
.layout li.layout-table a:hover {background-position: 100% 50%;}
.layout li.layout-table a.active {background-position: 100% 100%; cursor:default}

a.add-video {
	width:158px;
	height:26px;
	display:block;
	position:absolute;
	top:10px;
	left:245px;
	background:url(../images/add.png) top left no-repeat;
	border:0;
	font-weight:bold;
	line-height:26px;
	color:#fff;
	text-align:center;
	text-decoration:underline;
}

.aslineblock
{
    width:100%;
    height:17px;
    background: #1557ab;
    display:block;
}

/*----------------------- Watermark for text -------------------- */
.watermarked{
    font-style:italic;
    color:Gray;
    }
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 70px;
	margin:0 auto 0;
}




.w_160
{
    width:160px;
}

.w_f
{
    width:90%;
    }
.grayed_out
{
	color:#A0A0A0;
}

.video-item .info h3 .grayed_out a
{
	color:#A0A0A0;
	text-decoration: none;
}

