/* ================================
    CSS STYLES FOR IPI Books
   ================================
*/
.Menu
{
	
}


.MenuCSSClass
{
    background-color: #fee6aa;
	font-weight: bold;
	font-size: 9pt;
	padding-bottom: 2px;
	padding-left: 9px;
    color: #7d4610;
	font-family: Arial, Helvetica, sans-serif;
	border: #7d4610 0px solid;
	text-align:left !important;
	width:150px;
}

.MenuHoverCSSClass
{
	font-weight: bold;
	font-size: 9pt;
	padding-bottom: 2px;
	padding-left: 9px;
	color: #D8911F;
	background-color: #fee6aa;
	font-family: Arial, Helvetica, sans-serif;
	border: #7d4610 0px solid;
	text-align:left !important;
	width:150px;
}

.SubmenuCSSClass
{
    background-color: #fee6aa;
	font-weight: bold;
	font-size: 9pt;
	padding-bottom: 2px;
    color: #7d4610;
	font-family: Arial, Helvetica, sans-serif;
	border: #7d4610 1px solid;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='Yellow', Direction=135, Strength=1) ;
}

.SubMenuHoverCSSClass
{
	border: #7d4610 1px solid;
	font-weight: bold;
	font-size: 9pt;
	padding-bottom: 2px;
	color: #D8911F;
	background-color: #fee6aa;
	font-family: Arial, Helvetica, sans-serif;
}



.TopClass, .TopClass TD, .TopClass TH, .TopClass TR
{
    background-color: #E07A0E;
	font-weight: bold !important;
	font-size: 8pt !important;
	padding: 1px 1px 1px 12px;
    color: #FFFFFF !important;
	font-family: Arial, Helvetica, sans-serif;
	border: #666666 0px solid;
	text-align:right;
}

.TopHoverClass, .TopHoverClass TD, .TopHoverClass TH, .TopHoverClass TR
{
	font-weight: bold;
	font-size: 8pt;
	padding: 1px 1px 1px 12px;
	color: #EEC14E;
	background-color: #E07A0E;
	font-family: Arial, Helvetica, sans-serif;
	border: #666666 0px solid;
	text-align:right;
}

.TopSubmenuCSSClass
{
    background-color: #E07A0E;
	font-weight: bold;
	font-size: .6em;
	padding-bottom: 2px;
    color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	border: #7d4610 1px solid;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='Yellow', Direction=135, Strength=1) ;
}

.TopSubMenuHoverCSSClass
{
	border: #7d4610 1px solid;
	font-weight: bold;
	font-size: .6em;
	padding-bottom: 2px;
	color: #EEC14E;
	background-color: #E07A0E;
	font-family: Arial, Helvetica, sans-serif;
}



.MenuItem A, .MenuItem A:Visited, .MenuItem A:Link, .MenuHdr, .MenuHdr A, .MenuItem, .MenuItemMouseOver, .MenuItemMouseOver A:Visited, .MenuItem HR, .MenuItemMouseOver A:Link, .MenuItem A:Active, .MenuItem A:Hover, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuItemMouseOver A:Active, .MenuItemMouseOver A, .MenuItemMouseOver A:Hover
{
	/*border: white 1px solid;*/
	font-weight: bold;
	font-size: 9pt;
	padding-bottom: 2px;
	width: 150;
	color: #7d4610;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fee6aa;
}

.buttonDark
{
	border-top: white 2px solid;
	font-weight: bold;
	font-size: 9pt;
	cursor: hand;
	color: #7d4610;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	height: 25px;
	background-color: #fdd677;
	padding-left: 9px;
	text-align:left !important;
	width:150px;
}

.buttonDarksel
{
	background-color: #fdd677;
	color: #E57513;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	height: 25px;
	border-top: white 2px solid;
	font-weight: bold;
	padding-left: 9px;
	text-align:left !important;
	width:150px;
}

/*------------------------------------------------------------------------------*/


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #FFFFFF;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

/* background/border colors for the selected tab */
.TabBg
{
	background-color: #e1790f;
}


/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8pt;
    color: #666666;
    font-family: Verdana;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: #666666;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: #666666;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: #333333;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: #000000;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8pt;
    color: black;
    font-family: Verdana;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color: #666666;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color: #666666;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color: #333333;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color: #000000;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 75%;
    font-weight: bold;
    color: #666666;
}

.HeadWhite   {
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 66.67%;
    font-weight: bold;
    color: white;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-weight: bold;
	font-size: 12px;
	color: #7f3e0f;
	font-family: Verdana;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
a.CommandButton:link, a.CommandButton:visited {
	/*color: #ffffff;	
	border-top: 1px solid #FEE5A8;
	border-bottom: 1px solid #E1790F;
	border-left: 1px solid #FEE5A8;
	border-right: 1px solid #E1790F;
	background: #EFB954;
	padding: 1px 5px 2px 6px;*/
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #EFB954;	
	
}

a.CommandButton:hover {
	/*border-top: 1px solid #E1790F;
	border-bottom: 1px solid #FEE5A8;
	border-left: 1px solid #E1790F;
	border-right: 1px solid #FEE5A8;
	background: #EFB954;
	padding: 1px 5px 2px 6px;*/
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	color: #7F3E0F;	
}
    
/* GENERIC */
H1  {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana;
    font-size:  17px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Verdana;
    font-size:  10px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Verdana;
    font-size:  9px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Verdana;
    font-size:  8px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Verdana;
    font-size:  11px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

A:link
{
	color: #7f3e0f;
	text-decoration: none;
}

A:visited   {
    text-decoration:    none;
    color:  #7F3E0F;
}

A:active    {
    text-decoration:    none;
    color:  #7F3E0F;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

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: Verdana;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana;
    font-size:  11px;
    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: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: hand; 
	color: black; 
	font-family: Verdana; 
	font-size: 8pt; 
	font-weight: bold; 
	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: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	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: hand; 
	color: black; 
	font-family: Verdana; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 8pt; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 8pt; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer 
{
	background-color: #E1790F;
}

.MainMenu_MenuItem {
	cursor: hand; 
	color: white; 
	font-family: Verdana; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	border-bottom: #6A91B8 1px solid; 
	border-top: #6A91B8 1px solid; 
	background-color: Transparent;
}

.MainMenu_MenuIcon {
	cursor: hand; 
	background-color: #356392; 
	border-left: #356392 1px solid; 
	border-bottom: #356392 1px solid; 
	border-top: #356392 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 1px solid;
	border-top: #FF8080 1px solid;
	background-color: White;
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #ffffff; 
	cursor: hand; 
	color: Black; 
	font-family: Verdana; 
	font-size: 8pt;
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 8pt; 
	cursor: hand; 
	border-right: #6A91B8 1px solid; 
	border-bottom: #6A91B8 1px solid; 
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 8pt; 
	cursor: hand;
}

/* text style for the footer links */
.FooterItemStyle
{
    font-weight: bold;
    font-size: 7pt;
    color: white;
    font-family: Verdana;
    text-decoration: none;
}
A.FooterItemStyle:link {
    text-decoration:    none;
    color:#666666;
}

A.FooterItemStyle:visited  {
    text-decoration:    none;
    color:#999999;
}

A.FooterItemStyle:active   {
    text-decoration:    none;
    color:#666666;
}

A.FooterItemStyle:hover    {
    text-decoration:    none;
    color:#000000;
}

/* Style for main tables */
.TableStyle1
{
	border-bottom: black 0px solid;
	border-left: black 0px solid;
	border-top: black 0px solid;
	border-right: black 0px solid;
}
.TableStyle2
{
	border-left: black 1px solid;
	border-right: black 1px solid;
	border-bottom: black 1px solid;
}

/* text style for the current date */
.CurrentDateStyle {
    font-weight: bold;
    font-size: 7pt;
    color: yellow;
    font-family: Verdana;
    text-decoration: none;
}


/* ================================
    CSS STYLES FOR Majorwebs Skin
   ================================
*/  


.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #663333;
	text-decoration: none;
}
.footer:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
.footer:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
.footer:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.headerTag {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}
.menu1
{
	font-weight: bold;
	font-size: 14px;
	color: #FFCC00;
	line-height: 24px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	text-decoration: none;
}
.menu1hover
{
	font-weight: bold;
	font-size: 14px;
	color: #FF3300;
	line-height: 24px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	text-decoration: none;
}
.menu1:hover
{
	font-weight: bold;
	font-size: 14px;
	color: #FF3300;
	line-height: 24px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	text-decoration: none;
}
.submenu
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	font-style: normal;
	text-decoration: none;
	line-height: 20px;
	background-color: #000000;
}
.submenuhover{
	color: #FFCC00;
}

.menu2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
	background-color: #000000;
}
.menu2:visited {
	color: #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #000000;
}
.menu2:link {
	color: #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #000000;
}
.menu2:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
	background-color: #000000;
}
.menu2hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
	background-color: #000000;
}
.menu3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
	background-color: #000000;
}
.menu3hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FF3300;
	text-decoration: underline;
	background-color: #000000;
}
.pageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.MenuScroll
{
	background-color: Transparent;
}
body
{
	background-color: white;
}


/* Main Menu */

.MainMenu_MenuBar {
	background-color: transparent;
}
.MainMenu_MenuItemMain
{
	font-weight: bold;
	font-size: 14px;
	color: #ffcc00;
	line-height: 24px;
	padding: 2px;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica,sans-serif;
	background-color: #000000;
}

.MainMenu_SubMenu
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	background-color: #000000;
	font-style: normal;
	text-decoration: none;
	line-height: 20px;
}
.MainMenu_SubMenuMain {
	z-index: 1000; 
	cursor: hand;
}

.MainMenu_MenuItemSelMain {
	background-color: #000000; 
	cursor: hand; 
	color: #FFCC00; 
	font-family: Tahoma, Arial, Helvetica,sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
}

