.ControlPanel, .PagingTable
{
    width: 100%;
    background-color: #FFFFFF;
    border-right: #003366 1px solid;
    border-top: #003366 1px solid;
    border-left: #003366 1px solid;
    border-bottom: #003366 1px solid;
}

.white {
	color: #ffffff;
}

/*========================================================*/
/*  5 Text                                               */
/*========================================================*/

/*-- most of the text on site          --*/ .normal, .Normal { color: #515151; }
/*-- most of the bold text on site     --*/ .NormalBold { font-weight: bold; color: #515151; }
/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-weight: bold;  }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-weight: bold; color: #777; padding: 0; }
/*-- headings - mostly in admin        --*/ .Head {  color: #777; background: transparent; font-weight: bold; padding: 0;}
/*========================================================*/
/*  6 Links                                              */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited, a:active { text-decoration: underline; }
/*-- default links hover               --*/ a:hover { color: #444; text-decoration: underline; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #666; font-weight: bold;  text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #444; text-decoration: none; }
/*-- admin button-link style           --*/ a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active { color: #6A6A6A; border: 1px solid #ABABAB; background: #EFEFEF; padding: 2px 3px 3px 4px; font-weight: bold;  text-decoration: none; height: 20px; }
/*-- admin button-link style hover     --*/ a.CommandButton:hover                                                 { color: #6A6A6A; border: 1px solid #868686; background: #DFDFDF; padding: 2px 3px 3px 4px; font-weight: bold;  text-decoration: none; height: 20px; }
/*-- search button in search form      --*/ .SearchButton { background: transparent; padding: 13px 28px 4px 27px; cursor: hand; font-size:1px; margin: 0 0 0 0px;}
.SkinObject
{
    font-weight: normal;
    font-size: 12px;
    color: #666;
    text-decoration: none;
}
.grid_12 .SkinObject {
	color: #f9f9f9 !important;
}
A.SkinObject:link
{
    text-decoration: none;
    color: #dcdcdc;
}

A.SkinObject:visited
{
    text-decoration: none;
    color: #dcdcdc;
}

A.SkinObject:hover
{
    text-decoration: none;
    color: #515151;
}

A.SkinObject:active
{
    text-decoration: none;
    color: #515151;
}
/*========================================================*/
/*  7 Forms                                              */
/*========================================================*/

/*-- default form elements      --*/ select, input, textarea { color: #333; margin: 5px 0 5px 0; border: 1px solid gainsboro; padding: 4px; }
/*-- textbox                    --*/ .NormalTextBox { color: #333; padding-left: 4px; line-height: 12px; font-weight: normal;  }
/*-- textbox container          --*/ td.NormalTextBox { padding: 0; margin: 0; background: transparent; visibility: invisible; border: 0; }


/*========================================================*/
/*     Main Menu and Module Menus                         */
/*========================================================*/

/*-- box that holds the menu    --*/ .MainMenu_MenuContainer {  background: url(nav_idle.gif) repeat-x top center transparent;  height: 45px;}
/*-- bar that holds the menu    --*/ .MainMenu_MenuBar { cursor: pointer; cursor: hand; background: transparent;  height: 45px;}
/*-- submenu container          --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 1px 0 0 0; background: #EEEEEE; padding: 0px; border: 1px solid #BBBBBB; font-weight: normal; filter: none; }
/*-- submenu items idle         --*/ .MainMenu_MenuItem, .ModuleTitle_MenuItem { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;  color: #6A6A6A;  background: #EEEEEE; font-weight: bold; font-style: normal; padding: 0px 30px 0px 16px; height: 20px; border: 0; }
/*-- submenu items hover        --*/ .MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;  font-weight: bold; cursor: pointer; cursor: hand; color: #222; background: #BBBBBB; padding: 0px 30px 0px 16px; height: 20px; border: 0;}
/*-- menuitems idle             --*/ .MainMenu_Idle TD { color: #FFF; background: url(nav_idle.gif) repeat-x top center transparent; font-weight: bold; padding: 16px 0px 16px 0px; font-weight: bold; font-size: 8pt; }
/*-- menuitems over             --*/ .MainMenu_Selected TD { color: #FFF; background: url(nav_over2.gif) repeat-x top center; font-weight: bold; padding: 16px 0px 16px 0px; font-weight: bold; font-size: 8pt; }
/*-- menuitems active           --*/ .MainMenu_Active TD, .MainMenu_BreadcrumbActive TD { color: #FFF; background: url(nav_over.gif) repeat-x top center; font-weight: bold; padding: 16px 0px 16px 0px; font-weight: bold; font-size: 8pt; }
/*-- right seperator idle       --*/ .MainMenu_RightIdle { background: url(nav_div.gif) no-repeat top right; width:2px; height: 45px; }
/*-- not needed - main menu     --*/ .MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon  { display: none; }
/*-- module menu continer       --*/ .ModuleTitle_MenuContainer { color: #2c2c2c; }
/*-- module menu bar            --*/ .ModuleTitle_MenuBar { cursor: pointer; cursor: hand;}
/*-- module menu padding        --*/ .ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel { padding: 0 5px 0 0; }
/*-- not needed - module menu   --*/ .MainMenuSeperator, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon { display: none; }
/*-- removing seperator borders --*/ .MainMenu_MenuBreak { border-top-style: none; border-right-style: none;	border-left-style: none; border-bottom-style: none; background:transparent;  vertical-align:top;}
