/****************************************************************************
 * Styles for IdeaBlade DevForce Web Site 
 * Copied from TIS pages
 * Includes some styles carried forward from previous IdeaBlade site
 ***************************************************************************/
body, td, .duration, .body
{
	font-size: 9pt;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 13pt;
}

#toolbar
{
/*	background: #0067AA; */
    background:  #034B87;
	text-align: right;
	color: #FFFFFF;
	padding-right: 10px;
/*	height: 20px; */
}
#toolbar a
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
}
#toolbar a:hover
{
	text-decoration: underline;
}
.breadcrumb
{
    font-size: 10pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
}
.breadcrumb A:link, .breadcrumb A:visited
{
    color: #006599;
}
.breadcrumb A:hover
{
	text-decoration: none;
	color: orange;
}
A:link
{
	color: #006599;
	font-size: 9pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 13pt;
	text-decoration: none;
}
A:visited
{
	color: #006599;
	text-decoration: none;
}
A:active
{
	color: #006599;
	text-decoration: none;
}
A:hover
{
	text-decoration: none;
	color: orange;
}

A.biglink
{
	font-size: 12pt;
	font-weight: bold;
	line-height: 18pt;
}
A.stronglink
{
	font-weight: bold;
}
a.button
        {
    margin: 1px;
    color: white;
    font-weight: bolder;
    font-size: 11pt;
    background-color: #666666;
    text-align: center;
    letter-spacing: 1px;
    padding-top: 8px;
    background-repeat: no-repeat;
    background-image: url('/images/RoundedButtonBackground110x30.png');
    width:110px;
    height:30px;
}
        a.button.green
        {
            background-color: #669966;
        }
        a.button.darkblue
        {
            background-color: #006699;
        }
        a.button.gold
        {
            background-color: #DDB872;
        }
        a.button.orange
        {
            background-color: #D58000;
        }


.sub
{
	color: #505050;
	font-size: 9pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 13pt;
}

.sub A:link
{
	color: #505050;
	font-size: 9pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 13pt;
	text-decoration: none;
}
.sub A:visited
{
	color: #505050;
	text-decoration: none;
}
.sub A:active
{
	color: #505050;
	text-decoration: none;
}
.sub A:hover
{
	text-decoration: none;
	color: black;
}

.blue
{
	color: #006599;
	font-size: 16pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: normal;
	line-height: 22pt;
}
.BlueGreen
        {
            color: #00809F;
        }
.blueCallOutBox
{
    background-color: #B8D0DA;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-color: black;
    line-height: 16pt;
    text-indent: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 10pt;
    font-weight: normal;
}
.blueboxtext
{
	color: #FFFFFF;
	font-size: 10pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	line-height: 18pt;
}
.blackBold10pt
{			
			color: #000000;
            font-weight: bold;
            font-size: 10pt;
}
.darkGreenBold10pt
        {
            color: #006600;
            font-weight: bold;
            font-size: 10pt;
        }
.DarkOrange
        {
            color: #FF9933;
        }
.greenBold
{
	font-weight: bold;
	color: #008000;
}
.greenNormal
{
	color: #008000;
}
.graySubHeader
{
	color: #666666;
	font-weight: bold;
	font-size: 13pt;
	line-height: 13pt;
}
.grayHeader
{
	color: #666666;
	font-weight: bold;	
	font-size: 16pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 22pt;
}

.separator
{
	border-bottom: 1px solid #cccc33;
	padding-bottom: 5px;
}

.spacer
{
	margin-bottom: 6px;
}

.required
{
	color: red;
}

.navigation
{
	color: black;
	font-size: 9pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	padding-left: 10px;
}

.navigation A:link
{
	color: black;
	font-size: 9pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;	
	text-decoration: none;
}
.navigation A:visited
{
	color: black;
	text-decoration: none;
}
.navigation A:active
{
	color: black;
	text-decoration: none;
}
.navigation A:hover
{
	text-decoration: none;
	color: #505050;
}

.yellownote, .rednote, .note
{
	margin: 8px;
	background-color: #EEEEEE;
	padding: 8px;
	border-style: solid;
	border-color: Gray;
	border-width: thin;
}

.yellownote
{
	background-color: #FFFFCC;
}
.rednote
{
	background-color: #FF6666;
}
H1
        {
	        font-size: 12pt;
	        line-height: 20px;
	        font-weight: bolder;
	        margin-top:0px:	        
	        padding:0px;
        }
        H2
        {
            font-size:11pt;
            font-weight:bolder;
            margin:2px 0px 0px 0px;
        }
        H3
        {
            font-size:10pt;
            font-weight:bolder;
            margin:0px;
        }
        H4
        {
            font-size:9pt;
            font-weight:bolder;
            margin:0px;
            padding:0px;
        }

/* Styles from original IdeaBlade site */
.header1Green, .header2Green, .header3Green, .header4Green
{
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	text-decoration: none;
}

.header1
{
	font-size: 16px;
	line-height: 20px;
	font-weight: bolder;
}

.header2
{
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
}

.header3
{
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
}

.header4
{
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

.header14pxBlack
{
	font-size: 14px;
	line-height: 12px;
	font-weight: bold;
	color: #000000;
}

.normalColor
{
	color: #333333;
}

.arrow, .arrowFlushLeft, .booklink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #135799;
	text-decoration: none;
}

li.arrow, li.arrowFlushLeft, li.booklink
{
	list-style-position: outside;
	list-style-image: url(/art/linkArrow.gif);
}

li.arrowFlushLeft
{
	margin-left: -20px;
}

.booklink
{
	margin-bottom: 16px;
}

.duration
{
	font-size: 8pt;
	font-style: italic;
	color: Gray;
}

.pMargins
{
	margin-top: 8px;
	margin-bottom: 8px;
}

/* Must come AFTER the declarations above  */

li
{
	margin-bottom: 4;
}
p
{
	margin-top: 8px;
	margin-bottom: 8px;
}
.Font12ptBoldSpaced
        {
            font-size: 12pt;
            line-height: 1.2em;
            font-weight: bold;
        }


/* for the footer only */
.footer
{
	font-size: 10px;
	color: #666666;
	padding-top: 5px;
}
.footer-links
{
	text-align: right;
}
.footer-links a
{
	font-size: 10px;
	color: #666666;
}
.footer-links a:active
{
    color: #666666;
}
.footer-links a:visited
{
    color: #666666;
}
.footer-links a:hover
{
    color:Black;
}
.nav_menu
{
	color: #000000;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	background-color: #C3DFFC;
	border-bottom: 1px solid #ADADAD;
	border-top: 1px solid #ADADAD;
}

.highlightWord
{
	color: #006600;
	font-weight: bold;
}

.highlightPhrase
{
	color: #006600;
	font-weight: bold;
	font-style: italic;
	font-size: 11pt;
}
.tableHead
{
	background-color: #95B3D7;
	color: White;
	font-weight: bold;
	text-align: center;
}
.rowBlue
{
	background-color: #D3DFEE;
	color: Black;
}
.rowLightBlue
{
	background-color: #DFF0FF;
	color: Black;
}
.rowLightGreyBlue
{
	background-color: #EAECF2;
	color: Black;
}
.cellBorderRight
{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
}
.cellBorderLeft
{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000000;
}
img
{
    border-style: none;
}
