﻿.page
{
    width: 100%;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    background: #595959;
    width: 100%;
    font-weight: bold;
	height:23px;
	padding-top:5px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.topMenu
{
	background: rgb(63,84,137); /* Old browsers */
	/*background: -moz-linear-gradient(top,  rgba(63,84,137,1) 0%, rgba(25,57,138,1) 98%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,84,137,1)), color-stop(98%,rgba(25,57,138,1))); 
	background: -webkit-linear-gradient(top,  rgba(63,84,137,1) 0%,rgba(25,57,138,1) 98%); 
	background: -o-linear-gradient(top,  rgba(63,84,137,1) 0%,rgba(25,57,138,1) 98%); 
	background: -ms-linear-gradient(top,  rgba(63,84,137,1) 0%,rgba(25,57,138,1) 98%); 
	background: linear-gradient(to bottom,  rgba(63,84,137,1) 0%,rgba(25,57,138,1) 98%); */
	color: White;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    width: 100%;
}

.footer
{
    background:#a6a6a6 !important;
	color: #4b4b4b !important;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
	
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    width: 100%;
    height: 85px;
    background-color: White;
    text-align: center;
    vertical-align: middle;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.loginForgot
{
    font-size: 9pt;
}

.loginTrouble
{
    font-size: 14pt;
    font-weight: bold;
}

.loginTroubleID
{
    font-size: 11pt;
    font-weight: bold;
}

.loginTroublePWD
{
    font-size: 11pt;
    font-weight: bold;
}

.loginTroubleInst
{
    font-size: 10pt;
}

.rePasswordInst
{
    font-size: 10pt;
}

.managePasswordInst
{
    font-size: 11pt;
}

.managePasswordConfirm
{
    font-size: 11pt;
    font-weight: bold;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.Feature
{
    margin-top: 0;
    padding: 20px 20px 0px 0px;
    background-repeat: no-repeat;
    width: 160px;
    height: 160px;
}

.MenuHover
{
	background-color: Aqua;
}

.MenuItem
{
	margin: 0px;
	font-size: 10pt;
	font-weight: bold;
	background-color: Aqua;
	color: Black;
}

.Tool
{
    margin-top: 0;
    background-repeat: no-repeat;
    border: 5px outset gray;
    width: 50px;
    height: 50px;
    border-radius: 10px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
}

.ToolText
{
    font-size: 10pt;
    font-weight: bold;
}



.Button
{
    margin-top: 0;
    background-image: url(../images/buttonBG.gif);
    background-repeat: repeat;
    border: 1px solid #CCCCCC;
	padding-left:20px;
	padding-right:20px;
    font-size: 9pt;
	letter-spacing:1px;
	text-transform:uppercase;
    font-weight: bold;
    color: White;
    text-align: center;
    vertical-align:middle;
    height: 26px;
  	min-width: 120px;
    border-radius: 8px; 
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
}

.ButtonShort
{
    margin-top: 0;
    background-image: url(../images/buttonBG.gif);
    background-repeat: repeat;
    border: 1px solid #CCCCCC;
	padding-left:20px;
	padding-right:20px;
    font-size: 9pt;
	letter-spacing:1px;
	text-transform:uppercase;
    font-weight: bold;
    color: White;
    text-align: center;
    vertical-align:middle;
    height: 28px;
    min-width: 120px;
   	border-radius: 8px; 
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px;
	margin:10px 0
}

.ModalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.95;
}

.ModalDialog
{
    border: 1px solid #ccc;
	/*box-shadow:none !important;*/
    background-color: White;
	min-height:160px;
    /*border-radius: 12px; 
    -moz-border-radius: 12px; 
    -webkit-border-radius: 12px; */
}

.ModalDialogCaption
{
    font-size: 12pt;
    font-weight: bold;
    color: white;
    width: 100%;
    text-align: left;
	background:url(../Images/pageCaption_BG.png) repeat-x!important;
	padding:5px 0 0 0px;
	min-height:25px;
	vertical-align:middle;
	/*margin-bottom:10px;
    background-color: #3F5489;
    border-radius: 12px 12px 0px 0px; 
    -moz-border-radius: 12px 12px 0px 0px; 
    -webkit-border-radius: 12px 12px 0px 0px;*/ 
}
.ModalDialogCaption1
{
    font-size: 11pt;
    font-weight: bold;
    color: white;
    width: 100%;
    text-align: left;
	background:url(../Images/pageCaption_BG.png) repeat-x!important;
	/*background:#3e89c0;*/
	height:20px;
	padding:5px 0 0 0px;
	height:25px;
	vertical-align:middle;
	margin-bottom:10px
	
}
.ModalDialogCaptionCancel
{
    font-size: 11pt;
    font-weight: bold;
    color: white;
    width: 100%;
    text-align: left;
	background:url(../Images/pageCaption_BG.png) repeat-x!important;
	/*background:#3e89c0;*/
	height:40px;
	padding:5px 0 0 0px;
	vertical-align:middle;
	margin-bottom:10px
	
}
.ModalDialogPrompt
{
    margin: 10px 5px 10px 5px;
    font-size: 14px;
    color: Black;
    text-align: center;
}

.ModalDialogButton
{
    margin: 10px;
    border: 1px solid black;
    background-image: url(../images/buttonBG.gif);
    font-size: 12pt;
    font-weight: bold;
    color: White;
    text-align: center;
    vertical-align:middle;
    height: 28px;
    min-width: 80px;
    border-radius: 8px; 
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
}

.SysErrTable
{
    margin: 0px;
    font-size: 12px;
    font-weight: normal;
    width: 100%;
    border: 1px solid silver; 
    padding: 0px;
    text-align: left;
    border-radius: 12px; 
    -moz-border-radius: 12px; 
    -webkit-border-radius: 12px; 
}

.InfoPanel
{
    font-size: 12pt;
    font-weight: bold;
    color: green;
}

.GridOddRow
{
	background-color: white;
}

.GridEvenRow
{
	background-color: gainsboro;
}

.LabelW130
{
    font-size: 9pt;
    font-weight: normal;
    padding-left: 10px;
	padding-bottom:7px;
    text-align: left;
    color:#777777;
	width:130px;
}

.InputLabel
{
    font-size: 9pt;
    font-weight: bold;
    padding-left: 5px;
    height: 25px;
    text-align: left;
    padding-top:5px
}

.InputLabel2
{
    font-size: 10pt;
    font-weight: normal;
    padding-right: 3px;
    height: 25px;
    text-align: right;
    vertical-align: middle;
}

/* same with InputLabel2 */
.InputLabel5
{
    font-size: 10pt;
    font-weight: normal;
    padding-right: 3px;
    height: 25px;
    text-align: right;
    vertical-align: middle;
}

.InputLabel3
{
    font-size: 11pt;
    font-weight: bold;
    padding-right: 3px;
    height: 25px;
    text-align: left;
    vertical-align: top;
}

.InputLabel4
{
    font-size: 10pt;
    font-weight: bold;
    padding-left: 3px;
    height: 25px;
    text-align: left;
    vertical-align: top;
}

.InputValue
{
    font-size: 10pt;
    font-weight:bold;
    text-align: left;
}

.InputValue2
{
    min-height: 20px;
    margin-top: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    vertical-align: middle;
}

.InputValueWide
{
    min-width: 175px; 
    min-height: 16px;
    margin-top: 0px;
}

.InputValueWide1
{
    min-width: 239px; 
    min-height: 16px;
    margin-top: 0px;
}

.InputValueWide2
{
    min-width: 214px; 
    min-height: 16px;
    margin-top: 0px;
}

.InputValueWide3
{
    min-width: 40%; 
    min-height: 20px;
    margin-top: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: middle;
}

.InputValueMultilineText
{
    min-width: 90%; 
    min-height: 128px;
    margin-top: 2px;
}

.InputValueWide5
{
    min-width: 90%; 
    min-height: 16px;
    margin-top: 2px;
}

.InputValueCheckbox
{
    margin-left: 3px;
    margin-right: 3px;
    padding-top: 5px;
}

.DisplayLabel
{
    font-size: 10pt;
    font-weight: normal;
    padding-right: 3px;
    text-align: right;
    vertical-align: top;
}

.DisplayLabel2
{
    font-size: 9pt;
    font-weight: normal;
    padding-right: 3px;
    text-align: left;
    vertical-align: top;
}

.DisplayValue
{
    font-size: 10pt;
    text-align: left;
}

.ReportMenu
{
    font-size: 11pt;
    font-weight: bold;
}

.RegistrationLabel
{
    font-size: 10pt;
    font-weight: bold;
    padding-right: 3px;
    height: 25px;
    text-align: left;
    vertical-align: top;
}

.RegistrationTexts
{
    font-size: 12pt;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

.ConfirmationTexts
{
    font-size: 11pt;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

.ConfirmationLabel
{
    font-size: 10pt;
    font-weight: bold;
    padding-right: 3px;
    text-align: left;
    vertical-align: top;
}

.ConfirmationLabel2
{
    font-size: 12pt;
    font-weight: normal;
    padding-right: 3px;
    text-align: left;
    vertical-align: top;
}

.ConfirmationValue
{
    font-size: 10pt;
    text-align: left;
}

.Validator
{
    font-size: 12px;
    font-weight: Normal;
    color:Red;
	white-space:nowrap;
	
}

.ErrorMessage
{
    font-size: 12px;
    font-weight: normal;
    color: Red;
}

.footer { background-color: #006699; width: 100%; height: 28px; padding-top: 5px; }
.footer a:link { color:lime; text-decoration: none }
.footer a:visited { color: lime; }
.footer a:hover { text-decoration: none; color: #ff9900; font-weight:bold; }
.footer a:active { color: #ff0000; text-decoration: none; }

.copyRight 
{
	color: white;
    font-size: 8pt;
	margin-top:0px;
	padding: 8px;
    text-align: center;
    width: 100%;
}

.TicketLabel
{
    font-size: 11pt;
    font-weight: normal;
    padding: 0 3px 0 10px;
    height: 22px;
    text-align: left;
    vertical-align: top;
}

.TicketValue
{
    font-size: 11pt;
    font-weight: bold;
    height: 22px;
    text-align: left;
}

.TicketHeader
{
    font-size: 13pt;
    font-weight: bold;
    padding-right: 3px;
    text-align: left;
    vertical-align: top;
}

.TicketContent
{
    font-size: 12pt;
    margin-top: 0px;
    text-align: left;
}

.ReceiptTitle
{
    font-size: 18pt;
    font-weight: bold;
    text-align: center;
}

.ReceiptLabel
{
    font-size: 12pt;
    font-weight: normal;
    padding: 0 3px 0 10px;
    height: 22px;
    text-align: left;
    vertical-align: top;
}

.ReceiptValue
{
    font-size: 12pt;
    height: 22px;
    text-align: left;
}

.ReceiptHeader
{
    font-size: 13pt;
    font-weight: bold;
    padding-bottom: 10px;
    height: 22px;
    text-align: left;
    vertical-align: top;
}

.ReceiptContent
{
    font-size: 13pt;
    font-weight: bold;
    margin-top: 0px;
    text-align: left;
}
.ReceiptContentNormal
{
    font-size: 13pt;
    font-weight: normal;
    margin-top: 0px;
    text-align: left;
}

.ReceiptFooter
{
    font-size: 12pt;
    padding-right: 3px;
    height: 22px;
    text-align: right;
    vertical-align: top;
}

.StudyGuideHeader
{
    font-size: 10pt;
    font-weight: bold;
    padding-bottom: 10px;
    height: 22px;
    text-align: left;
    vertical-align: top;
}

.StudyGuideLabel
{
    font-size: 11pt;
    font-weight: bold;
    padding: 0 3px 0 10px;
    height: 22px;
    text-align: left;
    vertical-align: top;
}

.StudyGuideValue
{
    font-size: 11pt;
    height: 22px;
    text-align: left;
}

.StudyGuideContent
{
    font-size: 10pt;
    margin-top: 0px;
    text-align: left;
}

.ProfileTitle
{
    margin-top: 0;
    /*background-image: url(../images/btnBG.jpg);*/
	background:#595959;
    background-repeat: repeat;
    border: 1px solid #CCCCCC;
    font-size: 11pt;
    font-weight: bold;
    color: White;
    text-align: center;
    vertical-align:middle;
    height: 25px;
}

.ProfileLabel
{
    font-size: 10pt;
    font-weight: normal;
    padding-right: 3px;
    text-align: left;
    width: 120px;
	color:#777777;
	padding-bottom:7px;
	white-space: nowrap;
}

.ProfileValue
{
    font-size: 10pt;
    font-weight: bold;
    padding-right: 3px;
    text-align: left;
}

.TestDetailsLabel
{
    font-size: 10pt;
    font-weight: normal;
    padding-right: 3px;
    text-align: left;
    width: 120px;
	color:#777777;
	padding-bottom:7px;
}

.TestDetailsLabelW155
{
    font-size: 10pt;
    font-weight: normal;
    padding-right: 3px;
    text-align: left;
    width: 155px;
	color:#777777;
}

.TestDetailsValue
{
    font-size: 10pt;
    font-weight: bold;
    padding-right: 3px;
    text-align: left;
}

.QuestionLabel
{
    font-size: 10pt;
    font-weight: normal;
    padding-right: 15px;
    text-align: right;
    width: 10px;
}

.QuestionValue
{
    font-size: 10pt;
    font-weight: normal;
    padding-right: 3px;
    text-align: left;
}

.QuestionCorrect
{
    font-size: 10pt;
    font-weight: bold;
    padding-right: 3px;
    text-align: center;
}

.NoPriorTest
{
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.QAHeader
{
    font-weight: bold;
    font-size: 11px;
    color: white;
    background-color: #003399;
}

.QAText
{
    font-size: 10pt;
}

.QABold
{
    font-weight: bold;
    font-size: 10pt;
}

.DashBoardFrame
{
    background-color: Maroon;
    width: 100%;
    height: 25px;
    border-radius: 5px 5px 5px 5px; 
    -moz-border-radius: 5px 5px 5px 5px; 
    -webkit-border-radius: 5px 5px 5px 5px;
}
.DashBoardCategory
{
    color: Yellow;
    font-weight: bold;
    font-size: 11pt;
    text-align: right;
    padding-top: 2px;
}
.DashBoardLabel
{
    color: White;
    font-weight: bold;
    font-size: 10pt;
    text-align: right;
    padding-top: 4px;
}
.DashBoardValue
{
    font-weight: bold;
	color:#000;
    font-size: 14px;
    text-align: center;
   
}

.DashBoardValueRed
{
   
    color: Red;
    
    font-weight: bold;
    font-size: 10pt;
    text-align: center;
}

.TabContentSpacing
{
    margin-bottom: 3px;
}
.rowAltBG{ background:#E1E1E1 !important}

/*Edit Tags */

.RadTabStripTop_Web20 .rtsLevel .rtsLink, .RadTabStripTop_Web20 .rtsLevel .rtsOut, .RadTabStripBottom_Web20 .rtsLevel .rtsLink, .RadTabStripBottom_Web20 .rtsLevel .rtsOut, .RadTabStripTop_Web20_Baseline .rtsLevel, .RadTabStripBottom_Web20_Baseline .rtsLevel
{ background-image: url(../images/tag.png) !important; background-repeat:no-repeat !important;}

.RadTabStrip_Web20 .rtsLI, .RadTabStrip_Web20 .rtsLink {color:#627aba !important} /*text color overall */

.RadTabStrip .rtsLevel1 .rtsTxt, .RadTabStripVertical .rtsLevel1 .rtsTxt,  {padding:0 25px !important}
.RadTabStrip .rtsIn, .RadTabStripVertical .rtsIn {padding:0 25px !important} 
 
.RadTabStripTop_Web20 .rtsLink /* inactive tag */
{background-position: 0 0 !important;}

.RadTabStripTop_Web20 .rtsLink:hover {background-position: 0 -56px !important }/*inactive tag hover */
.RadTabStripTop_Web20 .rtsLink:hover .rtsOut {background-position: 100% -56px !important; color: #285da0 !important}
.RadTabStripTop_Web20 .rtsSelected, .RadTabStripTop_Web20 .rtsSelected:hover /*active tag */
{background-position: 0 -28px !important; color:white !important }

.RadTabStripTop_Web20 .rtsSelected .rtsOut, .RadTabStripTop_Web20 .rtsSelected:hover .rtsOut {background-position: 100% -28px !important}

.PhotoSize { width: 135px; height: 180px; }

.CDLClass
{
    font-weight: bold;
    font-size: 12pt;
}

.SecondaryButton
{
    margin-top: 0;
    background-image: url(../images/btnBG2.jpg);
    background-repeat: repeat;
    border: 1px solid #CCCCCC;
	padding-left:20px;
	padding-right:20px;
    font-size: 12pt;
    font-weight: bold;
    color: White;
    text-align: center;
    vertical-align:middle;
    height: 30px;
    min-width: 120px;
    border-radius: 8px; 
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
}

.PhotoPropsTable
{
    width: 100%; 
    font-size: 12px; 
    border: 1px solid black; 
    border-collapse: collapse;
}

.AppFailInst {
    font-size: 11pt;
}
