﻿/* ADMIN CONTAINERS */

/* white container with a full border*/
.containermaster_admin_fullborder
{
    border: 1px solid #818386;
    background: #FFFFFF;
    /*padding: 10px;*/
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    width: 100%;
    -moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #464749;
}

.SubHead a
{
	color: #464749;
}

.containerrow1_gray 
{
    /*background-image: url(gradient_LtGray.jpg);*/
    /*background-color: #D8E152;*/
    background-color: #ffffff;
}
.containerrow2_gray 
{
    padding-top:10px;
	background-color: #ffffff;
	text-align: left;
}

.containerrow3_gray 
{
    background: #464749;
}

.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.AdminTitle
{
    text-align:center;
    vertical-align:middle;
    font-family:Verdana;
    text-transform:uppercase;
    color:Black;
    font-size: 12px;
    font-weight: bold;
    /*margin: 0;
    margin-bottom: 5px;*/
}


/* GREEN CONTAINERS */

/* green container with a full border*/
.containermaster_green_fullborder
{
    border: 1px solid #818386;
    background: #D8E152;
    /*padding: 10px;*/
    padding-left: 10px;
    padding-right: 10px;
}

.containermaster_green_texture
{
    border: 1px solid #818386;
    background-image: url(bg_verde.gif);
    background-repeat: repeat;
    padding-left: 10px;
    padding-right: 10px;
}

/* Events List Classes */
.containermaster_green_texture .SkyEventModuleTitle,
.containermaster_green_texture .SkyNewsModuleTitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: Black;
    text-transform: uppercase;
    width:100%;
}

.containermaster_green_texture .SkyEventTitle,
.containermaster_green_texture .SkyNewsTitle
{
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color:#333;
    text-transform: capitalize;
   /* display: block; /*border-bottom: 1px dashed #818386;*/
}

.containermaster_green_texture .SkyEventTitle A,
.containermaster_green_texture .SkyNewsTitle A
{
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color:#333;
    text-transform: capitalize;
    /*display: block; /*border-bottom: 1px dashed #818386;*/
}



/* green container with a top and side borders*/
.containermaster_green_topsidesborder
{
    border-top: 1px solid #818386;
    border-left: 1px solid #818386;
    border-right: 1px solid #818386;
    background: #D8E152;
   /* padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;*/
}


/* green container with bottom and side borders*/
.containermaster_green_bottomsidesborder
{
    border-bottom: 1px solid #818386;
    border-left: 1px solid #818386;
    border-right: 1px solid #818386;
    background: #D8E152;
   /* padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;*/
}


/* green container with side borders*/
.containermaster_green_sidesborder
{
    border-left: 1px solid #818386;
    border-right: 1px solid #818386;
    background: #D8E152;
    /*padding-left: 10px;
    padding-right: 10px;*/
}

/* green container with no borders*/
.containermaster_green_noborder
{
    background: #D8E152;
    /*padding: 10px;*/
}


/* WHITE CONTAINERS */

/* white container with a full border*/
.containermaster_white_fullborder
{
    border: 1px solid #818386;
    background: #FFFFFF;
    /*padding: 10px;*/
    padding-left: 10px;
    padding-right: 10px;
}


/* white container with a top and side borders*/
.containermaster_white_topsidesborder
{
    border-top: 1px solid #818386;
    border-left: 1px solid #818386;
    border-right: 1px solid #818386;
    background: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    
}


/* white container with bottom and side borders*/
.containermaster_white_bottomsidesborder
{
    border-bottom: 1px solid #818386;
    border-left: 1px solid #818386;
    border-right: 1px solid #818386;
    background: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    
}


/* white container with side borders*/
.containermaster_white_sidesborder
{
    border-left: 1px solid #818386;
    border-right: 1px solid #818386;
    background: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    
}

/* white container with no borders*/
.containermaster_white_noborder
{
    background: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    
}


.containermaster_lightgray_texture
{   
    border: 1px solid #818386;
    background-image: url(bg_cinza_c.gif);
    background-repeat: repeat;
    padding-left: 10px;
    padding-right: 10px;
    color: Black;
}

.containermaster_lightgray_texture A
{ 
    color: #333;
}

/* GRAY CONTAINERS */

/* gray container with a texture background image */
.containermaster_gray_texture
{
    border: 1px solid #818386;
    background-image: url(bg_cinza.gif);
    background-repeat: repeat;
    padding-left: 10px;
    padding-right: 10px;
    color: Silver;
}

.containermaster_gray_texture .SkyTitleArticle
{
    background-color: Black;
    color: #D8E152;
}



/* News List Classes */
.containermaster_gray_texture .SkyEventModuleTitle,
.containermaster_gray_texture .SkyNewsModuleTitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #D8E152;
    background-color: Black;
    text-transform: uppercase;
    width:100%;
}

.containermaster_gray_texture .SkyEventTitle,
.containermaster_gray_texture .SkyNewsTitle
{
    font-size: 11px ;
    margin: 0;
    padding: 0;
    color:White;
    /*display: block; /*border-bottom: 1px dashed #818386;*/
}

.containermaster_gray_texture .SkyEventTitle A,
.containermaster_gray_texture .SkyNewsTitle A
{
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color:White;
    text-transform: capitalize;
    /*display: block; /*border-bottom: 1px dashed #818386;*/
}

.containermaster_gray_texture .SkyDescription
{
    color:White; 
}

/* gray container with a full border*/
.containermaster_gray_fullborder
{
    border: 1px solid #818386;
    background: #464749;
    /*padding: 10px;*/
    padding-left: 10px;
    padding-right: 10px;
    color: Silver;
}


/* gray container with a top and side borders*/
.containermaster_gray_topsidesborder
{
    border-top: 1px solid #818386;
    border-left: 1px solid #818386;
    border-right: 1px solid #818386;
    background: #464749;
    /*padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;*/
}


/* gray container with bottom and side borders*/
.containermaster_gray_bottomsidesborder
{
    border-bottom: 1px solid #818386;
    border-left: 1px solid #818386;
    border-right: 1px solid #818386;
    background: #464749;
   /* padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;*/
}


/* gray container with side borders*/
.containermaster_gray_sidesborder
{
    border-left: 1px solid #818386;
    border-right: 1px solid #818386;
    background: #464749;
    /*padding-left: 10px;
    padding-right: 10px;*/
}

/* gray container with no borders*/
.containermaster_gray_noborder
{
    background: #464749;
    /*padding: 10px;*/
}


/* BLACK CONTAINERS */

/* black container with a full border*/
.containermaster_black_fullborder
{
    border: 1px solid #818386;
    background: #000;
   /* padding: 10px;*/
    padding-left: 10px;
    padding-right: 10px;
}


/* black container with a top and side borders*/
.containermaster_black_topsidesborder
{
    border-top: 1px solid #818386;
    border-left: 1px solid #818386;
    border-right: 1px solid #818386;
    background: #000;
   /* padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;*/
}


/* black container with bottom and side borders*/
.containermaster_black_bottomsidesborder
{
    border-bottom: 1px solid #818386;
    border-left: 1px solid #818386;
    border-right: 1px solid #818386;
    background: #000;
    /*padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;*/
}


/* black container with side borders*/
.containermaster_black_sidesborder
{
    border-left: 1px solid #818386;
    border-right: 1px solid #818386;
    background: #000;
   /* padding-left: 10px;
    padding-right: 10px;*/
}

/* black container with no borders*/
.containermaster_black_noborder
{
    background: #000;
   /* padding: 10px;*/
}


/* MENU */

.ModuleTitle_MenuItem
{
    border: white 0px solid; /*override borders*/
}

.ModuleTitle_MenuItem TD
{
    /*TD if menu is using tables*/
    cursor: pointer;
    cursor: hand;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    height: 21px;
    white-space: nowrap; /*Word wrapping menu item now optional*/
    padding: 1px 3px 3px 1px;
}


.ModuleTitle_MenuIcon
{
    cursor: pointer;
    cursor: hand;
    background-color: #EEEEEE;
    width: 15px;
    height: 100%; /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    background-color: #FFFFFF;
    filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);
    padding: 1px 1px 1px 1px; /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak
{
    background-color: #EEEEEE;
    font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel
{
    cursor: pointer;
    cursor: hand;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    background-color: #C1D2EE;
}
