/* 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;
    }

.LeftPane
    {}

.contentpane 
{
	Padding-left: 15px;
}

.RightPane { }

/* 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: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color:     #0099CC;
    }

/* Style of item titles on edit and admin pages */
.SubHead
    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color:     #0099CC;
    }

/* 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:     #0099CC;
    }

/* Text style used for most text rendered by modules */
.Normal
    {
    font-family: Times New Roman;
    font-size: 11px;
    font-weight: normal;
    color:     #000000;
    }

/* 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;
    color:     #000000;
    }

.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;
    }

TD a:link
    {
    font-family: Times New Roman;
    color: #0099CC;
    text-decoration: underline;
    }

TD a:visited
    {
    font-family: Times New Roman;
    color: #0099CC;
    text-decoration: underline;
    }

TD a:active
    {
    font-family: Times New Roman;
    color: #0099CC;
    text-decoration: underline;
    }

TD a:hover
    {
    font-family: Times New Roman;
    color: #A500F2;
    text-decoration: underline;
    }


a:link
    {
    font-family: Times New Roman;
    color: #0099CC;
    text-decoration: underline;
    }

a:visited
    {
    font-family: Times New Roman;
    color: #0099CC;
    text-decoration: underline;
    }

a:active
    {
    font-family: Times New Roman;
    color: #000000;
    text-decoration: underline;
    }

a:hover
    {
    font-family: Arial, Helvetica, sans-serif;
    color: #A500F2;
    text-decoration: none;
    }

.JobBoard_ShortMessage
{
    font-size: 9px;

}

.Jobboard
    {
    text-decoration: underline;
    color: #000000;
    font-family: Times New Roman, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    }
    
A.Jobboard:link
    {
    text-decoration: underline;
    color: #000000;
    font-family: Times New Roman, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    }

A.Jobboard:visited
    {
    text-decoration: underline;
    color: #000000;
    font-family: Times New Roman, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    }

A.Jobboard:active
    {
    text-decoration: underline;
    color: #000000;
    font-family: Times New Roman, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    }

A.Jobboard:hover
    {
    text-decoration: underline;
    color: #A500F2;
    font-family: Times New Roman, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    }
    
.Jobboard_JobTitle
{
    text-decoration: underline;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}
    
A.Jobboard_JobTitle:link
    {
    text-decoration: underline;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    }

A.Jobboard_JobTitle:visited
    {
    text-decoration: underline;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    }

A.Jobboard_JobTitle:active
    {
    text-decoration: underline;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    }

A.Jobboard_JobTitle:hover
    {
    text-decoration: underline;
    color: #A500F2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    }
    



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: 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;
    }

/*
-----------------------------------------------------------
Menu-Styles
*/

/* Background color between the tabs */
.MainMenu_MenuContainer
    {
    border-bottom: #FFFF00 0px solid;
    border-left: #FFFF00 0px solid;
    border-top:  #FFFF00 0px solid;
    border-right: #FFFF00 0px solid;
   /* background-color: #FFFF00; */
    }

.MainMenu_MenuBar
    {
    cursor: pointer;
    cursor: hand;
    height: 16;
    }

/*
GENERAL SETTINGS FOR UNSELECTED MENU ITEM TEXT
font-size = The size of the font used for unselected menu items
color = The color of the menu text unselected
background-color = Background color of all menu items
font-family = The font used for unselected menu items
font-weight = Options include - normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900
*/
.MainMenu_MenuItem
    {
    cursor: pointer;
    cursor: hand;
    font-family: Arial, Helvetica, sans-serif;
    color: #0099CC;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
    border-left: #092157 0px solid;
    border-bottom: #092157 0px solid;
    border-top: #092157 0px solid;
    border-right: #092157 0px solid;
    }

/* Background color of the left side/icon of the submenu */
.MainMenu_MenuIcon
    {
    cursor: pointer;
    cursor: hand;
    background-color: #FFFFFF;
    border-left: #092157 0px solid;
    border-bottom: 0066CC 0px solid;
    border-top: #092157 0px solid;
    text-align: center;
    width:  15;
    height: 21;
    }

/* Background color of the right side/icon and middle of the submenu */
.MainMenu_SubMenu
    {
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    background-color: #FFFFFF; 
    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;
    }

.MainMenu_MenuBreak
    {
    border-bottom: #092157 0px solid;
    border-left: #092157 0px solid;
    border-top:  #092157 0px solid;
    border-right: #092157 0px solid;
    background-color: Transparent;
    height:      0px;
    }

/*
GENERAL SETTINGS FOR SELECTED MENU ITEM TEXT
background-color = The background color of the selected item in the menu
font-family = The font used for selected menu items
font-size = The font size used for selected menu items
font-style = The font style used for the selected menu items
color = The color of selected text
font-size = The size of the selected text
font-weight = Options include - normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900
color = the color of selected text
*/

.MainMenu_MenuItemSel
    {
    background-color: #FFFFFF;
    cursor: pointer;
    cursor: hand;
    font-family: Arial, Helvetica, sans-serif;
    color: #CCCCCC;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
    border-left: #092157 0px solid;
    border-bottom: #092157 0px solid;
    border-top: #092157 0px solid;
    border-right: #092157 0px solid;
    }

.MainMenu_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:     #66CCFF;
    }

/*
Properties of the arrow next to the main tabs
*/
.MainMenu_RootMenuArrow
    {
    font-family: webdings;
    font-size: 10pt;
    cursor:    pointer;
    cursor:    hand;
    color:     #FFFFFF;
    }

.rootmenuitem TD{ /* controls the top menu font */
	font-family: Arial;
	color:#FFFFFF;
	font-size:10px;
	font-weight:normal;
	background-color: transparent;
    padding: 1px 1px 1px 1px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.rootmenuitemselected TD{ /* mouse over menu item */
	color:#FFFFFF;
	font-family: Arial;
	font-size:10px;
	font-weight:normal;
	padding: 1px 1px 1px 1px;
	background-repeat: no-repeat;
	background-position: left bottom;
} 
.rootmenuitembreadcrumb TD{  
	color:#FFFFFF;
	font-family:Arial;
	font-size:10px;
	font-weight:normal;
	padding: 1px 1px 1px 1px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.equatekcredit
    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    color:     #092157;
    }

.copy
    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7.5px;
    font-style: normal;
    font-weight: normal;
    color:     #092157;
    }

.sidearticle
    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-style: italic;
    }

.maintext
    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    }

.photocredit
    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7px;
    font-style: italic;
    }

.maintitle
    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color:     #092157;
    }

.topictitle
    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color:     #092157;
    }







