﻿body 
{
	font-family: Arial;
	font-size: small;
	color: Black;
}

a
{
	color: Blue;
}

a:hover 
{
	color: Blue;
}

a:visited
{
	color: Blue;
}


.LinkMed
{
	color: #0000FF;
	font-size: medium;
}

.LinkSm
{
	color: #0000FF;
	font-size: small;
}

.LinkXSm
{
	color: #0000FF;
	font-size: x-small;
}

.LinkSmDisabled
{
	cursor: default;
	text-decoration: none;
	font-family: Arial;
	color: #666666;
	font-size: small;
}

.Err
{
	color: #FF0000;
	font-size: medium;
}

.ErrSm
{
	color: #FF0000;
	font-size: small;
}

.noErrSm
{
	color: #0000FF;
	font-size: small;
}

.Me
{
	color: #000080;
	font-size: medium;
}

.MeSm
{
	color: #000080;
	font-size: small;
}

.Mutt
{
	color: #3366FF;
	font-size: medium;
}

.MuttSm
{
	color: #3366FF;
	font-size: small;
}

.And
{
	color: #808080;
	font-size: medium;
}

.You
{
	color: #CC99FF;
	font-size: medium;
}

.YouSm
{
	color: #CC99FF;
	font-size: small;
}

.ContentMed
{
	color: #333333;
	font-size: medium;
}

.ContentSm
{
	color: #333333;
	font-size: small;
	margin-left: 0px;
}

.ContentXSm
{
	color: #333333;
	font-size: x-small;
}

.ContentMedB
{
	color: #333333;
	font-size: medium;
	font-weight: bold;
}

.ContentSmB
{
	color: #333333;
	font-size: small;
	font-weight: bold;
}

.ContentXSmB
{
	color: #333333;
	font-size: x-small;
	font-weight: bold;
}

.modHeader
{
	color: white;
	font-size: large;
	font-weight: bold;
}




/* Tables */
.muttTable1
{
	border: 1px solid #CCCCCC;
	padding: 2px;
	border-collapse:collapse;
}




.label
{
	font-weight: bold;
	font-size: small;
}

.topMenuText
{
	font-size: medium;
	font-weight:bold;
}

.autoCompleteList
{
	font-size: small;
	cursor: pointer;
}

.autoCompleteList :hover
{
	background-color: #508cfe;
}

a.linkSm
{
	font-size: small;
}

a.linkMed
{
	font-size: medium;
}

a.logoLink
{
	text-decoration: none;
	border: none;
}

a.logoLink:hover
{
	text-decoration:none;
	border: none;
}

td.mainHeader
{
	border-bottom: solid 1px gray;
	padding: 0px;
}

td.searchResultCell
{
	width: 33%;
	text-align: center;
	font-size: medium;
	padding: 3px;
}

td.searchResultCell:hover
{
	background-color:#99ccff;
}

tr.searchResultRow
{
	cursor: default;
	background-color: White;
}

tr.searchResultRowHover
{
	background-color:#99ccff;
}

.watermark
{
	color: gray;
}

span.searchingText
{
	color: #0029E1;
	font-size: medium;
}

h1
{
	font-weight: bold;
	font-size: medium;
	border-bottom: solid 1px gray;
	width: 100%;
}

img.imageButton
{
	cursor: pointer;
}






ul.navigationList
{
	PADDING-LEFT: 10px;	
	PADDING-RIGHT: 0px;	
	PADDING-TOP: 0px;	
	PADDING-BOTTOM: 0px;	
	MARGIN: 0px;	
	LINE-HEIGHT: 170%;
	display: block;
	text-align:left;
	list-style-type: none;
	font-size: medium;
	font-weight: normal;
	width:160px;
}

ul.navigationList li
{
	color: #0000ff;
}

ul.navigationList a
{
	text-decoration: none;
	color: #0000ff;
}

ul.navigationList a:visited
{
	text-decoration: none;
	color: #0000ff;
}

ul.navigationList a:hover
{
	border-bottom: dotted 1px #0000ff;
}

ul.navigationList li.visiting
{
	color: White;
}

li.level1
{
	font-size:150%;
}

li.level2
{
	font-size:180%
}

li.level3
{
	font-size:20%;
}

li.level4
{
	font-size:240%;
}

li.level5
{
	font-size:300%;
}

ul.tagCloud{
	display: block;
	MARGIN: 0px;	
	padding:0px;
	LINE-HEIGHT: 200%;
	list-style-type: none;
	width:170px;
	text-align: justify;
}

ul.tagCloud li{
	DISPLAY: inline;	
	MARGIN: 0px;
	PADDING-RIGHT: 5px;	
	PADDING-LEFT: 5px;	
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	color: black;
}

ul.tagCloud li a {
	color: black;
}

ul.tagCloud li a:visited{
	color: black;
}

ul.bottomMenu
{
	padding:0px;
	margin: 0px;
	LINE-HEIGHT: 150%;
	display: block;
	text-align:center;
	list-style-type: none;
	padding-top: 40px;
	padding-bottom: 10px;
}

ul.bottomMenu li
{
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	font-size: small;
}

ul.bottomMenu li.sep
{
	display: inline;
	padding: 0px;
	border-left: dotted 1px gray;
	width: 1px;
	font-size: small;
}

