
@import url(screen.css);
@import url(filter_bar.css);
@import url(lists.css);
@import url(admin.css);

div.accordion { display: none; }

.hidden { display: none; }

.tooltiptext { position: absolute; top: 10px; left: 10px;}


/***   SOCIAL SUBMISSION STYLES   ***/

#social_buttons {
    height: 20px;
    width: 634px;
    margin: 0 0 6px 0;
    padding: 2px 0 0 6px;
}

    #social_buttons ul a,
    #social_buttons ul a img { border: none; }

    div#content #social_buttons p {
        color: #345175;
        margin: 0;
        padding: 0;
        vertical-align: bottom;
        float: left;
    }
    
    #social_buttons ul {
        display: inline;
        list-style: none;
        margin: 0;
        padding: 0;
        float: right;
    }
    
        #social_buttons ul li {
            display: inline;
            margin: 0 6px;
            padding: 0;
        }
    
    
/***   SLIDER STYLES   ***/

.track {
    width: 195px;
    height: 2px;
    margin: 8px 0 10px 3px;
	border: 1px solid;
	border-color: ThreeDShadow ThreeDHighlight ThreeDHighlight ThreeDShadow;
	background: ThreeDFace;
}

    .track div {
        width: 8px;
        height: 18px;
        position: relative;
    	border: 1px solid;
    	border-color: ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight;
    	background: ThreeDFace;
    }
    
        .track div input {
            display: none;
        }

    .track .handle { top: -9px; }
    
    .track .handle2 { top: -29px; }
    
.track_value {
    color: #fff;
    text-align: center;
    padding: 0 8px 0 0;
    font-size: 1.1em;
}


/***   BUG REPORT STYLES   ***/

    .popup_box {
    	position: absolute;    /* DO NOT EDIT POSITION! IT MUST BE ABSOLUTE! */
    	margin: 0;
    }
    
        #bugReportBox {
            background: url(img/bug_report_shadow.png) bottom left no-repeat;
            width: 340px;
        	height: 380px;
        }
    
    .popup_content {
    	padding: 5px;
    	margin: 10px;
    	overflow: auto;    /* NECESSARY FOR SCROLLABLE CONTENT */
    }
    
        #bugReportBox .popup_content {
            background: #fff;
        	border: 5px solid #97cc34;
        	width: 300px;
        	height: 340px;
        	overflow: hidden;
        }
    
            #bugReportBox .popup_content h4 {
                font-size: 1.3em;
                text-decoration: underline;
            }
            
            #bugReportBox .popup_content ul {
                font-size: 1.2em;
                margin-left: 5px;
                list-style: disc inside;
                padding: 3px 0;
            }
            
            #bugReportBox .popup_content p {
                padding: 3px 5px;
            }
