body {
}

.skinmaster
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	background-image:url(background_ti.gif);
	background-repeat:repeat-x;
	vertical-align:top;
	text-align:center;
	background-color:White;
}
.headerTable
{
	border-style: solid none solid none;
	border-width: thin;
	border-color: #F26531;
	background-color: White;
	width: 80%;
	height: auto;
}
.mainTable
{
	background-color:White;
	width:80%;
	height:80%;
}

/* ACTION OBJECT FORMATTING */
.Action
{
	font-family: 'Arial';
	color: #3A4D58;
	font-size: x-small;
	font-weight: bold;
}
a.Action:link, a.Action:active ,a.Action:active
{
	font-family: 'Arial';
	color:#3A4D58;
    font-size: x-small;
}
a.Action:hover
{
	color:#F26531;
}

/* DNN Menu Styles */
.MainMenu_MenuBar {
cursor: pointer; 
cursor: hand;
height: 16px;
background-color: Transparent;
color: #3A4D58;
}
.MainMenu_MenuItem {
 font-family: 'Arial';
 font-size:x-small;
}
a.MainMenu_MenuItem:hover
{
	color:#F26531;
}
a.MainMenu_MenuItem.active
{
	color:#F26531;
	text-decoration:underline;
}
.MainMenu_MenuItemSel {
 font-family: 'Arial';
 font-size: x-small;
 color:#CC3333;
}

.MainMenu_RootMenuItemBreadcrumb
{   
    border: solid 10px purple;
    background-color: green;
    height: 50px;
}