* {
	padding: 0;
	margin: 0;
}

html {
	overflow-x: hidden;
	overflow-y: auto;
}

body { 
	margin: 0; 
 	padding: 0; 
 	text-align: center;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	background: #c8ba99 url(../gfx/background-3.jpg) no-repeat top center;
	background: black url(../gfx/background-3.jpg) no-repeat top center fixed;
} 
 
#pagewidth { 
 	width: 1000px; 
 	text-align: left;  
	margin-left: auto; 
 	margin-right: auto;  
} 
 
#header {
 	position: relative; 
 	height: 197px; 
 	width: 100%;
	color: white;
	background: url(../gfx/headBGtiled.jpg);
} 

#header .logo {
	width: 400px;
	height: 94px;
	background: url(../gfx/logo.png) no-repeat;
	position: relative;
	top: 30px;
	left: 5px;
}

#header .headerInner {
	width: 986px;
	height: 197px;
  	background: #22140d url(../gfx/headerBG.jpg) no-repeat;
	margin-left: 8px;
	margin-right: 6px;
}

#header .metaNav {
	width: 181px;
	height: 23px;
	position: absolute;
	top: 0;
	left: 742px;
}

#header .metaNav ul {
	list-style-type: none;
}

#header .metaNav ul li {
	float: left;
	padding-right: 5px;
}

#header .metaNav ul li a,
#header .metaNav a {
	font-size: 12px;
	color: #cec2aa;
	text-decoration: none;
}

#header .metaNav ul li a:hover,
#header .metaNav a:hover,
#header .metaNav a.active {
	text-decoration: underline;
}

#header .rssSubscribe {
	position: absolute;
	top: 27px;
	left: 894px;
}

#header .rssSubscribe a {
	font-size: 12px;
	color: #cec2aa;
	text-decoration: none;
}

#header .rssSubscribe a:hover {
	text-decoration: underline;
}

#header .rssSubscribe a IMG {
	position: relative;
	top: 3px;
}

#header .newsletter {
	width: 321px;
	height: 20px;
	position: absolute;
	top: 123px;
	left: 675px;
}

#header .newsletter {
	font-size: 13px;
	color: #cec2aa;
}

#header .newsletter form {
	display: inline;
}

#header .mainMenu {
	width: 986px;
	height: 39px;
	position: absolute;
	top: 153px;
	left: 8px;
	color: red;
	background: url(../gfx/mainMenuBG.jpg);
}

#header .mainMenu .leftMenu ul,
#header .mainMenu .rightMenu ul {
	list-style-type: none;
}

#header .mainMenu .leftMenu ul {
	margin-left: 3px;
	padding-top: 5px;
}

#header .mainMenu .rightMenu ul {
	position: relative;
	left: 100px;
}

#header .mainMenu .leftMenu ul li,
#header .mainMenu .rightMenu ul li {
	float: left;
	height: 29px;
	padding: 0 10px;
}

#header .mainMenu .leftMenu ul li:hover,
#header .mainMenu .rightMenu ul li:hover,
#header .mainMenu .leftMenu ul li.active,
#header .mainMenu .rightMenu ul li.active {
	background: url(../gfx/mainMenuHover.jpg);
	height: 34px;
	margin-top: -6px;
	padding-top: 6px !important;
}

#header .mainMenu .leftMenu ul li a,
#header .mainMenu .rightMenu ul li a {
	float: left;
	font-size: 20px;
	color: #6a0002;
	text-decoration: none;
	display: block;
	height: 39px;
}

#header .mainMenu .leftMenu ul li a:hover,
#header .mainMenu .rightMenu ul li a:hover,
#header .mainMenu .leftMenu ul li.active a,
#header .mainMenu .rightMenu ul li.active a {
	color: #d0c3a5;
}

#wrapper {
	/*height: 1225px;*/
	/*background: url(../gfx/contentBG.jpg) no-repeat;*/
	background: url(../gfx/contentBG-4.jpg) repeat-y;
}

#maincol {
 	width: 701px;
	margin-left: 7px;
 	float: left; 
 	position: relative; 
}

#maincol .twitter {
	height: 33px;
	/*background: url(../gfx/twitterBG.jpg) no-repeat;*/
	background: url(../gfx/twitterBGNoIcon.jpg) no-repeat;
	color: white;
	font-size: 12px;
	padding-left: 44px;
	padding-top: 7px;
}

#maincol .twitter a {
	color: #ccc2af;
	text-decoration: none;
}

#maincol .twitter a:hover {
	text-decoration: underline;
}

#maincol .twitterIcon span {
	display: none;
}

#maincol .twitterIcon a {
	display: block;
	background: url(../gfx/twitterIcon.jpg) no-repeat;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 4px;
	left: 13px;
}

#maincol .innerContent {
	padding-left: 17px;
	margin-top: 3px;
}

#maincol .innerContent .innerContentLeft {
	margin-top: 20px;
	margin-bottom: 10px;
}

#maincol .innerContent .innerContentLeft h1 {
	color: #e9dfcb;
	text-transform: UPPERCASE;
	font-size: 19px;
	font-family: "Myriad Pro", Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	padding-left: 5px;
	padding-top: 2px;
	background: url(../gfx/h1BG.jpg) no-repeat;
	border-top: 1px solid #322b27;
	border-bottom: 1px solid #443e3b;
}

#maincol .innerContent .innerContentLeft h6 {
	font-size: 10px !important;
	font-weight: normal;
	color: #e9dfcb !important;
}

#maincol .innerContent .innerContentLeft {
	background: url(../gfx/innerContentBG.jpg);
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #16100a;
	padding-bottom: 10px;
}

#maincol .innerContent .innerContentLeft p {
	padding: 10px 10px 10px 10px;
}

#rightcol {
	min-height: 250px; 
 	float: right; 
 	display: inline; 
 	position: relative; 
	margin-right: 7px;
 	width: 263px; 
}

#rightcol .language {
	height: 33px;
	width: 263px;
	background: url(../gfx/languageBG.jpg) no-repeat;
	color: white;
	padding-left: 10px;
	padding-top: 8px;
	font-size: 12px;
}

#rightcol .language .langMenu {
	float: right;
	margin-right: 20px;
}

#rightcol .language .langMenu ul {
	list-style-type: none;
}

#rightcol .language .langMenu ul li {
	float: left;
}

#rightcol .language .langMenu ul li a,
#rightcol .language .langMenu a {
	float: left;
	font-size: 12px;
	color: white;
	text-decoration: none;
	display: block;
	height: 39px;
}

#rightcol .language .langMenu ul li a:hover,
#rightcol .language .langMenu a:hover {
	text-decoration: underline;
}

#rightcol .language .langMenu a {
	position: relative;
	top: -17px;
}

#rightcol .innerBoxRight {
	margin-top: 19px;
}

#rightcol .innerContentRight {
	background: url(../gfx/contentRightBG.jpg);
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #16100a;
	min-height: 206px;
	margin-bottom: 10px;
	margin-right: 20px;
}

#rightcol .innerContentRight h1 {
	background: url(../gfx/rightColH1BG.jpg);
	color: #e9dfcb;
	text-transform: UPPERCASE;
	font-size: 19px;
	font-family: "Myriad Pro", Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	padding-left: 5px;
	padding-top: 2px;
	border-top: 1px solid #322b27;
	border-bottom: 1px solid #443e3b;
}

#rightcol .innerContentRight object {
	margin-left: 15px;
}

#rightcol .innerContentRightEvents {
	background: url(../gfx/contentRightBG.jpg);
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #16100a;
	min-height: 111px;
	margin-bottom: 10px;
	margin-right: 20px;
}

#rightcol .innerContentRightAudio {
	background: url(../gfx/contentRightBG.jpg);
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #16100a;
	min-height: 287px;
	margin-bottom: 10px;
	margin-right: 20px;
}

#rightcol .innerContentRightAudio object {
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 10px;
}

#rightcol .innerContentRightEvents h1,
#rightcol .innerContentRightAudio h1 {
	background: url(../gfx/rightColH1BG.jpg);
	color: #e9dfcb;
	text-transform: UPPERCASE;
	font-size: 19px;
	font-family: "Myriad Pro", Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	padding-left: 5px;
	padding-top: 2px;
	border-top: 1px solid #322b27;
	border-bottom: 1px solid #443e3b;
}

#rightcol .innerContentRightEvents IMG {
	margin-left: 17px;
}

#footer {
 	height: 69px; 
  	background: url(../gfx/footerBG.jpg); 
 	clear: both;
} 

#footer .iconLeft {
	float: left;
}

#footer .iconLeft IMG {
	margin-top: 25px;
	margin-left: 20px;
}

#footer .iconRight {
	float: right;
	margin-right: 20px;
}

#footer .iconRight IMG {
	margin-top: 15px;
	padding-right: 10px;
}

#footer a {
	text-decoration: none !important;
}

 /* *** Float containers fix: *** */ 
.clearfix:after {
 	content: "."; 
 	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
}
 
.clearfix {
	display: inline-block;
}

/* Hides from mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from mac */

/***** CONTENT *****/

/* Artistsdisplayer */
#maincol .innerContent .innerContentLeft .tx-owartistsdisplayer-pi1 {
	padding-left: 5px;
}

#maincol .innerContent .innerContentLeft .tx-owartistsdisplayer-pi1 .upcomingDates {
	padding-left: 5px;
	padding-top: 2px;
}

#maincol .innerContent .innerContentLeft .tx-owartistsdisplayer-pi1 .upcomingDates table {
	border-collapse: collapse;
	width: 100%;
}

#maincol .innerContent .innerContentLeft .tx-owartistsdisplayer-pi1 .upcomingDates table {
	text-transform: uppercase;
}

#maincol .innerContent .innerContentLeft .tx-owartistsdisplayer-pi1 .upcomingDates table a {
	color: #6a0002;
	text-decoration: none;
}

#maincol .innerContent .innerContentLeft .tx-owartistsdisplayer-pi1 .upcomingDates table a:hover {
	text-decoration: underline;
}


#rightcol .innerContentRight .tx-owartistsdisplayer-pi1 .releasesListView {
	padding-left: 7px;
	padding-top: 7px;
}

#rightcol .innerContentRight .tx-owartistsdisplayer-pi1 .releasesListView a,
#maincol .innerContent .innerContentLeft .tx-owartistsdisplayer-pi1 .artistsListView a,
#maincol .innerContent .innerContentLeft .tx-owartistsdisplayer-pi1 a {
	color: #6a0002;
	text-decoration: none;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

#rightcol .innerContentRight .tx-owartistsdisplayer-pi1 {
	padding-left: 10px;
	padding-top: 10px;
}

#rightcol .innerContentRight .tx-owartistsdisplayer-pi1 a {
	color: #6a0002;
	text-decoration: none;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;	
}

#rightcol .innerContentRight .tx-owartistsdisplayer-pi1 .releasesListView a:hover,
#maincol .innerContent .innerContentLeft .tx-owartistsdisplayer-pi1 .artistsListView a:hover,
#maincol .innerContent .innerContentLeft .tx-owartistsdisplayer-pi1 a:hover {
	text-decoration: underline;
}

#rightcol .innerContentRight .tx-owartistsdisplayer-pi1 .releasesListView IMG {
	border: 1px solid black;
}

#rightcol .innerBoxRight .innerContentRight .tx-owartistsdisplayer-pi1 table tbody tr td {
	font-size: 11px !important;
}

#maincol .innerContent .innerContentLeft .tx-owartistsdisplayer-pi1 .releaseItem {
	min-height: 0 !important;
	height: 160px !important;
}

#maincol .innerContent .innerContentLeft .tx-owartistsdisplayer-pi1 .artistsListView IMG {
	border: 1px solid #cecece;
}

#rightcol .innerContentRight .tx-owartistsdisplayer-pi1 .releaseListView .left {
	float: left;
	padding-right: 15px;
	font-size: 11px !important;
	margin-bottom: 10px;
}

#rightcol .innerContentRight .tx-owartistsdisplayer-pi1 .releaseListView .right {
	float: right;
	font-size: 11px !important;
	padding-right: 10px;
}

#rightcol .innerContentRight .tx-owartistsdisplayer-pi1 .releaseListView .RMT016 {
	position: relative;
	top: -150px;
	left: 0px;
}

/* Videobox right */

.rgmediaimages-media {
	margin-top: 2px;
}

.rgmediaimages-player {
	margin-left: 17px;
}

/**** ************/
/* EXT-POWERMAIL */

fieldset.tx-powermail-pi1_fieldset {
/* Disable border */
	border: none !important;
	padding-left: 10px;
}

.tx-powermail-pi1 legend {
	display: none !important;
}

fieldset.tx-powermail-pi1_fieldset label {
	display: block;
	width: 150px;
	float: left;
	clear: both;
}

.powermail_textarea {
	background: #fbf4e9 url(../gfx/contentBG.jpg) no-repeat;
	background-position: -150px -200px;
	border: 1px #cccccc solid;
	width: 200px;
}

fieldset.tx-powermail-pi1_fieldset input,
fieldset.tx-powermail-pi1_fieldset select {
	width: 200px;
	background: #fbf4e9 url(../gfx/contentBG.jpg) no-repeat;
	background-position: -150px -200px;
	border: 1px #cccccc solid;
}

div.tx_powermail_pi1_fieldwrap_html {
	margin: 10px 0;
	border: 0 !important;
}

.tx-powermail-pi1_mandatory {
	color: red;
}

.tx-powermail-pi1_mandatory ul {
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

.error p {
	width: 150px !important;
}

/*
 * EFAQ
*/

ol.faq {
	list-style-type: none;
	padding-left: 10px;
	margin-top: 7px;
}

ol.faq li {
	padding-bottom: 10px;
}

ol.faq li a,
ol.faq li h3 {
	color: #6a0002;
	text-decoration: none;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

ol.faq li div p {
	padding: 10px !important;
}

#maincol .innerContent .innerContentLeft p a,
#maincol .innerContent .innerContentLeft font a {
	color: #6a0002;
	text-decoration: none;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

#maincol .innerContent .innerContentLeft p a:hover,
#maincol .innerContent .innerContentLeft font a:hover {
	text-decoration: underline;
}

form fieldset {
	border: none;
}

/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: 1px solid #ccc;
	background-color: transparent;
	padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: black;
}
fieldset.tx-powermail-pi1_fieldset label,
fieldset.tx-powermail-pi1_fieldset fieldset legend {
	/* label */
	display: block;
	width: 200px;
	float: left;
	font-weight: bold;
    color:#515151;
    white-space:normal;
}
fieldset.tx-powermail-pi1_fieldset input {
	margin-left:0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset input.powermail_date,
fieldset.tx-powermail-pi1_fieldset input.powermail_datetime,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea {
	/* Input and textarea */
	border:1px solid #ccc;
	/*background:#f8f8f8 none;*/
	-moz-box-shadow:0 0 5px #eee inset;
	-webkit-box-shadow:0 0 5px #eee inset;
    padding:2px;
	width:300px;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_time,
fieldset.tx-powermail-pi1_fieldset input[type=time]{
    width:60px;
}


fieldset.tx-powermail-pi1_fieldset textarea:focus,
fieldset.tx-powermail-pi1_fieldset input:not([type="submit"]):focus {
	background:#fff none;
	border:1px solid #333;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 3px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 0 0 0.5em 0;
	clear:both;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0 10px 200px;
	font-weight: bold;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div.countryzone {
	margin: 10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a,
div.tx_powermail_pi1_fieldwrap_html p a,
div.tx_powermail_pi1_fieldwrap_html fieldset legend.tx_powermail_pi1_fieldwrap_html_checkbox_title a,
div.tx_powermail_pi1_fieldwrap_html fieldset legend.tx_powermail_pi1_fieldwrap_html_radio_title a{
	/* Description */
	cursor: help;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn,
div.tx_powermail_pi1_fieldwrap_html p a dfn,
div.tx_powermail_pi1_fieldwrap_html fieldset legend.tx_powermail_pi1_fieldwrap_html_checkbox_title a dfn,
div.tx_powermail_pi1_fieldwrap_html fieldset legend.tx_powermail_pi1_fieldwrap_html_radio_title a dfn{
	/* Description */
	display: none;
	text-decoration: none;
    position:absolute;
    z-index:1;
    width: auto;
    height:15px;
    padding:3px 10px 5px 10px;
    background-color:#00559E;
    border:1px solid #00559E;
    font-size:11px;
    color:#fff;
    text-decoration: none;
    /* CSS3 spicing for mozilla and webkit */
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;

    -moz-box-shadow:0 0 6px #ddd;
    -webkit-box-shadow:0 0 6px #ddd;
    box-shadow:0 0 6px #ddd;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn,
div.tx_powermail_pi1_fieldwrap_html p a:hover dfn,
div.tx_powermail_pi1_fieldwrap_html fieldset legend.tx_powermail_pi1_fieldwrap_html_checkbox_title a:hover dfn,
div.tx_powermail_pi1_fieldwrap_html fieldset legend.tx_powermail_pi1_fieldwrap_html_radio_title a:hover dfn{
	/* Description on mouseover */
	display: block;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}
fieldset.tx-powermail-pi1_fieldset div.even {
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}

fieldset.tx-powermail-pi1_fieldset fieldset {
	border: 0 none;
	padding: 0;
	margin: 0;
	position: relative;
}
fieldset.tx-powermail-pi1_fieldset fieldset legend {
	position: absolute;
	left: 0;
	padding: 0;
	margin: 0;
}
.powermail_mandatory {
	color: #f00;
}
.placeholder {
    color:#999;
}

.powermail_mandatory_helper{visibility:hidden;height:1px;position:absolute;}
fieldset.tx-powermail-pi1_fieldset .powermail_check_inner,
fieldset.tx-powermail-pi1_fieldset .powermail_radio_inner {
	margin-left: 200px;
	clear: both;
}
fieldset.tx-powermail-pi1_fieldset .powermail_check_inner label,
fieldset.tx-powermail-pi1_fieldset .powermail_radio_inner label {
	float: none;
	width: auto;
	display: inline;
	font-weight: normal;
	margin-left: 7px;
}
fieldset.tx-powermail-pi1_fieldset .powermail_check_inner input,
fieldset.tx-powermail-pi1_fieldset .powermail_radio_inner input {
	float: left;
	position: relative;
	clear: left;
}

        /* Multiple JS */
div.fieldsets {
    clear: both;
}
div.powermail_multiple_js fieldset.tx-powermail-pi1_fieldset legend,
div.powermail_multiple_js fieldset.tx-powermail-pi1_fieldset.ui-tabs-hide{
    display:none;
}
div.powermail_multiple_js fieldset.tx-powermail-pi1_fieldset {
    padding-top:15px;
}
div.powermail_multiple_js fieldset.tx-powermail-pi1_fieldset fieldset legend {
    display:block;
}
ul.powermail_multiplejs_tabs {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.powermail_multiplejs_tabs li {
    float: left;
    margin: 0 1px 0 0;
    padding: 0;
    list-style-type: none;
}
ul.powermail_multiplejs_tabs li a {
    display: block;
    padding: 5px 10px;
    color: #666;
    font-weight: bold;
    text-decoration: none;
    background: #E0E0E0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    outline: none;
}
ul.powermail_multiplejs_tabs li a.act {
    background: #F0F0F0;
    color: #333;
    padding:5px 10px 6px 10px;
    position:relative;
    margin-bottom:-1px
}

/* error message */
.error {
	/* supply height to ensure consistent positioning for every browser */
	background-color:#FF0000;
	border:1px solid #FF0000;
	font-size:11px;
	color:#fff;
	padding:3px 10px 5px 10px;
	margin-left:-2px;
    z-index:10;
    text-align:left;
    height:auto;


	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;

	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
	box-shadow:0 0 6px #ddd;
}

.error p {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

/* pure CSS arrow */
.error em {
	display:block;
	width:0;
	height:0;
	border:10px solid;
	border-color:#FF0000 transparent transparent;

	/* positioning */
	position:absolute;
	bottom:-7px;
	left:5px;
	border-bottom:0 none;
}

/* For the details, see: http://flowplayer.org/tools/dateinput/index.html#skinning */

/* the input field */
.date {
	width:198px !important;
}

/* calendar root element */
#calroot {
	/* place on top of other elements. set a higher value if nessessary */
	z-index:10000;
	
	margin-top:-1px;
	width:198px;
	padding:2px;
	background-color:#fff;
	font-size:11px;
	border:1px solid #ccc;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
	-moz-box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;
	box-shadow:0 0 15px #666;
}

/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead {	
	padding:2px 0;
	height:22px;
} 

#caltitle {
	font-size:14px;
	color:#FA8800;	
	float:left;
	text-align:center;
	width:155px;
	line-height:20px;
	text-shadow:0 1px 0 #ddd;
}

#calnext, #calprev {
	display:block;
	width:20px;
	height:20px;
	background:transparent url(../img/prev.gif) no-repeat scroll center center;
	float:left;
	cursor:pointer;
}

#calnext {
	background-image:url(../img/next.gif);
	float:right;
}

#calprev.caldisabled, #calnext.caldisabled {
	visibility:hidden;	
}

/* year/month selector */
#caltitle select {
	font-size:10px;	
}

/* names of the days */
#caldays {
	height:18px;
	border-bottom:1px solid #ddd;
}

#caldays span {
	display:block;
	float:left;
	width:28px;
	text-align:center;
}

/* container for weeks */
#calweeks {
	background-color:#fff;
	margin-top:4px;
}

/* single week */
.calweek {
	clear:left;
	height:22px;
}

/* single day */
.calweek a {
	display:block;
	float:left;
	width:27px;
	height:20px;
	text-decoration:none;
	font-size:11px;
	margin-left:1px;
	text-align:center;
	line-height:20px;
	color:#666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px; 		
} 

/* different states */
.calweek a:hover, .calfocus {
	background-color:#ddd;
}

/* sunday */
a.calsun {
	color:red;		
}

/* offmonth day */
a.caloff {
	color:#ccc;		
}

a.caloff:hover {
	background-color:rgb(245, 245, 250);		
}


/* unselecteble day */
a.caldisabled {
	background-color:#efefef !important;
	color:#ccc	!important;
	cursor:default;
}

/* current day */
#calcurrent {
	background-color:#498CE2;
	color:#fff;
}

/* today */
#caltoday {
	background-color:#333;
	color:#fff;
}

/* slider root element */
.slider { 
	background:#3C72E6 url(../img/h30.png) repeat-x 0 0; 
	height:9px; 
	position:relative; 
	cursor:pointer;
	border:1px solid #333;
	width:300px;
	float:left; 
	clear:right;
	margin-top:10px;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:inset 0 0 8px #000;
	box-shadow:inset 0 0 8px #000;
}

/* progress bar (enabled with progress: true) */
.progress {
	height:9px; 
	background-color:#C5FF00; 
	display:none;
	opacity:0.6;
}

/* drag handle */
.handle { 
	background:#fff url(../img/h30.png) repeat-x 0 0; 
	height:28px;
	width:28px;
	top:-12px;
	position:absolute; 
	display:block; 
	margin-top:1px;
	border:1px solid #000;
	cursor:move;
	-moz-box-shadow:0 0 6px #000;
	-webkit-box-shadow:0 0 6px #000;
	box-shadow:0 0 6px #000;
	-moz-border-radius:14px;
	-webkit-border-radius:14px; 
	border-radius:14px;
}

/* the input field */
fieldset.tx-powermail-pi1_fieldset input.powermail_text.range {
	float:left;
	margin:0 0 0 15px;
	padding:3px 0;
	text-align:center;
	width:50px;
}

/* Beat download */
.tx-rmbeatcompilation-pi1 #beatform form {
	padding-left: 10px;
	margin-top: 15px;
}

.tx-rmbeatcompilation-pi1 #beatform form input#submit {
	margin-top: 10px;
}

.tx-rmbeatcompilation-pi1 .formError {
	padding: 10px;
	color: red;
}
