/******************** Details.ascx *******************************/
div.ScrollPanel
{
	 width: 100%;	 
	 overflow: auto;
}

/******************** Upload.ascx *******************************/
div.UploadMap
{
	width:100%;
	height:350px;
	}

/******************** Comments.ascx *******************************/

table.Comments
{
	 background-color: #f5f5f5;
}

table.GridComments
{
	
}

.GridCommentsGray
{	
	background-color:#f5f5f5;
}

.GridCommentsWhite
{	
	background-color:#ffffff;
}

/******************** Moderate*.ascx *******************************/
table.Moderate
{
	border-collapse: collapse;
	width: 600px;
}

table.Moderate tr.Title td, table.Moderate tr.Content td,  table.Moderate tr.Buttons td
{
	border: solid 2px #d7e0f1;
}

table.Moderate table tr td
{
	border-style: none;
}

table.Moderate tr.Title
{
	background-color: #d7e0f1;
	color: white;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 20px;
}

table.Moderate tr.Content
{
	border: solid 1px #d7e0f1;
}

table.Moderate td.Thumbnail
{
	background-color: #FFFFFF;
}

table.Moderate tr.Buttons
{
	background-color: LightGrey;
	color: white;
}

table.Moderate tr.Pager
{
	background-color: #E9E9E9;
}

/* ====================================== */

.borderbottom
{
	border-bottom: solid 1px silver;
}

.Months
{
	color: Gray;
	text-decoration: underline;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
}

a:link.Months
{
    color: Gray;
	text-decoration: underline;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
}
a:hover.Months
{
    color: Red;
	text-decoration: underline;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
}
a:visited.Months
{
    color: Gray;
	text-decoration: underline;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
}
a:active.Months
{
    color: Red;
	text-decoration: underline;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
}

.tdMonths
{
	border-right: black 1px solid; 
	border-top: black 1px solid; 
	border-left: black 1px solid;
	
	white-space: nowrap;
	text-align: center;
}

.NormalTextBox
{
	background-color:Transparent;
}