﻿/* general */

p
{
	font-size: 100%;
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.4em;
    font-family:Verdana, Arial, Sans-Serif;	
}

p strong, ul li strong, ul li ul li strong, ul li ul li ul li strong,
{
	color: #1F1F1F;
}

span.blackText
{
	color: #000000;
}

.external
{
	background:url(/_images/icon_external_link.gif);
	display: inline;
	background-repeat: no-repeat;
	background-position: 3px 0;
	padding: 4px 5px 0 5px;
	text-decoration: none;
}

#page_outer
{
    font-family:Verdana, Arial, Sans-Serif;
    font-size:90%;
    color:#3D4B67;
}
#errorMsg
{
    color:Red !important;
    font-size:90%;
}

.italicText
{
    font-style:italic;
}

.boldText
{
    font-weight:bold;
}

a:link, a:active, a:focus
{
    text-decoration:none;
    color:#970032;	
}

a:hover
{
    text-decoration:underline;
    color:#970032;
}

a:visited
{
  text-decoration: none;
/*  color:#AD5D10;*/
  color: #CC4505;  
}

a:visited:hover
{
  text-decoration: underline;
/*  color:#AD5D10;*/
  color: #CC4505;
}

a.subReport
{
	margin-left:15px;
}

/* headings */
h1
{
    color:#3D4B67;
	text-align: left;
	font-size: 1.6em;
	margin: 1em 0 1em 0;
}

h2
{
    color:#3D4B67;
	text-align: left;
	font-size: 1.3em;
	margin: 2em 0 0.5em 0;	
}

h3
{
    color:#3D4B67;
	text-align: left;
	font-size: 1.2em;
	margin: 1.5em 0 0.5em 0;	
}

h4
{
    color:#3D4B67;
	text-align: left;
	font-size: 1.1em;	
	margin: 1.5em 0 0.5em 0;	
}

h5
{
	color:#3D4B67;
	text-align: left;
	font-size: 1em;	
	margin: 1.5em 0 0.5em 0;
}

caption
{
	color:#3D4B67;
	text-align: left;
	font-size: 1em;	
	margin: 1.5em 0 0.5em 0;
	padding: 1em 0 0.5em 0;
	font-weight: bold;
}

ul.noBullet
{
    list-style-type:none;
}

#content_inner ul
{
    margin:0;
}

#content_inner ul li
{
    margin: 0 0 8px 25px;
	list-style-type: square;
	line-height: 1.4em;
	margin-top: 1em;
	margin-bottom: 1em;	
}

#content_inner ul li ul li
{
    margin:0 0 8px 20px;
	line-height: 1.4em;
	margin-top: 1em;
	margin-bottom: 1em;
	list-style-image: url(/_images/bullet_dash.gif);
}

#content_inner ul li ul li ul li
{
    margin:0 0 8px 20px;
	line-height: 1.4em;
	margin-top: 1em;
	margin-bottom: 1em;
	list-style-image: url(/_images/bullet_double_dots.gif);
}

/*#content_inner ul li a
{
    padding-left:15px;
}*/

#content_inner table
{
  background-color : #FFFFFF;
  border-color : #000000;
  border-collapse: collapse;
  border-top : 1px solid #000000;
  border-bottom : 1px solid #000000;
  line-height : 1.3em;
  font-size: 85%;
  width : 100%;
  margin-top: 0;
}

#content_inner table td
{
  border : 0;
  padding : 6px 5px 6px 5px;
 	vertical-align: top; 
}

#content_inner table th
{
  text-align : left;
  font-style: normal;
/*  border-bottom : 1px solid #CCCCCC;*/
    color:#3D4B67;
	font-weight: normal;
	padding: 6px 5px 6px 5px;
	vertical-align: top;
}

#content_inner table tr.column th
{
  text-align : left;
  font-style: normal;
  border-bottom : 1px solid #CCCCCC;
    color:#3D4B67;
	font-weight: bold;
	padding: 6px 5px 6px 5px;
	vertical-align: bottom;
}

<!-- Implementation Plan Table-->

table.implementation
{
	width:100%;
	border:1px;
	vertical-align:top;
	line-height : 1.3em;
	font-size: 85%;
}

table.implementation tr th
{
	border-bottom: 1px solid #CCCCCC;
}

<!-- End Implementation Plan Table-->
