
@import "OutputMenuSettings.css";

/************************************************************/
/* Base Styles                                              */
/************************************************************/

body
{
    	margin: 0px;
    	background-color: #131313;
}


#BaseRegion
{
	top: 0;
	margin: auto;
	width: 820px;
	position: relative;
}

#BaseRegion h1
{
	font-size: 250% !important;
}

#BaseRegion h2
{
	font-size: 210% !important;
}

#BaseRegion h3
{
	font-size: 180% !important;
}

#BaseRegion h4
{
	font-size: 150% !important;
}

#BaseRegion h5
{
	font-size: 110% !important;
}

#BaseRegion h6
{
	font-size: 90% !important;
}

#BaseRegion hr
{
	margin-top: 5px;
	margin-bottom: 5px;
}

#LoginLink,
#LoginLink a
{
	width:820px;
	margin:auto;
	margin-top: 10px;
	color: #a7a7a7 !important;
	font-size: 13px !important;
	font-weight: bold !important;
	font-family: Tahoma !important;
	text-decoration: none !important;
}

#LoginLink a:hover
{
	text-decoration: underline !important;
}

/********************************************************************/
/*																	*/
/* Section for general settings of all regions.		    	    */
/*																	*/
/********************************************************************/
#BaseRegion .PanelWrapper,
#BaseRegion .EditorPanel
{
    width: 100%;
}

/* Base styles to reduce the GAP between Word generated HTML and the editor */
.EditorPanel p
{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#BaseRegion .EditorPanel h1,
#BaseRegion .EditorPanel h2,
#BaseRegion .EditorPanel h3,
#BaseRegion .EditorPanel h4,
#BaseRegion .EditorPanel h5,
#BaseRegion .EditorPanel h6,
#BaseRegion .EditorPanel font,
#BaseRegion .EditorPanel br
{
	padding: 0px !important;
    margin: 0px !important;
}

#BaseRegion #BodyRgn .EditorPanel ul, 
#BaseRegion #BodyRgn .EditorPanel ol,
#BaseRegion #HeaderRgn .EditorPanel ul, 
#BaseRegion #HeaderRgn .EditorPanel ol,
#BaseRegion #FooterRgn .EditorPanel ul, 
#BaseRegion #FooterRgn .EditorPanel o
{
    padding: 0px !important;
    margin: 0px 0px 0px 20px !important;
}

#BaseRegion #BodyRgn .EditorPanel ul li, 
#BaseRegion #BodyRgn .EditorPanel ol li,
#BaseRegion #HeaderRgn .EditorPanel ul li, 
#BaseRegion #HeaderRgn .EditorPanel ol li,
#BaseRegion #FooterRgn .EditorPanel ul li, 
#BaseRegion #FooterRgn .EditorPanel ol li
{
    padding: 0px !important;
    margin: 0px 0px 0px 15px !important;
}


/* All the cells that surrounds the main cell in the region should be hidden by default */
#BaseRegion .Col1Row1,
#BaseRegion .Col2Row1,
#BaseRegion .Col3Row1,
#BaseRegion .Col1Row2,
#BaseRegion .Col3Row2,
#BaseRegion .Col1Row3,
#BaseRegion .Col2Row3,
#BaseRegion .Col3Row3
{
	display: none;
}

#BaseRegion .TopRow,
#BaseRegion .BottomRow
{
    display: none;
}

/* All the cells that surrounds the main cell in a rail should be hidden by default */
#BodyRgn #LeftRailRgn .Col1Row1,#BodyRgn #LeftRailRgn .Col2Row1,
#BodyRgn #LeftRailRgn .Col3Row1, #BodyRgn #LeftRailRgn .Col1Row2,
#BodyRgn #LeftRailRgn .Col3Row2, #BodyRgn #LeftRailRgn .Col1Row3,
#BodyRgn #LeftRailRgn .Col2Row3, #BodyRgn #LeftRailRgn .Col3Row3,
#BodyRgn #RightRailRgn .Col1Row1, #BodyRgn #RightRailRgn .Col2Row1,
#BodyRgn #RightRailRgn .Col3Row1, #BodyRgn #RightRailRgn .Col1Row2,
#BodyRgn #RightRailRgn .Col3Row2, #BodyRgn #RightRailRgn .Col1Row3,
#BodyRgn #RightRailRgn .Col2Row3, #BodyRgn #RightRailRgn .Col3Row3
{
	display: none;
}

/************************************************************/
/* HeaderLogo Styles                                    */
/************************************************************/

#HeaderLogoRgn
{
	width: 820px;
	margin:auto;
	background-color: #f1f0e8;

}

#HeaderLogoRgn .EditorPanel
{
	height: auto;
	_height: 65px;
	min-height: 65px;
}


#HeaderLogoRgn .EditorPanel TD,
#HeaderLogoRgn .EditorPanel
{
	color:#131313;
	font-size:13px;
	font-family: Tahoma;
}



#HeaderLogoRgn .EditorPanel a
{
	color:#0f8aff;
}

#HeaderLogoRgn .EditorPanel a:hover
{
	text-decoration:none;
}


/************************************************************/
/* HeaderImg Styles                                    */
/************************************************************/

#HeaderImgRgn
{
	
	width: 100%;
	height: auto;
	_height: 252px;
	min-height: 252px;
	background-repeat: repeat-x;
	background-position: left bottom ;
	background-image: url('images/bg.gif');

}


#HeaderImgRgn .PanelWrapper 
{
	width: 100%;
	height: auto;
	_height: 252px;
	min-height: 252px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url('images/bg-top.jpg');
}


/************************************************************/
/* Menu Styles						*/						
/************************************************************/

#MenuRgn 
{
	width: 820px;
	margin:auto;
	margin-bottom: 0px;
	font-size:0px;
	background-color: #131313;
}

#MenuRgn .EditorPanel
{
	height: auto;
	_height: 48px;
	min-height: 48px;
}

/************************************************************/
/* Body Styles						*/						
/************************************************************/

#BodyRgn
{
	width: 820px;
	margin:auto;
	background-color: #f1f0e8;
	margin-top:0px;
}

#BodyRgn #LeftRailRgn,
#BodyRgn #MiddleRailRgn,
#BodyRgn #RightRailRgn
{
    width: 100%;
}

#BodyRgn .EditorPanel
{
	height: auto;
	_height: 397px;
	min-height: 397px;
	padding-bottom: 60px;
	padding-top:  27px;
}

#BodyRgn .CenterRow .MiddleRail
{
    overflow-x: hidden;
    padding-left: 15px;
    padding-right: 15px;
}

#BodyRgn .EditorPanel td,
#BodyRgn .EditorPanel
{
	color:#000000;
	font-family:Tahoma;
	font-size:13px;
}

#BodyRgn .EditorPanel a
{
	color:#0f8aff;
}

#BodyRgn .EditorPanel a:hover
{
	text-decoration:none;
}

/********************************************************************/
/*																	*/
/* Narrow Rails Templates Styles                                    */
/*																	*/
/********************************************************************/

#BodyRgn .NarrowRail
{
    	width: 30%; 
}

.NrwLeftPanel #BodyRgn 
{
	background-color: #e6e4d7;
}

.NrwLeftPanel #BodyRgn #LeftRailRgn 
{
	background-color: #f1f0e8;
	background-repeat: repeat-y;
    background-position: right top;
	background-image: url('images/bg-col.gif');
}

.NrwRightPanel #BodyRgn #RightRailRgn
{
	background-color: #e6e4d7;
	background-repeat: repeat-y;
    background-position: left top;
	background-image: url('images/bg-col.gif');
}


/********************************************************************/
/*																	*/
/* Wide Rails Templates Styles                                      */
/*																	*/
/********************************************************************/

#BodyRgn .WideRail
{
	width: 40%; 
}

.WideLeftPanel #BodyRgn 
{
	background-color: #e6e4d7;
}

.WideLeftPanel #BodyRgn #LeftRailRgn
{
	background-color: #f1f0e8;
	background-repeat: repeat-y;
    background-position: right top;
	background-image: url('images/bg-col.gif');
}



.WideRightPanel #BodyRgn #RightRailRgn
{
	background-color: #e6e4d7;
	background-repeat: repeat-y;
    background-position: left top;
	background-image: url('images/bg-col.gif');
}


/********************************************************************/
/*																	*/
/* Two Panels Templates Styles                                      */
/*																	*/
/********************************************************************/

#BodyRgn .WideRailLeft,
#BodyRgn .WideRailRight
{
    	width: 50%; 
}

#BodyRgn .WideRailRight
{
	background-color: #e6e4d7;
	background-repeat: repeat-y;
    	background-position: left top;
	background-image: url('images/bg-col.gif');
}

.TwoPanels #BodyRgn #LeftRailRgn,
.TwoPanels #BodyRgn #RightRailRgn,
.TwoPanelsBottom #BodyRgn #LeftRailRgn,
.TwoPanelsBottom #BodyRgn #RightRailRgn
{
	height: auto;
	_height: 247px;
	min-height: 247px;
}


.TwoPanelsBottom #BodyRgn .MiddleRailBody .EditorPanel
{
	height: auto;
	_height: 150px;
	min-height: 150px;
	margin-bottom: 15px;
}


/********************************************************************/
/*																	*/
/* Three Panels Templates Styles                                      */
/*																	*/
/********************************************************************/

#BodyRgn .NarrowRailLeft,
#BodyRgn .NarrowRailMiddle,
#BodyRgn .NarrowRailRight
{
    	width: 33%; 
}

.ThreePanels #BodyRgn #RightRailRgn,
.ThreePanelsBottom #BodyRgn #RightRailRgn
{
	background-color: #f1f0e8;
	background-image: none;
	height: auto;
	_height: 247px;
	min-height: 247px;
}



.ThreePanels #BodyRgn #MiddleRailRgn,
.ThreePanelsBottom #BodyRgn #MiddleRailRgn
{
	width: 100%;
	background-color: #e6e4d7;
	background-repeat: repeat-y;
    	background-position: left top;
	background-image: url('images/bg-col.gif');
	
}

.ThreePanelsBottom #BodyRgn .MiddleRailBody .EditorPanel
{
	height: auto;
	_height: 150px;
	min-height: 150px;
	margin-bottom: 15px;
}



/************************************************************/
/* FooterRgn Styles                                    */
/************************************************************/
 
#FooterRgn
{
	
	margin:auto;
	color:#000000;
	font-size: 11px;
	font-family:Tahoma;
	background-color: #f1f0e8;
	background-repeat: repeat-x;
    background-position: left top;
	background-image: url('images/bg-bot.gif'); 
}

#FooterRgn .PanelWrapper
{
	height: auto;
	_height: 76px;
	min-height: 76px;
	padding:5px;
}

#FooterRgn .EditorPanel
{
	width:810px;
	overflow-x:hidden;
	height: auto;
	_height: 66px;
	min-height: 66px;
}

#FooterRgn a
{
	color:#000000; 
	text-decoration:none;
}

#FooterRgn a:hover
{
	text-decoration:underline;
}

/************************************************************/
/* WTPPowerByLink Styles                                    */
/************************************************************/

#WTPPowerByLink
{
	width:820px;
	margin:auto;
	color:#ffffff;
	font-size:10px;
	font-family:Arial;
	margin-top: 10px;
	text-align: right;
	display:none;
}

#WTPPowerByLink a
{
	color:#ffffff;
	font-size:10px;
	font-family: Arial;
	text-decoration: underline !important;
}

#WTPPowerByLink a:hover
{
	text-decoration: underline !important;
}