/* 
================================
Skin styles for DotNetNuke - For DotNetNuke 4 -  TGM Gray - Exedron S.A. info@exedron.com
================================
*/


.OuterDiv
{
    text-align: center;
    background-color: #dcdcdd;
}

.pagemaster
{
    text-align: center;
    width: 780px;
    height: 100%;
    background-color: #ffffff;
    border-right: #b8b8b9 2px solid;
    border-top: #b8b8b9 2px solid;
    border-left: #b8b8b9 2px solid;
    border-bottom: #b8b8b9 2px solid;
}

.pagemasterprint
{
    text-align: center;
    width: 700px;
    height: 100%;
    background-color: #ffffff;
    border-right: #b8b8b9 2px solid;
    border-top: #b8b8b9 2px solid;
    border-left: #b8b8b9 2px solid;
    border-bottom: #b8b8b9 2px solid;
}


.skinmaster
{
    height: 100%;
    background-color: #FFFFFF;
}

.controlpanel
{
    width: 100%;
    background-color: #E2E6F4;
}
.toppane
{
    width: 100%;
    background-color: transparent;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 1px;
}
.leftpane
{
    background-color: transparent;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 1px;
}

.contentpane
{
    width: 100%;
    background-color: transparent;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 1px;
}
.rightpane
{
    background-color: transparent;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 1px;
}
.bottompane
{
    width: 100%;
    background-color: transparent;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 1px;
}


/* Static Top Banner */

.TopBannerRight
{
    background-color: #000033;
    background-repeat: repeat-x;
    color: White;
    border: none;
    width: 100%;
}

/* Class for static menu image */
.StaticMaster
{
    background-image: url(staticbanner.jpg);
    width: 650px;
    height: 85px;
}

/* Main Menu */

.MainMenu_MenuContainer
{
}

.MainMenu_MenuBar
{
    width: 100%;
    height: 22px;
}

.MainMenu_MenuItem
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
    height: 22px;
    width: auto;
    border-left: 0px solid;
    border-bottom: 0px solid;
    border-top: 0px solid;
    border-right: 0px solid;
    padding: 0px 5px 0px 3px;
    background-image: url(menuBG.gif);
}

.MainMenu_MenuItemSel
{
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(menuBGover.gif);
    font-size: 11px;
    font-weight: bold;
    color: Yellow;
    padding: 0px 5px 0px 3px;
    background-color: Black;
    height: 22px;
    width: auto;
}

.MainMenu_Selected
{
    padding-right: 0px;
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
    padding-left: 0px;
    font-weight: bold;
    padding-bottom: 0px;
    color: #ffffff;
    padding-top: 0px;
    height: 19px;
    margin: 0px;
}

.MainMenu_MenuIcon
{
    cursor: hand;
    background: #000000;
    border-left: #000000 0px solid;
    border-bottom: #000000 0px solid;
    border-top: #000000 0px solid;
    border-right: #000000 0px solid;
    width: 0px;
    height: 19px;
    display: none;
}

.MainMenu_MenuBreak
{
    border-bottom: #000000 0px solid;
    border-left: #000000 0px solid;
    border-top: #000000 0px solid;
    border-right: #000000 0px solid;
    display: none;
}

.MainMenu_MenuArrow
{
    display: none;
}

.MainMenu_SubMenu
{
    background-color: #4f4f4f;
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
}

.MainMenu_cellpadding
{
    padding: 3px 0px 0px 0px;
}

.MainMenu_SubItem
{
    color: #fffc00;
    height: 19px;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    background-color: transparent;
}

.MainMenu_SubItemSel
{
    color: #fffc00;
    height: 19px;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    background-color: transparent;
}

/* Custom Tags */

/* Main Header for Flash Table - should render when no flash is present
.MediaFlashBackground {
	background-image: url(MediaFlashBackground.jpg);
	width: 770px;
	height: 85px;
	background-repeat: no-repeat;
}*/

/* Small square beggining on menu */
.MenuLeft
{
    background-image: url(MenuLeft.gif);
    width: 9px;
    height: 22px;
    background-repeat: no-repeat;
}

/* Small square end on menu */
.MenuRight
{
    background-image: url(MenuRight.gif);
    width: 9px;
    height: 22px;
    background-repeat: no-repeat;
}

/* Repeat Background colour on menu so it expands with tabs */
.MenuBG
{
    background-image: url(MenuBG.gif);
    height: 22px;
    width: 100%;
    font-size: 11px;
    font-weight: bold;
    color: white;
    background-repeat: repeat-x;
}


/* Classes Replacing the Media for the Privacy, Copyright, Terms, Date Links */
.MediaTabs
{
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.MediaTabs:link
{
    text-decoration: none;
    color: white;
}

A.MediaTabs:visited
{
    text-decoration: none;
    color: white;
}

A.MediaTabs:active
{
    text-decoration: none;
    color: white;
}

A.MediaTabs:hover
{
    text-decoration: none;
    color: white;
}


/*-- terms privacy and copyright       --*/.BottomMediaTabs
{
    font-weight: normal;
    font-size: 7pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
/*-- terms privacy and copyright links --*/a.BottomMediaTabs:link, a.BottomMediaTabs:visited, a.BottomMediaTabs:active
{
    font-weight: normal;
    font-size: 7pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
/*-- terms privacy and copyright hover --*/a.BottomMediaTabs:hover
{
    font-weight: normal;
    font-size: 7pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}




/* begin mllanguage text colors */

A.MLLanguageSelectionItemURL:link  {
    text-decoration:    none;
    color:  white;
}

A.MLLanguageSelectionItemURL:visited   {
    text-decoration:    none;
    color:  white;
}

A.MLLanguageSelectionItemURL.:active    {
    text-decoration:    none;
    color:  #003366;
}

A.MLLanguageSelectionItemURL.:hover {
    text-decoration:    underline;
    color:  green;
}

/* end mllanguage text colors */


