/* CSS Document */

/* ================================
      CSS STYLES FOR Interport
      Crossbridge 2007
   ================================
*/


/*
-----------------------------------------------------------------
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: #FFFFFF;
}

/* Background/border colors for the selected tab */
.TabBg
    {
    background-color: #092157;
    }
/* Text style for the selected tab (copyright, etc...) */
.SelectedTab
    {
    font-weight: normal;
    font-size: 7.5pt;
    color: #092157;
    font-family: Verdana, Copperplate, Arial, Helvetica;
    text-decoration: none;
    }

/* Hyperlink style for the selected tab */
A.SelectedTab:link
    {
    text-decoration: none;
    color: #092157;
    }

A.SelectedTab:visited
    {
    text-decoration: none;
    color: #092157;
    }

A.SelectedTab:active
    {
    text-decoration: none;
    color: #092157;
    }

A.SelectedTab:hover
    {
    text-decoration: none;
    color: #BAD21A;
    }

/* text style for the unselected tabs */
.OtherTabs
    {
    font-weight: normal;
    font-size: 7.5pt;
    color: #092157;
    font-family: Verdana, Copperplate, Arial, Helvetica;
    text-decoration: none;
    }


/*
------------------------------------------------------------------------
Hyperlink style for the unselected tabs
*/
A.OtherTabs:link
    {
    /*
    General properties of links
    */
    text-decoration: none;
    color: #092157;
    }

A.OtherTabs:visited
    {
    /*
    General properties for visited links
    */
    text-decoration: none;
    color: #092157;
    }

A.OtherTabs:active
    {
    /*
    General properties for active links
    */
    text-decoration: none;
    color: #092157;
    }

A.OtherTabs:hover
    {
    /*
    General properties for when you hold the mouse over a link
    */
    text-decoration: none;
    color: #BAD21A;
    }


/*
---------------------------------------------------------
General Settings
*/

/* Style for module titles */
.Head
    {
    font-family: Times New Roman, sans-serif;
    font-size: 18pt;
    font-weight: bold;
    font-style: italic;
    color:     #a72c41;
    }

/* Style of item titles on edit and admin pages */
.SubHead
    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color:     #092157;
    }

/* Module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color:     #092157;
    }

/* Text style used for most text rendered by modules */
.Normal
    {
    font-family: Times New Roman;
    font-size: 12pt;
    font-weight: normal;
    }

/* Text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    }

.NormalRed
    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color:     #ff0000
    }

.NormalBold
    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold
    }

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
    {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    }

/*
---------------------------------------------------------------------------------
Hyperlink style for buttons and link buttons used in the portal admin pages
*/
A.CommandButton:link
    {
    text-decoration: underline;
    color: #092157;
    }


A.CommandButton:visited
    {
    text-decoration: underline;
    color: #092157;
    }

A.CommandButton:active
    {
    text-decoration: underline;
    color: #092157;
    }

A.CommandButton:hover
    {
    text-decoration: underline;
    color: #BAD21A;
    }

/* GENERIC */
H1
    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 20px;
    font-weight: normal;
    color:     #092157;
    }

H2
    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 20px;
    font-weight: normal;
    color:     #092157;
    }

H3
    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color:     #092157;
    }

H4
    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color:     #092157;
    }

H5, DT
    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color:     #092157;
    }

H6
    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color:     #092157;
    }

TFOOT, THEAD
    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    color:     #092157;
    }

TH
    {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #092157;
    }

a:link
    {
    font-family: Times New Roman;
    color: #966a21;
    text-decoration:underline;
    
    }

a:visited
    {
    font-family: Times New Roman;
    color: #966a21;
    text-decoration:underline;
    }

a:active
    {
    font-family: Times New Roman;
    color: #966a21;
    text-decoration:underline;
    }

a:hover
    {
    font-family: Times New Roman;
    color: #966a21;
    text-decoration:underline;
    }

SMALL
    {
    font-size: 8px;
    }

BIG
    {
    font-size: 14px;
    }

BLOCKQUOTE, PRE
    {
    font-family: Times New Roman;
    }

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: 11px;
    font-weight: normal;
    background-color: #eeeeee
    }

/* Style of item titles by Announcements and events */
.ItemTitle
    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color:     #003366;
    }

/*
-----------------------------------------------------------
Menu-Styles
*/


/* Module Title Menu */
.ModuleTitle_MenuContainer
    {
    border-bottom: #404040 0px solid;
    border-left: #FF8080 0px solid;
    border-top:  #FF8080 0px solid;
    border-right: #404040 0px solid;
    background-color: Transparent;
    }

.ModuleTitle_MenuBar
    {
    cursor: pointer;
    cursor: hand;
    height: 16;
    background-color: Transparent;
    }


/*
ADMIN MENU'S INSIDE INTERPORT
font-family = Font used in admin menu's
color = Font color of admin menu's
font-size = Font size used in admin menu's
*/

.ModuleTitle_MenuItem
    {
    cursor: pointer;
    cursor: hand;
    color: #FFFFFF;
    font-family: Verdana, Copperplate, Arial, Helvetica;
    font-size: 7.5pt;
    font-weight: normal;
    font-style: normal;
    border-left: white 0px solid;
    border-bottom: white 0px solid;
    border-top: white 0px solid;
    border-right: white 0px solid;
    background-color: Transparent;
    }

.ModuleTitle_MenuIcon
    {
    cursor: pointer;
    cursor: hand;

    background-color: #092157;
    border-left: #092157 1px solid;
    border-right: #092157 1px solid;
    border-bottom: #092157 0px solid;
    border-top: #092157 0px solid;
    text-align: center;
    width:  15;
    height: 21;
    }

.ModuleTitle_SubMenu
    {
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    background-color: #092157;
    filter: progid

    :DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);

    border-bottom: #092157 0px solid;
    border-left: #092157 0px solid;
    border-top: #092157 0px solid;
    border-right: #092157 0px solid;
    }

.ModuleTitle_MenuBreak
    {
    border-bottom: #092157 0px solid;
    border-left: #092157 0px solid;
    border-top:  #092157 0px solid;
    border-right: #092157 0px solid;
    background-color: #092157;
    height:      0px;
    }
	
/*
ADMIN MENU'S INSIDE INTERPORT WHEN SELECTED
font-family = Font used in admin menu's
color = Font color of admin menu's
font-size = Font size used in admin menu's
*/
.ModuleTitle_MenuItemSel
    {
    cursor: pointer;
    cursor: hand;
    color: #BAD21A;
    font-family: Verdana, Copperplate, Arial, Helvetica;
    font-size: 7.5pt;
    font-weight: normal;
    font-style: normal;
    border-bottom: #000000 0px solid;
    border-left: #000000 0px solid;
    border-top: #000000 0px solid;
    border-right: #000000 0px solid;

    background-color: #092157;
    }

.ModuleTitle_MenuArrow
    {
    font-family: webdings;
    font-size: 10pt;
    cursor:    pointer;
    cursor:    hand;
    border-right: #092157 0px solid;
    border-bottom: #092157 0px solid;
    border-top: #092157 0px solid;
    color:     #FFFFFF;
    }

.ModuleTitle_RootMenuArrow
    {
    font-family: webdings;
    font-size: 10pt;
    cursor:    pointer;
    cursor:    hand;
    color:     #092157;
    }

/*
-----------------------------------------------------------
/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}

/* Main Font & Color */
.rootMenuItem TD{ 
	cursor: pointer; 
	cursor: hand; 
	color: #A72C41; 
	font-size: 15px; 
	font-style: normal;
	font-weight: normal; 
	background-color: Transparent;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	
}

/* Mouse Over*/
.rootmenuitemselected TD{ 
	color: #A72C41; 
	font-size: 15px; 
	font-style: normal;
	font-weight: normal; 
	background-color: Transparent;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	/*background-image:url(../Images/m-active.gif); */
	height: 24;  
	background-repeat:repeat-x; 
	
}

/* Active Tab */
.rootmenuitembreadcrumb TD{ 
	color: #A72C41; 
	font-size: 11px; 
	font-style: normal;
	font-weight: normal; 
	background-color: Transparent;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	/*background-image:url(../Images/m-active.gif); */
	height: 24;  
	background-repeat:repeat-x; 
	
}
/* Sub Menu font color */
.MainMenu_MenuItem {
	background-color: #FFFAE5; 
	color: #A72C41; 
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 15px; 
	font-weight: normal; 
	font-style: normal; 
	height: 24px;
	border-left: red 0px solid; 
    border-bottom: orange 0px solid; 
    border-top: purple 0px solid; 
    border-right: blue 0px solid;
	
}

/* Sub Menu Mouse Over font color */
.MainMenu_MenuItemSel {
	background-color: #FFFAE5; 
	color: #A72C41; 
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 15px; 
	font-weight: normal;
	cursor: pointer; 
	cursor: hand; 
	height: 24px; 
}

.MainMenu_MenuIcon { 
	display: none; 
	visibility: hidden;
	width: 0px;
	height: 0px;
	display: none;
}

/* sub menu mouse over bg*/
.submenuitemselect {
	background-color: #F7DE85; 
	height: 24px;
}

/* sub menu bg*/
.MainMenu_SubMenu {
	
	background-color: #FFFAE5;
	border: solid 0px #000000;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	height: 24px;
	
}
.MainMenu_MenuBreak {
	
	border-bottom: #EEEEEE 10px solid; 
    border-left: #EEEEEE 0px solid; 
    border-top: #EEEEEE 10px solid;  
    border-right: #EEEEEE 0px solid; 
    background-color: #EEEEEE; 
    height: 10px;

}
.MainMenu_MenuArrow {
	
	font-family: webdings; 	
	height: 0px; 
	visibility: hidden;
	width: 0px;
	border-bottom: #00ff00 0px solid; 
	border-left: #00ff00 0px solid; 
	border-top: #00ff00 0px solid;  
	border-right: #00ff00 0px solid; 
	display: none;
}

/* For Tabbet Menu */
.MainMenu_MenuItem-Tabbed TD { padding:0; margin:0; }
.MainMenu_MenuItem-Tabbed TD DIV { background-image:url(images/newimages/button-background-up.gif); background-position:top right; background-repeat: no-repeat;}
.MainMenu_MenuItem-Tabbed TD DIV DIV { background-image:url(images/newimages/button-no-text-up.gif); background-position:top left; background-repeat: no-repeat; margin:0; padding:0; margin: -20px 0 -25px 0px;}
.MainMenu_MenuItem-Tabbed TD DIV DIV DIV{ background-image:url(images/newimages/button-background-up.gif); background-repeat: repeat-x; color: #A72C41;  font-size: 15px; font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; font-weight: normal; font-style: normal; height: 24px; padding: 3px 0 0 0px; margin:-13px 0 -29px 35px; }             

.MainMenu_MenuSelected-Tabbed TD { padding:0; margin:0; }
.MainMenu_MenuSelected-Tabbed TD DIV { background-image:url(images/newimages/button-background-up.gif); background-position:top right; background-repeat: no-repeat;}
.MainMenu_MenuSelected-Tabbed TD DIV DIV{ background-image:url(images/newimages/button-no-text-rollover.gif); background-position:top left; background-repeat: no-repeat; margin:0; padding:0; margin: -20px 0 -25px 0px;}
.MainMenu_MenuSelected-Tabbed TD DIV DIV DIV{ background-image:url(images/newimages/button-background-up.gif); background-repeat: repeat-x; color: #A72C41; font-size:15px; font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; font-weight: normal; font-style: normal; height: 24px; padding: 3px 0 0 0px; margin:-13px 0 -29px 35px; }

.MainMenu_MenuSelectedRoot-Tabbed TD {padding: 0px; margin: 0px;}
.MainMenu_MenuSelectedRoot-Tabbed TD DIV { background-image:url(images/newimages/button-background-down.gif); background-position:top right; background-repeat: no-repeat;}
.MainMenu_MenuSelectedRoot-Tabbed TD DIV DIV{ background-image:url(images/newimages/button-no-text-down.gif); background-position:top left; background-repeat: no-repeat;  margin: 0; padding: 0; margin: -18px 0 -5px 0px;}
.MainMenu_MenuSelectedRoot-Tabbed TD DIV DIV DIV{ background-image:url(images/newimages/button-background-down.gif);  background-repeat: repeat-x; color: #A72C41; font-size: 15px; font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; font-weight: normal; font-style: normal; height: 24px; padding: 5px 0 0px 0px; margin: 0px 0 -19px 35px; }







.overback
{
	background-color:#FFFFFF;
	padding-left:20px;
}

.leftpane
{
	background-image: url(images/bg-left.gif);
	background-repeat:repeat-y;
}

.contentpane
{
    background-image: url(images/bg-right.gif);
	padding-left:30px;
	padding-right:83px
}

A.SkinObject:active
{
	font-family: Arial;
	font-size:10px;
	font-weight:normal;
	Color: #A41C30;
}

A.SkinObject:visited
{
	font-family: Arial;
	font-size:10px;
	font-weight:normal;
	Color: #A41C30;
}

A.SkinObject:hover
{
	font-family: Arial;
	font-size:10px;
	font-weight:normal;
	Color: #A41C30;
}

A.SkinObject:link
{
	font-family: Arial;
	font-size:10px;
	font-weight:normal;
	Color: #A41C30;
}

.SkinObject
{
	font-family: Arial;
	font-size:10px;
	font-weight:normal;
	Color: #A41C30;
}
.plainstitle
{
	border-bottom-color: #a72c41;
	border-bottom-style:solid;
	border-bottom-width: medium;
}
