/***********************************************/
/* reflections.css, based heavily on...        */

/* eric.css, based heavily on...               */

/* family.css, based heavily on...             */

/* 2col_rightNav.css                           */
/* Use with template 2col_rightNav.html        */
/***********************************************/

/***********************************************/
/* From old PmWiki stdlayout.css               */
/***********************************************/

ul, ol, pre, dl { margin-top:0px; margin-bottom:0px; }
td#wikileft { vertical-align:top; }
td#wikibody { vertical-align:top; }
td#wikiright { vertical-align:top; }

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/* removed 071121 for MDL */

body {
	font-family: verdana, sans-serif;
}

/***********************************************/
/* formatting tables                           */
/***********************************************/

table.pretty th { 
	background-color:#bbbbff;
	vertical-align: baseline; }
table.pretty tr.ind1 { 
	background-color:#ffffff;
	vertical-align: baseline; }
table.pretty tr.ind2 { 
	background-color:#ddddff;
	vertical-align: baseline; }

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	font-family: verdana, sans-serif;
	margin: 0px;
	padding: 10px;
	width: auto;
/*	background: #ddf; */
}

.pagetitle { 
	font-size:18px; 
	color:#777; 
}
.titlenote { 
	font-size:12px; 
	color:#f33; 
}

#navbar{
	font-family: verdana, sans-serif;
	text-align: right;
	color: #777;
	padding: 5px 10px 5px 5px;
	border-bottom: 1px solid #ccc;
	font-size: 10px;
}

#navbar a:link, #navbar a:visited {
	color: #777;
	text-decoration: none;
}

#navbar a:hover {
	color: #c00;
	text-decoration: none;
}


#sidebar{
	color: #777;
	float: left;
	width: 50px;
	padding: 15px 10px 10px 14px;
	background-color: #fff;
	font-size: 10px;
}
#sidebar ul {list-style: none; margin: 0; padding: 0;}
#sidebar a:link, #sidebar a:visited {
	color: #777;
	text-decoration: none;
}

#sidebar a:hover {
	color: rgb(166, 75, 60);
	text-decoration: none;
}


/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sidebar li {border-bottom: 1px solid #eee;}

/* fix for browsers that don't need the hack */
html>body #sidebar li {border-bottom: none;}

#content{
	margin: 10px  90px 10px 90px;
/*	background: #faa; */
	line-height: 22px;
}

#content h1 {
	font-size: 24px;
}

#signature{
	clear: both;
	background: #ccc;
	text-align:right;
	width:auto;
	padding: 4px 10px 4px 4px ;
/*	margin-top: -1px; */
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the sidebar in cases where they "touch" */
   
#footer{
	clear: both;
/*	background: #aaf; */
	width:auto;
	border-top: 1px solid #ccc;
	text-align:right;
	color: #888;
	padding: 10px 0px 10px 10px;
/*	margin-top: -1px; */
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the sidebar in cases where they "touch" */
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	background: #777;
	text-decoration: none;
}

#footer img{
	padding: 4px 0px 4px 0px;
	vertical-align: middle;
}

.floatnote {
	float:left;
	clear:left;
	margin-right:10px;
	padding: 0px;
	font-size:90%;
}
ul.floatnote { 
	padding-left:0px; 
	list-style-type:none; 
}
li.floatnote { 
	margin-top:3px; 
} 



label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}

.hide {
	color:#fff;
	font-size:x-small;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}
.hide p {
}	
.hide A {
	color:#fff;
}
.hide A:hover {
	color:#666;
	text-decoration: none;
}


.prompt {
	font-weight: normal;
	text-decoration: none;
}

