﻿/*DOM elements*/
body {
	margin: 0px;
	padding: 0px; 
	color: #343537;
	font: 12px Arial;
}

img
{
	border: 0px;
}

h1
{
	font: 24px Arial;
	font-weight: 700;
	color: #BF2904;
}

/*Easy updates to color*/
h2, h3, h4
{
	color: #BF2904;
}

h2
{
	font-weight: bold;
	margin-bottom: 0px;
}

h3
{
	font: 20px Arial;
	font-weight: bold;
	margin-bottom: 0px;
}

h4
{
	font: 16px Arial;
	font-weight: 700;
	margin-bottom: 0px;
}

h5
{
	font: 13px Arial;
	font-weight: bold;
	margin-bottom: 0px;
}

p
{
	margin-top: 3px;
	text-align: justify;
	padding-right: 25px;
}

a
{
	color: #BF2904;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: gray;	
	text-decoration: underline;
}

ol
{
	margin-top: 3px;
}

ol li
{
	margin-top: 7px;
	
}

ol li:first-child
{
	margin-top: 0px;
}


/*Specifically named elements*/
#navCell
{
	vertical-align: top !important;
	width: 17% !important;
}

#bodyCell
{
	vertical-align: top !important;
}

#contentCell
{
	vertical-align: top !important;
}

#content
{
	border-left: 1px solid silver;
	padding: 10px;
	margin: 5px;
	/*margin-top: 5px;*/
}

/*Classes*/
.navLink
{
	color: #555555;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer !important;
}

.navLink:hover
{
	color: #BF2904;
	text-decoration: none;
}

.breadCrumb
{
	color: black;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer !important;

}

.breadCrumb:hover
{
	text-decoration: underline;
}

.faqQuestion
{
	font-style: italic;
	font-size: 16px;
}

.programMenuPath
{
	font-weight: bold;
	font-style: italic;	
}

.code {
	text-align: left;
	font-size: 10.0pt;
	font-family: Consolas;
	color: black;
	width: 70%;
	margin-left: 50px;
	padding: 10px;
	background: #D9D9D9;
}

.highlight
{
	background-color: #FFFF00;
}

.stepHeading
{
	font-weight: bold;
	font-size: 14px;
}

.propertiesTable
{
	width: 90% !important;
	border-left: 1px solid #D7D7D7;
}

.propertiesTable th
{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	background-color: maroon;
	color: white;
	padding: 4px;
}

.propertiesTable th.propertiesDescription
{
	width: 50%;
}

.propertiesTable th.propertiesType
{
	width: 25%;
}

.propertiesTable th.propertiesName
{
	width: 25%;
}


.propertiesTable td
{
	background-color: #EBEBEB;
	padding: 8px;
	border-bottom: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
}

.ui-progressbar-value
{
	background-image: url(Images/pbar-ani.gif); 
	height: 22px;
}

.ui-progressbar
{
	border: 1px solid #CCCCCC;
	background-color: #999999;
}