/*
================================
Skin styles for DotNetNuke
================================
*/
.pagemaster {
        width: 100%;
        height: 100%;
        background-color: #6699CC;
}
.pagemaster_imagebg {
        width: 100%;
        height: 100%;
        background-color: #6699CC;
        background-image: url(bg.jpg);
        background-repeat: repeat-x;
        background-position: top left;
}
.skinmaster {
        height: 100%;
        background-color: #ffffff;
        border-right: #ffffff 0px solid;
        border-top: #ffffff 0px solid;
        border-left: #ffffff 0px solid;
        border-bottom: #ffffff 0px solid;
        moz-border-radius-bottomleft: 15px;
        moz-border-radius-bottomright: 15px;
        moz-border-radius-topleft: 3px;
        moz-border-radius-topright: 3px;
}
.controlpanel {
        background-color: #EFEFEF;
        border-top: #FFF 0px solid;
        border-right: #FFF 0px solid;
        border-left: #FFF 0px solid;
        border-bottom: #FFF 0px solid;
        padding:5px;
}
.Skinheader {
        background-color: #FFFFFF;
        padding:0px;
        margin:0px;
}

.logo {
        padding:10px;
}
/* Boy Header */
.mainbanner {
        background-color:#000000;
        background-image:url(header_back_boy.jpg);
        background-repeat:repeat-x;
}
.mainbannerleft {
        background-image: url(header_left_boy.jpg);
        background-repeat: no-repeat;
        background-position:right;
        background-color:#FFFFFF;
        height:202px;
        width:257px;
}
.mainbannerright {
        background-image: url(header_right_boy.jpg);
        background-repeat: no-repeat;
        background-color: transparent;
        height:202px;
}
.mainbannerright_s {
        background-image: url(header_right_boy_slogan.jpg);
        background-repeat: no-repeat;
        background-color: transparent;
        height:202px;
}
/* Kids Header */
.mainbanner_k {
        background-color:#6699CC;
        background-image:url(header_back_kids.jpg);
        background-repeat:repeat-x;
}
.mainbannerleft_k {
        background-image: url(header_left_kids.jpg);
        background-repeat: no-repeat;
        background-position:right;
        background-color:#6699CC;
        height:202px;
        width:257px;
}
.mainbannerright_k {
        background-image: url(header_right_kids.jpg);
        background-repeat: no-repeat;
        background-color: transparent;
        height:202px;
}
.mainbannerright_k_s {
        background-image: url(header_right_kids_slogan.jpg);
        background-repeat: no-repeat;
        background-color: transparent;
        height:202px;
}
.toppane {
        width: 100%;
        background-color: transparent;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 4px;
        padding-top: 6px;
        height:1px;
}
.left_column {
        width:200px;
        padding: 0px;
        padding-right:3px;
        margin: 0px;
}
.leftpane {
        width: 100%;
        background-color: transparent;
        padding:0px;
        padding-top:10px;
}
.contentpane {
        width: 100%;
        background-color: transparent;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 4px;
        padding-top: 6px;
        height:1px;
}
.midpane {
        background-color: transparent;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 4px;
        padding-top: 6px;
        height:1px;
}
.bottompane {
        width: 100%;
        background-color: transparent;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 4px;
        padding-top: 6px;
        height:1px;
}
.contentpadding {
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 6px;
        padding-right: 6px;
}
.containerpadding {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 12px;
        padding-right: 12px;
}

/* begin of menu*/
.menubg {
        background-color: Transparent;
        padding-top:0px;
        padding-bottom:0px;
        padding-left:0px;
        padding-right:0px;
        margin:0px;
}
.rootMenuItem TD{
        cursor: pointer;
        cursor: hand;
        color: #000000;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        background-color: Transparent;
        font-family: Arial, Helvetica, sans-serif;
        padding-left: 4px;
        padding-right: 10px;
        background-image:url(menu_off.gif);
        background-position:right 2px;
        background-repeat:no-repeat;
        height:32px;
}
.rootmenuitemactive TD{
        cursor: pointer;
        cursor: hand;
        color: #000000;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        background-color: Transparent;
        font-family: Arial, Helvetica, sans-serif;
        padding-left: 4px;
        padding-right: 10px;
        background-image:url(menu_act.gif);
        background-position:right 2px;
        background-repeat:no-repeat;
        height:32px;
}
.rootmenuitemselected TD{
        cursor: pointer;
        cursor: hand;
        color: #FFFFFF;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        background-color: Transparent;
        font-family: Arial, Helvetica, sans-serif;
        padding-left: 4px;
        padding-right: 10px;
        background-image:url(menu_on.gif);
        background-position:right 2px;
        background-repeat:no-repeat;
        height:32px;
}
.rootmenuitembreadcrumb TD{
        cursor: pointer;
        cursor: hand;
        color: #FFFFFF;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        background-color: Transparent;
        font-family: Arial, Helvetica, sans-serif;
        padding-left: 4px;
        padding-right: 10px;
        background-image:url(menu_on.gif);
        background-position:right 2px;
        background-repeat:no-repeat;
        height:32px;
}

.MainMenu_MenuContainer {
        background-color: Transparent;
        width:100%;
        height:32px;
}
.MainMenu_MenuBar {
        cursor: pointer;
        cursor: hand;
        height:32px;
        background-color: Transparent;
        width:100%;
}
.MainMenu_MenuItem {
        border-left: #ffffff 0px solid;
        border-bottom: #ffffff 0px solid;
        border-top: #ffffff 0px solid;
        border-right: #ffffff 0px solid;
        cursor: pointer;
        cursor: hand;
        color: #000000;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        background-color: Transparent;
        font-family: Arial, Helvetica, sans-serif;
}
.MainMenu_MenuItemSel {
        border-left: #ffffff 0px solid;
        border-bottom: #ffffff 1px solid;
        border-top: #ffffff 1px solid;
        border-right: #ffffff 0px solid;
        cursor: pointer;
        cursor: hand;
        color: #FFFFFF;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        background-color: Transparent;
        font-family: Arial, Helvetica, sans-serif;
}
.MainMenu_MenuItemAct {
        border-left: #ffffff 0px solid;
        border-bottom: #ffffff 0px solid;
        border-top: #ffffff 0px solid;
        border-right: #ffffff 0px solid;
        cursor: pointer;
        cursor: hand;
        color: #000000;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        background-color: Transparent;
        font-family: Arial, Helvetica, sans-serif;
}
.MainMenu_MenuIcon {
        background-color: transparent;
        border-right: #FFFFFF 0px solid;
        border-left: #FFFFFF 1px solid;
        border-bottom: #FFFFFF 1px solid;
        border-top: #FFFFFF 1px solid;
        cursor: pointer;
        cursor: hand;
        text-align: center;
        width: 14px;
        height: 21px;
}
.submenuitemselect {
        background-color: #000000;
}
.MainMenu_SubMenu {
        margin-top: 0px;
        margin-left: 2px;
        background-color: #FFFFFF;
        color:#000000;
        z-index: 1000;
        cursor: hand;
        cursor: hand;
        border-top: #000000 1px solid;
        border-right: #000000 1px solid;
        border-left: #000000 1px solid;
        border-bottom: #000000 1px solid;
        filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FFFFFF,endColorStr=#FFFFFF);
        filter: Alpha(Opacity=90, FinishOpacity=100, Style=0);
}
.MainMenu_MenuBreak {
        border-bottom: #FFFFFF 0px solid;
        border-left: #FFFFFF 0px solid;
        border-top: #FFFFFF 0px solid;
        border-right: #FFFFFF 0px solid;
        background-color: transparent;
        height: 0px;
}
.MainMenu_MenuArrow {
        border-right: #FFFFFF 1px solid;
        border-bottom: #FFFFFF 1px solid;
        border-top: #FFFFFF 1px solid;
        border-left: #FFFFFF 0px solid;
        font-family: webdings;
        font-size: 12px;
        cursor: pointer;
        cursor: hand;
}
.MainMenu_RootMenuArrow {
        font-family: webdings;
        font-size: 12px;
        cursor: pointer;
        cursor: hand;
}
/* end of menu*/
.body_left {
        background-color: #6699CC;
        width: 30px;
}
.body_right {
        background-color: #6699CC;
        width: 30px;
}

.StandardButton {
        background-color: #DADADA;
        border-top: #EEEEEE 1px solid;
        border-right: #666666 1px solid;
        border-left: #AAAAAA 1px solid;
        border-bottom: #666666 1px solid;
        filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FFFFFF,endColorStr=#BEBDBD);
        color: #000000;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left:3px;
        padding-right:3px;
        cursor: pointer;
        cursor: hand;
}
.TreeViewMenu {
        width: 175px;
        background-color: #dfe5f2;
        border-right: #7994cb 1px solid;
        border-top: #7994cb 1px solid;
        border-left: #7994cb 1px solid;
        border-bottom: #7994cb 1px solid;
        moz-border-radius-bottomleft: 15px;
        moz-border-radius-bottomright: 15px;
        moz-border-radius-topleft: 3px;
        moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
        background-image: url(gradient_LtBlue.jpg);
}

/* Text Styles */

.subhead {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #000000;
}
.normal {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height:125%;
        color: #000000;
}
.NormalTextBox
{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #141414;
}
H4  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    normal;
    color: #000000;
}
H5  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: bold;
    color: #000000;
}
A:link  {
        font-family: Arial, Helvetica, sans-serif;
        color: #000000;
        font-size:12px;
}
A:visited   {
        font-family: Arial, Helvetica, sans-serif;
        color: #000000;
        font-size:12px;
}
A:active    {
        font-family: Arial, Helvetica, sans-serif;
        color: #66B3FF;
        font-size:12px;
}
A:hover {
    font-family: Arial, Helvetica, sans-serif;
        color: #66B3FF;
        font-size:12px;
        text-decoration : underline;
}
.breadcrumbtxt {
        font-family: Arial, Helvetica, sans-serif;
        color: #999999;
        font-size:12px;
        font-weight: normal;
}
a.breadcrumbtxt:link {
        font-family: Arial, Helvetica, sans-serif;
        color: #000000;
        font-size:12px;
        font-weight: normal;
        text-decoration: underline;
}
a.breadcrumbtxt:active {
        font-family: Arial, Helvetica, sans-serif;
        color: #66B3FF;
        font-size:12px;
        font-weight: normal;
        text-decoration: underline;
}
a.breadcrumbtxt:visited {
        font-family: Arial, Helvetica, sans-serif;
        color: #000000;
        font-size:12px;
        font-weight: normal;
        text-decoration: underline;
}
a.breadcrumbtxt:hover {
        font-family: Arial, Helvetica, sans-serif;
        color: #66B3FF;
        font-size:12px;
        text-decoration: underline;
        font-weight: normal;
}
.logintxt {
        font-family: Arial, Helvetica, sans-serif;
        color: #999999;
        font-size:12px;
        font-weight: normal;
}
a.logintxt:link {
        font-family: Arial, Helvetica, sans-serif;
        color: #999999;
        font-size:12px;
        font-weight: normal;
        text-decoration: none;
}
a.logintxt:active {
        font-family: Arial, Helvetica, sans-serif;
        color: #000000;
        font-size:12px;
        font-weight: normal;
        text-decoration: underline;
}
a.logintxt:visited {
        font-family: Arial, Helvetica, sans-serif;
        color: #999999;
        font-size:12px;
        font-weight: normal;
        text-decoration: none;
}
a.logintxt:hover {
        font-family: Arial, Helvetica, sans-serif;
        color: #000000;
        font-size:12px;
        text-decoration: underline;
        font-weight: normal;
}
td.sidespace {
        padding-left:10px;
        padding-right:10px;
        height: 25px;
}
td.footertxt {
        font-family: Arial, Helvetica, sans-serif;
        color: #000000;
        font-size:11px;
        font-weight: normal;
        background-color: #6699CC;
        height:26px;
}
a.footertxt:link {
        font-family: Arial, Helvetica, sans-serif;
        color: #000000;
        font-size:11px;
        font-weight: normal;
        text-decoration: underline;
}
a.footertxt:active {
        font-family: Arial, Helvetica, sans-serif;
        color: #000000;
        font-size:11px;
        font-weight: normal;
        text-decoration: underline;
}
a.footertxt:visited {
        font-family: Arial, Helvetica, sans-serif;
        color: #000000;
        font-size:11px;
        font-weight: normal;
        text-decoration: underline;
}
a.footertxt:hover {
        font-family: Arial, Helvetica, sans-serif;
        color: #CC0000;
        font-size:11px;
        text-decoration: underline;
        font-weight: normal;
}
.ModuleTitle_MenuItem {
        cursor: pointer;
        cursor: hand;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #3C3C3C;
        border-left: white 0px solid;
        border-bottom: white 1px solid;
        border-top: white 1px solid;
        border-right: white 0px solid;
        background-color: Transparent;
}
.ModuleTitle_MenuItemSel {
        cursor: pointer;
        cursor: hand;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #DCDCDC;
        background-color: #5D5D5D;
}
.ModuleTitle_MenuIcon {
        cursor: pointer;
        cursor: hand;
        background-color: #5D5D5D;
        border-left: #5D5D5D 1px solid;
        border-bottom: #5D5D5D 1px solid;
        border-top: #5D5D5D 1px solid;
        text-align: center;
        width: 15;
        height: 21;
}
.ModuleTitle_SubMenu {
        z-index: 1000;
        cursor: pointer;
        cursor: hand;
        background-color: #FFFFFF;
        filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
        border-bottom: #FFFFFF 0px solid;
        border-left: #FFFFFF 0px solid;
        border-top: #FFFFFF 0px solid;
        border-right: #FFFFFF 0px solid;
}
.ModuleTitle_MenuBreak {
        border-bottom: #5D5D5D 1px solid;
        border-left: #5D5D5D 0px solid;
        border-top: #5D5D5D 1px solid;
        border-right: #5D5D5D 0px solid;
        background-color: #5D5D5D;
        height: 1px;
}
.ModuleTitle_MenuArrow {
        font-family: webdings;
        font-size: 10pt;
        cursor: pointer;
        cursor: hand;
        border-right: #FFFFFF 1px solid;
        border-bottom: #FFFFFF 1px solid;
        border-top: #FFFFFF 0px solid;
}
.ModuleTitle_RootMenuArrow {
        font-family: webdings;
        font-size: 10pt;
        cursor: pointer;
        cursor: hand;
}

/* styles used in the file manager */
.FileManager
{
        border-right: DEDEDE 1px solid;
        border-top: DEDEDE 1px solid;
        border-left: DEDEDE 1px solid;
        border-bottom: DEDEDE 1px solid;
        height:400px;
}
.FileManager_ToolBar
{
        border-bottom: DEDEDE 1px solid;
        height:25px;
        background-color: #DEDEDE;
        filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FEFEFE,endColorStr=#DEDEDE);
}
.FileManager_Explorer
{
        height:100%;
        border: #DEDEDE 1px solid;
        background-color: #FFFFFF;
        margin: 2px 2px 2px 2px;
}
.FileManager_FileList
{
        height:100%;
        border: #DEDEDE 1px solid;
        background-color: White;
        margin: 2px 2px 2px 2px;
        overflow: auto;
}
.FileManager_MessageBox
{
        text-align: center;
        vertical-align: middle;
        background-color: White;
        padding: 25px 25px 25px 25px;
}
.FileManager_Header
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #3C3C3C;
    background-color: #DEDEDE;
    border-bottom: #DEDEDE 1px solid;
        filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FEFEFE,endColorStr=#DEDEDE);
    height: 25px;
}
.FileManager_Pager
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
        color:#3C3C3C;
    font-weight: bold;
           background-color: #DEDEDE;
        filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FEFEFE,endColorStr=#DEDEDE);
    border-top: #DEDEDE 1px solid;
    height: 25px;
}
.FileManager_StatusBar
{
    font-family:Arial;
    font-size: 11px;
    font-weight: normal;
    background-color: white;
    height: 25px;
        margin: 2px 2px 2px 2px;
}
.FileManager_Item
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #3C3C3C;
    background-color: white;
    border-top: #DEDEDE 1px dashed;
    border-bottom: #DEDEDE 1px dashed;
}
.FileManager_AltItem
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #3C3C3C;
    background-color: #DFDFDF;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}
.FileManagerTreeNode
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
        color: #3C3C3C;
    font-weight: normal;
}
.FileManagerTreeNodeSelected
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
        background-color: #DEDEDE;
}
A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration: none;
    color: #003366;
}
A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration: none;
    color: #003366;
}
A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration: none;
    color: #003366;
}
A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration: none;
    color: #ff0000;
}

/* styles used in the Wizard Framework */
.Wizard
{
        border-right: white 1px solid;
        border-top: white 1px solid;
        border-left: white 1px solid;
        border-bottom: white 1px solid;
        height:400px;
        width:600px;
}
.WizardButton
{
        background-color: #FEFDF5;
        border-top: #DEDCCD 1px solid;
        border-right: #DEDCCD 1px solid;
        border-left: #DEDCCD 1px solid;
        border-bottom: #DEDCCD 1px solid;
        filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FEFDF5,endColorStr=#DEDEDE);
        color: #3C3C3C;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
}
.WizardHeader
{
        height:30px;
        border-bottom: DEDCCD 1px solid;
        color: #141414;
        background-color: #ffffff;
}
.WizardFooter
{
        border-top: DEDCCD 1px solid;
        background: #ffffff;
        height: 25px;
        text-align: right;
}
.WizardBody
{
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
        padding-top: 10px;
        height: 325px;
}
.WizardHelp
{
        padding-right: 5px;
        padding-left: 5px;
        font-size: 11px;
        padding-bottom: 5px;
        border-left: DEDCCD 1px solid;
        width: 180px;
        padding-top: 5px;
        background-color: #DEDCCD;
        filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FEFDF5,endColorStr=#DEDCCD);
}
.WizardHelpText
{
        overflow: auto;
        font-size: 11px;
        width: 180px;
        color: #141414;
        font-family: Arial, Helvetica, sans-serif;
        height: 300px;
}
.WizardText
{
        font-size: 11px;
        color: #141414;
        font-family: Arial, Helvetica, sans-serif;
}

/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration: underline;
    color: #000000;
}
A.CommandButton:visited  {
    text-decoration: underline;
    color: #000000;
}
A.CommandButton:active   {
    text-decoration: underline;
    color: #000000;
}
A.CommandButton:hover    {
    text-decoration: none;
    color: #000000;
}

#col1 { float: left; width: 75px; border: 0; }
#col2, #col3, #col4 { float: left; width: 75px; border: 0; margin-left: 1.1em; }
#col5 { float: left; width: 75px; border: 0; padding-right: 10px; margin-left: 1.1em; }

.textlink { text-align: center; margin-top: 0px; }
ul.company { font-family: tahoma, arial, helvetica, sans-serif; font-size: 10pt; line-height: 18px; color: #585858; }