/* 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: white;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}
.LeftPane  {

}

.ContentPane
{
	padding-right:20px;
}

.RightPane  {
}
.Footer{
}
.HeadMenu {
	font-size: 11px;
	color: black;
	background: transparent;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 0;
}
/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 9px;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:black;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:black;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:black;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:black;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    font-size: 9px;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    underline;
    color:black;
}

A.OtherTabs:visited  {
    text-decoration:    underline;
    color:black;
}

A.OtherTabs:active   {
    text-decoration:    underline;
    color:black;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:black;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  13px;
    font-weight: bold;
    color: #FD6502;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  9px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  9px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Helvetica ;
    font-size: 12px;
    font-weight: normal;
    text-align: justify;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  17px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  13px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  10px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  10px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
    text-decoration:    none;
    color:  #b0b0b0;
}

A:visited   {
   	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
    text-decoration:    none;
    color:  #b0b0b0;
}

A:active    {
   	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
    text-decoration:    none;
    color:  #b0b0b0;
}

A:hover {
    text-decoration:    underline;
    color:  #FD6502;
    background-color:White
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  13px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
    font-size: 9px;
    background-color: #eeeeee
}

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  10px;
    font-weight:    bold;
    color: #003366;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid;
	border-left: blue 0px solid;
	border-top: blue 0px solid;
	border-right: blue 0px solid;
}

.ModuleTitle_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:13;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 12;
	height: 17;
}

.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: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings;
	font-size: 9pt;
	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: 9pt;
	cursor: pointer;
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #C0C0C0 0px solid;
	border-left: #C0C0C0 0px solid;
	border-top: #C0C0C0 0px solid;
	border-right: #C0C0C0 0px solid;
	background-color: #C0C0C0;
}

.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:13;
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: Black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	border-left: #C0C0C0 0px solid;
	border-bottom: #C0C0C0 1px solid;
	border-top: #C0C0C0 1px solid;
	border-right: #C0C0C0 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #C0C0C0;
	border-left: #C0C0C0 1px solid;
	border-bottom: #C0C0C0 1px solid;
	border-top: #C0C0C0 1px solid;
	text-align: center;
	width: 12;
	height: 17;
}

.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C0C0C0;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ;
	border-bottom: #C0C0C0 0px solid;
	border-left: #C0C0C0 0px solid;
	border-top: #C0C0C0 0px solid;
	border-right: #C0C0C0 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #014E82 1px solid;
	border-left: #014E82 0px solid;
	border-top: #014E82 1px solid;
	border-right: #014E82 0px solid;
	background-color: White;
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #C0C0C0;
	cursor: pointer;
	cursor: hand;
	color: #FD6502;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 9pt;
	cursor: pointer;
	cursor: hand;
	border-right: #C0C0C0 1px solid;
	border-bottom: #C0C0C0 1px solid;
	border-top: #C0C0C0 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 9pt;
	cursor: pointer;
	cursor: hand;
}
.GDNNHeaderPane
{
	background-image: url(/Portals/_default/Skins/FMCG800/workspace_skins/hdrpanebg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.GDNNHeaderPane1
{
	background-image: url(/Portals/_default/Skins/FMCG800/workspace_skins/hdrpanebg1.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.GDNNHeaderPane2
{
	background-image: url(/Portals/_default/Skins/FMCG800/workspace_skins/hdrpanebg2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.GDNNHeaderPane3
{
	background-image: url(/Portals/_default/Skins/FMCG800/workspace_skins/hdrpanebg3.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.GDNNHeaderPane4
{
	background-image: url(/Portals/_default/Skins/FMCG800/workspace_skins/bluebuffer.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}
.GDNNLeftBorder
{
	background-image: url(/Portals/_default/Skins/FMCG800/workspace_skins/left_bg.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}
.GDNNLeftPane
{
	background-image: url(/Portals/_default/Skins/FMCG800/workspace_skins/leftpanebg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.GDNNLeftPane1
{
	background-image: url(/Portals/_default/Skins/FMCG800/workspace_skins/leftpanebg1.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.GDNNRightBorder
{
}
.GDNNRightPane
{
}
.GDNNRightBorder1
{
	background-image: url(/Portals/_default/Skins/FMCG800/workspace_skins/right_bg.jpg);
	background-repeat: repeat-y;
	background-position: top right;
}
.GDNNRightPane1
{
	background-image: url(/Portals/_default/Skins/FMCG800/workspace_skins/rightpanebg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
.GDNNFooter
{
	background-image: url(/Portals/_default/Skins/FMCG800/workspace_skins/left_bg.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	border-top: #C0C0C0 1px solid;
}
.CPFrame
{
	border: solid 1px #92BFDE;
	padding: 1px 1px 1px 1px;
}
.NavFrame
{
	background-image: url(/Portals/_default/Skins/FMCG800/workspace_skins/navleft_content.gif);
	background-repeat: repeat-y;
	background-position: top right;
}
.NavLeftTop
{
	background-image: url(/Portals/_default/Skins/FMCG800/workspace_skins/navleft_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 3px;
}
.NavRightTop
{
	background-image: url(/Portals/_default/Skins/FMCG800/workspace_skins/navright_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 24px;
}
.NavRightContent
{
	background-image: url(/Portals/_default/Skins/FMCG800/workspace_skins/navright_content.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
#panes {
	display: block;
	padding: 0px;
	margin: 0px;
	height: 100%;
	overflow: none;
}
.AdvGridTable {font-family:Arial, Helvetica, sans-serif;font-size:12pt; font-weight:bold; color:#000000; background-color:#FFFFFF;}
.AdvGridSearch {font-size:8pt; font-weight:normal;color:#FFFFFF;width:1%;}
.AdvGridHeader {font-size:8pt; font-weight:bold; color:#FFFFFF; background-color:#B8AE8F;}
.AdvGridFooter {font-size:8pt; font-weight:bold;color:#FFFFFF; background-color:#000000;}
.AdvGridItem {font-size:8pt; font-weight:normal;color:#000000; background-color:#FFFFFF;}
.AdvGridAlternatingItem {font-size:8pt; font-weight:normal;color:#000000; background-color:#DCDCDC;}
.AdvGridPagerStyle {font-size:8pt; font-weight:normal;background-color:#FFFFFF;}
.AdvGridPagerStyle a {font-size:8pt; font-weight:bold;font-weight:bold;text-decoration:none;}
.AdvGridPagerStyle a:hover {font-size:8pt; font-weight:bold;color:red;text-decoration:underline;}
.AdvGridSelectedItemStyle {font-size:8pt; font-weight:bold;font-weight:bold; color:red; background-color:#f5f5f5;}
