/* CSS Document */
/*===================  COLORS  =================================================
# c-wyz-lakexp.css
# 
# part of the Triad skin for Pmwiki, created by Munky
#=============================================================================*/

/*=============== Windows XP LakeXP theme =================*/

body { background: #ffffff; } 
#outer-box { border:1px solid #999; /*SAMPLE. set any page background image here */ }
#left-box { border-right:1px dotted #999; color: #000; background-color: rgb(240,240,240); }  
#right-box { border-left:1px dotted #999; color: #000; background-color: rgb(240,240,240); }
#center-box { background: transparent; }
#content { height: 100%; overflow: auto; }
#footnavbox {  } /* as main background color */
#header { background: url(/images/header_lakexp-lightbrown.png); background-repeat: repeat-x; background-position: left bottom;  }
#topnav { background: rgb(225,212,212); border-bottom:1px dotted #999;  }
#footer-box { background: rgb(225,212,212); border-top:1px dotted #999; }

a:link    { color:#080; text-decoration: none; background-color: transparent; }
a:visited { color:#080; text-decoration: none; background-color: transparent; }
a:active  { color:#ff0; text-decoration: none; background-color: #ccc; }
a:hover   { color:#000; text-decoration: none; background-color: #ccc; }

/* #contentbox { background:#ff0 ; } */
#content h1, #content h2, #content h3, 
#content h4, #content h5, #content h6 { 
	color: black; background-color: rgb(225,212,212); text-decoration: none; 
	}
#content ul { list-style-image: url(../images/bullet7.gif); }


#pagetitle { 
	margin: 0.3em 1em 0em;
	padding: .2em .3em .3em; color: #000; 
	font: lighter  "Lucida Grande", "Lucida Sans Unicode", verdana, sans-serif;  
	border-top: 3px double #ccc; border-bottom: 3px double #ccc; background: transparent;
	}

#sidebar a.selflink { color:#000; background-color: #ffffff;}
#sidebar a:hover.selflink { background: #ccc; color:#000; }
#sidebar h1 a:link, #sidebar h1 a:visited { xcolor:#FFC27F; }
#sidebar h1 a:hover, #sidebar h1 a:active,
#sidebar p, #sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4 { color:#666 }
#sidebar p.sidehead a.wikilink:hover  { color:#009; background: #eee; } /* hover colors */
#sidebar p.sidehead a.wikilink:active { color:#009; background: #fff; }
#sidebar ul ul li  { border-top:0px solid #999; border-bottom:0;}
#sidebar .sidehead, #sidebar p.sidehead a.wikilink { color:#000 } /*#5F5F30*/
#sidebar .sidename { padding: 0px; margin: 0px; text-indent: -12px; color:#000; background: rgb(225,212,212); font-weight: bold; text-align: center; }
#xxsidebar li a:hover, #sidebar li a:active  { 
		color: #900; background: #eee; } /* hover colors */
/*#sidebar li, #sidebar h1 { border-bottom: 1px solid #999; }  menu lines */
/* border-top:1px adds horizontal lines for second level list elements: */

#titlebar a { color:#900; }
#titlebar a:hover { text-decoration:none; color:#009; }

#topnav a, #topnav ul li { color:#666; }		
#topnav li a:hover, #topnav li a:active  { color: #009; background: #eee; } /* hover colors */

.inputbox, .inputtext { color:#666; background:transparent;
			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:#009; background:#eee; }
/* comment next six lines to get a standard button */
.inputbutton {color:#000066; background:transparent; 
			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 { color:#006; background:transparent; }
.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;}

.quickref { background:#eef }	 

#rightbar a.fontsizer, #header a.fontsizer  { 
		color:#006;
		background:transparent; 
		border-top:0;
		border-left:0;
		border-bottom:1px solid #1D5183;
		border-right:1px solid #1D5183;}
#rightbar ul { list-style:none; }
#sidebar a.fontsizer { background:#eee; }
#header a.fontsizer:hover { color:#900; background:#fff; }
#rightbar a.fontsizer:hover { color:#900; background:#fff; }
#sidebar a.fontsizer:hover { color:#900; background:#fff; }
#content a.fontsizer { background:transparent; }
#content a.fontsizer:hover { color:#900; background:#fff; }

#toggleright input, #toggleleft input{ 
		color:#666; 
		background:transparent;
		border:none; }
#toggleleft input { border-right:1px solid #666 }
#toggleright input { border-left:1px solid #666 }
#toggleright input:hover, #toggleleft input:hover { color:#009; background:#eee; }

#rightbar { padding:0px 3px 3px 3px; }

.clip, .news { color:#333;
		background:transparent;
		padding:3px 8px;
		margin-top:5px;
		border-top:1px solid #99c; 
		border-left:1px solid #99c;
		border-right:2px solid #eee;
		border-bottom:2px solid #eee; }
		}
		
#sidebar .sideclip { border:1px solid #999;
		color:#000;
		background:#fff;
		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 }	

#editpreview { border-color:#B4B4D9; background:#fff; }
.previewheader, .previewfooter, #edithelp { border-color:#B4B4D9; background:#F5F5FF;}

/* commentbox styled */
.messagehead { background:#eee; }
.messageitem { background:#fff; }


