/**
 * Core css
 */
 body {
    background: #000000;
    color: #ffffff;
    margin: 0 0 20px 0;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    height: 100%;
    ~cursor: default;
    }
	
 INPUT, SELECT, TEXTAREA, OPTION {font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #000000;}	
 
h1 {color: #8CCA1E; font-weight: bold; font-size: 16px; }
h2 {color: #8CCA1E; font-weight: bold; font-size: 14px; }
 .main_content {
    background: #000000;
	color: #ffffff;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
	line-height: 1.5;
    padding: 10px;
    }	
	
 .excerpt_content {
    background: #F0F0F0;
	color: #000000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
	line-height: 1.5;
    padding: 10px;
    }		
 .overview {
    background: #000000;
	color: #ffffff;
    font-family: verdana, tahoma, helvetica, arial, sans-serif;
    font-size: 12px;
    padding: 5px;
    border: solid #8CCA1E 1px; 
	width: 250px;
    }	
	
.nav {
    color: #666666;
    }

a {
    color: #A1A5A9;
    }

a.nav {
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    }

a.down {
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    }

a.nav:hover {
    text-decoration: underline;
    }

.text {
    font-size: 12px;
    }

form {
    display: inline;
    margin: 0;
    padding: 0;
    }

#header_wrapper {
    border-top: none;
    margin-bottom: 10px;
    }

#footer_wrapper {
    margin-top: 10px;
	margin-bottom: 10px;
    }

#header, #footer {
    margin: 0 auto;
    width: 750px;
    padding: 5px 0;
    text-align: left;
    }

#readOnlyMode {
    position: relative;
    z-index: 10;
    border: solid #cc0000 3px;
    padding: 5px;
    font-size: 100%;
    color: #cc0000;
    width: 720px;
    margin: 10px auto;
    text-align: center;
    font-weight: bold;
    background: black;
    }

 .footer {
	color: #cccccc;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    padding: 10px;
    }	

#toolbar {
    display:inline;
    float:right;
    }

#searchWords {
    width: 150px;
    }

.searchglass {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-left: 3px;
    cursor: pointer;
        background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='http://www.smugmug.com/img/header/searchglass_black.png');
        }
    
.searchglass:hover {
		background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='http://www.smugmug.com/img/header/searchglass_black.png');
		}

.spacer {
    clear: both;
    }

.top_border {
    border-top: solid 1px #666666;
    }

.bottom_border {
    border-bottom: solid 1px #666666;
    }
    
.try_it {
    width: 152px;
	height: 48px;
	font-size: 0px;
    		background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='http://www.smugmug.com/img/buttons/try_it.png');
	    }
    
a:hover .try_it {
		background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='http://www.smugmug.com/img/buttons/try_it_hover.png');
	    }
    
a.title {
    color: #8CCA1E;
    font-weight: bold;
    }
.title {
    color: #8CCA1E;
    font-weight: bold;
    }
.imgBorder {
    border: solid 1px #999999;
    }

a:hover .imgBorder, .imgBorderOn {
    border: solid 1px #8CCA1E;
    }
    
#feeds.nav, #feedHelp.nav, #footer.nav, #cobrand_footer.nav, #toolbar.nav {
    font-size: 16px;
    }

.maintable {width: 95%; padding: 5px; background-color: #333333} /*main table for forum*/
.headline {font-family: Verdana,Sans-serif;font-weight: bold;color: #FFFFFF;background-color: #666666;font-size: 11px;} /*headline row, the first row that says forum name, topics, posts and such*/
.forumrow {font-family: Verdana,Sans-serif; color: #000000;background-color: #F2F2F2;font-size: 12px;} /*color of the forum/answer rows*/
.mainrow {font-family: Verdana,Sans-serif; color: #000000;background-color: #d7d7d7;font-size: 12px;} /*color of the question row*/
.smallGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}	