@charset "UTF-8";
body  {
	font-family: arial, helvetica, sans-serif; 
	background-image: url(../../images/BackgroundNoBlur2.jpg); background-position: top; background-repeat: no-repeat; background-attachment:fixed; background-color:#000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.MainPage #container { 
	width: 968px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.MainPage #header { 
	background:none;
	margin-top: 20px;
	margin-left: 250px;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.MainPage #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#Brand img {
	padding: 0px; margin: 0px; 
}
.MainPage #header #Brand p {
	text-align:left; padding-bottom:20px; color:#FFFFFF; display: inline; vertical-align:middle;
}

.MainPage #sidebarleft #Brand a {
	padding: 0px; margin:0px; 
}
.MainPage #sidebarleft #Brand img {
	padding-left: 0px; margin-left: 20px; 
}
.MainPage #sidebarleft #Brand p {
	text-align:left; font-size: 14px;  padding-bottom: 20px; padding-left: 0px; color:#FFFFFF; display: inline; vertical-align:middle;
}

#header img.helpimage {margin-left:420px; cursor:pointer;}


.MainPage #sidebarleft {
	/* float: left; /* since this element is floated, a width must be given */
	position:fixed;
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}
.MainPage #mainContent { 
	background: transparent;
	margin: -13px 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.MainPage #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.MainPage #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* added rules from original */

/*************** Form ******************/


.InputLarge { font-size: 11px; width: 190px; font-style: normal; font-variant: normal; color: #333333; padding: 2px; margin: 0px 5px 0px 0px }

.InputSmall{ font-size: 11px; width: 80px; font-style: normal; font-variant: normal; color: #333333; padding: 2px; margin: 0px 5px 5px 0px }

.InputTime{ font-size: 11px; width: 65px; font-style: normal; font-variant: normal; color: #333333; padding: 2px; margin: 0px 5px 5px 0px }



.magenta { color:#ff00cc;}







/************** Main text and content styles **************/
	
p {
	font-size: 12px; padding: 0px 0px 10px 0px; margin: 0px; color: #000000; line-height: 18px
}

p.error {
	font-size: 12px; padding: 0px 0px 10px 0px; margin: 0px; color: #F00; line-height: 18px
}

p.BreadCrumb {
	font-size: 100%; padding: 10px 0px 10px 10px; margin: 0px; color: #716658; line-height: 115%
}

h1 {
	font-size: 14px; padding: 0px 0px 10px 0px; margin: 0px; font-weight: normal; color: #ffffff;
}

h2 {
	font-size: 22px; padding: 0px 0px 10px 0px; margin: 0px; font-weight: normal; color: #002255;
}

h3 {
	font-size: 14px; font-weight: bold; padding: 0px 0px 5px 0px; margin: 0px; color: #000000;
}


h4 {
	font-size: 20px; font-weight: bold; padding: 0px 0px 10px 0px; margin: 0px; color: #ff00ff;
}


h5 {
	font-size: 12px; font-weight: bold; padding: 0px 5px 5px 0px; margin: 0px; color: #666666;
}

h6 {
	font-size: 10px; font-weight: normal; padding: 0px 0px 5px 0px; margin: 0px; color: #666666;
}


ul {
	font-size: 12px; padding: 0px; margin: 10px 30px 20px 20px; color: #000000; line-height: 18px
}

ol {
	font-size: 12px; padding: 0px 0px 5px 20px; margin: 0px 30px 1px 20px; color: #000000; line-height: 18px
}


li {
	font-size: 12px; padding: 0px 0px 5px 20px; margin: 0px 30px 1px 20px; color: #000000; line-height: 18px
}


img {
	border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none; margin: 0px; padding: 0px;
}

.paddingLeft {
	padding: 0px 0px 0px 10px;
}

.paddingRight {
	padding: 0px 10px 0px 0px;
}

a.inbody:link{ color: #ffffff; text-decoration: none;}
a.inbody:visited { color: #ffffff; text-decoration: none; }
a.inbody:hover { color: #ffffff; text-decoration: underline; }

a.inbody2:link{ color: #ff00ff; text-decoration: none;}
a.inbody2:visited { color: #ff00ff; text-decoration: none; }
a.inbody2:hover { color: #ff00ff; text-decoration: underline; }



td.form {
	font-size: 12px; padding: 0px 5px 10px 0px; margin: 0px; color: #333333; line-height: 16px
}

td.form h3 {
	font-size: 14px; font-weight: bold ; padding: 0px 0px 10px 0px; margin: 0px; color: #333333; line-height: 16px; border-bottom:1px dotted #002255; padding-bottom:0px; padding-top: 15px; margin-bottom:5px
}

td.form h4 {
	display:inline; font-size: 10px; font-weight: normal ; padding: 0px 5px 10px 0px; margin: 0px; color: #333333; padding-bottom:0px; padding-top: 15px; margin-bottom:5px
}

td.formerror {
	font-size: 10px;
	padding: 0px 5px 15px 0px;
	margin: 0px;
	color: #F00;
	line-height: 10px
}	

td.cover {
	width: 109px; padding: 10px 0px 2px 0px; margin: 0px;
}

td.trackname {
	width: 104px; font-weight: normal; font-size: 11px; padding: 5px 5px 0px 0px; margin: 0px; color: #333333; line-height: 14px; border-top: 1px dotted #CCCCCC; border-bottom: 1px dotted #333333;
}

td.artist {
	width: 104px; font-weight: normal; font-size: 11px; padding: 0px 5px 5px 0px; margin: 0px; color: #333333; line-height: 14px; border-bottom: 1px dotted #333333;
}

td.artistSelected {
	width: 104px; font-weight: bold; font-size: 11px; padding: 5px 5px 0px 0px; margin: 0px; color: #999999; line-height: 14px;border-top: 1px dotted #CCCCCC;
}

td.tracknameSelected {
	width: 104px; font-weight: normal; font-size: 11px; padding: 0px 5px 5px 0px; margin: 0px; color: #999999; line-height: 14px; border-bottom: 1px dotted #333333;
}

/* definitions for playlist */

td.pltrackname {
	width: 220px; font-weight: normal; font-size: 12px; padding: 5px 5px 0px 0px; margin: 0px; color: #333333; line-height: 14px; border-top: 1px dotted #333333;
}

td.plartist {
	width: 220px; font-weight: normal; font-size: 12px; padding: 0px 5px 5px 0px; margin: 0px; color: #333333; line-height: 14px; 
}

td.plimage {
	width: 80px; padding: 6px 0px 6px 0px; margin: 0px; border-top: 1px dotted #333333 ;
}

td.plremove {
	width: 28px; font-weight: normal; font-size: 11px; padding: 3px 15px 3px 0px; margin: 0px; color: #999999; line-height: 14px; text-align: left; border-top: 1px dotted #333333 ;
}

button.plremovebutton{ background-color: #033A96; color: #ffffff ;text-decoration: none; font-weight: bold; cursor:pointer;font-size:0.9em;}
button.plremovebutton:hover { background-color: #ff00ff; color: #033A96; text-decoration: underline; font-weight: bold; cursor:pointer; font-size:0.9em;}

/*td.addto {
	width: 50px; font-weight: normal; font-size: 11px; padding: 3px 0px 3px 10px; margin: 0px; color: #1b34f9; line-height: 14px;
} */

td.addto {
	width: 50px; font-weight: normal; font-size: 11px; padding: 3px 0px 3px 10px; margin: 0px; color: #ff00ff; line-height: 14px;
} 

span.added {
	color: #1b34f9; text-decoration: none; font-weight: bold;
}

a.addtobutton:link{ color: #ff00ff; text-decoration: none; font-weight: normal;}
a.addtobutton:visited { color: #ff00ff; text-decoration: none; font-weight: normal;}
a.addtobutton:hover { color: #ff00ff; text-decoration: underline; cursor: pointer; font-weight: normal;}

img.picker {border: 2px solid #FFF;}
img.picker:hover {border: 2px solid #ff00ff;}
img.picker:active {border: 2px dashed #ff00ff;}


td.remove {
	width: 28px; font-weight: normal; font-size: 11px; padding: 3px 15px 3px 0px; margin: 0px; color: #999999; line-height: 14px; text-align: right;
}

a.removebutton:link{ color: #ff0000; text-decoration: none; font-weight: bold;}
a.removebutton:visited { color: #ff0000; text-decoration: none; font-weight: bold;}
a.removebutton:hover { color: #ff0000; text-decoration: underline; font-weight: bold;}

#sidebarleft .shadow-corner-cell {
	width: 32px; 
	height: 32px; 
}
#sidebarleft .shadow-top-cell {
	height: 32px;
	background-repeat: repeat-x;
}
#sidebarleft .shadow-side-cell {
	width: 32px;
	background-repeat: repeat-y;
}

#mainContent .shadow-corner-cell {
	width: 32px; 
	height: 32px; 
}
#mainContent .shadow-top-cell {
	height: 32px;
	background-repeat: repeat-x;
}
#mainContent .shadow-side-cell {
	width: 32px;
	background-repeat: repeat-y;
}
.shadow-1 {background-image: url('../../images/box_top_left.png');}
.shadow-2 {background-image: url('../../images/box_top_centre.png');}
.shadow-3 {background-image: url('../../images/box_top_right.png');}
.shadow-4 {background-image: url('../../images/box_left_side.png');}
.shadow-6 {background-image: url('../../images/box_right_side.png');}
.shadow-7 {background-image: url('../../images/box_bottom_left.png');}
.shadow-8 {background-image: url('../../images/box_bottom_centre.png');}
.shadow-9 {background-image: url('../../images/box_bottom_right.png');}

#sidebarleft ul {
	font-size: 12px; padding: 0px; margin: 0px 0px 0px 15px; color: #000000; line-height: 18px; 
}

#sidebarleft ol {
	font-size: 12px; padding: 0px 0px 5px 20px; margin: 0px 30px 1px 20px; color: #000000; line-height: 18px
}


#sidebarleft li {
	font-size: 12px; padding: 0px 0px 5px 10px; color: #000000; line-height: 18px; display: inline;
}


button {
	cursor: pointer; background-color: #033A96; color:#FFF ; font-size: 0.8em; -moz-border-radius: 6px; -border-radius: 6px;
	}
	
	
button:hover {
	  cursor: pointer; background-color: #82bfed; color:#FFF ; font-size: 0.8em; -moz-border-radius: 6px; -border-radius: 6px;
	}
	
#mainContent button {
	margin: 5px 10px 20px 10px;
}

#mainContent button:hover {
	margin: 5px 10px 20px 10px;
}
	
#sidebarleft button {
	text-align: center ;margin: 5px 0px 5px 35px ; font-size:14px;
}

#sidebarleft button:hover {
	text-align: center; margin: 5px 0px 5px 35px ;font-size:14px;
}

#sidebarleft button.genre {
	text-align: center ;margin: 2px ; font-size: 12px; font-weight:bold;
}

#sidebarleft button:hover.genre {
	text-align: center; margin: 2px ; font-size: 12px; font-weight:bold;
}

#sidebarleft button.buttoncolour1 {
	color:#F00;
	background-color:#FF0;
	font-size: 12px;
}
#sidebarleft button:hover.buttoncolour1 { color:#FF0; background-color:#F00; 
}

#sidebarleft button.buttoncolour2 {
	color:#FFF;
	background-color:#09F;
}
#sidebarleft button:hover.buttoncolour2 { color:#0F0; background-color:#00F; 
}
#sidebarleft button.buttoncolour3 {
	color:#FFF;
	background-color:#03F;
}
#sidebarleft button:hover.buttoncolour3 { color:#F00; background-color:#FF0; 
}
#sidebarleft button.buttoncolour4 { color:#00F; background-color:#F0F; 
}
#sidebarleft button:hover.buttoncolour4 { color:#F0F; background-color:#00F; 
}

#sidebarleft h3 {font-size: 16px; color: #033A96; line-height: 18px; text-align: center;
}
 
#sidebarleft td { margin: 2px; padding: 2px 0px 2px 0px;
}

#sidebarleft .trackstatus {/*display:inline; */ text-align:center; 
}

#sidebarleft .trackstatus p {display:inline; 
}

#sidebarleft .usedtracks {display:inline;
}

#playlistfull { margin:0; padding:0; color:#FF00FF; font-size:14px; line-height:20px; font-weight:bold;
}
.firstlast { margin-top:-10px; margin-bottom:3px; padding:0; color:#FF00FF; font-size:12px; line-height:12px; font-weight:bold;
}
