.box {
    background-color: #e9e7f3;
    color: #000;
    padding: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.tablelist {
	border-collapse:collapse;	
}
.tablelist td {
    padding: 5px 10px 5px 0;
}
.tablelist td:first-child {
	padding-left: 10px;
}
.tablelist th {
    padding: 5px 10px 5px 0;
    background-color: #851d34;
    color: #FFFFFF;
}
.tablelist th:first-child {
	padding-left: 10px;
}
.tablelist tr:first-child th:first-child {
	-moz-border-radius: 10px 0px 0px 0px;
	border-radius: 10px 0px 0px 0px;
}
.tablelist tr:first-child th:last-child {
	-moz-border-radius: 0px 10px 0px 0px;
	border-radius: 0px 10px 0px 0px;
}
.tablelist tr:last-child td:first-child {
	-moz-border-radius: 0px 0px 0px 10px;
	border-radius: 0px 0px 0px 10px;
}
.tablelist tr:last-child td:last-child {
	-moz-border-radius: 0px 0px 10px 0px;
	border-radius: 0px 0px 10px 0px;
}
.rowodd td {
	background-color: #DFDFDF;
}
.roweven td {
	background-color: #BFBFBF;
}
.rowodd:hover td {
	background-color: #dfdfb5;
}
.roweven:hover td {
	background-color: #dfdfb5;
}

.colorrows tr:nth-child(even) td { background-color: #DFDFDF; }
.colorrows tr:nth-child(odd) td { background-color: #BFBFBF; }
.colorrows tr:hover td { background-color: #dfdfb5; }

.button {
    background: url("../images/layout/glossybutton.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF !important;
    height: 20px;
    /* padding: 4px 10px 0 10px; */
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    width: 160px;
    border: 0;
	cursor:pointer;cursor:hand;
}
.button:hover {
	background-position:0 -20px;
}
.button:disabled {
    background: url("../images/layout/glossybuttondisabled.png") no-repeat scroll 0 0 transparent;
	cursor:auto;
}
.disablednav {
	background: url("../images/layout/glossydisabled.png") no-repeat scroll 0 0 transparent !important;
}

.box hr {
	border: 0px;
	height: 1px;
	width: 100%;
	background: #851d34;
}
.tablevdata {
	margin: auto;
}
.tdvdata {
	padding-right: 10px;
	vertical-align: top;
}
.tdvdata div {
	margin-top: 10px;
	font-weight: bold;
}
.tdvdata div:first-child {
	margin-top: 0px;
}

.tablevdisplay {
	margin: auto;
}
.tablevdisplay td {
	padding-right: 10px;
	vertical-align: top;
	width: 250px;
}
.smallfont {
    font-size: 8px;
}
.imagethumb {
	float: left;
	padding: 10px !important;
	margin: 0px 10px 10px 0px !important;
	width: 150px;
	height: 135px;
	border: 2px solid #222446;
	text-align: center;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	z-index: 1;
	background-color: #e9e7f3;
}
.imagethumbred {
	border-color: #851d34;
}

#divEditImageType {
	display: none;
	z-index: 10000;
	position: absolute;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	margin-top: 200px;
	background-color: #e9e7f3;
	padding: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.ManualOptionAdd {
	margin-right: 10px;
}

a.tooltip { position:relative; text-decoration:none; }
a.tooltip span { display: none }
a.tooltip:hover span {
    display:block;
    position:absolute;
    top: 5px; left:30px;
    width: 500px;
    border:1px solid #000;
    padding: 3px 10px 3px 10px;
    background-color:#dfdfb5;
    color:#000;
    text-align: left;
    z-index: 100;
}

a.imgtooltip { position:relative; text-decoration:none; }
a.imgtooltip img { width: 32px; height: 24px; }
a.imgtooltip span { display: none }
a.imgtooltip span img { width: 400px; height: 300px; }
a.imgtooltip:hover span {
    display:block;
    position:absolute;
    top: 5px; left:30px;
    border:1px solid #000;
    z-index: 100;
}

a.bidtooltip { position:relative; text-decoration:underline; font-weight: bold; }
a.bidtooltip span { display: none }
a.bidtooltip:hover span {
    display:block;
    position:absolute;
    top: 5px; left:10px;
    width: 325px;
    border:1px solid #000;
    padding: 3px 10px 3px 10px;
    background-color:#dfdfb5;
    color:#000;
    font-weight: normal;
    text-align: left;
    z-index: 100;
}

.editbox {
	width: 200px;
}
.required {
    background-color:#f4cc86;
}
.error {
	font-weight: bold;
	color: #f00000;
}
.smallthumb {
	width: 48px;
	height: 36px;
}
.b {
	font-weight: bold;
}
.big {
	font-size: 125%;
}
.bigger {
	font-size: 150%;
}
.red {
	color: #851d34 !important;
}
.mt {
	margin-top: 10px;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.t {
	vertical-align: top;
}
.gray {
	color: #7F7F7F;
}
.noul {
	text-decoration: none;
}
.hand {
	cursor:pointer;
	cursor:hand;
}
.ul {
	text-decoration: underline !important;
}
/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
    font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
    padding: 15px 0 0 0;
    width:200px;
    color: #851d34;
    text-align: center;
    filter: alpha(opacity:90);
    KHTMLOpacity: 0.90;
    MozOpacity: 0.90;
    opacity: 0.90;
}
a.tt:hover span.top{
    display: block;
    padding: 30px 8px 0;
    background: url(../images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
    display: block;
    padding: 0 8px; 
    background: url(../images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
    display: block;
    padding:3px 8px 10px;
    color: #548912;
    background: url(../images/bubble.gif) no-repeat bottom;
}
table.bidviewtable {
    border-width: thin;
    border-spacing: 0px;
    border-style: dashed;
    border-color: #cccccc;
    border-collapse: collapse;
}
table.bidviewtable td {
    border-width: thin;
    padding: 1px;
    border-style: dashed;
    border-color: #cccccc;
}

.transimg {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

.reddiv {
	background-color:#851d34;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
