@import url("/Common/popstd.css");


/*Begin AJAX Control Toolkit Tab Extender customizations:
	.ajax__tab_header: A container element that wraps all of the tabs at the top of the TabContainer. Child CSS classes:.ajax__tab_outer. 
	.ajax__tab_outer: An outer element of a tab, often used to set the left-side background image of the tab.Child CSS classes: .ajax__tab_inner. 
	.ajax__tab_inner: An inner element of a tab, often used to set the right-side image of the tab. Child CSS classes:.ajax__tab_tab. 
	.ajax__tab_tab: An element of the tab that contains the text content. Child CSS classes:none. 
	.ajax__tab_body: A container element that wraps the area where a TabPanel is displayed. Child CSS classes: none. 
	.ajax__tab_hover . This is applied to a tab when the mouse is hovering over. Child CSS classes:.ajax__tab_outer. 
	.ajax__tab_active: This is applied to a tab when it is the currently selected tab. Child CSS classes:.ajax__tab_outer. 
	
	Define the styles as .AjaxTab .ajax__tab_header {}  .AjaxTab .ajax_tab_outer { } etc...
*/

.AjaxTab .ajax__tab_tab { font-size: xx-large; }


/*End tab customizations*/




/*Begin thickbox style overrides*/
#TB_title
{
	background: url(/Images/ThckBox_HdBkgrnd_MAR.gif) repeat;
	height:34px;
	font-weight: bold;
}
.TB_overlayMacFFBGHack {background: url(/images/macFFBgHack_MAR.png) repeat;}
.TB_overlayBG 
{
	background-color: #422714;
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}
/*End thickbox style overrides*/

body
{
   margin: 0;
   padding: 0;
   color: #000;
   background-color: #aa6535;
}


/* === TopBackgrnd creates white background in mid-section and top repeating background === */
#wideBckgrnd
{
   width: 100%;
   background: #aa6535 url('/Images/Marine_TopBckgrnd.jpg') repeat-x;
}


/*adds bottom fade and background color*/
#bottom
{
   background: #543219 url('/Images/Marine_BtmBckgrnd.jpg') repeat-x;
   width: 100%;
   height: 242px;
   margin: 0;
   padding: 0;
}

.shadowCellLeft
{
   background-image: url("/images/Marine_ShdwLeft.gif");
   background-repeat: repeat-y;
   width: 2px;
}

.shadowCellRight
{
   background-image: url("/images/Marine_ShdwRght.gif");
   background-repeat: repeat-y;
   width: 2px;
}

/* === Bottom shadow for content === */
.shadowCellLeftBottomCorner
{
   background-image: url("/images/Marine_ShdwBtmCrnrLft.gif");
	background-repeat: no-repeat;
	width: 2px;
}
.shadowCellBottom
{
   background-image: url("/images/Marine_BtmShdw.gif");
	background-repeat: repeat-x;
	height: 2px;
}
.shadowCellRightBottomCorner
{
   background-image: url("/images/Marine_ShdwBtmCrnrRght.gif");
	background-repeat: no-repeat;
	width: 2px;
}
