/* ================================
    CSS STYLES FOR C1Portal
   ================================
*/   


/* 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  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    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:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color: Black;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color: Gray;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color: Silver;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color: Silver;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}

/* 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, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* 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 used for text rendered by moodules */
.NormalLarge
{
    font-family: MS Sans Serif, Arial, Tahoma;
    font-size: 13px;
    font-weight: normal;
    line-height: 15px    
}

/* text style used for text rendered by moodules */
.NormalLargeBold
{
    font-family: MS Sans Serif, Arial, Tahoma;
    font-size: 13px;
    font-weight: normal;
    line-height: 15px;
    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;
}
    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}

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: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    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: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: hand;
	height: 25px;
}

.ModuleTitle_MenuBarItem
{
	border-left: white 1px solid;
	border-top: white 1px solid;
	border-right: white 1px solid;
	border-bottom: white 1px solid;
	font-size: 8pt;	
	cursor: hand;
	color: black;	
	font-style: normal;
	font-family: 'Microsoft Sans Serif' , Verdana, Tahoma, Arial, Helvetica;
}

.ModuleTitle_MenuBarItemSel
{
	border-left: navy 1px solid;
	border-top: navy 1px solid;
	border-right: navy 1px solid;
	border-bottom: navy 1px solid;
	cursor: hand; 
	background-color: white;
	color: black;
	font-family: 'Microsoft Sans Serif' , Verdana, Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-style: normal;
}

.ModuleTitle_MenuIcon {
	cursor: hand; 
	background-color: #cccccc; 
	border-left: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 1px solid; 
        padding-left: 0px;
        padding-right: 0px;
	text-align: center; 
	width: 18;
	height: 25;
}

.ModuleTitle_SubMenu
{
	cursor: hand; 
	z-index: 1000;
	background-color: white;
	border-bottom: dimgray 1px solid;
	border-left: dimgray 1px solid;
	border-top: dimgray 1px solid;
	border-right: dimgray 1px solid;
	
}

.ModuleTitle_MenuBreak {
	border-bottom: white 1px solid; 
	border-left: white 2px solid; 
	border-top: white 1px solid;  
	border-right: white 0px solid; 
	background-color: dimgray; 
}

.ModuleTitle_MenuItem
{
	border-right: white 0px solid;
	border-top: white 1px solid;
	font-size: 8pt;
	border-left: white 0px solid;
	cursor: hand;
	color: black;
	border-bottom: white 1px solid;
	font-style: normal;
	font-family: 'Microsoft Sans Serif' , Verdana, Tahoma, Arial, Helvetica;
	height: 25;	
}

.ModuleTitle_MenuItemSel
{
	cursor: hand; 
	background-color: #9999cc;
	color: black;
	font-family: 'Microsoft Sans Serif' , Verdana, Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-style: normal;
	height: 25;	
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid;  
	border-right: white 1px solid; 
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand; 	
}

/* Main Menu */

.MainMenu_MenuContainer
{
	border-right: dimgray 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	width: 100%;
	border-bottom: dimgray 1px solid;
	height: 25px;
	background-color: silver;
}

.MainMenu_MenuBar {
	cursor: hand;
	height: 25px;
}

.MainMenu_MenuBarItem
{
	border-left: silver 1px solid;
	border-top: silver 1px solid;
	border-right: silver 1px solid;
	border-bottom: silver 1px solid;
	font-size: 8pt;	
	cursor: hand;
	color: black;	
	font-style: normal;
	font-family: 'Microsoft Sans Serif' , Verdana, Tahoma, Arial, Helvetica;
}

.MainMenu_MenuBarItemSel
{
	border-right: Dimgray 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: Dimgray 1px solid;
	cursor: hand; 
	background-color: Silver;
	color: black;
	font-family: 'Microsoft Sans Serif' , Verdana, Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-style: normal;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 	
	cursor: hand; 	
}

.MainMenu_SubMenu
{
	cursor: hand; 
	z-index: 1000;
	background-color: silver;
	border-bottom: dimgray 1px solid;
	border-left: white 1px solid;
	border-top: white 1px solid;
	border-right: dimgray 1px solid;	
}

.MainMenu_MenuIcon {
	cursor: hand; 
	background-color: silver; 
	border-left: silver 1px solid; 
	border-bottom: silver 1px solid; 
	border-top: silver 1px solid; 
        padding-left: 0px;
        padding-right: 0px;
	text-align: center; 
	width: 18;
	height: 15;
}

.MainMenu_MenuItem
{
	border-right: silver 0px solid;
	border-top: silver 1px solid;
	font-size: 8pt;
	border-left: silver 0px solid;
	cursor: hand;
	color: black;
	border-bottom: silver 1px solid;
	font-style: normal;
	font-family: 'Microsoft Sans Serif' , Verdana, Tahoma, Arial, Helvetica;
	height: 25;	
}

.MainMenu_MenuItemSel
{
	cursor: hand; 
	background-color: navy;
	color: white;
	font-family: 'Microsoft Sans Serif' , Verdana, Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-style: normal;
	height: 25;	
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand; 
	border-bottom: silver 1px solid; 
	border-top: silver 1px solid;  
	border-right: silver 1px solid; 
}

.MainMenu_MenuBreak {
	border-bottom: dimgray 1px solid; 
	border-left: white 1px solid; 
	border-top: white 1px solid;  
	border-right: dimgray 1px solid; 
	background-color: White; 
}

