/* CSS Document */


body
{
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	    scrollbar-3dlight-color:#727626;
    scrollbar-arrow-color:#321b75;
    scrollbar-base-color:#ffffff;
    scrollbar-darkshadow-color:#727626;
    scrollbar-face-color:#e9ebc1;
    scrollbar-highlight-color:#727626;
    scrollbar-shadow-color:#ffffff;
    scrollbar-track-color:#ebebed;
}
td
{
	font-family: Tahoma;
	font-size: 11px;
	color: #222527;
}
a
{
	color: #222527;
}
.menuizqdo
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #576268;
	text-decoration: none;
}
.footer
{
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
.footer2
{
	font-family: Tahoma;
	font-size: 11px;
	color: #454444;
	text-decoration: none;
}
.txt1
{
	color: #044653;
}
.txt2
{
	font-family: Tahoma;
	font-size: 12px;
	color: #424848;
}
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #CCCCCC;
}

/* 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  { 
background-color: #E9EBC1;
}

.RightPane  { 
}
/* text style for the selected tab */
.SelectedTab
{
}

/* hyperlink style for the selected tab */
A.SelectedTab:link
{
}

A.SelectedTab:visited
{
}

A.SelectedTab:active
{
}

A.SelectedTab:hover
{
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    font-size: 8.5pt;
    color: #ffffff;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:#ffffff;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#ffffff;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#ffffff;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#e9ebc1;
}
/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 10px;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    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: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Tahoma;
	font-size: 11px;
	color: #222527;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    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: #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;
}
/* Main Menu */

/* MenuContainer is the background of the entire control */

.MainMenu_MenuContainer
{
	border-bottom: #404040 0px solid;
	border-left: #FF8080 0px solid;
	border-top: #FF8080 0px solid;
	border-right: #404040 0px solid;
	background-color: #FFFFFF;
}

/* MenuBar is the color of the Horizontal Menu bar, not the base items */
/* if color is ommitted, the default is used */

.MainMenu_MenuBar
{
	cursor: pointer;
	cursor: hand;
	height: 16;
	background-color: #FFFFFF;
}

/* .MainMenu_MenuItem controls the main menu items and the fly-out menu items */
/* but the text-align only controls the fly-out menu items /*
/* if color is ommitted, the MenuContainer background-color is used */

.MainMenu_MenuItem
{
	cursor: pointer;
	cursor: hand;
	color: #666666;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	border-left: 0px solid #333333;
	border-bottom: 0px solid #333333;
	border-top: 0px solid #333333;
	border-right: 0px solid #333333;
	background-color: #FFFFFF;
}

/* MainMenu MenuIcon is the area of each menu item for the icon */
/* the background-color is usually set the the same as the MenuItem */

.MainMenu_MenuIcon
{
	cursor: pointer;
	cursor: hand;
	background-color: #FFFFFF;
	border-left: 0px solid #333333;
	border-bottom: 0px none #333333;
	border-top: 0px none #333333;
	text-align: center;
	width: 15;
	height: 21;
}

/* Sub-Menu is the fly-out menu */
/* z-index sets whether the flyout appears over other items or not */
/* the higher the number of z-index, the more 'on top' it is */
/* font and text settings have no effect; use .MainMenu_MenuItem instead */

.MainMenu_SubMenu
{
	color: #666666;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #FFFFFF;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);
	border-bottom: #404040 0px solid;
	border-left: #FF8080 0px solid;
	border-top: #FF8080 0px solid;
	border-right: #404040 0px solid;
}

/* MenuBreak is for line breaks in the menu */

.MainMenu_MenuBreak
{
	border-bottom: 0px solid #404040;
	border-left: 0px solid #FF8080;
	border-top: 0px solid #FF8080;
	border-right: 0px solid #404040;
	background-color: White;
	height: 1px;
}

/* MenuItemSel is the item you select from the menu */

.MainMenu_MenuItemSel
{
	background-color: #FFFFFF;
	cursor: pointer;
	cursor: hand;
	color: #000066;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal; /* for a background image use background-image: url(approved_508.gif); */
}

/* MenuArrow is the image used for arrows in menu items with submenus */
/*you can specify a virtual path; if omitted webdings font arrow will be used */
/* in browsers that support it */

.MainMenu_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-right: #333333 0px solid;
	border-bottom: #333333 0px solid;
	border-top: #333333 0px solid;
	color: #666666;
}

/* RootMenuArrow is the arrows that appear at the root level */

.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	color: #999999;
}


