﻿body
{
	background: url(/images/BackgroundGradient_1x1500.jpg) repeat-x;
	background-color: black;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

img
{
	border: 0px;
}

/* common */
.clear { clear:both;}
.headerBar hr { background-color: #DDD; border:0; height:1px; margin:1px 0 0; }



.bodyTable
{
	width: 907px;
	background-color: #171717;
	margin-left: auto;
	margin-right: auto;
}

.bodyTableBlack
{
	width: 907px;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
}

.content
{
	width: 907; /*must be 907 minus l+r padding*/
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	background-color: #ffffff;
    position: relative;
}

.strict
{
	overflow-x: hidden;
	overflow-y: auto;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.aspButton
{
	background-repeat: no-repeat;
	background-position: top;
	border: none;
	margin-top: 1px;

}

.aspButton:hover
{
	background-position: bottom; 
}

.commerceError
{
	color: Red;
	font: bold 12px Arial, Helvetica, sans-serif;
}

.commerceMessage
{
	color: #0076bf;
	font: bold 12px Arial, Helvetica, sans-serif;
}

.commerceEmpty
{
	font: 14px Arial, Helvetica, sans-serif;
	color: #4c4c4c;
}


/* jquery Drag */
td.dragHandle {
	background: url(../images/icon-dragArrow-off.gif) no-repeat 17px center;
}
td.showDragHandle {
	background: url(../images/icon-dragArrow-over.gif) no-repeat 17px center;
	cursor: move;
}

.tDnD_whileDrag td.showDragHandle {}

.tDnD_whileDrag {
	background-color: lightyellow;
}

/* jquery Qtip */
.qtip-wrapper
{
    -moz-box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.2);
    
}
.tooltip {
    width: 335px;
}
.tipLeftCol {
    width: 117px;
    float: left;
    position:relative;
}
.tipRightCol {
    width: 200px;
    float: left;
    margin: 0 0 20px 0;
}
.tooltip img { 
    width: 100px;
    height: 75px;
    margin: 0 15px 6px 0;
}
.tipPlayButton {
    background: url(../images/) no-repeat;
    height: 30px;
    left: 40px;
    position: absolute;
    top: 28px;
    width: 30px;
}
.tooltip h4 {
    margin: 0 0 1px 0;
    padding: 0;
    color: #0F82DA;
}
.tooltip p {
    color:#444444;
    font-size: 10px;
    margin:0;
}
.tooltip p.tipDesc {
    line-height:15px;
    margin: 0 0 5px 0;
}
.tooltip p.rating,
.tipKeys {
    color: #000;
    font-weight: bold;
}
.rating0 {
    background: url(../images/stars-0.gif) no-repeat 37px 0;
}
.rating1 {
    background: url(../images/stars-1.gif) no-repeat 37px 0;
}
.rating2 {
    background: url(../images/stars-2.gif) no-repeat 37px 0;
}
.rating3 {
    background: url(../images/stars-3.gif) no-repeat 37px 0;
}
.rating4 {
    background: url(../images/stars-4.gif) no-repeat 37px 0;
}
.rating5 {
    background: url(../images/stars-5.gif) no-repeat 37px 0;
}

/* General Error Page */
.errorWrapper {
    border: 1px solid #CCC;
    margin: 18px 10px 10px 10px;
}
.errorContent {
    padding: 20px;
}
.errorContent h1 {
    font-size: 16px;
    
}

