﻿

.note
{
	font-size:80%;
	font-style:italic;
	color:Gray;
}
.title
{
	font-size: 130%;
	color: Blue;
}

.description
{
	font-size: 130%;
	color: Gray;
}

.dataPager
{
	text-align: center;
}

.modalPopupBG
{
	background-color: #666699;
	filter: alpha(opacity=50);
	opacity: 0.7;
}

a.importantLink, a.importantLink:visited
{
	/*font-weight:bold;
	color:DarkOrange;*/
}

.floater
{
	width:auto;
	height:auto;
	position:relative;
	float: left;
	padding: 5px;
	margin: 5px;
}

.floaterRight
{
	width:auto;
	height:auto;
	position:relative;
	float: right;
	padding: 5px;
	margin: 5px;
}
.visible
{
	display: block;
}

.inVisible
{
	display: none;
}

.imgRight
{
	float: right;
}

.contributionTextBox
{
	overflow-y: auto;
	overflow: -moz-scrollbars-vertical;
	width: 100%;
	height: 150px;
}


.noteDiv
{
	overflow-y: auto;
	overflow: -moz-scrollbars-vertical;
	border: 3px double Gray;
	height: 100px;
}

