/****************************************************************************************
 ********************************** General Settings ************************************
 ***************************************************************************************/

body
{
  font-family: Verdana;
  font-size: 11px;
  
  background-color: white;
  text-align: center;
}

.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: 14px;
	font-family: Tahoma;
	padding:2px;
	color: black;
  font-size: 45px;
}

.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;
	padding:2px;
	color: black;
}



.footer
{
	width:739px;
	text-align:center;
	background-color: #f5f7f7;
}

.footer table
{
	font-family: Verdana;
	font-size: 10px;
	margin-left: 10px;
	width:300px;
}

.footer td
{
  text-align: center;
}

.handCursor
{
  cursor: pointer;
	cursor: hand;
}

.required
{
	color: #CA3051;
}

.text
{
	font-size: 11px;
	border: 1px Solid #585858;
	width:200px;
}

.checkbox 
{
	font-family: Verdana;
	font-size: 11px;
}

.button
{
/*	background-color: #D7D8D8;
	color: #000000;
	border: 1px solid black;
	text-align: center;*/
	
	filter:	progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffff, EndColorStr=#cecfde);
	cursor:	hand;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	border:	1px solid #7b9ebd;
	
}


/****************************************************************************************
 ********************************** 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;
  font-size: 11px;
}

.contentTbl th
{
  font-family: Verdana;
  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;
  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: 8pt verdana;
  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: 10pt arial;
  font-weight: bold;
  padding: 3px;
  vertical-align: middle;
  padding-left: 6px;
  
  border:1px solid #5D8B5A;
  /*
  background-color: #4b5266;
  color: white;
  
  font: 10pt arial;
  font-weight: bold;
  padding: 3px;
  vertical-align: middle;
  padding-left: 6px;
  */
}

.featureTbl td.mainSubHeader
{
  font: 9pt Verdana;
  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;
    cursor:hand;
}

.selected 
{
    background: transparent;
    height: 30px;
    text-align: center;
    vertical-align:middle;
    border: 1px solid black;
    border-bottom: 0px;
}

.underSelected
{
    border-bottom: 4px solid orange;
    visibility: hidden;
}

.sectionSubHeader
{
    font: 9pt Verdana;
    font-weight: bold;
    background-color: #CEF0CB;
    border-bottom: 2px solid #75BB6F;
    margin-bottom: 3px;
    padding: 5px;
    
}

/*
 * Trianing Class Definitions
 */
.classSchedule
{  
  border-bottom: 3px solid lightgrey;
  padding: 4px;
  font-family: Verdana;
  font-size: 11px;  
  margin-bottom: 5px;
  width: 100%;
}

.classTitle
{
  cursor: hand;
  cursor: pointer;
  
  display: block;  
  font-weight: bold;
  margin-bottom: 10px;
}

.classTitle:hover
{
  color: #014792;
}

.trainingIntroText
{
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 10px;
}

/*
 * Training Course Description Class Definitions
 */
.courseShortDesc
{
  font-size: 12px;  
}

.courseDesc
{
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.courseDateTime
{
  cursor: hand;
  cursor: pointer;
  
  margin: 5px;
  margin-top:10px;
}

.courseDateTime:hover
{
  color: #014792;
}

.courseDay
{
  font-weight: bold;
}

.dayTable
{
  margin-bottom: 10px;
  width:100;  
}

.timeTD
{
  width: 1%;
  white-space: nowrap;
}

.descTD
{
  
}

/*
 * Location Description Class Definitions 
 */
.directionsTable
{
  width:100%;
}

/*
 * 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;
  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;
}

/*
 * Main DIv? what is there, which page?
 */
.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;
  font-size: 11px;
}



