/**
 * 
 * This file contains css rules specific to the "mountain" design.
 * 
 */

/* background images for layout */
html, body {background-color: #02538A; background-image: url(background_gradient.png);}
#container {background-image: url(container_background.png);}

/* document wide color styles */
body {color: #3B3B3B;}
a {color: #4F7BAF;}
a:hover {color: #1C496F;}

/* header background images */
#header {background-image: url(header_background.png);}
#header div#header_image {background-image: url(header_mountains.jpg);}

/* content styles */
#content {background-color: #F7F7F7;}

/* panel styles */
#panels {background-color: #EFEFEF;}
.panel ul li {background-image: url(list_icon.png);}
.panel form input {color: #3B3B3B; background-color: #F7F7F7; border: 1px solid #DFDFDF;}
.panel form input.txt:focus {border-color: #4F7BAF;}

/* extra styles for specific panels */
#ie_bug_notice {background-image: url(ie_logo.png);}

/* style switcher styles */
ul#styles li a:hover span, ul#styles li a small {border-color: #DFDFDF; background-color: #F7F7F7;}
ul#styles li a small {color: #3B3B3B;}