/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	background: #fff url('../images/bg_body.jpg') top right no-repeat;
	color: #666;
}
h3 {
	background: #D2D6B7;
	font-size: 14px;
	padding: 5px 10px;;
}
a{
	color: #aaa;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #666;
}
.popups div h3{ margin: 0px 0px 20px;}

/* ############################################# HEADER STYLES ##################### */
#header {
	border-bottom: 1px solid #999;
	padding: 5px;
	text-align: center;
}
#header h1, #header p {
	position: absolute;
	margin-left: -2000px;
}
#header img {
	margin: 0px 0px 0px 0px;
}
/* ######################################### NAVIGATION STYLES ##################### */
#navigation {
	position: relative;
	text-align: left;
	width: 760px;
	margin: 0 auto;
	overflow: auto;
}
#navigation img {
	position: absolute;
}
#navigation h2{
	font-size: 14px;
	background: #D2D6B7;
	text-transform: uppercase;
	color:#333;
}
#navigation ul a{
	text-decoration: none;
	border-left: 1px solid #E2CFB7;
	padding-left: 10px;
	font-weight: bold;
}
#navigation li.first a{
	border-left: 0px;
}
#navigation a:hover{
	color: #E9A75B;
}
#navigation ul{
	margin: 0px;
	padding: 8px 5px 10px 200px;
	list-style-type: none;
	text-transform: lowercase;
}
#navigation ul li{
	padding: 3px;
	display: inline;
}
#navigation li.active a{
	color: #333;
}
a.userLogin { color: #F60;}
/* ######################################### CONTENT STYLES ##################### */
#content {

}
*html #content {
	height: 100%;
	overflow: hidden;
}
#content1 {
	margin: 0px 0px 10px;
	padding: 0px;
}
#subNav ul{ margin: 0px; padding: 0px; border-bottom: 1px solid #999;}
#subNav li { display: inline; padding: 0px 10px;}
#subNav a:hover { text-decoration: none;}
#subNav li.active {
	font-weight: bold;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #fff;
}
#subNav li.active a{ color: #666;}

.subNavDelaration { display: none;}

/* ######################################### LEFT CONTENT STYLES ##################### */
#left_content {
	float: left;
	width: 18%;
	padding: 1%;
}
#left_content select{
	width: 98%;
	margin: 2px;
}
#search input {
	float: right;
	width: 30%;
	margin: 1px;
}
#left_content h2 {
	padding:0px;
	margin:0px 2px;
	font-size: 18px;
	text-transform: lowercase;
}
#morelinks {
	clear: right;
}
#morelinks ul {
	margin: 0px;
	padding: 0px;
}
#morelinks li{
	list-style-type: none;
	text-transform: lowercase;
	font-weight: bold;
	line-height: 150%;
	padding-left: 3px;
}
#morelinks a:hover{
	color: #E9A75B;
	text-decoration: none;
}
#morelinks li.active a{
	color: #333;
}
/* ######################################### CENTER CONTENT STYLES ##################### */
#center_content {
	float: left;
	width: 59%;
	padding: 1% 1% 1% 2.5%;
	left: 22%;
}
*html #center_content {
	height: 100%;
	overflow: hidden;
}
#home #center_content {
	width: 43%;
	text-align: center;
}
#listSelectArtist {
	margin-top: 60px;
}
#center_content h1, #center_content h2 {
	background:#E9A75B;
	color: #000;
	padding: 3px;
	font-size: 14px;
	text-transform: uppercase;
}
/* ######################################### RIGHT CONTENT STYLES ##################### */
#right_content {
	float: right;
	width: 15%;
	padding: 1%;
}
#home #right_content {
	width: 29%;
	padding-right: 2%;
	color: #000;
	font-size: 15px;
	line-height: 150%;
	text-align: left;
}

/* ######################################### FOOTER STYLES ##################### */
#footer {
	position: relative;
	text-align: center;
	padding: 0px;
	font-size: 12px;
	margin:1px;
	clear: both;
}
*html #footer {
	position: relative;
}
#footer ul {
	clear: both;
	position: relative;
	list-style-type: none;
	padding: 3px;
	margin: 5px 10px 10px 10px;
}
#footer ul li {
	display: inline;
	padding: 3px 10px;
}
#footer_image {
	background: url('../images/footer_strip_bg.png') repeat-x;
	height: 15px;
	overflow: hidden;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
}
#footer a:hover {
	text-decoration: none;
}
a .number {
	color: #999;
	font-size: 11px;
}
.cboLink a {
	padding: 0px;
	margin: 0px;
	font-weight: normal !important;
	font-size: 11px;
	text-transform: none !important;
}
.strongpager
{
	font-weight: bold;
	color:#000000;
}

/* ##### STYLES FOR ADMIN PANEL ##### */
div.dropdownmenu {
	DISPLAY: none;
	visibility:hidden;
	/*Z-INDEX: 9999;*/
	LEFT: 0px;
	WIDTH: 80px;
	POSITION: absolute;
	background-color:#ECE9D8;
	border:2px solid #928975;
	text-decoration:none;
}
#Table1 table#datalistPager1_datalistfooterpage td a.strongpager, #Table1 table#datalistPager1New_datalistfooterpage td a.strongpager {
	color: #000 !important;
	font-weight: bold;
	background: #FAE9C4;
	padding: 0px 3px;
}

#Table1 table#datalistPager1_datalistfooterpage td a, #Table1 table#datalistPager1New_datalistfooterpage td a {
	padding: 0px 3px;
}

#Table1 .space{
	padding: 0px 5px 0px 5px;
}