html
{
    min-height: 101%;
    margin-bottom: 1px;
}

body
{
    background-image: url(/cybcom_wp/CyberCommunity/backgrounds/fullpage_background.gif);
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

body, td, th, p, input, textarea
{
    font-family: verdana;
    font-size: 10pt;
}

.strataName
{
    font-family: Verdana;
    font-size: 15px;
    font-weight: bold;
    color: White;
    text-transform: uppercase;
}
.poweredBy
{
    font-family: Verdana;
    font-weight: normal;
    font-size: 10px;
    text-decoration: underline;
    color: White;
}

.headerCell
{
    background-color: #29B5DE;
    height: 23px;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}

.sectionCell
{
    background-color: White;
}

.topHeaderLink
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: White;
    text-decoration: underline;
}
.topHeaderLink:hover
{
    text-decoration: none;
}


.lnkBreadCrumbs
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: White;
    text-indent: 5px;
}
.lnkBreadCrumbs:hover
{
    text-decoration: none;
}

.lnkStandard
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    color: #007F9A;
    text-indent: 5px;
}


.timeStamp
{
    font-family: Verdana;
    font-size: 10px;
}

.mainMenuCell
{
    height: 35px;
    width: 70px;
}


.footer
{
    background-color: White;
    font-family: Verdana;
    font-size: 10px;
    height: 25px;
    color: Gray;
    text-align: center;
}

.footerLink
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    color: gray;
    text-decoration: underline;
}
.footerLink:hover
{
    text-decoration: none;
}
.lnkCreatedBy
{
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
}

.xSmallBlackText
{
    font-size: 9px;
    font-weight: normal;
    color: Black;
}

.xSmallRedText
{
    font-size: 9px;
    font-weight: normal;
    color: Red;
}

.xSmallText
{
    font-size: 9px;
    line-height: 14px;
}

.smallText
{
    font-size: 10px;
    line-height: 15px;
}

.xMediumText
{
    font-size: 11px;
    line-height: 16px;
}

.mediumText
{
    font-size: 12px;
    line-height: 17px;
}


.txtBoxTiny
{
    width: 20px;
    border: 1px solid silver;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}

.txtBox
{
    width: 200px;
    border: 1px solid silver;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}
.txtBoxSmall
{
    width: 55px;
    border: 1px solid silver;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}

.txtBoxSmallLarge
{
    width: 95px;
    border: 1px solid silver;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}

.txtBoxSmallMedium
{
    width: 120px;
    border: 1px solid silver;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}
.txtBoxMedium
{
    width: 150px;
    border: 1px solid silver;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}

.txtBoxLarge
{
    width: 98%;
    border: 1px solid silver;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}
.dropDownList
{
    width: 200px;
    border: 1px dashed silver;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}

.dropDownListTiny
{
    width: 45px;
    border: 1px dashed silver;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    table-layout: fixed;
}
.dropDownListSmall
{
    width: 75%;
    border: 1px dashed silver;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    table-layout: fixed;
}
.dropDownListMedium
{
    width: 125px;
    border: 1px dashed silver;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    table-layout: fixed;
}
.listBox
{
    width: 150px;
    border: 1px dashed silver;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}

.inputButton
{
    border: 1px solid silver;
    background-color: #F9FAF9;
    color: #29B5DE;
    font-family: Verdana;
    font-weight: bold;
    font-size: 11px;
    width: 120px;
    height: 20px;
    vertical-align: middle;
}
.inputButton:hover
{
    border: 1px solid #29B5DE;
    color: blue;
    background-color: white;
}

.inputButtonSmall
{
    border: 0px solid silver;
    background-color: White;
    color: #29B5DE;
    font-family: Verdana;
    font-size: 11px;
    text-decoration: underline;
}
.inputButtonSmall:hover
{
    border: 0px solid silver;
    background-color: White;
    color: blue;
}

.inputNote
{
    font-size: 10px;
    font-weight: normal;
}

/* Default Table TD, TH, TR settings */
.bodyTable
{
    border-spacing: 0px;
    padding: 0px;
    width: 92.5%;
    border: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    vertical-align: middle;
}
.bodyTableSpacing1
{
    border-spacing: 1px;
    padding: 0px;
    width: 92.5%;
    border: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    vertical-align: middle;
}
.bodyTablePadding4Spacing1
{
    border-spacing: 1px;
    padding: 4px;
    width: 92.5%;
    border: 0px;
    vertical-align: middle;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}
.defaultTablePadding4Spacing1
{
    border-spacing: 1px;
    padding: 4px;
    width: 100%;
    border: 0px;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}
.defaultTablePadding4
{
    border-spacing: 0px;
    padding: 4px;
    width: 100%;
    border: 0px;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}
.defaultTableSpacing4
{
    border-spacing: 4px;
    padding: 0px;
    width: 100%;
    border: 0px;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}
.defaultTableSpacing1
{
    border-spacing: 1px;
    padding: 0px;
    width: 100%;
    border: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}
.defaultTable
{
    border-spacing: 0px;
    padding: 0px;
    width: 100%;
    border: 0px;
    vertical-align: middle;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}
.defaultTablePadding2Spacing2
{
    border-spacing: 2px;
    padding: 2px;
    width: 100%;
    border: 0px;
    vertical-align: middle;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}
.blankHeight
{
    height: 10px;
}
.blankWidth
{
    width: 10px;
}
.alignLeft
{
    float: left;
    text-align: left;
}
.alignRight
{
    float: right;
    text-align: right;
}
.alignCenter
{
    text-align: center;
    vertical-align: top;
}
.alignBottom
{
    text-align: center;
    vertical-align: bottom;
}
#tdBtnSave
{
    float: left;
}
#tdBtnCancel
{
    float: right;
}

/*
:valid {  
background-color: #ffffff;  
}  
:invalid {  
background-color: #ffefd5; 
}     
:required {  
background-color: #ffefd5; 
} */

/* added for cms strata area*/
fieldset
{
    border: 1px solid #999999;
}

/*added to fix login page alignment */
.cyb_login
{
    width: 790px;
    margin: 0 auto;
    padding: 0;
    border: 0;
}

/* div controlling css */
/*--- START --- */

.clearBoth
{
    clear: both;
}

.floatLeft
{
    float: left;
}

/*--- END --- */

.induction-home 
{
 font-family:Verdana;
 font-size:11px !important;    
}

.induction-home td,
.induction-home p
{
 font-family:Verdana;
 font-size:11px !important;    
}

.induction-home span#spanHeader
{ 
 font-size:12px !important;    
}


.inductionClass table td p
{
    font-size:10px!important;
    line-height: 17px;
}

.induction-home a {
    color: #29B5DE;
}

.indDescription 
{
    clear:both;
    background-color:rgb(221, 246, 255);
    padding:5px;
}


.indDescription_in {
 background: url(../../induction_public/Resources/InductionLogo.jpg) repeat center 0;
}

 .indSectionHeaderCell 
 {
     
    background-color: #2EC9F4;
    border-bottom: 1px solid gray;
    height: 30px;
}