﻿/* generic style classes with self-documenting names */
.calendarDateWithData
{
	background-color:ButtonFace;
	font-size:80%;
}
.messageToUser
{
	font-size:110%;
	font-style:oblique;
	color:Blue;
}
.warningMessageToUser
{
	font-size:110%;
	font-style:oblique;
	color:Red;
}
.dropDownItemStatic
{
	font-size:x-small;
	font-style:normal;
	position:absolute;
	left:811px;
	top:5px;
	white-space:nowrap;
}

/* discussion.aspx */
.header 
{
	font-size: larger; 
	font-weight: bold; 
	cursor: hand;
    background-color:#cccccc; 
    font-family: Verdana; 
    height:1.5em;
    overflow:hidden;
}
.details 
{
	display:none; 
	visibility:hidden; 
	background-color:#eeeeee; 
    font-family: Verdana; 
    cursor: hand;
}
.commentor
{
	text-align:left;
	width:15%;
	font-size:xx-small;
	color:Blue;
}
.commentText
{
	text-align:left;
	width:85%;
}
.commentName
{
	white-space:nowrap;
}
.commentDateTime
{
	white-space:nowrap;
	text-indent:10px;
}

a
{
	font-family:sans-serif;
}

a.inlineLinks 
{
}
a.mapLinks 
{
}
a.descriptionLinks 
{
}

a.largeLinks 
{
	 font-weight:bold;
	 font-size:1.2em;
	 font-style:oblique;
	 margin-left:2em;
}
a.largeLinks:link, a.inlineLinks:visited {
	font-size:1.2em;
}
a.largeLinks:hover {
	font-size:1.3em;
}

/* menu links on Main.master */
a.menuLinks 
{
	 font-weight:bold;
	 font-size:100%;
	 font-style:oblique;
	 color:White;
	 text-decoration:none;
	 text-align:right;
	 padding:3px 3px 3px 0px;
}
a.menuLinks:link, a.menuLinks:visited {
	background-color:#6F0600;
}
a.menuLinks:hover {
	background-color:#BB0600;
	font-size:105%;
}

/*small things */
input.smallButton 
{
	font-size:75%;
	height:75%;
	text-align:center;
	display:inline;
}
ul.smallList 
{
	margin:0 0 0 0;
	display:inline;
}
li.smallList
{
	margin:0 0 0 0;
}

/* Styles applied to all html elements */
body 
{
	background-image: url(Images/Background.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:WindowText;
}
#menuDiv
{
	margin-top:220px;
	margin-left:3px;
	float:left;
	white-space:nowrap;
}
#contentDiv
{
	margin-top:180px;
	margin-left:20px;
	float:left;
	width:75%;
}
#bufferDiv
{
    float:left;
    width:100%;
}
#addressDiv
{
    float:none;
    vertical-align:bottom;
    text-align:center;
    width:100%;
}
#mainMasterMenu
{
	list-style:none;
	margin-left:0px;
	white-space:nowrap;
}
.popupBody
{
	background-image:none;
	margin-top:30px;
	margin-left:30px;
}
.textBody
{
	width:75%;
}
.smallBody
{
	font-size:x-small;
}

h1 {
	 text-align:left;
	 font-style:oblique;
	 color:WindowText;
	 margin:0 0 0 0;
}
h3
{
	text-align:left;
	color:WindowText;
	font-style:italic;
	margin:0 0 0 0;
}
ul
{
	margin-top:0;
	list-style-position:outside;
}
	ul li
	{
		margin-top:0px;
	}
table.emailTable
{

}
td.emailTableColumn1
{
	 width:12%;
	 vertical-align:top;
}
td.emailTableColumn2
{
	 width:2%;
	 vertical-align:top;
}
td.emailTableColumn3
{
	 width:80%;
	 vertical-align:top;
}
.Pager table
{
	width:1%;
}
table .MemberAdmin
{
	width:100%;
	border-collapse:collapse;
	background-color:salmon;
}
table .MemberAdmin tr th
{
	padding:5px;
	border-collapse:collapse;
	border:solid 1px gray;
	font-weight:bold;
}
table .MemberAdmin tr td
{
	padding:5px;
	border-collapse:collapse;
	border:solid 1px gray;
	font-weight:bold;
}
.cellContents
{
	background-color:Yellow;
	font-weight:normal;
}

