#fckbody {
    background-color: #666;
    background-image: none;
    text-align: left;
}
html, body {
	height:100%;
}

body {
	font-family:tahoma,arial,sans-serif;
	font-size: 12px;
}
.pagemaster {
	height: 100%;
	width: 100%;
	background-color: #000000;
	background-image: url(body_bg.png);
	background-position: center -120px;
	text-align:center;
}
.normal {
	font-family:tahoma,arial,sans-serif;
	font-size: 12px;
	text-align:left;
}

H1 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 4px;
	padding-bottom: 5px;
}
H2 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1px;
	padding-bottom: 1px;
}

.StandardButton {
	background-color: #FFFFFF !important;
	padding: 4px 8px;
	margin: 0px 8px;
	border: 1px solid #628e15;
}

.clear {
	display: none;
 	clear:both;
}
	
#_dnn_body{
	background:#fff;
}
a:link, a:visited {
	color:#628e15;
	font-weight:normal;
	text-decoration:none;
	background-color:inherit;
}

a:hover {
	color:#628e15;
	text-decoration:underline;
	background-color:inherit;
}
a img{
	border:none;
}

p{
	padding:0 0 5px;
	margin:0 0 5px;
}
p form{
	margin-top:0;
	margin-bottom:20px;
}

.adminFunction {
	margin: 3px;
	padding: 2px;
}
.PagingTable {
	background-color: #F0F0F0;
	border:1px dashed #C8C8C8;
	width: 100%;
}
.NormalDisabled {
	color:#999999;
}
/**************** Page Element Styles ****************/
#headerWrapper {
	text-align: center;
	height: 120px;
	width: 100%;
	background-image:url(page_header.png);
	background-position:center;
}
#header {
	clear: both;
	height: 120px;
	width: 762px;
	margin: 0px auto;
}
.logo {
	float:left;
	display: block;
	height:120px;
	width: 150px;
	text-indent:-99999px;
}

.pageborder {
	width: 780px;
	position: relative;
	height: auto;
	background-color: #fff;
	margin: 0px auto;
	padding-bottom: 8px;
	text-align:center;
}
.page {
	width: 764px;
	position: relative;
	height: auto;
	background-color: #aeb1aa;
	margin: 0px 8px;
	background-image: url(page_back.png);
	background-repeat: repeat-x;
}
/**************** Content styles ****************/

#dnn_RightPane{
	float:right;
	width:480px;
	height: auto;
	padding:15px 20px 5px 5px;
}
#dnn_ContentPane {
	clear:both;
	height: auto;
	padding:10px;
	width: 740px;
}
#dnn_TopPane {
	clear:both;
	height: auto;
	padding:0;
}
#dnn_SidePane{
	float:left;
	width:225px;
	height: auto;
	padding:15px 5px 5px 20px;
}
#dnn_BottomPane {
	clear:both;
	height: auto;
	padding: 10px 20px;
}

.artistBio {
	font-family:tahoma,arial,sans-serif;
	font-size: 12px;
}

/**************** Menublock styles ****************/
.MainMenuBar {
	float: right;
	width: auto;
	height: 38px;
	padding: 8px 0px 0px 15px;
	margin: 47px 14px 0px 0px;
	background-image: url(menu_back.png);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;	
}
#bottomMenu {
	clear: both;
	width: 100%;
	text-align:center;
	width: auto;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.submenu {
	background-color: #ffffff;
	padding: 3px 0px;
	border: 1px dashed #628e15;
}

/*--------- Top menu style ----------*/

a.MainMenuBar {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	padding:0 3px;
}
a.MainMenuItem {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 13px;
	font-weight: bold;
	text-transform: lowercase;
	color: #000000;
	padding:0 3px;
}
a.MainMenuItem:current, a.MainMenuItem:hover {
	color: #628e15;
	padding:0 3px;
}

/**************** Footer styles ****************/

#footer{
	clear: both;
	width: 100%;
	margin:0 1px;
	padding-top: 8px;
	font-size: 11px;
	color: #333333;
}

#footer p{
	text-align:center;
	margin: 0;
}
#footer a{
	color:#333333;
	background-color:inherit;
	font-weight:normal;
}
#footer a:hover{
	color:#628e15;
	background-color:inherit;
	text-decoration: underline;
	font-weight: normal;
}

/**************** Misc classes and styles ****************/

.clear{
	clear:both;
}
.spacer{
	clear:both;
	height: auto;
}
.small{font-size:10px;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}

.box{
	margin:0 0 20px 0;
	padding:10px;
	border:1px solid #c0c0c0;
	background-color:#fafbfc;
	color:#505050;

}
.underline_solid {
	border-bottom: 2px solid #2b347c;
}
.underline_dashed {
	border-bottom: 2px dashed #2b347c;
}
.underline_dotted {
	border-bottom: 2px dotted #2b347c;
}

.sideMenu {
	width: 200px;
	border-top: 2px solid #333333;
	border-right: 2px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 2px solid #333333;
}

.sideMenu li {
	font-size: 12px;
}

.sideMenuHeader, .sideMenuHeader a:link, .sideMenuHeader a:visited {
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	font-size: 12px;
	text-transform: lowercase;
	background-color: #333333;
}
.sideMenuGroup {
	border-bottom: 1px solid #FFFFFF;
}
ul.sideMenuItem  {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	text-align: left;
}

ul.sideMenuItem li {
	list-style: none;
	border-bottom: 1px solid #000000;
}
.nolink {
	display: block;
	margin: 0;
	padding: 2px 5px;
}
ul.sideMenuItem li a{
	display: block;
	margin: 0;
	font-weight: bold;
	padding: 5px;
}
ul.sideMenuItem li a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #628e15;
}

.artistImageSmall {
	overflow:hidden;
	width:114px;
	height:114px;
}
.artistBoxSmall	{
	display:block;
	float:left;
	width:114px;
	height:130px;
	margin:5px;
	padding:2px;
	border: 2px solid #628e15;
	text-align:center;
	
}
.artistTitle {
	color:#628e15;
	font-family:Verdana,Arial,Helvetica,sans-serif,Tahoma;
	font-size:18px;
	font-weight:bold;
	padding-top: 2px;
	padding-bottom: 5px;
}
.HTbl {
	border: 1px solid #628e15;
	font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
	color: #333333;
	font-size: 12px;
}
.HTblHdr {
	border-bottom: 1px solid #cccccc;
	margin-left: 6px;
	margin-right: 6px;
	background: #628e15;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
.HTb2Hdr {
	border-bottom: 1px solid #cccccc;
	margin-left: 6px;
	margin-right: 6px;
	background: #628e15;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
.HTblHdr a:link, .HTblHdr a:visited, .HTb2Hdr a:link, .HTb2Hdr a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.HTblHdr a:hover, .HTb2Hdr a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.HTb2SubHdr {
	font-size: 12px;
	font-weight: bold;
}
.HTblRow {
	background:#fff;
	padding: 4px;
	font-size: 12px;
}
.HTblRowAlt{
	background:#dfdfdf;
	padding: 4px;
	font-size: 12px;
}
.selectContacts {
	margin: 2px;
	float: left;
	width: 350px;
}

/*--------- bottom dnn menu style ----------*/
/* main menu td */
.main_dnnmenu_bar 
{
	cursor:pointer;
	font-size: 12px;
	background-color:transparent;
}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem  
{
	color: #FFFFFF;
	font-size: 12px;
	font-weight:normal;
	text-align:center;
	line-height:25px;
	padding:10px;
	margin-right:1px;
	text-transform: lowercase;
}

/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{
	color:#FFFFFF;
	font-size: 12px;
	font-weight:normal;
	text-align:center;
	line-height:25px;
	padding:10px;
	margin-right:1px;
	text-decoration: underline;
	text-transform: lowercase;
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected 
{
	color:#FFFFFF;
	font-size: 12px;
	font-weight:normal;
	text-align:center;
	line-height:25px;
	padding:10px;
	margin-right:1px;
	text-decoration: underline;
	text-transform: lowercase;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	border:4px solid #FFFFFF;
}

.main_dnnmenu_submenu td
{
	/*background-color:#E1E8ED;*/
	background-color:#dae0d6;
	z-index: 1000;
	font-size: 11px;
	font-weight:normal;
	text-align:left;
	color:#000000;
	line-height:2em;
	padding: 0px 5px;
	margin:0px;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td,.main_dnnmenu_itemselected td   
{
	font-size: 11px;
	color:#628e15;
	background-color: #fff;
	font-weight:normal;
	text-align:left;
	line-height:2em;
	z-index: 1000;
	padding: 0px 5px;
	margin:0px;
}

.main_dnnmenu_break
{
	height: 2px;
	background-color: transparent;
}


