/********************************************************************/
/*																	*/
/* Author: Juan José Casanova										*/
/* Creation Date: 08/13/08											*/
/* Description:														*/
/* Common base skin for the dynamic skin administration.			*/
/* 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 dimensions of the skin: 800x600 pixels.				*/
/*																	*/
/********************************************************************/

body
{
    margin: 0px;
}

#BaseRegion
{
	top: 0;
	margin: auto;
	width: 800px;
	font-size: 0px;
	position: relative;
	overflow-x: hidden !important;
}

#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
{
	margin: auto;
	width: 800px;
	position: relative;
	color: #999 !important;
	font-size: 11px;
	font-family: Tahoma;
	text-decoration: none;
}

#LoginLink a:hover
{
	text-decoration: underline !important;
}

#MenuRgn .MiddleRail
{
	overflow: visible;
	position: relative;
}

/********************************************************************/
/*																	*/
/* Section for general settings of all regions.						*/
/*																	*/
/********************************************************************/

/* All the cells that surrounds the main cell in the region should be hidden by default */
.Col1Row1,
.Col2Row1,
.Col3Row1,
.Col1Row2,
.Col3Row2,
.Col1Row3,
.Col2Row3,
.Col3Row3
{
	width: 0px;
	z-index: -1000;
}

/* All the cells that surrounds the main cell in a rail should be hidden by default */
/*
#MainRgn #LeftRailRgn .Col1Row1,#MainRgn #LeftRailRgn .Col2Row1,
#MainRgn #LeftRailRgn .Col3Row1, #MainRgn #LeftRailRgn .Col1Row2,
#MainRgn #LeftRailRgn .Col3Row2, #MainRgn #LeftRailRgn .Col1Row3,
#MainRgn #LeftRailRgn .Col2Row3, #MainRgn #LeftRailRgn .Col3Row3,
#MainRgn #RightRailRgn .Col1Row1, #MainRgn #RightRailRgn .Col2Row1,
#MainRgn #RightRailRgn .Col3Row1, #MainRgn #RightRailRgn .Col1Row2,
#MainRgn #RightRailRgn .Col3Row2, #MainRgn #RightRailRgn .Col1Row3,
#MainRgn #RightRailRgn .Col2Row3, #MainRgn #RightRailRgn .Col3Row3
{
	display: none;
}
*/

/*
#LeftRailRgn
{
    margin: 40px;   
}

#HeaderRgn
{
    margin: 2px;
}
*/


#MenuRgn,
#MainRgn,
#FooterRgn,
#HeaderRgn,
#LeftRailRgn,
#RightRailRgn,
#BlankMainRgn,
#MiddleRailRgn
{
	width: 100%;
}

.EditorPanel
{
	width: 100%;
	/*overflow-x: hidden !important;*/
}

.EditorPanel p
{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.EditorPanel h1,
.EditorPanel h2,
.EditorPanel h3,
.EditorPanel h4,
.EditorPanel h5,
.EditorPanel h6,
.EditorPanel font,
.EditorPanel br
{
	padding: 0px !important;
    margin: 0px !important;
}

.EditorPanel ul, 
.EditorPanel ol
{
    padding: 0px !important;
    margin: 0px 0px 0px 0px !important;
}

.EditorPanel ul li, 
.EditorPanel ol li
{
    padding: 0px !important;
    margin: 0px 0px 0px 0px !important;
}

.EditorPanel,
.EditorPanel td
{
    color: #000000;
	font-size: 12px;
    font-family: Arial;
}

.EditorPanel a
{
    text-decoration: none;
}

.EditorPanel a:hover
{
    text-decoration: none;
}

#BlankMainRgn .EditorPanel
{
	height: auto;
	_height: 400px;
	min-height: 400px;
	min-width: 500px;
}

#HeaderRgn .EditorPanel
{
	height: auto;
	_height: 80px;
	min-height: 80px;
	min-width: 50px;
}

#MenuRgn .EditorPanel
{
	height: auto;
	_height: 10px;
	min-height: 10px;
	/*background-color: Blue;*/
}

#MainRegion
{
    width: 800px;
}

.NrwLeftPanelBase #MainRgn .EditorPanel,
.NrwRightPanelBase #MainRgn .EditorPanel,
.CentralPanelBase #MainRgn .EditorPanel,
.WideLeftPanelBase #MainRgn .EditorPanel,
.WideRightPanelBase #MainRgn .EditorPanel
{
	height: auto;
	_height: 400px;
	min-height: 400px;
	min-width: 50px;
}

.MainRgnMinWidth
{
    min-width: 400px !important;
}

.NrwRightPanelBase #RightRailRgn .EditorPanel,
.WideRightPanelBase #RightRailRgn .EditorPanel
{
	height: auto;
	_height: 400px;
	min-height: 400px;
	min-width: 50px;
}

.NrwLeftPanelBase #LeftRailRgn .EditorPanel,
.WideLeftPanelBase #LeftRailRgn .EditorPanel
{
	height: auto;
	_height: 400px;
	min-height: 400px;
	min-width: 50px;
}

#MiddleRailRgn .EditorPanel
{
	height: auto;
	_height: 150px;
	min-height: 150px;
	min-width: 50px;
}

#FooterRgn .EditorPanel
{
	height: auto;
	_height: 50px;
	min-height: 50px;
	min-width: 50px;
}

.NarrowRail
{
	width: 200px;
}

.WideRail
{
	width: 300px;
}

/********************************************************************/
/*																	*/
/* Section with specific settings for BlankBase Template.			*/
/*																	*/
/********************************************************************/

/********************************************************************/
/*																	*/
/* Section with specific settings for CentralPanelBase Template.	*/
/*																	*/
/********************************************************************/

/********************************************************************/
/*																	*/
/* Section with specific settings for								*/
/* CentralPanelWNoMenuBase Template.								*/
/*																	*/
/********************************************************************/

.CentralPanelWNoMenuBase #MainRgn .EditorPanel
{
	height: auto;
	_height: 400px;
	min-height: 400px;
}

/********************************************************************/
/*																	*/
/* Section with specific settings for NrwLeftPanelBase Template.	*/
/*																	*/
/********************************************************************/

/*.NrwLeftPanelBase #MainRgn .MiddleRail*/
.NrwLeftPanelBase_MainRail
{
	width: 600px;
	/*border: dashed 1px black;*/
}

/********************************************************************/
/*																	*/
/* Section with specific settings for NrwRightPanelBase Template.	*/
/*																	*/
/********************************************************************/

/*.NrwRightPanelBase #MainRgn .MiddleRail*/
.NrwRightPanelBase_MainRail
{
	width: 600px;
}

/********************************************************************/
/*																	*/
/* Section with specific settings for WideLeftPanelBase Template.	*/
/*																	*/
/********************************************************************/

/*.WideLeftPanelBase #MainRgn .MiddleRail*/
.WideLeftPanelBase_MainRail
{
	/*width: 66%*/
	width: 500px;
}

/********************************************************************/
/*																	*/
/* Section with specific settings for WideRightPanelBase Template.	*/
/*																	*/
/********************************************************************/

/*.WideRightPanelBase #MainRgn .MiddleRail*/
.WideLeftPanelBase_MainRail
{
	/*width: 66%*/
	width: 500px;
}

/********************************************************************/
/*																	*/
/* Section with general settings for TwoPanels Templates.		    */
/*																	*/
/********************************************************************/

.TwoPanelsBase .WideRailLeft,
.TwoPanelsBase .WideRailRight,
.TwoPanelsTopBase .WideRailLeft,
.TwoPanelsTopBase .WideRailRight,
.TwoPanelsBottomBase .WideRailLeft,
.TwoPanelsBottomBase .WideRailRight
{
	width: 50%;
}

.MiddleRailBody
{
    width: 800px;
}

.TwoPanelsTopBase #MainRgn .EditorPanel,
.TwoPanelsBottomBase #MainRgn .EditorPanel
{
	height: auto;
	_height: 150px;
	min-height: 150px;
	min-width: 50px;
}

.TwoPanelsTopBase #RightRailRgn .EditorPanel,
.TwoPanelsBottomBase #RightRailRgn .EditorPanel
{
	height: auto;
	_height: 150px;
	min-height: 150px;
	min-width: 50px;
}

.TwoPanelsTopBase #LeftRailRgn .EditorPanel,
.TwoPanelsBottomBase #LeftRailRgn .EditorPanel
{
	height: auto;
	_height: 150px;
	min-height: 150px;
	min-width: 50px;
}

.TwoPanelsBase #MainRgn .EditorPanel
{
	height: auto;
	_height: 400px;
	min-height: 400px;
	min-width: 50px;
}

.TwoPanelsBase #RightRailRgn .EditorPanel
{
	height: auto;
	_height: 400px;
	min-height: 400px;
	min-width: 50px;
}

.TwoPanelsBase #LeftRailRgn .EditorPanel
{
	height: auto;
	_height: 400px;
	min-height: 400px;
	min-width: 50px;
}

/********************************************************************/
/*																	*/
/* Section with specific settings for TwoPanelsBase Template.		*/
/*																	*/
/********************************************************************/

/********************************************************************/
/*																	*/
/* Section with specific settings for TwoPanelsBottomBase Template.	*/
/*																	*/
/********************************************************************/

/********************************************************************/
/*																	*/
/* Section with general settings for ThreePanels Templates.		    */
/*																	*/
/********************************************************************/

.ThreePanelsBase .NarrowRailLeft,
.ThreePanelsBase .NarrowRailRight,
.ThreePanelsTopBase .NarrowRailLeft,
.ThreePanelsTopBase .NarrowRailRight,
.ThreePanelsBottomBase .NarrowRailLeft,
.ThreePanelsBottomBase .NarrowRailRight
{
	width: 266px;
}

.ThreePanelsBase .NarrowRailMiddle,
.ThreePanelsTopBase .NarrowRailMiddle,
.ThreePanelsBottomBase .NarrowRailMiddle
{
	width: 268px;
}

.ThreePanelsTopBase #MainRgn .EditorPanel,
.ThreePanelsBottomBase #MainRgn .EditorPanel
{
	height: auto;
	_height: 150px;
	min-height: 150px;
	min-width: 50px;
}

.ThreePanelsTopBase #RightRailRgn .EditorPanel,
.ThreePanelsBottomBase #RightRailRgn .EditorPanel
{
	height: auto;
	_height: 150px;
	min-height: 150px;
	min-width: 50px;
}

.ThreePanelsTopBase #LeftRailRgn .EditorPanel,
.ThreePanelsBottomBase #LeftRailRgn .EditorPanel
{
	height: auto;
	_height: 150px;
	min-height: 150px;
	min-width: 50px;
}

.ThreePanelsBase #MainRgn .EditorPanel
{
	height: auto;
	_height: 400px;
	min-height: 400px;
	min-width: 50px;
}

.ThreePanelsBase #RightRailRgn .EditorPanel
{
	height: auto;
	_height: 400px;
	min-height: 400px;
	min-width: 50px;
}

.ThreePanelsBase #LeftRailRgn .EditorPanel
{
	height: auto;
	_height: 400px;
	min-height: 400px;
	min-width: 50px;
}

/********************************************************************/
/*																	*/
/* Section with specific settings for ThreePanelsBase Template.		*/
/*																	*/
/********************************************************************/

/*********************************************************************/
/*																	 */
/* Section with specific settings for ThreePanelsBottomBase Template.*/
/*																	 */
/*********************************************************************/

/********************************************************************/
/*																	*/
/* Section with specific settings for ThreePanelsTopBase Template.	*/
/*																	*/
/********************************************************************/

/********************************************************************/
/*																	*/
/* Disable borders in Dynamics menus                            	*/
/*																	*/
/********************************************************************/

.MenuAdapterBase 
{
    BORDER-TOP: none !important;
    BORDER-BOTTOM: none !important;
    BORDER-RIGHT-STYLE: none !important;
    BORDER-LEFT-STYLE: none !important;
}

ul.AspNet-Menu ul
{
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
	border-bottom: none !important;
}

.MenuAdapter ul.AspNet-Menu li.AspNet-Menu-Leaf:hover,
.MenuAdapter ul.AspNet-Menu li.AspNet-Menu-WC:hover,
.MenuAdapter ul.AspNet-Menu li.AspNet-Menu-Hover
{
	border: none !important;
}

/* BEGIN General ImSimplicity Styles */
.TitleLabel
{
	font-weight: bold;
}

.TableDetails
{
	border: solid 1px black;
	background-color: #EEEEEE;
}

.TableDetailsTitle
{
	background-color: Gray;
	color: white;
	font-weight: bold;
	font-family: Tahoma;
	height: 20px;
	text-align: center;	
}
.TableDetailsBody
{
	padding: 5px 5px 5px 5px;
}

/* Issue 7606  */
.EditorPanel ul, .EditorPanel ul li,
.EditorPanel ol, .EditorPanel ol li
{
    padding: 0px !important;
    margin: 0px 0px 0px 15px !important;
}

.EditorPanel .MenuAdapter ul, 
.EditorPanel .MenuAdapter ul li {
    margin: 0px 0px 0px 0px !important;
}
/* END General ImSimplicity Styles */


/* Issue #1165 */
.wtp-linklist table.container {
	width:auto !important;
	table-layout: auto !important;
}