/****************************************************************************************
 ********************************** General Settings ************************************
 ***************************************************************************************/

body
{
  font-family: Verdana, sans-serif;
  font-size: 11px;
  
  background-color: white;
}

.bold
{
    font-weight: bold;
}


/****************************************************************************************
 ********************************** Header Styles ************************************
 ***************************************************************************************/
h2 
{
	font-weight: bold;
	padding:2px;
	border-bottom: 2px solid #9E9E9E;
}

h3
{
	background-color: #f5f7f7; 
	font-weight: bold;
	padding:2px;
	color: #585858;
}

h4
{
	font-weight: bold;
	padding:2px;
	padding-left: 0px;
	color: #014792;
}

h5
{
	background-color: #C6CFD0; 
	font-weight: bold;
	font-size: 45px;
	font-family: Tahoma, sans-serif;
	padding:2px;
	color: black;
}

.subtitle 
{
	background-color: #C6CFD0; 
	font-weight: bold;
	padding:2px;
	color: black;
}

.subtitle2 
{
	font-weight: bold;
	padding:2px;
	border-bottom: 2px solid #9E9E9E;
}

.subtitle3
{
	background-color: #f5f7f7; 
	font-weight: bold;
	padding:2px;
	color: #585858;
}

.subtitle3 a
{
	text-decoration: none;
	color: #585858;
}

.subtitle3 a:hover
{
	text-decoration: underline;
	color:#585858;
}

.subtitle4
{
	font-weight: bold;
	padding:2px;
	padding-left: 0px;
	color: #014792;
}

.subtitle5
{
	background-color: #C6CFD0; 
	font-weight: bold;
	font-size: 14px;
	font-family: tahoma, sans-serif;
	padding:2px;
	color: black;
}



.footer
{
	width:739px;
	text-align:center;
	background-color: #f5f7f7;
}

.footer table
{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	margin-left: 10px;
	width:300px;
}

.footer td
{
  text-align: center;
}

.handCursor
{
  cursor: pointer;
}

.required
{
	color: #CA3051;
}

.text
{
	font-size: 11px;
	border: 1px Solid #585858;
	width:200px;
}

.checkbox 
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

.button
{
	cursor:	pointer;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	border:	1px solid #7b9ebd;
}

/* just floats something to the right */
.floatr
{
	float:right;
}

/* just floats something to the right */
.floatl
{
	float:left;
}

/****************************************************************************************
 ********************************** Content Container Settings***************************
 ***************************************************************************************/

	/*
	 * Background Color: use this setting to change the background color of the content Table.
	 */
	.bgColor
	{
		background-color: white;
	}
	
	/*
	 * Main style settings for Content Container Table.
	 */
	.contentContainerTbl
	{
		margin: 10px;
		width: 510px;

	}

	/*
	 * Main Style Settings for Content Table.
	 */
	.contentTbl
	{
		width:100%;
		font-family: Verdana, sans-serif;
		font-size: 11px;
	}
	
	.contentTbl th
	{
		font-family: Verdana, sans-serif;
		font-size: 11px;
		font-weight: bold;
		text-align: left;
		padding: 5px;
		padding-top: 0px;
	}
	
	.contentTbl td
	{
		padding: 3px;	
		padding-left: 6px;
		padding-right: 6px;
		vertical-align: top;
	}

	.regularLink
	{
		text-decoration: underline;
		color: #014792;
	}
  
  
	/*
	 * Border Settings: these define the rounded border.
	 */
	.contentContainerTbl .contentTD
	{
		padding-left:2px;
		padding-right: 2px;
		background-color: #585858;
	}

	/*
	 * Border Settings - Top Left: these define the rounded border.
	 */	
	.topLeftBorder
	{
		background-image: URL('images/topLeftCorner.gif');
		background-position: top left;
		background-repeat: no-repeat;
		width:8px;
		height: 8px;
	}
	
	/*
	 * Border Settings - Middle: these define the rounded border.
	 */  
	.topMiddleBorder
	{
		background-image: URL('images/middle.gif');
		background-position: top;
		background-repeat: repeat-x;	
		width: 97%;	
	}
	
	/*
	 * Border Settings - Right: these define the rounded border.
	 */  
	.topRightBorder
	{
		background-image: URL('images/topRightCorner.gif');
		background-position: top right;
		background-repeat: no-repeat;
		width:8px;
		height: 8px;
		
	}
	
	/*
	 * Border Settings - Bottom Left: these define the rounded border.
	 */  
	.bottomLeftBorder
	{
		background-image: URL('images/bottomLeftCorner.gif');
		background-position: bottom left;
		background-repeat: no-repeat;
		width:8px;
		height: 8px;
	}

	/*
	 * Border Settings - Middle: these define the rounded border.
	 */  
	.bottomMiddleBorder
	{
		background-image: URL('images/middle.gif');
		background-position: bottom;
		background-repeat: repeat-x;		
		width: 97%;
	}
	
	/*
	 * Border Settings = Bottom Right: these define the rounded border.
	 */  
	.bottomRightBorder
	{
		background-image: URL('images/bottomRightCorner.gif');
		background-position: bottom right;
		background-repeat: no-repeat;
		width:8px;
		height: 8px;
	}
	
	
	.casestudyTbl
	{
		width:100%;
		font-family: Verdana, sans-serif;
		font-size: 11px;
	}
	

	

/****************************************************************************************
 ********************************** Tool Bar Settings ***********************************
 ***************************************************************************************/
 
      /*
       * ToolBar Settings: Background Color
       */ 
      .toolBgColor
      {
          background-color: #F5F7F7;
  
      }
   
      /*
       * ToolBar Settings: Main ToolBar Container Table
       */ 
      .toolContainerTbl
      {
          width: 170px;
          margin-top: 10px;
      }
  
      
      .toolContainerTbl .contentTD
      {
          padding-left: 2px;
          padding-right: 2px;
          background-color: #585858;
      }
  
	/*
	 * ToolBar Settings: Link within the toolbar.
	 */  
      .toolBarLink
      {
          text-decoration: none;
          color: #014792;
      }

	/*
	 * ToolBar Settings: Link within the toolbar.
	 */  
      a.toolBarLink:hover
      {
          text-decoration: underline;
          color: #014792;
      }
  
    /*
     * ToolBar Settings: Toolbar Graphic.
     */
      .toolbarGraphicTD
      {
      
        background-image: url(images/toolBarGraphics/toolbar1.gif);
        background-position: top left;
        background-repeat: no-repeat;
        height: 181px;
        border-bottom: 1px solid #CCCCCC;
      }
      
      .toolbarGraphicTD IMG
      {
        margin: 0px;
      }
  

/* 
 * Feature Table Settings
 */

     .featureTbl
     {
	        font-size: 8pt;
			font-family: verdana, sans-serif;
            padding: 3px;
            padding-left: 6px;
            padding-right: 6px;
      }

      .featureTbl th
      {
            background-image: url(images/images/featureBack.gif);
            background-repeat: repeat-x;
            background-position: bottom left;
            
            color: #585858;
            
            font-size: 10pt;
			font-family: arial, sans-serif;
            font-weight: bold;
            padding: 3px;
	        vertical-align: middle;
            padding-left: 6px;
            
            border:1px solid #5D8B5A;
      }

      .featureTbl td.mainSubHeader
      {
            
            font-size: 9pt;
			font-family: Verdana, sans-serif;
            font-weight: bold;
            background-color: #CEF0CB;
      }

      .featureTbl td.genSubHeader
      {
            font-weight: bold;
            border-top: 2px solid #75BB70;
      }


/*
 * Environment Specification Settings
 */
 
     .tabSection
    {
        display:none;
        padding: 10px;
        border:1px solid black;
        border-top:none;
        
    }
    
    .tabTable
    {
        font-size:13px;
        font-weight: bold;
        width:721px;        
    }
    
    .notSelected 
    {
        background-image: URL(images/images/featureBack.gif);
        background-position: bottom left;
        background-repeat: repeat-x;
        height: 30px;
        text-align: center;
        vertical-align:middle;
        border: 1px solid black;
        cursor:pointer;
    }
    
    .selected 
    {
        background: transparent;
        height: 30px;
        text-align: center;
        vertical-align:middle;
        border: 1px solid black;
        border-bottom: 0px;
    }
    
    .underSelected
    {
        border-bottom: 4px solid #ff9000;
        visibility: hidden;
    }
    
    .sectionSubHeader
    {
        font-size: 9pt;
		font-family: Verdana, sans-serif;
        font-weight: bold;
        background-color: #CEF0CB;
        border-bottom: 2px solid #75BB6F;
        margin-bottom: 3px;
        padding: 5px;
        
    }
     
/*
 * List Items
 */
 
LI
{
  list-style-image: url(images/images/listOpt.gif);
  list-style-position: outside;
  
}
LI.numeric
{
	list-style-type: decimal;
}

OL.numeric
{
	list-style-type: decimal;
}

LI.lower
{
	list-style-type: lower-alpha;
}

OL.lower
{
	list-style-type: lower-alpha;
}

LI.upper
{
	list-style-type: upper-alpha;
}

OL.upper
{
	list-style-type: upper-alpha;
}

.contentSectionHeader
{
  font-family: Tahoma, sans-serif;
  font-size:16px;
  font-weight:bold;
  color:#484848;
  
  margin: 10px;
}

.contentSection
{
  width:285px;
  padding: 1px;
  padding-bottom: 10px;
  font-size: 11px;		
}

.contentSectionContent
{

}

.contentSectionLink, .contentSection a, .contentSection a:hover, .contentSection a:link, .contentSection a:visited, .contentSection a:active
{
  color: #4A82D6;
  font-weight:bold;
  text-align:right;
}

.mainDiv
{
 width:744px;
 border-left:3px solid #DEDEDE; 
 border-right:3px solid #DEDEDE;
 border-bottom:3px solid #DEDEDE;
 text-align:left;  
 margin:10px;
}

/*
 * XHTML Updates
 */
table.downloadTable tr td
{
  vertical-align: middle;
  font-family: Verdana, sans-serif;
  font-size: 11px;
}



