/* ================================
    CSS STYLES FOR _Montreat Containers
*/  

/* Layout options - using class for layout since module id may not be unique */
.MontreatBlankContainer {
/*	background-color: gray; /* temporary for working with the layout */
}
.MontreatBlankContainerActions {
	float: right;
	display: block;
	padding: 0px 0px 0px 0px;
	background-color: pink;
}
.MontreatBlankContainerContent {
	float: left;
	width: 100%;
/*	background-color: #eee; /*  Temporary */
}


/* Layout options - using class for layout since module id may not be unique */
.MontreatMainContainer {
/*	background-color: gray; /* temporary for working with the layout */
	margin-bottom: 10px;
/*	margin-right: 3px; */
	background-color: #e6e7e8;	
}
.MontreatMainContainerActions {
	float: right;
	display: block;
	padding: 0px 0px 0px 0px;
	width: auto;
	max-width: 20px;
	background-color: pink;
}
.ContainerActionBoundingBox {
	width: 20px;
	float: right;
}

.MontreatMainContainerTitle {
/* note that a height here throws off the width in IE quirks mode */
	background-color: #e6e7e8;
	padding: 1px 0px 3px 7px;
	text-align: left;
	font-size: 12pt;
	letter-spacing: 1px; 	
}

.MontreatMainContainerContent {
	/* effective width with padding and margin is 15 pixels less than enclosing div */
	background-color: #f7f7f7; 
	padding: 6px 5px 12px 7px;		
}

.MontreatMainContainerInnerContent {
	text-align: left;
}



.MontreatSidebarContainer {
/*	background-color: gray; /* temporary for working with the layout */
	margin-bottom: 10px;
/*	margin-right: 5px;  */
	padding-right: 0px;
	background-color: #1E2F5D;	
}

.MontreatSidebarContainerTitle {
/* note that a height here throws off the width in IE quirks mode */
	padding: 1px 0px 3px 4px;
	text-align: left;
	font-size: 11pt;
	letter-spacing: 1px; 	
	color: #f7f7f7;
}

.MontreatSidebarContainerContent {
	background-color: #f0f0f5; 
	padding: 6px 2px 12px 3px;		
}
/* 1E2F5D  is color for dark title banner
  */


.MontreatLeftNavContainerContent {
	background-color: #fff; 
	padding: 12px 0px 12px 0px;

}

.MontreatLeftNavContainerContent p {
	margin: 0px 0px 0px 2px;
	padding: 0;
	background-color: #1E2F5D;
	width: 180px;
	display: block;
}
	

.MontreatLeftNavContainerInnerContent {
	text-align: center;
}

.MontreatLeftNavContainerContent a {
	display: block;
	width: 180px;
	text-align: center;
	height: 25px;
	background-color: #1E2F5D;
	padding-top: 5px;
	padding-bottom: 2px;
	
	font-size: 11pt;
	color: #f7f7f7;
	letter-spacing: 1px; 
	text-decoration: none;
}	

.MontreatLeftNavContainerContent a:hover {
	text-decoration: underline;
}
  
.ContainerCrystalTitle
{
//	font-family: Tahoma, Arial, Helvetica;
    font-size:  16px;
    font-weight: Bold;
    color: #091C5A;
}

.Title
{
	font-family: Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight: Bold;
    color: #091C5A;
}

/*  News articles use .Head for the head of the article */
.Head
{
	font-family: Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight: Bold;
    color: #091C5A;
	margin-bottom: 5px;
	display: block;
}

a.Head {
	text-decoration: none;
}

.ContainerCrystalGTitle
{
	font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight: Bold;
    color: #091C5A;
}


.rightnav {
background-color: white;
float: right;
width: 250px;
border: 1px solid;
margin: 5px 5px 10px 10px;
padding: 10px 5px 20px 10px;
}
