body#RootMaster
{
	background-image: url(Images/StartPage/background.gif); 
	background-repeat: repeat-x;
	background-color: #eeeeee;
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow:hidden;
}

body#RootMaster span
{
	color: #000000;
}

.RootMasterPageTitle
{
	background-color: #6A6A69;
	color: #ffffff;
	font-family: Tahoma;
	font-size: 14px;
	width: 100%;
	text-indent:14px;
	padding-top: 4px;
	padding-left: 0px;
	height:20px;
}

body#RootMaster .RootMasterPageError
{
	color: Red;
}

table#Plate
{
	background-color: #eeeeee;
	margin: auto;
	margin-top: 0px;
	padding-top: 0px;
	overflow:hidden;
}

.RootMasterPageTopSpacing
{
	padding-top: 20px;	
}

.RootMasterTable
{
	text-align:left;
}

.RootMasterPageContent
{
	padding: 14px;
	padding-top: 18px;
	background-color: #f6f7f7;
}

.RootMasterPageFooter
{
	background-image: url(Images/StartPage/footer.gif);
	background-repeat: repeat-y;
	color: #000000;
	padding: 4px;
	padding-left: 14px;
}

.RootMasterPageFooter a
{
	color: #000000;
}

.RootMasterPageBottom
{
	background-image: url(Images/StartPage/bottom.gif);
	background-repeat: no-repeat;
}

.RootMasterPageLabelControl
{
	display:inline-block;
	width: 100px;
}

.RootMasterPageSelectableListItem
{
	margin-left: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.RootMasterPageSelectableListItem,
.RootMasterPageSelectableListItem li,
.RootMasterPageSelectableListItem li a
{
	list-style-image: url(Images/Icons/List/BulletedListItem.gif); 
	text-decoration: none;
	vertical-align:top;
	color: #000000;
}

.RootMasterPageSelectableListItem li a:hover
{
	text-decoration: underline;
	color: #000000;
}

.RootMasterPageSelectableListItem li
{
	padding-left:8px;
}

div.Hidden
{
	visibility: hidden;
}
