/* ======================================================
    CSS STYLES FOR Blue Discus Systems Blue Gradient Series
   ======================================================
*/  

#PageTable {
	border: 1px solid #006699;
        background-color: #7B9CBD; 
}

.controlpanel {
	width: 100%;
	background-color: #7B9CBD;
}

.DefaultText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;

}
.DefaultBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.Slogan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	font-style: italic;
	font-weight: bold;
}
.SmallLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}
.Copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.BlackModuleTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.TinyText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #000000;
}
.DefaultLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}
.DefaultLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
.RedLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
.RedLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006633;
}


.TreeViewMenu {
	width: 130px;
	background-color:Transparent;
}

.TreeViewMenu_Header {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #333333;
    text-align: center; 
}


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
body
{
    background-color: #7B9CBD;
    border: none;
}


/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 11px;
    color: #FFFF99;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#990000;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 11px;
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:hover    {
    text-decoration:    none;
    color:#FFFF99;
}

.SkinObject {
    font-weight: bold;
    font-size: 11px;
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#FFFF99;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}


/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, 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:    none;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    none;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    none;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    none;
    color: #ff0000;
}

A:link  {
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    text-decoration:    none;
    color:  #990000;
}

/* Menu-Styles */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar { 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: hand; 
	color: #333333; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	border-left: none; 
	border-bottom: none; 
	border-top: none; 
	border-right: none;
}
.MainMenu_MenuIcon {
	background-color: #CAD5EA; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 16px; 
	height: 21px;
	border-left: none; 
	border-bottom: none; 
	border-top: none; 
	border-right: none;
}
.MainMenu_SubMenu {
	background-color: #CCCCCC;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	border-left: none; 
	border-bottom: none; 
	border-top: none; 
	border-right: none;
}
.MainMenu_MenuBreak {
	background-color: #666666; 
	height: 1px;
	border-left: none; 
	border-bottom: none; 
	border-top: none; 
	border-right: none;
}
.MainMenu_MenuItemSel {
	background-color: Transparent; 
	cursor: pointer; 
	cursor: hand; 
	color: #990000; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	border-left: none; 
	border-bottom: none; 
	border-top: none; 
	border-right: none;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	color: #333333;
	cursor: pointer; 
	cursor: hand; 
	border-left: none; 
	border-bottom: none; 
	border-top: none; 
	border-right: none;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	color: #333333;
	cursor: pointer; 
	cursor: hand;
	border-left: none; 
	border-bottom: none; 
	border-top: none; 
	border-right: none;
}

/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: white 0px solid; 
	border-left: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
	border-left: none; 
	border-bottom: none; 
	border-top: none; 
	border-right: none;
}

.ModuleTitle_MenuItem {
	cursor: hand; 
	color: #333333; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	border-left: none; 
	border-bottom: none; 
	border-top: none; 
	border-right: none;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 16px; 
	height: 21px;
	background-color: #CAD5EA; 
	border-left: none; 
	border-bottom: none; 
	border-top: none; 
	border-right: none;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #CCCCCC; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-left: none; 
	border-bottom: none; 
	border-top: none; 
	border-right: none;
}

.ModuleTitle_MenuBreak {
	background-color: #666666; 
	height: 1px;
	border-left: none; 
	border-bottom: none; 
	border-top: none; 
	border-right: none;
}

.ModuleTitle_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	background-color: #666666;
	border-left: none; 
	border-bottom: none; 
	border-top: none; 
	border-right: none;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand; 
	border-left: none; 
	border-bottom: none; 
	border-top: none; 
	border-right: none;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand;
	border-left: none; 
	border-bottom: none; 
	border-top: none; 
	border-right: none;
}


