﻿.foo {} /* For w3c validators */
.templatedPage {
    margin: 0 auto 0 auto;
    width: 980px;
}
.simpleTemplatedPage {
    margin: 0 auto 0 auto;
    width: 980px;
}

.Header {
}

.ie6 .header 
{
}


.gecko .header {
}

.HeaderMenu {
}

.Bandana 
{
    height: 18px;
    padding-left: 10px;
    overflow:hidden;
}

.Content 
{
}

.Footer {
}
.DevNotesLabel
{   
    position: absolute;
    width: 20px;
    height: 265px;
    left: 10px;
    top: 10px;
    background-color: #493112;
    background-image: url(/_Dev/img/BtnDevNotes.png);
    background-repeat:no-repeat;
}
.DevNotes
{
    position: absolute;
    left: 30px;
    top:10px;
    width: 350px;
    z-index: 100000;
    padding: 15px 15px 15px 15px;
    border: solid 1px #493112;
	background-color: #EFE9E1;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
}
.DevNotesTitle {
	color: #493112;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 24px;
	border-bottom: solid 1px #cccccc;
	padding-bottom: 10px;
}

.LeftMenuFrame2  {
    float:left;
    width:180px;
}
.LeftMenuFrame2 ul.AspNet-Menu li {
    margin: 0 20px 0 20px;
    padding: 5px 0 5px 0;
    width: 130px;
    height: 20px;
    border-bottom: solid 1px #d6d6d6;
}
.LeftMenuFrame2 ul.AspNet-Menu ul  /* Tier 2 */
{
    top: 0;
    left: 12em;
    width: 180px;
}
code {
    font-family: Consolas, Courier New, Fixedsys;
    font-size: 10pt;
    color: Navy;
}