body
{
	font-family: arial, "lucida console", sans-serif
}
tr.off {
background: #CCCCCC;
cursor: auto;
}

tr.on {
background: #999999;
cursor: default;
}

.popup
{
	position:absolute;
	border:solid 1px black;
	background-color:white;
	padding:4px;
}

.cmenu {margin: 0; padding: 0.3em; list-style-type: none; background-color: white;} 
.cmenu li:hover {} 
.cmenu hr {border: 0; border-bottom: 1px solid grey; margin: 3px 0px 3px 0px; width: 10em;} 
.cmenu a {border: 0 !important;} 
.cmenu a:hover {text-decoration: underline !important;} 
.cmenu .topSep 
{font-size: 90%; border-top: 1px solid gray; margin-top: 0.3em; padding-top: 0.3em;}
td.contentArea
{
	background-image: url('Images/InternalSystemImgs/maple-leaf.jpg');
	background-position: 50% 50%; 
	background-repeat:repeat-y;
}
table.contentBox {
	border-width: 0px 0px 0px 0px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
table.contentBox th {
	border-width: 2px 2px 2px 2px;
	padding: 1px 1px 1px 1px;
	border-style: outset outset outset outset;
	border-color: red red red red;
	background-color: white;
	-moz-border-radius: 9px 9px 9px 9px;
	-webkit-border-radius: 9px 9px 9px 9px;
}
table.contentBox td {
	border-width: 2px 2px 2px 2px;
	padding: 5px 5px 5px 5px;
	border-style: outset outset outset outset;
	border-color: red red red red;
	background-color: white;
	-moz-border-radius: 9px 9px 9px 9px;
	-webkit-border-radius: 9px 9px 9px 9px;
}

table.contentList {
	border-width: 3px 3px 3px 3px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: red red red red;
	border-collapse: separate;
	background-color: white;
}
table.insideTable {
	border-width: 0px 0px 0px 0px;
	border-spacing: 1px;
	background-color: white;
}
table.insideTable td {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	background-color: white;
	border-style: none none none none;
	border-color: white white white white;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.none {
	border-width: 0px 0px 0px 0px;
	background-color: white;
}
table.none th {
	border-width: 0px 0px 0px 0px;	
}
table.none td 
{
	border-width: 0px 0px 0px 0px;
}
div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid black;
    position: absolute;   
	background-color: white;   
}

div.suggestions div {
    cursor: default;
    padding: 0px 3px;
}

div.suggestions div.current {
    background-color: #3366cc;
    color: white;
}

table.none {
	border-width: 0px 0px 0px 0px;
	background-color: white;
}
table.none th {
	border-width: 0px 0px 0px 0px;	
}
table.none td 
{
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
}
</style>
