﻿body 
{
	
}


#MainTable
{
	width:850px;
	margin-left:auto;
	margin-right:auto;	
}


#TextBox1
{
	vertical-align:top;
}

#TextBox2
{
	vertical-align:top;
}

#TextBox3
{
	vertical-align:top;
}


.postlist_name
{
	color:Black;
}


.postlist_selected,
.postlist_selected a:Link
{
	color:Black !important;
}

.postlist_node,
.postlist_node a:link
{
	color:#9D0A0E;
	text-decoration:none;
}



.FileListRow2 td
{
	background-color:#d3d3d3;
	
}

.FileListRow1 td
{
	background-color:#f2f2f2;
}

.FileList th
{	
	background-color:#000000;
	color:White;
	font-size:14px;
	margin-top:5px;
	padding:5px 5px 5px 11px;
	text-align:left;	
}

.FileList td
{
	padding:3px;
	text-align:center;
	font-weight:bold;
}

.FileList
{
	border-collapse:collapse;
	width:100%;
}


.CommentsBox
{
	border:solid 1px #cccccc;
	padding:11px;
	margin:5px;
	position:relative;
	
}

.widgetholder
{
	margin-left:20px;
	margin-right:20px;
}

.WidgetContainer
{
	border:solid 1px #cccccc;
	position:relative;
}

.WidgetTopLeft
{
	background-image:url(/assets/images/topleft.png);	
	height:11px;
	left:-1px;
	position:absolute;
	top:-1px;
	width:11px;
}

.WidgetTopRight
{
	background-image:url(/assets/images/topright.png);
	height:11px;
	right:-1px;
	position:absolute;
	top:-1px;
	width:11px;
}

.WidgetBottomLeft
{
	background-image:url(/assets/images/bottomleft.png);	
	height:11px;
	left:-1px;
	position:absolute;
	bottom:-1px;
	width:11px;
}

.WidgetBottomRight
{
	background-image:url(/assets/images/bottomright.png);
	height:11px;
	right:-1px;
	position:absolute;
	bottom:-1px;
	width:11px;
}




.WidgetHeading
{
	color:#cccccc;
	font-size:15px;
	font-weight:bold;
	margin-left:5px;
}



.WidgetButton
{
	background-color:#CCCCCC;
color:#FFFFFF;
font-weight:bold;
}



