.background {
	background-attachment: fixed;
	background-image: url(Images/MainBack1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.mainContainer {
	background-attachment: fixed;
	background-image: url(Images/tableabstractBG1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border: 2px solid #FFF;
	position: relative;
	height: 175px;
	width: 90%;
	left: 5%;
	top: 0px;
}
.mainContainerFull {
	background-attachment: fixed;
	background-image: url(Images/tableabstractBG1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border: 2px solid #FFF;
	position: relative;
	height: 175px;
	width: 100%;
	top: 0px;
}
.solpartmenu {
	background-image: url(Images/menubackgroundDefault.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	position: absolute;
	height: 35px;
	width: 100%;
	top: 95px;
	z-index:999999;
	font-color:white;
}
.breadcrumb {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #036;
	position: absolute;
	height: 25px;
	width: 90%;
	left: 5%;
	top: 130px;
	text-indent: 20px;
	
	
}
.contentContainer {
	background-color: #FFF;
	position: relative;
	height: 100%;
	min-height:100%;
	width: 90%;
	left:  5%;
	top:0px;
	padding-right:0px;
	background-image: url(Images/containerbackgroundgradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	

}
.contentContainerFull {
	background-color: #FFF;
	position: relative;
	height: 100%;
	min-height:100%;
	width: 100%;
	top:0px;
	padding-right:0px;
	background-image: url(Images/containerbackgroundgradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	

}
.containerTable {
	position: relative;
	top: 0px;
	height: 100%;
	width: 100%;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	vertical-align: top;
	
}


.search {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	text-align: right;
	position: absolute;
	height: 25px;
	width: auto;
	top: 75px;
	right:-5px;
	text-indent: 10px;
	line-height: 20px;
}


.LOGIN_object,
a.LOGIN_object:link,
a.LOGIN_object:visited,
a.LOGIN_object:active,
.USER_object,
a.USER_object:link,
a.USER_object:visited,
a.USER_object:active  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	
	
	border:0;
	margin-right:10px;
	
	
}

/* Login and user tokens hover	         */  
a.LOGIN_object:hover,
a.USER_object:hover			{ 
	
	text-decoration: underline; 
	border:0; 
}
.background .mainContainer #LoginRow {
	position: absolute;
	width: 25%;
	height: 50px;
	top: 5px;
	right: 5px;
	text-align: right;
	padding-right:5px;
}
.background .mainContainerFull #LoginRow {
	position: absolute;
	width: 25%;
	height: 50px;
	top: 5px;
	right: 5px;
	text-align: right;
	padding-right:5px;
}
/* Date token idle				         */  
.DATE_object,
a.DATE_object:link,
a.DATE_object:visited,
a.DATE_object:active { 
	color: #FFFFFF; 
	font: normal 12px Arial, Sans-Serif; 
	text-decoration: none; 
	border:0; 
	margin-right:20px;
}
/* Date token hover				         */  
a.DATE_object:hover	{ 
	color: #FFFFFF; 
	font: normal 12px Arial, Sans-Serif; 
	text-decoration: none; 
	border:0; 
}

/* Breadcrumb/Search token idle          */  
.SEARCH_object, 
.dnn_dnnSEARCH_optSite { 
	height:20px; 
	margin-top:4px; 
	color: #888888; 
	font: 12px Arial, Sans-Serif;
	font-color:black;	
	margin-top:1px; 
	
}


.MainMenu_MenuContainer{
	background-color:transparent;
	position: absolute;
	height: 35px;
	width: auto;	
}
.MainMenu_MenuBar{
	background-color:transparent;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-align:left;
	height:35px;
	color: #FFF;
}

.MainMenu_MenuItem{
    color: white; 
    font-family: Tahoma, Arial, Helvetica; 
    font-size: 12px; 
	line-height:20px;
    font-weight: bold; 
 
}
.MainMenu_MenuArrow 
{
    display: none; 
}
.MainMenu_MenuIcon 
{
    display: none; 
}
.MainMenu_RootMenuItemSelected
{
    background-color: #06C;
    height: 35px;
}
.MainMenu_RootMenuItemActive 
{
   
    background-color: #09F;
    height: 35px;
}
.MainMenu_SubMenu { 
    z-index: 9999999; 
    cursor: pointer; 
    cursor: hand; 
	font-size:12px;
	font-weight:bold;
	color:white;
	line-height:20px;
	background-color:#004F79;
	border-left:#D9F2FF 1px solid; 
    border-right:#D9F2FF  1px solid;
	border-bottom:#D9F2FF  1px solid;
	top:10px;
}
.MainMenu_SubMenuItemSelected
{
    cursor: pointer;
	cursor: hand;
	color: #FFF;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	line-height:20px;
	background-image: url(Images/menubackgroundHover.bg.jpg);
	background-position: top;
}
.MainMenu_MenuItemSel 
{
	cursor: pointer;
	cursor: hand;
	color: #FFF;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	line-height:30px;
	background-image: url(Images/menubackgroundHover.bg.jpg);
	background-position: middle;
	
	
}
.MainMenu_SubMenuItemBreadcrumb
{   
    border: solid 1px white;
    background-color: black;
    height: 16px;
}



SPAN.SEARCH_object{ display: none; }

#dnn_dnnBREADCRUMB_lblBreadCrumb{ padding-top:4px; }

.BREADCRUMBS_object,
a.BREADCRUMBS_object:link,
a.BREADCRUMBS_object:visited,
a.BREADCRUMBS_object:active	{ 
	color: #CCC; 
	font: bold  10px Arial, Sans-Serif; 
	text-decoration: none; 
	border:0; 
	line-height:25px;
}

/* Breadcrumbs token hover		         */	 
a.BREADCRUMBS_object:hover	{ 
	color: #FFF; 
	font: bold  10px Arial, Sans-Serif; 
	text-decoration: underline; 
	border:0; 
	line-height:25px;
}

.background .mainContainer #martalogo {
	background-attachment: scroll;
	background-image: url(Images/martalogo.bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 104px;
	width: 321px;
	left: 0px;
	top:-5px;
	
}
.background .mainContainerFull #martalogo {
	background-attachment: scroll;
	background-image: url(Images/martalogo.bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 104px;
	width: 321px;
	left: 0px;
	top:-5px;
	
}


.FOOTER_objects	{
	text-transform:  uppercase;
	position: relative;
	height: 20px;
	width: 90%;
	left:5%;
	bottom: auto;
	padding: 3px;
	top: auto;
	background-color: #237CFC;
	text-align: center;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	background-color:#06F;
	margin: 0px;
}
.FOOTER_objectsFull	{
	text-transform:  uppercase;
	position: relative;
	height: 20px;
	width: 100%;
	bottom: auto;
	padding: 5px;
	top: auto;
	background-color: #237CFC;
	text-align: center;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	background-color:#06F;
	margin: 0px;
}
.background .contentContainer .containerTable tr #ContentPane {
	text-align: center;
	vertical-align: top;
	top: 0px;
}

