/* ================================
    CSS STYLES
   ================================
*/   


/* 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 color for ip3 pages - left */
.ipleft
{
	background-color: #EFEFEF;
}

/* background color for ip3 pages - right */
.ipright
{
	background-color: #666666;
}

/*dashed border*/
.dot {
	margin: 0;
	padding: 0;
	border-left: 2px dotted #CCCCCC;
}
.dotmid {
	margin: 0;
	padding: 0;
	border-left: 2px dotted #CCCCCC;
	border-right: 2px dotted #CCCCCC;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: #000000;
    font-family: Tahoma, Arial, Helvetica;
    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: #666666;
}

A.SelectedTab:hover    {
    text-decoration:    underline;
    color: EFEFEF;
}

/*tooltip style*/
a.info{
    position:relative; /*this is the key*/
    z-index:1;
}

a.info:hover
{
	z-index:2;

}

a.info span {
	display:none
}
/*the span will display just on :hover state*/

a.info:hover span { 
  	display:block;
  	position:absolute;
   	top:2em; left:2em; width:15em;
    border:1px solid #000000;
    background-color:#EFEFEF; color:#000000;
   	text-align: center
}


/* text style for the unselected tabs (just text - like the pipe character) */
.OtherTabs {
    font-weight: normal;
    font-size: 8.5pt;
    color: #666666;
    font-family: Tahoma, Arial, Helvetica;
    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: #666666;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color: #000000;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:	bold;
    color: #2B4D6B;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, 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: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    line-height: 13px;
    color: #000000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

.Iptext
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px; line-height: 1.5em;
    font-weight: normal;
	}
	
.Ipquote
 { color: #999999; 
 font-size: 12px; 
 font-family: Verdana, Arial, Helvetica; 
 font-weight: normal; 
 line-height: 2em;
 text-align: justify;
 font-style: italic; 
 }

.Iphead
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
	color: #2B4D6B;
}
.iwayhead
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
	color: #7570B3;
}

.quarkhead
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
	color: #000000;
}

/*style for ip3menu*/
.ip3menu
{	
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
	color: #000000;
}
.ip3menu A:link  {
    text-decoration:    none;
    color:  #FFFFFF;
}
.ip3menu A:hover { color: #000000; text-decoration: underline }
.ip3menu A:visited   {
    text-decoration:    none;
    color:  #FFFFFF;
}
.ip3menu A:active    {
    text-decoration:    none;
    color:  #FFFFFF;
}
.solutionsmenu  { color: #000000; font-size: 10px; font-family: Verdana, Arial, Helvetica; font-weight: 400; line-height: 1.3em }
.solutionsmenu1 { color: #000000; font-size: 10px; font-family: Verdana, Arial, Helvetica; font-weight: 400; line-height: 1.3em }
.solutionsmenu A:active { color: #000; text-decoration: none }
.solutionsmenu A:active1 { color: #000; text-decoration: none }
.solutionsmenu A:visited  { color: #fff; text-decoration: none }
.solutionsmenu A:visited1 { color: #666; text-decoration: none }
.solutionsmenu A:link  { color: #000; text-decoration: none }
.solutionsmenu A:link1 { color: #000; text-decoration: none }
.solutionsmenu A:hover  { color: #333; text-decoration: underline }
.solutionsmenu A:hover1 { color: #333; text-decoration: underline }
/* style for ip3 menu*/
.buttonscontainer {width: 150px;}

.buttons a {color: #2B4D6B;
background-color: #EFEFEF;
padding: 2px;
padding-left: 3px;
display: block;
font-size: 10px;
font-family: Verdana, Arial, Helvetica;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons a:hover {background-color: #666666;
color: #FFFFFF;
text-decoration: none;}



/* 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: darkred;
}
    
/* GENERIC */

H1  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  20px;
    font-weight:    bold;
    color: #2B4D6B;
}

H2  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #2B4D6B;
}

H3  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #2B4D6B;
}

H4  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #2B4D6B;
}

H5, DT  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #2B4D6B;
}

H6  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #2B4D6B;
}

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:  #666666;
}

A:visited   {
    text-decoration:    none;
    color:  #666666;
}

A:active    {
    text-decoration:    none;
    color:  #666666;
}

A:hover {
    text-decoration:    underline;
    color: #CCCCCC;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}

UL  {
    margin-top: 0;
    margin-left: 15;
    margin-right: 0;
    margin-bottom: 0;
}

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: 12px;
    font-weight: bold;
	color: #2B4D6B;
}



