.subnavbar .subnavbar-inner .container
{
	width: 100%;
}

.subnavbar .subnavbar-inner .container ul.mainnav li
{
	min-width: 80px;
	max-width: 130px;
	display: block; 
}

.subnavbar .subnavbar-inner .container ul.mainnav li li
{
	max-width: none;
}

ul.mainnav li a span
{
	font-size: 11px !important;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #FBF5C1;
}

table th a.header-sort
{
	display: block;
	width: 100%;
	height: 20px;
	color: #444;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

table th a.header-sort
{
	position: relative;
	display: block;
	width: 100%;
	height: 20px;
	color: #444;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

table th a.header-sort .header-label
{
	position: relative;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

table th a.header-sort div.sort_asc,
table th a.header-sort div.sort_desc
{
	position: absolute;
	right: -6px;
	top: 8px;
	width: 0; 
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

table th a.header-sort .sort_asc
{
	border-bottom: 5px solid #444;
}

table th a.header-sort .sort_desc
{
	border-top: 5px solid #444;
}

table th .header-sort:hover
{
	color: #666;
}

select#previewDimensions
{
	position: relative;
	display: block;
	float: left;
}

button.previewGo
{
	position: relative;
	display: block;
	float: left;
	height: 28px;
	width: 28px;
	margin-left: 5px; 
}

button.previewGo div.arrow-right
{
	position: absolute;
	left: 11px;
	top: 8px;
	width: 0; 
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #fefefe;
}

span#modalHeaderSubText
{
	display: block;
	width: 100%;
	height: auto;
	min-height: 12px;
	line-height: 12px;
	font-size: 9px;
}

span#modalHeaderSubText a
{
	text-decoration: none;
	line-height: 12px;
	font-size: 10px;
}

span#modalHeaderSubText a:hover
{
	color: #333;
}

.modal-large {
    /* custom width */
    width: 1020px;
    margin-left: -510px;
}

.modal-medium {
    /* custom width */
    width: 806px;
    margin-left: -403px;
}

.required-star
{
	font-size: 14px; 
	line-height:16px;
	color: #e9322d;
	margin-left: 5px;
	margin-right: 5px;
}

/* content */
.thumbnail-content {
    position: relative;
    overflow: hidden;
}
.thumbnail-content .action {
    display: none;
    position: absolute;
    top: 4px;
    right: 4px;
}
.thumbnail-content:hover .action {
    display: block;
}
.thumbnail-content p { 
	margin-top: 4px;
	line-height: 16px; 
}

.thumbnail-content-wallpaper { height: 340px; }
.thumbnail-content-animation { height: 240px; }
.thumbnail-content-video { height: 220px; }
.thumbnail-content-truetone { height: 220px; }

p.intro
{
	margin-left		: 160px;
	margin-bottom	: 18px;
	font-size		: 14px;
	line-height		: 19px;
	font-style		: italic; 
	color			: #333;
	background		: #FFFFDA;
	padding 		: 5px;
}

p.intro span
{
	padding 		: 0px 5px;
}

.hightlight-red
{
	color			: #B94A48;
}

.hightlight-blue
{
	color			: #0074CC;
}

label.control-label span.details
{
	font-size		: 9px; 
	color 			: #666;
}

input.missingData,
select.missingData,
textarea.missingData
{
	border-color	: #B94A48 !important;
}

#loading {
    background:url(../img/ajax-loader.gif) no-repeat center center;
    max-width: 100%;
    max-height: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    display:none;
    background-color:#000000;
    opacity:0.3;
}