

body{
	margin:0; 
	width:100%;
	height:100%;
	text-align:center;
	background-color:#3b3b3b;
	background-image:url(images/NavPaneTopFillerGrey.png);
	background-repeat:repeat-y;
	background-position:center;
	font-family: helvetica, sans-serif;
    font-size: 13px;
}


.ErrorText
{
	color:Red;
}

.NavPaneTop {
	height: 250px;
	
	width:100%;
	background-image:url(images/NavPaneTop.png);
	background-repeat:no-repeat;
}
.MenuPaneTop 
{
	text-align:left;
	background-position:top;
	height: 30px;
	width:100%;
	background-image:url(images/MenuBackground.png);
	background-repeat:repeat-x;
	
}
.MenuBorderTop 
{
	background-position:top;
	height: 15px;
	width:100%;
	background-image:url(images/TopMenuBorder.png);
	background-repeat:repeat-y;
	text-align:right;
	
}
.MainWrapper{
	
	
	margin:auto;
	width:800px;
	/*background-color:White;*/
	min-height: 100%;
	
	
}
* html .MainWrapper
{
	height:100%;
}

.CenterMain
{
	
	z-index: 2;	
	width:800px;
	/*background-color:white;*/
	
}
* html .CenterMain
{
	height:100%;
}

.ControlPanel{
	 
}
.ContentPane 
{
	
	/*background:white;*/
	width:535px;
	float:left;
	
}

.LeftPane 
{
	
	float:left;
	width:261px;
	
	/*background:white;*/
}
.BottomBar
{
	clear: both;
	width:100%;
	/*background-color:White;*/
	
}



.poweredBySitefinityLogo
{
    display:none;
}
/* 
====================================
 Container Styles for Main Container
====================================
*/   
.ConWrap
{
	padding: 18 6 6 6;
	
}
.ContainerContent
{
	
	width:522px;
	height:350px;
	background-color:white;
	border: solid 1px #004fa3;
	overflow:auto;
	text-align:left;
	
}
.PaddingContent
{
	padding: 2 2 2 2;
	
}

.ModuleContainerMenu
{
	width:522px;
	
	background-image:url(images/ModuleContainerTop.png);
	background-repeat:no-repeat;
	height:46px;
	
}
.ModuleContainerMenuSingle
{
	width:522px;
	
	background-image:url(images/ContainerTop.png);
	background-repeat:no-repeat;
	height:46px;
	
}
/* 
======================================
 Container Styles for Small Container
======================================
*/ 

.SmallMenuCss
{
	width:258;
	text-align:left;
	background-image:url(images/SmallContainerTop.png);
	background-repeat:no-repeat;
	height:23px;
	padding-left:15px;
	padding-top:5px;
	
}
.SmallContainerContent
{
	
	width:258px;
	background-color:#ffffff;
	border: solid 1px #0750a4;
	text-align:left;
	height:109px;
}

.SmallConWrap
{
	padding: 18 0 6 4;	
}



/* MODULE SPECIFIC CSS */
.TRISKeywordsLabel {
	font-size: 13px;
	font-weight: bold; 	
	color:White;
}



a.lbtnBackToResults:link, a.lbtnBackToResults:visited, a.lbtnBackToResults:active
{

	color:White;
}
.LinkBar
{
	background-image:url(images/LinkBar.png);
}