/* Buttons */
/* @import url(SimplyButtons.css); */

/* css reset */
:link, :visited { text-decoration: none; }
ol { list-style: decimal; } ul { list-style:disc; } li { margin-left: 25px; }
pre, code, p { font-size: 1em; }
h1{font-size:25px}h2{font-size:23px}h3{font-size:21px}
h4{font-size:19px}h5{font-size:17px}h6{font-size:15px}
ul, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset { padding: 0; margin: 0; }
a img, :link img, :visited img { border: none; }

a:link, a:hover, a:visited{ color: #468cc6; }

/* body */
body {
    font:13px/1.5 'Helvetica Neue', Arial, sans-serif;
    text-align: center;
    background-color: #373b3c;
    }

/* layout */
.widthWrapper {    
    text-align: left;
    width: 960px;
    margin: 0 auto;
    }
    
#top {
    background-color: #000;
    color: #eee;
    height: 50px;
    font-size: 11px;
    }
    
    #top .logo {
        margin-top: 7px;
        }
    
    #top .content {
        height: 20px;
        line-height: 20px;
        color: #fff;
        margin-top: 15px;
        }
    
    #subNavigation {
        list-style: none;
        }
        
        #subNavigation li {
            float: left;
            margin: 0;
            }
            
        #subNavigation li a {
            display: block;
            padding: 0 0 0 15px;
            margin: 0 0 0 15px;
            text-shadow: 1px 1px #303334;
            border-left: 1px solid #303334;
            color: #999;
            }
            
            #subNavigation li a:hover {
                color: #ccc;
                }
    
#navigation {
    background: #4d5051 url('../img/bg-navigation.jpg') repeat-x;
    height: 59px;
    overflow: hidden;
    }
    
    #navigation .widthWrapper {
        padding-top: 19px;
        }
        
    #navigation ul {
        list-style: none;
        border: solid #696e6f;
        border-width: 1px 1px 0 1px;
        height: 39px;
        line-height: 39px;
        }

        #navigation li {
            float: left;
            margin: 0;
            height: 39px;
            line-height: 39px;
            }

        #navigation li a {
            display: block;
            padding: 0 10px;
            _width: 1%;
            
            background: url('../img/bg-nav-item.jpg') repeat-x;
            border-left: 1px solid #515455;
            border-right: 1px solid #242627;
            color: #eff5f9;
            font-size: 15px;
            text-shadow: -1px -1px #282a2b;
            }
            
            #navigation li.first a {
                border-left: 0;
                }

            #navigation li a:hover {
                background-image: url('../img/bg-nav-item-hover.jpg');
                color: #fff;
                }
            
            #navigation li.active a, #navigation li.active a:hover {
                color: #488cc6;
                text-shadow: none;
                background: #e4f6fa;
                border-color: #e4f6fa;
                margin-top: -1px;
                padding-top: 1px;
                }
    
#body {
    background-color: #E3F1F5;
    }
    
    #body .widthWrapper {
        background: url('../img/bg-body-inner.jpg') repeat-y;
        }
        
        #bodyTop {
            background: #cedee2 url('../img/bg-body-top.jpg') repeat-x;
            border-bottom: 1px solid #becdd0;
            height: 59px;
            line-height: 59px;
            padding: 0 15px;
            }
            
            #bodyTop h1, #bodyTop h1 a {
                color: #303030;
                text-shadow: 1px 1px #fff;
                font-size: 23px;
                }
            
                #bodyTop h1 a.icon-home:hover {
                    padding-right: 20px;
                    background: url('../img/icon-home.gif') center right no-repeat;
                    }
            
            #bodyTop p {
                color: #4c6d75;
                text-shadow: 1px 1px #fff;
                font-size: 11px;
                }
            
            #artistDropdown a.button {
                width: 26px;
                height: 25px;
                background: url('../img/button-dropdown-sprite.png') no-repeat;
                display: block;
                margin-left: 6px;
                margin-top: 1.4em;
                }
                
                #artistDropdown a.button:hover {
                    background-position  : -26px -0px;
                    }
                    
            #artistDropdownPopup {
                display: none;
                
                position: absolute;
                top: 0;
                left: 0;
                width: 275px;
                background-color: #767f80;
                border-top: 1px solid #666a6a;
                padding: 1px 2px 2px 2px;
                text-align: left;
                }
                
                #artistDropdownPopup form {
                    text-align: center;
                    padding: 5px 0 7px 0;
                    }
                    
                    #artistDropdownPopup form label {
                        color: #e2e3e3;
                        text-shadow: -1px -1px #56595a;
                        margin-right: 5px;
                        }
                    
                    #artistDropdownPopup form input {
                        border: 1px solid #666a6a;
                        padding: 2px;
                        }
                    
                #artistDropdownPopup .results {
                    height: 180px;
                    overflow-y: auto;
                    background-color: #fff;
                    }
                    
                    #artistDropdownPopup .results ul {
                        margin: 4px;
                        }
                        
                    #artistDropdownPopup .results li {
                        list-style: none;
                        margin: 0;
                        line-height: 1em;
                        }
                        
                    #artistDropdownPopup .results li.alt_two {
                        background: #F0F4FA;
                        }
                        
                    #artistDropdownPopup .results li a {
                        display: block;
                        border-bottom: 1px solid #c2d2d7;
                        padding: 5px 5px;
                        zoom: 1;
                        }
                    
                    #artistDropdownPopup .results li a:hover {
                        margin-top: -1px;
                        border: solid #669ac2;
                        border-width: 1px 0 1px 0;
                        background-color: #468cc6;
                        color: #fff;
                        }
    #left {
        width: 229px;
        padding-bottom: 30px;
        _overflow: hidden;
        }
        
        #left h3.section {
            background: #666b6c url('../img/bg-section-heading.jpg');
            color: #fff;
            text-shadow: -1px -1px #494c4c;
            font-size: 15px;
            font-weight: normal;
            padding: 7px 10px;
            border-bottom: 1px solid #fff;
            }
            
        #left h4 {
            color: #48525b;
            text-shadow: 1px 1px #fff;
            font-size: 12px;
            margin-top: 10px;
            border-bottom: 1px solid #c2d2d7;
            padding: 2px 10px;
            }
            
        #left p {
			color: #808080;
			font-size: 11px;
			padding: 2px 10px;
			}
			
		.leftContent {
			margin-top: 20px;
			}
			
		.linkGroup {
			margin-bottom: 10px;
		    }
            
        .linkGroup li {
            margin: 0;
            list-style: none;
            line-height: 1em;
            float: left;
            width: 228px;
            }
            
            .linkGroup li a {
                margin-left: 1px;
                border-bottom: 1px solid #c2d2d7;
                padding: 5px 10px;
                display: block;
                color: #0089c2;
                position: relative;
                }
                
            .linkGroup li a:hover {
                background-color: #fff;
                }
            
            .linkGroup li.active {
                margin-left: 0;
                }
            
            .linkGroup li.active a {
                background-color: #74a9d3;
                color: #fff;
                padding: 0 12px 0 0;
                width: 100%;
                background: url('../img/bg-left-nav-active.png') top right no-repeat;
                border: 0;
                top: -1px;
                }
                
            .linkGroup li.active a span {
                background-color: #74a9d3;
                border: solid #669ac2;
                border-width: 1px 0 1px 0;
                font-weight: bold;
                display: block;
                padding: 4px 0 5px 10px;
                }
        
    #right {
        width: 731px;
        }
        
        #contentTop {
            overflow: hidden;
            border-bottom: 1px solid #ddd;
            text-align: right;
            width: 731px;
            height: 36px;
            font-size: 11px;
            color: #666;
            }
            
            #contentTop .content {
                overflow: hidden;
                padding: 7px 10px 0 0;
                }
                
                #contentTop .artists-remain {
                    padding: 3px 10px 0 0;
                    color: #333;
                    }
                
                #contentTop .datepicker label, #contentTop .datepicker input, #contentTop .datepicker img {
                    float: left;
                    }
                
                #contentTop .datepicker label {
                    padding-top: 3px;
                    margin: 0 3px;
                    }
        
        .pageheader .pagetitle {
        	padding: 0 15px;
        	}
        
        .pageheader .pagetitle h1 {
			color: #488CC6;
			font-size: 22px;
			padding-bottom: 1px;
			padding-top: 3px;
			border-bottom: 1px dotted #D4D4D4;
			}
	
        #contentMain {
            /* offset for extruding white footer */
            margin: -20px 1px 0 0;
            position: relative;
            top: 20px;
            
            background: #fff;
            }
            
            #contentMain .content {
                padding: 0px 15px;
                }
		
		#chartHeader {
            overflow: hidden;
            margin-top: 10px;
            padding: 5px 0;            
            font-size: 11px;
            color: #666;
            }
                
            #chartHeader .datepick label, #chartHeader .datepick input, #chartHeader .datepick img {
                float: left;
                }
            
            #chartHeader .datepick label {
                padding-top: 3px;
                margin: 0 3px;
                }
            
            #chartHeader .chartoptions a {
				font-weight: bold;
				padding-left: 5px;
				padding-right: 5px;
				outline: none;
				color: #468CC6;
			    }
			
			#chartHeader .chartoptions a:hover {
				text-decoration: underline;
			    }
			    
			#chartHeader .chartoptions a.active {
				color: #666666;
				text-decoration: none;
			    }
			    
			#chartHeader .chartoptions a.active:hover {
				text-decoration: none;
			    }
		
		#chartEvents {
            overflow: hidden;
            padding: 5px 0;            
            font-size: 11px;
            color: #666;
            }
            
            #chartEvents .addevent {
				font-size: 11px;
				color: #666;
				}
                
            #chartEvents .datepicker label, #chartEvents .datepicker input, #chartEvents .datepicker img {
                float: left;
                }
            
            #chartEvents .datepicker label {
                padding-top: 3px;
                margin: 0 3px;
                }
            
            #chartEvents .chartoptions a {
				font-weight: bold;
				padding-left: 5px;
				padding-right: 5px;
				outline: none;
			    }
			
			#chartEvents .chartoptions a:hover {
				text-decoration: underline;
			    }
			    
			#chartEvents .chartoptions a.active {
				color: #666666;
				text-decoration: none;
			    }
			    
			#chartEvents .chartoptions a.active:hover {
				text-decoration: none;
			    }	
			
			#chartEvents table.data tbody tr.highlight {
				background: #daeef8;
			}
			
			#chartEvents table.data tbody tr td.date {
				width: 100px;
				padding-left: 8px;
			}
			
			#chartEvents table.data tbody tr td.eventname {
				
			}
			
			#chartEvents table.data tbody tr td.link {
				width: 150px;
				text-align: right;
				font-size: 11px;
			}
			
			#chartEvents table.data a {
				font-weight: bold;
				padding-left: 5px;
				padding-right: 5px;
				outline: none;
			}
			
			#chartEvents table.data a:hover {
				text-decoration: underline;
			}
		
#artistcompare {
    }
    
    #artistcompare input.x-large {
        width: 97%;
		padding: 7px 0 7px 7px;
        }

#footer {
    margin-bottom: 25px;
    }
    
    #footer .content {
        border-top: 20px solid #fff;
        margin: 0 1px 0 230px;
        padding-top: 7px;
        color: #979797;
        font-size: 11px;
        }
        
    #footer .copyright {
        border-bottom: 1px solid #404546;
        padding-bottom: 3px;
        margin-bottom: 3px;
        }
        
/* common styles */

.button-arrow {
    background-image: url('../img/button-arrow-active.png') -100px;
    display: block;
    margin: 13px 10px 0 0;
    height: 22px;
    overflow: hidden;
    cursor: pointer;
    }
    
    .button-arrow .m {
        float: left;
        height: 22px;
        line-height: 22px;
        background: url('../img/button-arrow.png') top right no-repeat;
        color: #65727A;
        font-size: 12px;
        font-weight: bold;
        padding-right: 10px;
        }
    
    .button-arrow .l {
        background: url('../img/button-arrow.png') top left no-repeat;
        display: block;
        float: left;
        width: 23px;
        height: 22px;
        }
        
    .button-arrow:hover .m, .button-arrow:hover .l {
        background-image: url('../img/button-arrow-active.png');
        color: #48525b;
        }
        
.button-shadowed {
    background-image: url('../img/button-shadowed-hover.png') -100px;
    display: block;
    height: 22px;
    overflow: hidden;
    cursor: pointer;
    }

    .button-shadowed .m {
        float: left;
        height: 22px;
        line-height: 22px;
        background: url('../img/button-shadowed.png') top right no-repeat;
        color: #7a8793;
        text-shadow: 1px 1px #f2f5f6;
        font-size: 12px;
        font-weight: bold;
        padding-right: 8px;
        }
        
    .button-shadowed .l {
        background: url('../img/button-shadowed.png') top left no-repeat;
        display: block;
        float: left;
        width: 8px;
        height: 22px;
        }
        
    .button-shadowed:active .m, .button-shadowed:active .l {
        background-image: url('../img/button-shadowed-hover.png');
        color: #555;
        }

.button-shadowed-2 {
    display: block;
    float: left;
    background: #ebf0f2 url('../img/button-gradient.jpg') bottom repeat-x;
    color: #7a8793 !important;
    text-shadow: 1px 1px #f2f5f6;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px 5px 10px;
    line-height: 1;
    border: solid #a6b4b8;
    border-width: 0 0 1px 0;
    margin-right: 10px;
    text-decoration: none !important;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    }
    
    .button-shadowed-2:active {
        background: #c2d2d7;
        }
        
.button-image {
    margin-right: 10px;
    float: left;
    background: #c2d2d7;
    color: #65727A !important;
    font-size: 12px;
    font-weight: bold;
    height: 22px;
    padding: 0 10px 0 8px;
    line-height: 23px;
    border: 0;
    text-decoration: none !important;
    }
    
    .button-image img {
        position: relative;
        top: 2px;
        left: -3px;
        }
    
    .button-image:active, .button-image:hover {
        background: #aacfdc;
        color: #48525b !important;
        }

button.button-shadowed, button.button-arrow {
	background: none; border: none; margin: 0; padding: 0; width: auto; height: auto;
	}

.fl { float: left; }
.fr { float: right; }
.tal { text-align: left; }
.tar { text-align: right; }
.inline { display: inline; }
.hidden { display: none; }
.light-color { color: #666; }
.dark-color { color: #111; }
.normal-weight { font-weight: normal; }

/* Buttons */
.buttonround {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
	display: inline-block;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.2);
	}
	
	a.buttonround {
		text-decoration: none;
		}
		
		a.buttonround:hover {
			text-decoration: none !important;
			}
			
	button.buttonround {
		text-decoration: none;
		margin: 0;
		padding: 0;
		}
		
		button.buttonround:hover {
			text-decoration: none !important;
			}
	
	.buttonround .text {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		color: #FFFFFF;
		display: block;
		font-size: 14px;
		font-weight: bold;
		/* line-height: 18px; */
		height: 26px;
		line-height: 26px;
		padding: 0 10px;
		margin: 0;
		/* padding: 6px 10px; */
		vertical-align: middle;
		position: relative;
		text-align: center;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
		font-family: "Helvetica Neue",helvetica,arial,sans-serif;
		}
	
	.buttonround.buttonblue {
		background: -moz-linear-gradient(center top , #73a8d2, #73a8d2 60%, #5b85ae) repeat scroll 0 0 transparent;
		background: -webkit-gradient(linear,left top,left bottom,from(#73a8d2),to(#5b85ae));
		}
		
		.buttonround.buttonblue:hover {
			background: -moz-linear-gradient(center top , #73a8d2, #5b85ae) repeat scroll 0 0 transparent;
			background: -webkit-gradient(linear,left top,left bottom,from(#5b85ae),to(#73a8d2));
			}
			
	.buttonround.buttongrey {
		background: -moz-linear-gradient(center top , #E7E9EA, #E7E9EA 30%, #E4E4E4) repeat scroll 0 0 transparent;
		background: -webkit-gradient(linear,left top,left bottom,from(#E7E9EA),to(#E4E4E4));
		}
		
		.buttonround.buttongrey .text {
			color: #0096D5 !important;
			}
			
		.buttonround.buttongrey .small {
			font-size: 12px;
			padding: 6px 8px;
			}

		.buttonround.buttongrey:hover {
			background: -moz-linear-gradient(center top , #E7E9EA, #D4D6D7) repeat scroll 0 0 transparent;
			background: -webkit-gradient(linear,left top,left bottom,from(#e7e9ea),to(#d4d6d7));
			cursor: pointer;
			}	
		
		.buttonround.buttongrey:active {
			background: -moz-linear-gradient(center top , #D4D6D7, #D4D6D7) repeat scroll 0 0 transparent;
			background: -webkit-gradient(linear,left top,left bottom,from(#d4d6d7),to(#d4d6d7));
			cursor: pointer;
			}		
	


/* forms */
input.inputstyle {
	border: 1px #A3BDC6 solid;
	width: 200px;
	padding: 4px;
	font-size: 12px;
	margin: 0;
	color: #666;
	line-height: 1em;
    }
    
    input.inputsmall {
        width: 70px;
        font-size: 11px;
        height: 12px;
        }
    
    input.inputmedium {
        width: 300px;
        font-size: 11px;
        height: 12px;
        }

img.ui-datepicker-trigger {
	margin: 0 5px 0 0;
	border: #A3BDC6 solid;
	border-width: 1px 1px 1px 0;
	padding: 2px 3px 2px 3px;
	}
    
label {
    font-weight: bold;
    }

form.form input.text {
    background: #fff url('../img/bg-input.jpg') repeat-x;
    border: 1px solid #AEC0C5;
    padding: 5px 0 5px 5px;
    font-size: 12px;
    width: 50%;
    }
    
    form.form input.large {
        width: 75%;
		padding: 7px 0 7px 7px;
        }
        
    form.form input.x-large {
        width: 97%;
		padding: 7px 0 7px 7px;
        }
        
    form.form input.nobg {
        background-image: none;
        }
        
    form.form .error_message {
        color: #C00;
        font-size: 11px;
        }
        
form.form textarea.text {
    background: #fff url('../img/bg-input.jpg') repeat-x;
    border: 1px solid #AEC0C5;
    padding: 5px 0 5px 5px;
    font-size: 12px;
    width: 50%;
    }

	form.form textarea.large {
        width: 75%;
		padding: 7px 0 7px 7px;
        }
        
    form.form textarea.x-large {
        width: 97%;
		padding: 7px 0 7px 7px;
        }

form.form select.text {
    background: #fff url('../img/bg-input.jpg') repeat-x;
    border: 1px solid #AEC0C5;
    padding: 5px 0 5px 5px;
    font-size: 12px;
    width: 50%;
    }

	form.form select.large {
        width: 77%;
		padding: 7px;
        }
        
    form.form select.x-large {
        width: 97%;
		padding: 7px;
        }
        
/* float clearing */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

* html .clearfix {
	height: 1%;
}
