/* CSS Document */
/*===================  COLORS  =================================================
# c-beltway.css
#
# Flu Wiki css
#=============================================================================*/

/*=============== silver theme =================*/

body { background:#cc9900; }

/*
#wrapper { background: url(../images/silver100-top.jpg) repeat-x; }
*/

a { text-decoration:underline; }
a:link   { color:#660000;}
a:visited{ color:#660000;}
a:active { color:#996600;}
a:hover  {color:#996600;}

/*
#XXXheader { background:#eee url(../images/silver100-top.jpg) repeat-x; }
*/
#header.pageheader a:hover, #sideheader.pageheader a:hover  {
		text-decoration:none; background:none; }

#toplinks { background:ffc;
			border-bottom:1px solid #660000;  }

#titlebarbox { margin-bottom:0.3em  }
#titlebar a { color:#660000; }
#titlebar a:hover { text-decoration:none; color:#996600; }

#content h1, #content h2, #content h3,
#content h4, #content h5, #content h6 { color:#660000; }

#content {
		border-top:1px solid #660000;
		border-left:1px solid #660000;
		border-right:2px solid #660000;
		border-bottom:2px solid #660000;
		background:#fff;

		 }
.quickref { background:#eef }
/*#sidebarbox { padding:5px 0 5px 5px; margin:0 }
#sidebar { border:1px solid #999;
	   background:#fff; } */
#sidebar p, h1, h2, h3, h4, .sidehead { color:#660000; } /*#5F5F30*/
#sidebar h1 a:link, #sidebar h1 a:visited { color:#660000; }
#sidebar h1 a:hover, #sidebar h1 a:active,
.sidehead a:hover, .sidehead a:active {
		color:#996600; background: #ffc; } /* hover colors */
#sidebar a:link, #sidebar a:visited { color:#660000; }
#sidebar a:hover, #sidebar a:active { color:#660000; }
#sidebar li a:hover, #sidebar li a:active  {
		color: #996600; background: #ffc; } /* hover colors */

#sidebar li, #sidebar h1 { border-bottom: 1px solid #660000; }
/* border-top:1px adds horizontal lines for second level list elements: */
#sidebar ul ul li  { border-top:0px solid #999; border-bottom:0;}
#sidebarfooter { border-top:1px solid #660000; }

.inputbox, .inputtext { color:#660000; background: #fff;
			border-top:1px solid #660000;
			border-left:1px solid #660000;
			border-right:1px solid #660000;
			border-bottom:1px solid #660000; }
.inputbox:hover, .inputbox:focus { color:#000; background:#ffc; }
/* comment next six lines to get a standard button */
.inputbutton {color:#660000; background:#fff;
			border-top:1px solid #660000;
			border-left:1px solid #660000;
			border-right:1px solid #660000;
			border-bottom:1px solid #660000;}
.inputbutton:hover { color:#000; background:#ffc }

.nav li a:link, #topnav li a:visited { color:#660000}
.nav li a:hover, #topnav li a:active {  color:#996600; background:#ffc }

#footnavbox { margin-top:0.5em  }
#footnav li a { background:#cc9900;color:#660000; }
#footnav li a:hover, #footaction li a:active { color:#996600; background:#ffc }
#footnav li a {
			border-top:0px solid #eee;
			border-left:0px solid #eee;
			border-right:0px solid #99c;
			border-bottom:0px solid #99c;}

#footer { border-top:1px solid #660000;
	  background:#cc9900}

#rightbar, #edithelp { background:#f6f6f6;
	    border:1px solid #003B62;}

#toggleright input, #xtoggleleft input{
		color:#fff;
		background:#376EA4;
		border:none;
}

ul { list-style-image: url(../images/bullet7.gif); }

/* only works for IE5.5+ */
#main, body {
		scrollbar-face-color:#eed; /* #F4E7B8; #F1E1A7; */
		scrollbar-highlight-color:#fff;
		scrollbar-shadow-color:#aca899 ;
		scrollbar-arrow-color:#000;
		}

#editpreview { border:3px solid #99c; background:#fff; }
.previewheader { border-bottom:2px ridge #99c; background:#eef;}
.previewfooter { border-top:2px ridge #99c; background:#eef; }

/* commentbox styled */
.messagehead { background:#ffff99 }
.messageitem { background:#ffffcc }

