/* CSS Document  */
/*#Video {float:left; margin: 10px 0} */

/* ------------
   COLOR PICKER
   ------------ */
table#themeConfig th {
	border-bottom: 1px solid #333;
	padding: .3em 4px;
	text-align: right;
	color: #000;
	font-size: 1em;
}
 table#themeConfig td {
	border-bottom: 1px solid #333;
	padding: .3em 4px;
	text-align: left;
	color: #000;
	font-size: 1em;
}

table#themeConfig div.hasPicker {
	position: static;
	width: 80px;
}

table#themeConfig input.hex {
	width: 58px;
	height: 1.3em;
	padding-left: 4px;
	border: 1px solid #444;
	border-right: none;
	float: left;
	outline: 0;
}
table#themeConfig input.opacity {	width: 20px;}
table#themeConfig .pickerIcon {
	background:#333 url('../../images/icon_color_arrow.gif') no-repeat scroll 50%;
	border: 1px solid #444;
	display:block;
	float: right;
	outline: 0 !important;
}
table#themeConfig .pickerIcon span.inner {
	display: block;
	height: 1.5em;
	width:14px;
}
table#themeConfig a.on {	background-color: #222;}
table#themeConfig input, table#themeConfig select {
	border: 1px solid #333;
	background: #222;
	color: #fff;
	font-size: 1em;
	padding-left: 3px;
}
table#themeConfig input:focus, table#themeConfig select:focus {
	background: #111;
	border-color: 1px solid #444;
}
table#themeConfig input.hex:focus {border-right: none;}
table#themeConfig tfoot th, table#themeConfig tfoot td {	border-bottom: 0;}
table#themeConfig {
	margin: 1em 0;
	border-collapse: collapse;
	width: 100%;
}
/*  --------------------
      Modal 
    -------------------  */

/* This file skins dialog */
.ui-dialog {background-color: #ffffff;}
.ui-dialog .ui-dialog-titlebar {
	border-bottom: 1px solid #d8d2aa;
	/* moved background:  #990000 repeat-x; */
	padding: 0px;
	height: 28px;
	_height: 29px;
}
.ui-dialog.ui-draggable .ui-dialog-titlebar {cursor: move;}
.ui-dialog .ui-dialog-titlebar-close {
	width: 16px;
	height: 16px;
	background: url(../../images/dialog-titlebar-close.png) no-repeat; 
	position:absolute;
	top: 6px;
	right: 7px;
	cursor: default;
}
.ui-dialog .ui-dialog-titlebar-close span {	display: none;}
.ui-dialog .ui-dialog-titlebar-close-hover { background: url(../../images/dialog-titlebar-close-hover.png) no-repeat;}

.ui-dialog .ui-dialog-title {
	margin-left: 5px;
	color: white;
	font-weight: bold;
	position: relative;
	top: 7px;
	left: 4px;
}
.ui-dialog .ui-dialog-content {	margin: 1.2em;}
.ui-dialog .ui-dialog-buttonpane {
	position: absolute;
	bottom: 8px;
	right: 12px;
	width: 100%;
	text-align: right;
}
.ui-dialog .ui-dialog-buttonpane button {	margin: 6px;}

/* -----------
  TABLE SORT
  ------------  */
tr.odd{	background-color: #eeeeee;}
tr.even{	background-color: #cccccc;}
tr.even:hover , tr.odd:hover {	background-color: #ddaaaa;}
thead {
	color: #eeeeee;
	background-color: #990000;
}
th {   border-right: 1px solid #dad9c7; }

th.header { 
    background-image: url(../../images/sortbg.gif);  
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center left; 
    padding-left: 20px; 
    border-right: 1px solid #dad9c7; 
    margin-left: -1px; 
} 

th.headerSortDown { 
    background-image: url(../../images/sortdesc.gif); 
    background-color: #00cc00; 
} 

th.headerSortUp { 
    background-image: url(../../images/sortasc.gif); 
    background-color: #3399FF; 
} 
table#listing {
	width: 99%;
}

/* PAGER */
div.pager {
	padding: 10px 0 10px 0;
	text-align: center;
}
div.pager span {
	padding: 0 5px 0 5px;
}
div.pager img{
	vertical-align:bottom;
}
div.pager input.prev {
	width: auto;
	margin-right: 10px;
}
div.pager input.next {
	width: auto;
	margin-left: 10px;
}
div.pager input {
	font-size: 10px;
	width: 35px;
	border: 1px solid #80100F; 
	text-align: center;
}
div.pager select{
	font-size: 10px;
	border: 1px solid #80100F;
}					
/* ---------------------------------------------------------------
Clearfix
--------------------------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


