/*
 * Licensed Materials - Property of IBM
 * (C) Copyright IBM Corp. 2010, 2012 All Rights Reserved
 * US Government Users Restricted Rights - Use, duplication or
 * disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
 */

/* ======= .oneui is 12px for body text, UI controls, feeds, ellipses, etc ======== */
.oneui {
    font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
    font-size: 75%;
    color: #222222;   
	background: none;
}


/* ======= beginning of content area font styles ======== */


/* ======= .oneui bold is for the primaryButton, for messageTitles like Attention and Errors; Price Tags  ======== */
.oneui .primaryButton, 
.oneui .messageTitles, 
.oneui .price {
    font-weight: bold;
}

/* ======= .oneui pageHeader1 is 30px; content area ======== */
.oneui .pageHeader1{
    font-size: 2.5em;
    font-weight: bold;
    color: #222222; 
}

/* ======= .oneui pageHeader2 is 18px; content area ======== */
.oneui .pageHeader2 {
    font-size: 1.5em;
    font-weight: bold;
    color: #222222; 
}

/* ======= .oneui portletHeader1 is 14px; content area ======== */	
.oneui .portletHeader1{
    font-size: 1.17em;
    font-weight: bold;
    color: #222222; 
}

/* ======= .oneui portletHeader2 is 12px; content area ======== */
.oneui .portletHeader2{
    font-weight: bold;
    color: #222222; 
}



/* ======= .oneui messagesContrast is 11px for secondary message info such as ID (CAT123456) and date/timestamp and message filters ; content area======== */
.oneui .messagesContrast  {
	font-size: 0.92em;
    color: #444444;
}

/* ======= .oneui .informationCenter is 13px for large amount of text; content area ======== */
.oneui .informationCenter {
    font-family: Georgia, Times New Roman, Serif;
    font-size: 1.08em;
}

/* ======= .oneui .informational is 11px; content area ======== */
.oneui .informational {
    font-size: 0.92em;
}

/* ======= .oneui .informational2 is 12px e.g hover person card information; content area ======== */
.oneui .informational2 {
     color: #444444;
}

/* ======= .oneui .informational3 is 22px e.g hover person card information, spefically the person's name; content area ======== */
.oneui .informational3 {
     font-family: Georgia, Times New Roman, Serif;
	 font-size: 1.375em;
     color: #00649d;
}

/* ======= .oneui .informationalOther is 12px; content area   ======== */
.oneui .informationalOther {
    font-family: Georgia, Times New Roman, Serif;
}

/* ======= .oneui .legal: for copyright and trademark information in login, about, welcome screen, video, 11px; content area   ======== */
.oneui .legal {
   
    font-size: 0.92em;
    color: #666666;
}

/* ======= .oneui .footnote, .oneui .contrast: status update is 11px; content area   ======== */
.oneui .footnote, 
.oneui .contrast {
    font-family: Georgia, Times New Roman, Serif;  
    font-size: 0.92em;
}

/* ======= .oneui .instructional is 12px; content area   ======== */
.oneui .instructional {
    font-family: Georgia, Times New Roman, Serif;  
}

/* ======= .oneui .activeMessage is 11px; content area   ======== */
.oneui .activeMessage {
    font-family: Georgia, Times New Roman, Serif;
    font-size: 0.92em;
    font-style: italic;
}

/* ======= .oneui .activeMessage2 is 14px; content area   ======== */
.oneui .activeMessage2 {
    font-family: Georgia, Times New Roman, Serif;
    font-size: 1.17em;
    font-style: italic;
	color: #b8471b;  
}


/* ======= .oneui .activeMessage3 is 11px; content area   ======== */
.oneui .activeMessage3 {
    font-family: Georgia, Times New Roman, Serif;
    font-size: 0.92em;
    font-style: italic;
	color: #b8471b;  
}

/* ======= .oneui .chartMarkers is 12px; content area   ======== */
.oneui .chartMarkers {
    color: #666666;  
}

/* ======= .oneui .chartLegend is 11px; content area   ======== */
.oneui .chartLegend {
    font-size: 0.92em;
    color: #666666;  
}

/* ======= .oneui .sliderMarkers is 10px ; content area  ======== */
.oneui .sliderMarkers {
    font-size: 0.83em;
    color: #333333;  
}

/* ======= .oneui breadcrumb is 11px; content area; content area  ======== */
.oneui .breadcrumb a {
    font-size:0.92em;
    color: #00649d; 
    text-decoration: none;
}

.oneui .breadcrumb a:visited {
    color: #745285; 
}

.oneui .breadcrumb a:hover {
    color: #05386b; 
    text-decoration: underline;
}

.oneui .breadcrumb a:active {
    color: #00649d; 
    font-weight: bold; 
}

/* ======= .oneui default linked text; content area ======== */
.oneui a:link {
    color: #00649d;
    text-decoration: none;
}

.oneui a:visited {
    color: #745285;
}

.oneui a:hover {
    color: #05386b;
    text-decoration: underline;
}

.oneui a:active {
    color: #00649d;
}

/* =======end of content area font styles ======== */


