/* CSS Document */
/*===================  COLORS  ==========================
# c-silverblue.css  part of the Triad skin for Pmwiki
#================== silver blue theme =================*/

body { background:#EBEBEB; }
#outer-box { border:1px solid #003466; }
#left-box { background: url(../images/brd-right3.jpg) right repeat-y; } /*left: right border img */
#outer-box { background:#004A94 url(../images/brd-left3.jpg) repeat-y; }/*left: left border img + background */
#center-box, #right-box, #footnavbox { background:url(../images/grey-grad.gif) bottom left fixed repeat-x #e0e0e0; } /* main background color */


a:link   { color:#009;}
a:visited{ color:#009;}
a:active { color:#009;}
a:hover  { color:#900;}

#header { background:#eee url(../images/silver-100-top.jpg) repeat-x; /* header background image */
		  border-bottom:1px solid #aca899; }

#topnavbox {  background:#004A94; /* toplink bar background color */
			border-bottom:1px solid #fff;  }
#topnav a, #topnav ul li { color:#fff; }
#topnav li a:hover, #topnav li a:active  {
		color: #fff; background: #900; } /* hover colors */

#titlebar a { color:#900; }
#titlebar a:hover { color:#009; }

#contentbox { background:#fff;
			border:1px solid #003466; }

#content h1, #content h2, #content h3,
#content h4, #content h5, #content h6 { color:#900; }

.quickref { background:#eef }

#sidebar p, #sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4 { color:#ff9 }
#sidebar .sidehead, #sidebar p.sidehead a.wikilink { color:#ff9 } /*#5F5F30*/

#sidebar h1 a:link, #sidebar h1 a:visited { color:#FFC27F; }
#sidebar h1 a:hover, #sidebar h1 a:active,
#sidebar a:link, #sidebar a:visited { color:#d0d0d0; }
#sidebar a:hover, #sidebar a:active { color:#fff; text-decoration:none; }
#sidebar p.sidehead a.wikilink:hover  { color:#fff; background: #900; } /* hover colors */
#sidebar p.sidehead a.wikilink:active { color:#fff; background: #900; }
#sidebar li a:hover, #sidebar li a:active  {
		color: #fff; background: #900; } /* hover colors */
/*#sidebar li, #sidebar h1 { border-bottom: 1px solid #999; }  menu lines */
/* border-top:1px adds horizontal lines for second level list elements: */
#sidebar ul ul li  { border-top:0px solid #999; border-bottom:0;}
#sidebar a.selflink { color:#fff }
#sidebar a:hover.selflink { background:none; color:#fff }
#sidebarfooter {  }

.inputbox, .inputtext { color:#6666cc; background: #eef;
			border-top:1px solid #99c;
			border-left:1px solid #99c;
			border-right:1px solid #eee;
			border-bottom:1px solid #eee; }
.inputbox:hover, .inputbox:focus { color:#000; background:#fff; }
/* comment next six lines to get a standard button */
.inputbutton {color:#000066; background:#eee;
			border-top:1px solid #eef;
			border-left:1px solid #eef;
			border-right:1px solid #99c;
			border-bottom:1px solid #99c;}
.inputbutton:hover { color:#900; background:#ffe }

.nav li a:link, .nav li a:visited { color:#009}
.nav li a:hover, .nav li a:active {  color:#900; background:#fff }

.navbuttons li a { background:#eee;color:#006; }
.navbuttons li a:hover, .navbuttons li a:active { color:#900; background:#fff }
.navbuttons li a {
			border-top:1px solid #eee;
			border-left:1px solid #eee;
			border-right:1px solid #99c;
			border-bottom:1px solid #99c;}

#footer-box { border-top:1px solid #003466;
	 	  background:#eee url(../images/silver-50-foot.jpg) repeat-x;}

#content ul { list-style-image: url(../images/bullet7.gif); }
#rightbar ul { list-style:none; }

#rightbar a.fontsizer, #header a.fontsizer  {
		background:#eee;
		border-top:0;
		border-left:0;
		border-bottom:1px solid #1D5183;
		border-right:1px solid #1D5183;}
#content a.fontsizer { background:#eee; }
#sidebar a.fontsizer { background:#1D5183; }
#header a.fontsizer:hover { background:#900; }
#rightbar a.fontsizer:hover { background:#900; }
#sidebar a.fontsizer:hover { background:#900; }
#content a.fontsizer:hover { background:#fff; color:#900; }


.clip, .news { border:1px solid #003B62;
		color:#000;
		background:#f4f4ed url(../images/silver-left.jpg) repeat-y;
		padding:3px 8px;
		margin-top:5px; }

.sideclip { border:1px solid #003B62;
		color:#000;
		background:#f4f4ed;
		padding:2px 0px;
		margin:5px 5px 0 5px; }
#sidebar .sideclip p, #sidebar .sideclip h4 {
		color:#000;
		line-height:1.2em;}
#sidebar .sideclip a { color:blue }

#toggleright input, #toggleleft input{
		color:#fff;
		background:#004A94;
		border:none;
}
#toggleleft input { border-right:1px solid #fff }
#toggleright input { border-left:1px solid #fff }

#toggleright input:hover, #toggleleft input:hover { background:#900; }

#editpreview { border-color:#7F9DB8; background:#fff; }
.previewheader, .previewfooter, #edithelp { border-color:#7F9DB8; background:#eef;}

/* commentbox styled */
.messagehead { background:#ddd; }
.messageitem, .bquote { background:#eee; }

/* comment message boxes */
.messagehead, .messageheader, .messagefooter { background:#dddddd; }
.messageauthor { background:#e7e7e7; }
.messagesubject { background:#e7e7e7; }
.messageitem, .messagetext, .bquote { background:#eeeeee; }