
/*DIV { border: 1px solid green;}*/

/* to hide the borders on an imageurl inside of an asp:hyperlink control */
a img, a:link img, a:visited img, a:hover img, a:active img
{
    border: 0 !important;
}

LEGEND
{
	color: #000;
	font-size: 105%;
	font-weight: bold;
	font-family: Arial, verdana, Sans-Serif;
	padding: 3px 7px 3px 5px;
}
FIELDSET
{
	margin: 10px;
}


#contentLeft, #breadcrumb
{
	display: none;
}

.isRow
{
	margin: 0 auto 4px auto;
	width: 810px;
}
.textEditorContainer
{
	float: left;
	width: 670px;
}
.treeMenuContainer
{
	float: left;
	width: 280px;
	margin: 10px;
}
.textEditorDisplayText
{
	width: 670px;
}

.instructionalText
{
	margin: 10px;
}

.textEditorDisplayText
{
	border: solid 1px #D4D4D4;
	padding: 4px;
}
.modalContainer
{
	border: solid 1px #0075BD;
}
.modalTitle
{
	background: #0075BD;
	color: #88BFCD;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, verdana, Sans-Serif;
	font-style: italic;
	padding: 3px 3px 3px 5px;
}

.titleBar
{
	margin: 5px 5px 0 5px;
}
.displayNone
{
	display: none;
}


.approvalControlContainer, .approvalControlContainerAlt
{
	margin: 10px;
	padding: 4px;
	border: solid 1px #2B566A;
	background: #CDDCE2;
	font-size: 85%;
	padding-bottom: 10px;
}
.approvalControlContainerAlt
{
	background: #ECF2F4;
}
.displayBox .gridContainer
{
	padding-top: 10px;
}

.forgotPasswordText
{
	margin: 10px;
	/*font-size: 12px;*/
	font-weight: normal;
	font-family: Arial, verdana, Sans-Serif;
	padding: 3px 3px 3px 5px;
}

.linkBlueSmall
{
	font-family: Arial, verdana, Sans-Serif;
	text-decoration: underline;
	/*font-size: 12px;*/
	color: Blue;
	font-weight: normal;
}
.linkBlueExtraSmall:link, .linkBlueExtraSmall:visited
{
	font-family:Arial, Verdana, Sans-Serif;
	text-decoration: underline;
	font-size:10px;
	color:#0000FF;
}
.linkBlueExtraSmall:hover
{
	font-family:Arial, Verdana, Sans-Serif;
	text-decoration:underline;
	font-size:10px;
	color:#FF0000;
}

.linkBasic:link, .linkBasic:visited, .linkBasic:hover
{
	font-family:Arial, Verdana, Sans-Serif;
	font-size:11px;
}
.linkBasic:link, .linkBasic:visited
{
	color:#0000FF;
	text-decoration:none;
}
.linkBasic:hover
{
	color:#FF0000;
	text-decoration:underline;
}

.projectMediaComment {
	padding: 0 15px 15px 15px;
}
.documentsBody {
	height: 78px;
	width: 400px;
	overflow-y: scroll;
	overflow-x:hidden;
}
.questionsAndDocsRow {
	clear: both;
	width: auto;
}
.documentLink {
	font-family: "Verdana", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	font-size: 11px;
	text-align: left;
	white-space: normal;
}
.docsList {
	margin: 10px;
	float: left;
}
.docsList ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #FFF;
	
}
.questionsBody
{	
	height: 78px;
	overflow-y: scroll;
	overflow-x:hidden;
}
/* to hide the borders on an imageurl inside of an asp:hyperlink control */
a img, a:link img, a:visited img, a:hover img, a:active img
{
    border: 0 !important;
}
