﻿
@import "OutputMenuSettings.css";

/********************************************************************/
/*																	*/
/* Author: Juan José Casanova										*/
/* Creation Date: 01/09/08											*/
/* Description:														*/
/* Laws Graphic Template Based Skin 3			                    */
/* Fixed Styles to improve Cross-Browser Compatibility:				*/
/* 1) Base width set in 800px.										*/
/* 2) H1 size set in 250%.											*/
/* 3) H2 size set in 210%.											*/
/* 4) H3 size set in 180%.											*/
/* 5) H4 size set in 150%.											*/
/* 6) H5 size set in 110%.											*/
/* 7) H6 size set in 90%.											*/
/* 8) HR Top/Bottom margins set in 5px.								*/
/* 9) BlockQuote Tag margins fix in Top/Bottom:0px,					*/
/*	  Left:30pt, to reduce the gap with the HTML					*/
/*	  produced by MsWord.											*/
/* 10) Basic width of the skin: 890 pixels.				            */
/*																	*/
/********************************************************************/

body
{
    margin: 0px;
    background-color: #000000;
}

#BaseRegion
{
	top: 0px;
    width: 890px;
	margin: auto;
	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;
}

#BaseRegion blockquote
{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 30pt !important;
}

#LoginLink,
#LoginLink a
{
	width: 880px;
	margin: auto;
	margin-top: 10px;
    	position: relative;
	color: #373737 !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;
}

/********************************************************************/
/*																	*/
/* Header Styles                                                    */
/*																	*/
/********************************************************************/

#HeaderRgn
{
    width: 100%;
	font-size: 0px;
    background-color: #9c825d;
    background-repeat: repeat-x;
    background-position:left bottom;
    background-image: url('images/HeaderRgnBack.jpg');
}

#HeaderRgn .PanelWrapper
{
    background-repeat: no-repeat;
    background-position: right bottom;
    background-image: url('images/HeaderRgnScale.jpg');
}

#HeaderRgn .EditorPanel
{
	height: 382px;
	overflow-y: hidden;
}

#HeaderRgn .EditorPanel td,
#HeaderRgn .EditorPanel
{
    color: #29190c;
	font-size: 14px;
    font-family: Arial;
}

#HeaderRgn .EditorPanel a
{
	color: #736654;
	font-weight: 700;
    text-decoration: none;
}

#HeaderRgn .EditorPanel a:hover
{
    text-decoration: underline;
}

/********************************************************************/
/*																	*/
/* Menu Styles                                                      */
/*																	*/
/********************************************************************/

#MenuRgn
{
    width: 100%;
	font-size: 0px;
    background-color: #242424;
}

#MenuRgn .EditorPanel
{
	height: auto;
	_height: 54px;
	min-height: 54px;
}

#MenuRgn .EditorPanel table
{
    width: 100%;
}

/********************************************************************/
/*																	*/
/* Main Styles                                                      */
/*																	*/
/********************************************************************/

#BodyRgn
{
    width: 100%;
	font-size: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #000000;
}

#BodyRgn #LeftRailRgn,
#BodyRgn #MiddleRailRgn,
#BodyRgn #RightRailRgn
{
    height: 100%;
    width: 100%;
}

#BodyRgn .CenterRow .MiddleRail
{
    overflow-x: hidden;
    padding-left: 15px;
    padding-right: 15px;
}

#BodyRgn .EditorPanel
{
	height: auto;
	_height: 325px;
	min-height: 325px;
}

#BodyRgn .EditorPanel td,
#BodyRgn .EditorPanel
{
    color: #ffffff;
    font-size: 16px;
    font-family: Arial;
}

#BodyRgn .EditorPanel a
{
	color: #d3d3d3;
	font-weight: normal;
    text-decoration: none;
}

#BodyRgn .EditorPanel a:hover
{
    text-decoration: underline;
}

/********************************************************************/
/*																	*/
/* Narrow Rails Templates Styles                                    */
/*																	*/
/********************************************************************/

#BodyRgn .NarrowRail
{
    width: 30%; 
}

.NrwLeftPanel #BodyRgn #LeftRailRgn .Col3Row2,
.NrwRightPanel #BodyRgn #RightRailRgn .Col1Row2
{
    width: 1px;

    display: table-cell;
    #display: block;
    
    background-repeat: repeat-y;
    background-position: top center;
    background-image: url('images/RailSeparator.gif');
}

/********************************************************************/
/*																	*/
/* Wide Rails Templates Styles                                      */
/*																	*/
/********************************************************************/

#BodyRgn .WideRail
{
    width: 40%; 
}

.WideLeftPanel #BodyRgn #LeftRailRgn .Col3Row2,
.WideRightPanel #BodyRgn #RightRailRgn .Col1Row2
{
    width: 1px;

    display: table-cell;
    #display: block;
    
    background-repeat: repeat-y;
    background-position: top center;
    background-image: url('images/RailSeparator.gif');
}

/********************************************************************/
/*																	*/
/* Two Panels Templates Styles                                      */
/*																	*/
/********************************************************************/

#BodyRgn .WideRailLeft,
#BodyRgn .WideRailRight
{
    width: 50%; 
}

.TwoPanels #BodyRgn #LeftRailRgn .Col3Row2,
.TwoPanelsBottom #BodyRgn #LeftRailRgn .Col3Row2
{
    width: 1px;

    display: table-cell;
    #display: block;
    
    background-repeat: repeat-y;
    background-position: top center;
    background-image: url('images/RailSeparator.gif');
}

.TwoPanelsBottom #BodyRgn .MiddleRailBody .EditorPanel
{
    margin-bottom: 15px;
}


/********************************************************************/
/*																	*/
/* Three Panels Templates Styles                                    */
/*																	*/
/********************************************************************/

#BodyRgn .NarrowRailLeft,
#BodyRgn .NarrowRailMiddle,
#BodyRgn .NarrowRailRight
{
    width: 33%; 
}

.ThreePanels #BodyRgn #LeftRailRgn .Col3Row2,
.ThreePanels #BodyRgn #MiddleRailRgn .Col3Row2,
.ThreeePanelsBottom #BodyRgn #LeftRailRgn .Col3Row2,
.ThreeePanelsBottom #BodyRgn #MiddleRailRgn .Col3Row2
{
    width: 1px;

    display: table-cell;
    #display: block;
    
    background-repeat: repeat-y;
    background-position: top center;
    background-image: url('images/RailSeparator.gif');
}

.ThreeePanelsBottom #BodyRgn .MiddleRailBody .EditorPanel
{
    margin-bottom: 15px;
}

/********************************************************************/
/*																	*/
/* Footer Styles                                                    */
/*																	*/
/********************************************************************/

#FooterRgn
{
    width: 100%;
	font-size: 0px;
    background-color: #111111;
    background-repeat: repeat-x;
    background-position:left top;
    background-image: url('images/FooterRgnBack.jpg');
}

#FooterRgn .EditorPanel
{
    margin-top: 7px;
	height: auto;
	_height: 85px;
	min-height: 85px;
}

#FooterRgn .EditorPanel td,
#FooterRgn .EditorPanel
{
    color: #373737;
	font-size: 11px;
    font-family: Tahoma;
}

#FooterRgn .EditorPanel a
{
	color: #373737;
	font-weight: normal;
    text-decoration: underline;
}

#FooterRgn .EditorPanel a:hover
{
    text-decoration: underline;
}

/************************************************************/
/* WTPPowerByLink Styles                                    */
/************************************************************/

#WTPPowerByLink
{
	width:890px;
	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;
}