/* CSS Document */

#topUEItem {
	width: 100%;
	height: 120px;
	background:  url(../images/bg/tricolorbgue.gif) no-repeat;
}
#middleUEItem {
	width: 100%;
	background-color: #ccc;
}
#itemHeader {width: 100%; background-color: #fff;}
#itemHeader h3 {
	color: #999;
	text-align: right;
	margin-right: 0em;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
}
#itemHeader h4 {
	color: #990000;
	font-family: "Arial", "Helvetica", sans-serif;
	text-align: left;
	margin-left: 5em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 90%;
}
#pictures {
	float: left;
	width: 307px;
	background-color: #ccc;
	margin-left: 4px;
	padding: 2px;
    text-align: center;
}
#pictures th {font-weight: normal; background: #dedede; border: 1px solid #666;}
#pictures th:hover {background-color: #990000; font-weight: bold; color: #fff;}
#pictures img {
	border: 2px solid #dedede;
}
#pictures h3 {
	clear: right;
	text-align: center;
	background-color: #ccc;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#pictures h4 {
	background-color: #666;
	color: #fff;
	border-bottom: 1px solid #990000;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial;
	font-style: normal;
	font-size: 130%;
	letter-spacing: 0.1em;
	margin: 0em;
}
#image {width: 240px;}
image table {width: 100%;}


#picturesSolo {
	float: left;
	width: 504px;
	background-color: #ccc;
	margin-left: 21px;
	padding: 2px;
    text-align: center;
}

#picturesSolo th {height: 50px; font-weight: normal; background: url(../images/image_btn_rest.gif) no-repeat center;}
#picturesSolo th:hover {height: 50px; font-weight: normal; color: #fff; background: url(../images/image_btn_play.gif) no-repeat center;}

#picturesSolo img {
	border: 2px solid #dedede;
}
#picturesSolo h3 {
	clear: right;
	text-align: center;
	background-color: #ccc;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#picturesSolo h4 {
	background-color: #666;
	color: #fff;
	border-bottom: 1px solid #990000;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial;
	font-style: normal;
	font-size: 130%;
	letter-spacing: 0.1em;
	margin: 0em;
}

/* FORMATTING FOR ITEM STATISTICS */
#statsSolo {
	float: right;
	width: 250px;
	background-color: #ccc;
	padding-bottom: 0em;
}
.statsItemSolo {
	float: left;
	width: 250px;
	padding: 0em;
	margin: 0em;
	background-color: #ccc;
}
.columnStyle {font-weight: bold; width: 100px;}
.statsItemSolo table {width: 100%; background-color: #dedede; font-size: 85%;}
.statsItemSolo th {background-color: #666; color: #fff; text-align: center;}
.statsItemSolo td {background-color: #fff; vertical-align: top;}
.statsitemSolo td:hover {background-color: #d5d5d; color: #000;}
.statsItemSolo table a:link, a:visited {color: #666;}
.statsItemSolo table a:hover {color: #990000;}

.statsItemSolo > table {margin-top: -15px;}

.button {
	width: 100%;
	text-align: center;
}

#bottom {
	clear: both;
	width: 100%;
	height: 150px;
	background: url(../images/bg/footer2.gif) no-repeat;
}
.clear {clear:both;}
