body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}

.CourseBody
{
	font-size: 10pt;
	font-weight: normal;
}
.CourseBody12
{
	font-size: 12pt;
	font-weight: normal;
}
.CourseBody14
{
	font-size: 14pt;
	font-weight: normal;
}
.CourseBody16
{
	font-size: 16pt;
	font-weight: normal;
}

.redButtonBig {
	width: 183px;
	height: 50px;
	background: url(../../images/red-big-button.gif) no-repeat;
	padding: 11px 11px 11px 15px;
	color: #ffffff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	text-decoration: none;
}

.redButtonBig:hover {
	text-decoration: underline;
}

.redButtonModule 
{
	width: 135px;
	height: 50px;
	background: url(../../images/red-module-button.gif) no-repeat;
	padding: 11px 11px 11px 15px;
	color: #ffffff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	text-decoration: none;
}
.redButtonModuleSmallText 
{
	color: #ffffff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.redButtonModule:hover {
	text-decoration: underline;
}

.blueButtonModule {
	width: 135px;
	height: 50px;
	background: url(../../images/blue-module-button.gif) no-repeat;
	padding: 11px 11px 11px 15px;
	color: #ffffff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	text-decoration: none;
}
.blueButtonModuleSmallText {
	color: #ffffff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.blueButtonModule:hover {
	text-decoration: underline;
}

.redHeaderModule 
{
	width: 199px;
	height: 71px;
	background: url(../../images/red-module-button-2.gif) no-repeat;
	padding: 11px 11px 11px 11px;
	color: #ffffff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	text-decoration: none;
	word-wrap: break-word;
	white-space: normal;
}
.redHeaderModule:hover {
	text-decoration: underline;
}
.redHeaderModuleSmallText {
	width: 175px;
	color: #ffffff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.redHeaderModuleEmText {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-weight: bold;
	text-decoration: none;
}


.redButton 
{
	width: 182px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding: 11px 11px 11px 15px;
	text-decoration: none;
	background: url(../../images/red-button.gif) no-repeat;
}
.redButton:hover {
	text-decoration: underline;
}
input.redButton 
{
	width: 207px;
	height: 38px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	text-align: left;
	border-width: 0px;
	background: url(../../images/red-button.gif) no-repeat;
}


.redMediumButton 
{
	width: 135px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding: 11px 11px 11px 15px;
	text-decoration: none;
	text-align: left;
	background: url(../../images/red-medium-button.gif) no-repeat;
}
input.redMediumButton 
{
	width: 160px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	text-align: left;
	border-width: 0px;
    padding: 11px 11px 11px 15px;
	background: url(../../images/red-medium-button.gif) no-repeat;
}
.redMediumButton:hover {
	text-decoration: underline;
}

.redSmallButton 
{
	width: 55px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding: 11px 11px 11px 11px;
	text-decoration: none;
	background: url(../../images/red-small-button.gif) no-repeat;
}
.redSmallButton:hover {
	text-decoration: underline;
}
input.redSmallButton 
{
	width: 80px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	text-align: left;
	border-width: 0px;
	background: url(../../images/red-small-button.gif) no-repeat;
}

.blueButton {
	width: 182px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding: 11px 11px 11px 15px;
	text-decoration: none;
	background: url(../../images/blue-button.gif) no-repeat;
}

.blueButton:hover {
	text-decoration: underline;
}

.blueLink {
	color: #0a75c4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	margin: 15px 0px;
	padding: 0px 25px 0px 0px;
	text-decoration: none;
	background: url(../../images/blue-arrow.gif) right center no-repeat;
}

.blueLink:hover {
	text-decoration: underline;
}





.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
}

.Error
{
	padding-left: 25px;
	color: Red;
}

DIV.StepBox
{
	color: White;
	background-color:#0C60AA;
	text-decoration:none;
	font-size:10pt;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	white-space: nowrap;
	width: 80px;
	border: black solid 1px;
	margin-right: 10px;
}

/* IMAGES */
IMG
{
    border-width: 0px;
}

/* HEADER */
.HeaderLogo
{
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 24pt;
	text-decoration: none;
	text-align:center;
}
.HeaderNav
{
	text-align:right;
	color: Black;
    font-size: 8pt;
}
.HeaderNavUser
{
    color: Red;
    font-weight: bold;
}
.HeaderNavAction
{
    color: #0C60AA;
}
.HeaderTabs
{
    background-color: #0C60AA;
}
.HeaderTab
{
	color:#ffffff;
	text-decoration:none;
	font-size:11pt;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	padding: 2px;
	white-space: nowrap;
}
.HeaderTabSelected
{
	color:#ff0000;
	text-decoration:none;
	font-size:12pt;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	padding: 2px;
	white-space: nowrap;
}
a.HeaderTab
{
	text-decoration: underline;
}
a.HeaderTabSelected
{
	text-decoration: none;
}
a.HeaderTab:hover
{
    text-decoration: none;
    color: #7b8cad;
}

/* CONTENT */
.ContentOuterCell
{
    width: 100%;
}
.ContentDiv
{
    padding-left: 25px;
    padding-right: 10px;
}
.ContentTable
{
	border-style: solid;
	border-width: 1px;
	margin-left: auto;
	margin-right: auto;
}
.ContentInnerCell
{
    text-align: left;
}
.ContentSpreader
{
    width: 600px;
    height: 1px;
}
.ContentFixed
{
    width: 600px;
}
.ContentFixedWide
{
    width: 800px;
}
.ContentFixedNarrow
{
    width: 450px;
}
.BlankRow
{
	height: 15px;
}
.FeedbackShow
{
	display: inherit;
}
.FeedbackHide
{
	display: none;
}
.PageBreak
{
	page-break-after: always;
}
a:link.MenuContentLink, a:visited.MenuContentLink, a:hover.MenuContentLink, a:active.MenuContentLink
{
	font-weight: bold;
	color: #E54646;
}
a.ContentLink
{
	font-weight: bold;
    text-decoration: none;
	color: #E54646;
}
a.ContentLink:hover
{
    text-decoration: underline;
	color: #E54646;
}
a.ContentLinkSmall
{
	font-size: 8pt;
	font-weight: bold;
    text-decoration: none;
	color: #E54646;
}
a.ContentLinkSmall:hover
{
	font-size: 8pt;
    text-decoration: underline;
	color: #E54646;
}
div.ContentFooter
{
    text-align: center;
	font-size: 8pt;
	color: Black;
}

/* MENUS */
.ActionMenu
{
	padding: 5px;
    border-width: thin;
    border-style: outset;
    width: 172px;
    font-size: 9pt;
    background-color: #f03030;
}
a.ActionMenuLink
{
	font-weight: bold;
    text-decoration: none;
	color: white;
}
.Menu
{
    border-width: 2px;
    border-style: ridge;
    width: 172px;
    font-size: 8pt;
}
.MenuTitleRow
{
    background-color: #0C60AA;
    vertical-align: middle;
    text-align: left;
}
.MenuTitle 
{
	font-size:10pt;
	color: #ffffff;
	font-weight:bold;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 3px;
}
.MenuBody
{
    padding: 7px;
}
.MenuItemsHeader
{
    padding-bottom: 7px;
}
.MenuItemsFooter
{
    padding-top: 7px;
}
.MenuItems
{
    line-height: 16px;
    color: #919698;
    padding-left: 20px;
    text-indent: -20px;
    padding-bottom: 3px;
}
.MenuItem
{
    color: #0C60AA;
}
.MenuEm
{
    color: #53A555;
}
.MenuAction
{
	color: #E54646;
}
.MenuButton
{
    font-size: 10px;
}
.MenuSpacer
{
	height: 5px;
}
.MenuLabel
{
    color: #0C60AA;
    font-size: 8pt;
    font-weight: bold;
}
.MenuInput
{
    font-size:8pt;
    width: 120px;
}

/* QUICK LINKS */
.QuickLinks
{
    border-width: 2px;
    border-style: ridge;
    width: 140px;
}
.QuickLinksTitleRow
{
    background-color: #0C60AA;
    vertical-align: middle;
    text-align: left;
}
.QuickLinksTitle 
{
	font-size:10pt;
	color: #ffffff;
	font-weight:bold;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 3px;
}
.QuickLinksBody
{
    text-align: left;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
}
.QuickLinksItems
{
    padding-top:5px;
    line-height: 16px;
    color: #919698;
}
.QuickLinksItem
{
    color: #0C60AA;
    font-size: 8pt;
}

/* TESTAMONIALS */
.Testamonial
{
    font-style: italic;
}

/* HEADERS */
.Header1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #0C60AA;
	font-weight: bold;
    background-image: url('images/Header1Image.gif');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px; 
    display: block; 
}
.Header2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #0C60AA;
	font-weight: bold;
}
.Header3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0C60AA;
	font-weight: bold;
}

h1.shadow
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22pt;
	color: #0C60AA;
    padding-bottom: 5px;
}

.BodyHeader1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #0C60AA;
	font-weight: bold;
    padding-bottom: 5px;
}
.BodyHeader22
{
	font-size: 11pt;
	color: #0C60AA;
	font-weight: bold;
	text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}
.BodyHeader3
{
	font-size: 10pt;
	color: #0C60AA;
	font-weight: bold;
	text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

/* LABELS */
.Label
{
	font-size: 10pt;
	padding-top: 3px;
	text-align: left;
	padding-right: 4px;
	color: #0C60AA;
	font-weight:bold;
	text-decoration:none;
}

/* LINKS */
.Links
{
	line-height: 16px;
}
.Link
{
	color: #0C60AA;
}
.Links A
{
	color: #0C60AA;
}

/* BREAD CRUMB TRAIL */
.BreadCrumbTrail A
{
	color: #0C60AA;
}
.BreadCrumbTrail
{
	font-size: 8pt;
	text-align: left;
	padding-right: 10px;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

/* page visit trail */
.PageTrail A
{
	color: #0C60AA;
}
.PageTrail
{
	font-size: 8pt;
	text-align: left;
	padding-right: 10px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	color: #0C60AA;
}

/* TEXT */
.PageNotification
{
	font-size: 12pt;
	color: Red;
	margin: 20px;
	text-align: center;
}
.Text
{
	font-size: 10pt;
	font-weight: normal;
}
.StrongText
{
	font-size: 10pt;
	font-weight: bold;
}
.TextEm
{
	font-size: 10pt;
	color: red;
	text-transform: uppercase;
}
.TextError
{
	font-size: 10pt;
	color: red;
}
.SmallTextEm
{
	font-size: 8pt;
	color: red;
}
.SmallTextStrong
{
	font-size: 8pt;
	color: red;
	font-weight: bold;
}
.SmallText
{
	font-size: 8pt;
	color: Black;
}
.FaintText
{
	font-size: 8pt;
	color: Black;
	width: 200px;
}
.NoResultsText
{
	text-align: left;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
input.Text
{
	padding-right: 10px;
}
textarea.Text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 10px;
}
a.Text
{
	color: #0C60AA;
}


/* LIST BOXES */
.FixedListBox
{
    width: 200px;
}
.WideFixedListBox
{
    width: 480px;
}

/* BUTTONS */
.Buttons
{
	text-align: right;
}
.Button
{
	font-weight: bold;
	color: white;
	background-color: #0C60AA;
	cursor: pointer;
	text-decoration: none;
	vertical-align: middle;
}
a.Button
{
	padding-top: 3px;
	padding-bottom: 4px;
	padding-right: 10px;
	padding-left: 10px;
	border-style: outset;
	border-width: thin;
}
input.Button
{
	padding-top: 2px;
	padding-bottom: 1px;
}

/* UPLOAD */
input.Upload
{
	font-weight: bold;
	color: white;
	background-color: #0C60AA;
	cursor: pointer;
	text-decoration: none;
	vertical-align: middle;
}

/* SPACING */
.VertSpace
{
	height: 10px;
}
.HorizSpace
{
	padding-left: 20px;
    width: 20px;
}


.red
{
	color:#E54646;
}



/* MSG BOARD STYLES */
.MsgBoardPostBox
{
    padding: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #E2E8E8;
    margin-bottom: 10px;
    margin-top: -2px;
}
.MsgBoardPostCorner
{
}
.MsgBoardPostBoxHeading
{
    padding: 4px;
	background-color: #E2E8E8;
}
.MsgBoardPostBoxHeadingSelected
{
    padding: 4px;
	background-color: #ABD7D8;
}
.MsgBoardPostBody
{
    padding: 8px 4px 4px 4px;
}
.MsgBoardPostAction
{
    padding: 8px 4px 4px 4px;
}
.MsgBoardPostPending
{
	color:#53A555;
}
.MsgBoardPostSubject
{
}

/* GRID STYLES */
.HeaderSortUpImage
{
    padding-left:20px;
    background-image: url('images/sort_up_white.gif');
    background-repeat: no-repeat;
    background-position: left center;
}
.HeaderSortDownImage
{
    padding-left:20px;
    background-image: url('images/sort_down_white.gif');
    background-repeat: no-repeat;
    background-position: left center;
}
.GridTable
{
    margin-top: 10px;
	border-style: none;
	border-width: 0px;
}
.GridHeader TH
{
    padding-bottom: 8px;
    background-color: #0C60AA;
}
.GridHeader
{
	color: white;
    background-color: #0C60AA;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}
.GridHeaderEndcap
{
	width: 10px;
    background-color: #0C60AA;
}
.GridHeader A
{
	color: white;
    background-color: #0C60AA;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}
.GridRow
{
}
.GridAlternatingRow
{
    background-color: #f8f8f8;
}
.GridRow A
{
}
.GridRow TD
{
}
.GridRow TD A
{
	color: #0C60AA;
}
.GridAlternatingRow TD A
{
	color: #0C60AA;
}
.GridRow TD A.ContentLink
{
	color: #E54646;
}

.GridPager
{
	color: white;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 2px;
	padding-top: 3px;
	margin-top: 15px;
}
.GridPagerSearchLabel
{
	color: #0C60AA;
	text-align: left;
	padding-bottom: 2px;
	padding-top: 3px;
}
.GridPagerSearchInput
{
	background-color: white;
	text-align: left;
	border-width: 1px;
	border-style: solid;
}
.GridPagerPageList
{
	text-align: left;
	border-width: 1px;
	border-style: solid;
}
.GridPagerPageInput
{
	background-color: white;
	text-align: left;
	border-width: 1px;
	border-style: solid;
}
.GridPagerPageCount
{
	color: #0C60AA;
	font-weight: bold;
	text-align: left;
}
.GridPagerSearchReset
{
	color: #0C60AA;
	text-align: left;
}
.GridPagerNav
{
	color: #0C60AA;
	text-align: left;
	margin-left: 2px;
	margin-right: 2px;
}

/* QUESTION/ANSWER STYLES */
.SectionQuestions
{
	font-weight: bold;
	font-size: larger;
	padding-bottom: 5px;
}
.QuestionRow
{
	font-weight: bold;
}
.AnswerTable
{
	margin-left: 20px;
	margin-top: 10px;
}
.AnswerLetter
{
	font-weight: bold;
}
.AnswerTextCorrect
{
	font-weight: bold;
}

/* STORE STYLES */
.ProductActions
{
	padding-left: 75px;
}
.ProductIndicator
{
	padding-left: 25px;
}


/* BUTTON STYLES */
a.boldbuttons{
background: transparent url('../../images/roundedge-red-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;
}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
background: transparent url('../../images/roundedge-red-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

a.ovalbutton{
background: transparent url('../../images/oval-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url('../../images/oval-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

