﻿:root
{
/* https://it.tamus.edu/communications/logos-color-palette-and-templates/ 
    primary & secondary refer to OIT Color palette
*/
    --primary-blue: #1C3B6A;
    --secondary-blue: #2868B1;
    --contrast-gray: #595959; /* accessible gray foreground/text for white background */
    --contrast-red: #B00000;
}

body
{
    font-family: Arial,Tahoma, Verdana;
    font-size: 75%;
    background-color: #333333;
    color: #484848;
}

A:link, A:visited
{
    color: #000099;
}
/*this selector ensures that links are underlined by default, even if a part of a paragraph of text - accessibility change*/
a:link[target=_blank], /* applies to links that open in a new tab */
a:link[href^="mailto"] /* applies to mail links */
{  
    text-decoration: underline;
}

td, th
{
    font-size: 8pt;
}

h1, h2, h3, h4, h5, h6
{
    font-family: Arial,Segoe UI,Verdana,Sans-Serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

textarea
{
    font-family: Arial,Verdana,Sans-Serif;
    font-size: 100%;
}

h1
{
    color: #2868B1;
    font-size: 14pt;
    font-weight: bold;
    padding-bottom: 2px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.h2SubTitle
{
    background-position: center;
    color: var(--contrast-gray);
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 3px;
}

h2
{
    background-position: center;
    color: var(--contrast-gray);
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 10px;
    border-bottom: 1px solid #DADADA;
    background-image: url('../../Resources/images/csspanelhz.gif');
    height: 27px;
    background-repeat: repeat-x;
    text-indent: 4px;
    vertical-align: bottom;
    line-height: 27px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #E2E2E2;
}
h3
{
    color: var(--contrast-gray);
    font-size: 14px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 2px;
}
h4
{
    color: var(--contrast-gray);
    font-size: 13px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 2px;
}
#mai
{
    width: 95%;
    margin: 0 auto 0 auto;
    padding: 0;
    display: table;
    min-width: 750px;
}
#header
{
    background-position: left bottom;
    background-color: #3E6E9D;
    background-image: url('../../Resources/Images/bannergradbg.gif');
    background-repeat: repeat-x;
}
#content
{
    background-color: #FFFFFF;
    padding: 3px 10px 10px 10px;
    line-height: 1.5;
}
#aspnetForm
{
    margin:  0;
    padding: 0;
}
#ssoMenu
{
    float: right;
    margin-top: 15px;
    padding: 0 5px 0 0;
}
#spacer
{
    clear: both;
}
.footer 
{
    background-color: #500000;
    border-radius: inherit;
}

#footerRounded 
{
    color: #000000;
    background-color: #500000;
    border-radius: inherit;
}

#footerUserInformationText
{
    float: left;
    width: 50%;
    padding: 1em;
    color: #000000;
}
#footerESISignatureText
{
    float: right;
    padding: 1em;
    color: #FFFFFF;
}
#footerESISignatureText a
{
    color: #FFFFFF;
}
#navigation
{
    background-color: #EEEEEE;
    padding: 10px 0 0 0;
}
.mnu
{
    margin: 0 0 0 10px;
}
#breadCrumbs
{
    color: #FFFFFF;
    background-color: #500000;
    font-size: 8pt;
    padding: 2px 10px 2px 10px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}
.activeTab
{
    color: #FFFFFF !important;
    background-color: #500000 !important;
    padding: 4px 7px 4px 7px;
    border-top: solid 1px #999999 !important;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    border-bottom: none;
    background-image: url(../../Resources/Images/maintab_grad.gif);
    background-repeat: repeat-x;
    white-space: nowrap;
}
.inactiveTab
{
    background-color: #FFFFFF;
    padding: 4px 7px 4px 7px;
    border-top: solid 1px #999999 !important;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    border-bottom: none;
    text-decoration: none !important;
}
.inactiveTab:hover
{
    background-color: #FFFFE0;
    text-decoration: none;
    padding: 4px 7px 4px 7px;
    border-top: solid 1px #999999 !important;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    border-bottom: none;
    text-decoration: none !important;
}

#pageLayout
{
    background-color: White;
    border-radius: 1em;
/*    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;*/
}

/*Not sure if we even need pageTL,TR,BL,BR anymore if we can use 'border-radius-top-left' etc. on pages.
    However, page spacing uses this. load-bearing coconut*/
#pageTL 
{
    border-top-left-radius: 1em;
    background: #3E6E9D;
    height: 8px;
    width: 8px;
}
#pageTR 
{
    border-top-right-radius: 1em;
    background: #3E6E9D;
    height: 8px;
    width: 8px;
}
#pageBL 
{
    border-bottom-left-radius: 1em;
    background: #500000;
    height: 8px;
    width: 8px;
}
#pageBR 
{
    border-bottom-right-radius: 1em;
    background: #500000;
    height: 8px;
    width: 8px;
}
#topNav
{
    float: right;
    color: #FFFFFF;
    margin: 1em 1em 0 0;
}

.ChooseFileBtn
{
    background-color: var(--primary-blue);
}
.ssoLogoff img
{
    vertical-align: bottom;
    float: right;
}
.searchCriteria
{
    margin: 1em 0 1em 0;
}
.rolePicker
{
    border: 1px #3e6e9d solid;
    border-collapse: separate !important;
    margin-right: 5px;
}
.activeRole
{
    padding: 3px;
    padding-left: 8px;
    padding-right: 8px;
    color: #8F2B43;
    background-color: #FFFFFF;
    border-left: 1px solid #666666;
    border-top: 1px solid #666666;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    font-size: 11px;
}
.activeRole a
{
    color: #8F2B43;
    text-decoration: none;
    font-weight: bold;
}
.inactiveRole
{
    padding: 3px;
    padding-left: 8px;
    padding-right: 8px;
    border-right: #999999 1px solid;
    border-top: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
    border-bottom: #999999 1px solid;
    color: #000000;
    background-color: #cccccc;
    font-size: 11px;
    background-image: url(../../Resources/Images/maintabgray_grad.gif);
    background-repeat: repeat-x;
    white-space: nowrap;
}
.inactiveRole a
{
    color: #000000;
    text-decoration: none;
}
.userInfo
{
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
    border-color: #999999;
    border-style: none none solid none;
}
.userControl
{
    margin: auto;
    width: 30%;
}
tr.altbackcolor
{
    white-space: normal !important;
}
tr.normbackcolor
{
    white-space: normal !important;
}

/* GridViews */

.gvRow, .gvAlternatingRow, .gvHeader
{
    font-family: Arial, "Lucida Sans Unicode" , "Lucida Grande" ,Tahoma,Verdana,Sans-Serif;
    font-size: 8pt;
    text-align: left !important;
}

.gvHeader th
{
    text-align: left;
}

.cellAlignRight
{
    text-align: right !important;
}

.gvRow>td, .gvAlternatingRow>td
{
    border-width: 1px 0px 1px 0px;
    border-color: #808080;
    border-style: solid;
}

.plain>td
{
    border-width: 0px;
}

.gvMain
{
    border: 1px solid #FFFFFF !important;
}
.gvTemplateColumnHeader
{
    color: White;
    background-color: #5D7B9D;
    border-collapse: collapse;
    font-weight: bold;
}
.gvHeader
{
    /*background-color: #5D7B9D;     color: White;     */
    text-align: left;
    width: 100%;
}

.gvHeader th
{
    font-size: 9pt !important;
    border-bottom: 2px solid #6678B1;
}
.gvHeader th a
{
    font-size: 9pt !important;
    color: #333;
}
.gvAlternatingRow
{
    background-color: #EEEEEE;
}
.gvRow
{
    background-color: #FFFFFF;
    text-align: left;
}
.gvFooter
{
    background-color: #FFFFFF;
    text-align: right;
}
.gvFooter a
{
    color: #3E6E9D;
}
.gvNoData td
{
    margin: 3px;
    padding: 5px;
    border: 1px dotted #000000;
    background-color: #DAE1E9;
    text-align: center;
    font-weight: bold;
    color: #404040;
}
.gvEditRow
{
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
}
.gvSelectedRow
{
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
}

.catGrid .gvSelectedRow
{
    background-color: #E2DED6;
    color: #333333;
}

.dlPager
{
    background-color: var(--primary-blue);
    color: #333333;
    padding: 5px;
}
.gvPager {
    background-color: var(--primary-blue);
    color: White !important;
    text-align: left;
}
/* End GridViews */

.RequiredField
{
    color: Red;
}
/*  =========== END JAKE'S SECTION ============  */

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a.lnkReject
{
    color: Red;
    border-right: 2px;
    border-top: 2px;
    border-left: 2px;
    border-bottom: 2px;
}
a.lnkApprove
{
    color: Green;
    border-right: 2px;
    border-top: 2px;
    border-left: 2px;
    border-bottom: 2px;
}

input, select
{
    font-size: 8pt;
}

#Logon1_txtUin, #Logon1_txtPassword
{
    background: #FFFFEA;
    border: 1px solid #999999;
    font-size: 1em;
}

legend
{
    font-weight: bold;
    padding-bottom: 10px;
}

.spacerTab
{
    border-bottom: 1px solid #666666;
}
.descriptionRow
{
    font: 9px Arial, Verdana, Helvetica, sans-serif, Tahoma;
    padding: 5px 5px 3px;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666; /*background: #006699;*/
    background: #8F2B43;
    color: #FFFFFF;
}
.masterFooterHeader
{
    background-color: rgb(185, 196, 207);
    height: 80px;
}

.masterFooter
{
    background-color: #7f7f75;
    color: White;
    padding: 10px;
    font-size: 68%;
}

.gridHeader
{
    background-color: #99ccff;
}

/* Message Display */
.displayWarn
{
    background: #FFFFCC;
    padding: 4px;
    border: 1px dotted #999999;
    white-space: normal;
}

.maintWarn
{
    background: #FFFFCC;
    padding: 0px;
    border: 1px dotted #999999;
    white-space: normal;
}

.displayInfo
{
    background: #DFF4FF;
    padding: 4px;
    border: 1px dotted #999999;
    white-space: normal;
}

.lblTipText
{
    color: blue;
    font-weight: normal;
    font-family: Arial, Verdana;
    font-size: 9px;
}
/* End Message Display */

.profileMenu
{
    border-right: dimgray 1px solid;
    border-top: dimgray 1px solid;
    border-left: dimgray 1px solid;
    border-bottom: dimgray 1px solid;
    background-color: #B0C4DE;
    text-align: left;
}

.profileMenuSelectedItem
{
    border-right: dimgray 1px solid;
    border-top: dimgray 1px solid;
    border-left: dimgray 1px solid;
    border-bottom: dimgray 1px solid;
    background-color: #ffffcc;
}

.blackText
{
    color: Black;
}

.vertBar
{
    background-position: center center;
    background-image: url(../../Resources/Images/vert_bar.gif);
    background-repeat: no-repeat;
    height: 100%;
}

/*Buttons*/
.btnApply, .btnAction, .btnApprove, .btnDelete, .btnReject, .btnPager, .btnNeutral
{
    cursor: hand;
    cursor: pointer;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 3px;
    padding-top: 2px;
    height: 22px;
    overflow: visible;
}
.btnAbstract
{
    border: 1px #000000 solid;
    padding: 1px 2px 1px 2px;
    cursor: hand;
    font-size: 9px;
}

.btnApply
{
    background-position: left bottom;
    background-image: url(../../Resources/Images/applybg.gif);
    background-repeat: repeat-x;
    color: white;
    background-color: #578cc0;
    border-right: 1px solid #184979;
    border-bottom: 1px solid #184979;
    border-left: 1px solid #7daddb;
    border-top: 1px solid #7daddb;
}

.btnStart
{
    background-position: left bottom;
    background-repeat: repeat-x;
    color: black;
    background-color: tan;
    height: 23px;
    border-right: 1px solid #184979;
    border-bottom: 1px solid #184979;
    border-left: 1px solid #7daddb;
    border-top: 1px solid #7daddb;
}

.btnApprove
{
    background: url(../../Resources/Images/approvebg.gif) #309e61 repeat-x 0% bottom;
    border-right: #0e733b 1px solid;
    border-top: #49b679 1px solid;
    border-left: #49b679 1px solid;
    border-bottom: #0e733b 1px solid;
    color: white;
}

.btnDelete, .btnReject
{
    color: white;
    background: url(../../Resources/Images/rejectbg.gif) #f8373a repeat-x 0% bottom;
    border-right: #c00e11 1px solid;
    border-top: #f05c5f 1px solid;
    border-left: #f05c5f 1px solid;
    border-bottom: #c00e11 1px solid;
}

.btnNeutral
{
    color: #111;
    background: url(../../Resources/Images/neutralbg.gif) #cccccc repeat-x 0% bottom;
    border-right: #999999 1px solid;
    border-top: #f5f3f3 1px solid;
    border-left: #f5f3f3 1px solid;
    border-bottom: #999999 1px solid;
}

input[type="submit"][disabled="disabled"]
{
    color: inherit !important;
    opacity: 0.5;
    background-image: inherit !important;
    cursor: default;
}

input[type="file"]
{
    /*border-style: solid;     border-width: 1px;     border-color: #88AEFF #003399 #003399 #88AEFF;*/
}

.fUpload
{
    position: absolute;
    left: -100px;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    height: 20px;
}

.btnAction
{
    background-position: left bottom;
    background-image: url(../../Resources/Images/applybg.gif);
    background-repeat: repeat-x;
    color: white;
    background-color: #578cc0;
    border-right: 1px solid #184979;
    border-bottom: 1px solid #184979;
    border-left: 1px solid #7daddb;
    border-top: 1px solid #7daddb;
}

.btnPager
{
    color: white;
    background: url(../../Resources/Images/applybg.gif) #578cc0 repeat-x 0% bottom;
    border-right: 1px solid #184979;
    border-bottom: 1px solid #184979;
    border-left: 1px solid #7daddb;
    border-top: 1px solid #7daddb;
}

.btnTransparent
{
    font-size: 12px;
    cursor: pointer;
    color: #000099;
    background-color: transparent;
    text-align: left;
    border: none;
    margin-left: 3px;
}

.btnTransparentOver
{
    font-size: 12px;
    cursor: pointer;
    color: #0033ff;
    text-align: left;
    margin-left: 3px;
}
.appOver
{
    border-style: solid;
    border-width: 1px;
    border-color: #C0C0C0 #eeeeee #eeeeee #C0C0C0;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.appOut
{
    border-style: solid;
    border-width: 1px;
    border-color: #fff #fff #fff #fff;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 2px;
    padding-bottom: 2px;
}

.displaySchedule
{
    cursor: hand;
    cursor: pointer;
}
/*EndButtons*/

/*Containers*/
.csspanel
{
    border: 1px solid #77B9D9;
    border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    display: table;
    width: 99%;
}

.nowidth
{
}
.csspaneltc
{
    font-family: Arial, 'Segoe UI' , Verdana, Tahoma, sans-serif;
    text-align: center;
    font-size: 14px;
    background-color: #91C8FF;
    color: #000000;
}
.csspaneltl
{
    width: 8px;
    height: 27px;
    background-color: #91C8FF;    
    border-top-left-radius: 1em;
    -moz-border-radius-topleft: 1em;
    -webkit-border-top-left-radius: 1em;
}
.csspaneltr
{
    width: 8px;
    height: 27px;
    background-color: #91C8FF;    
    border-top-right-radius: 1em;
    -moz-border-radius-topright: 1em;
    -webkit-border-top-right-radius: 1em;    
}

.csspanelmc
{
    text-align: left;
    padding: 10px;
}

.warningBanner
{
    border: 1px solid #CCCCCC;
    background-color: #e3e5e6;
    padding: 8px;
    color: #222;
    width: 450px;
    text-align: left;
}
/*End Container*/

.spnConfig
{
    padding: 10px;
    font-family: Arial, "Segoe UI" , Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #FF3E3E;
}
/*
 *   Main menu
 */
.mainMenuNormal
{
    margin: 0px 0px 0px 10px; /* border-style: solid;*/
    background-color: Transparent;
    background-image: url("../../Resources/Images/nav_bg.gif");
    background-repeat: repeat-x;
    background-position: bottom;
    height: 25px;
}

.mainMenuSelected
{
    background-position: top;
    color: #FFFFFF !important;
    background-image: url("../../Resources/Images/maintab_grad.gif") !important;
    background-repeat: repeat-x;
    background-color: #8F2B43;
    height: 25px;
    padding: 4px 3px 4px 3px;
    border-top: solid 1px #999999 !important;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
}

.mainMenuSelected a
{
    background-image: none !important;
    background-color: Transparent !important;
}
.mainMenuItemNormal
{
    font-weight: bold;
    background-color: White;
    color: Black;
    vertical-align: bottom;
    white-space: nowrap;
    padding: 6px 3px 6px 3px;
    border-top: solid 1px #999999 !important;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
}
.mainMenuItemNormal a
{
    color: Black;
    text-decoration: none;
    background-color: Transparent !important;
}
.mainMenuItemHover
{
}

.mainMenuHover a
{
}

.mainMenuItemHover a
{
    color: Black;
    text-decoration: none;
}

.subMenuNormal
{
    text-align: left;
    vertical-align: middle;
    background-repeat: repeat-x;
    background-color: White;
    border-top: DarkGray 1px solid;
    border-right: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: #8f2b43 1px solid;
    white-space: nowrap;
    font-weight: normal;
    color: Black;
}
.subMenuItemsNormal
{
    text-align: left;
    vertical-align: middle;
    background-repeat: repeat-x;
    border-bottom: 0px;
    border-top: 0px;
    white-space: nowrap;
    font-weight: normal;
    padding: 3px 5px 3px 5px;
    height: 25px;
}
.subMenuNormal a
{
    color: Black;
}

.subMenuHover
{
    text-align: left;
    font-weight: normal;
    vertical-align: top;
    white-space: nowrap;
    background-color: #CEE7FF;
    background-repeat: repeat-x;
    background-position: top;
}
.subMenuHover a
{
    color: #333333;
    text-decoration: none;
}
/*
 * End Navigation
 */

#coursesearch
{
    background-position: 0 0;
    border-style: solid;
    border-width: 1px;
    border-color: #DDDDDD #666666 #666666 #DDDDDD;
    padding: 5px;
    background: #F4F4F4 none repeat scroll 0 0;
    margin: 3px 0 0 50px;
    overflow: hidden;
    width: 450px;
    position: absolute;
    display: none;
}

/*
   NOTE: This class is just like the searchFilterBox class,
         but with 0 padding and min-height.  (Ugh!)
*/
.searchFilterBoxWithExportControls
{
    margin: 0px;
    padding: 5px;
    padding-bottom: 12px;
    border: 1px solid #91B5FF;
    background-color: #D8EAFE;
    background-image: url(../../Resources/Images/filter_grad.gif);
    background-position: top;
    background-repeat: repeat-x;
}

/*
   NOTE: Also see searchFilterBoxWithExportControls class
*/
.searchFilterBox
{
    margin: 0px;
    padding: 5px;
    border: 1px solid #91B5FF;
    border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    background-color: #D8EAFE;
    background-image: url(../../Resources/Images/filter_grad.gif);
    background-position: top;
    background-repeat: repeat-x;
}

.searchFilterBox > div
{
    padding: 5px;
}

.searchFilterBox > div:first-child
{
    font-weight: bold;
}

.tdNestedCenter
{
    padding: 5px;
}

.tdNestedCenter span
{
    display: table;
    padding: 5px;
}

.tdNestedCenterSeperator
{
    border-right: 1px;
    border-color: #C0C0C0;
    border-style: solid;
    border-width: 0px 2px 0px 0px;
    margin-left: 100px;
}

/*
* Start Modal Pop
*/

/*css column layout*/
.divMultiCol span
{
    float: left;
    padding-right: 10px;
    display: block;
}
/*end css column layout*/

.modalBackground
{
    /*background-color: #A6A6A6;   filter:alpha(opacity=70);   opacity:0.7;  */
    background-image: url("../../Resources/Images/dialogbg.png");
}

.modalInner
{
    background-color: White;
    margin: 10px;
    font-weight: normal;
}

.pnlModalConfirmPopup
{
    width: 200px;
    margin: 10px;
    position: absolute !important;
    border-width: thin;
}
.pnlModalPopup
{
    position: absolute !important;
}

.pnlEmpSearch
{
    min-width: 650px;
}
/*
* End Modal Pop
*/

/*
* Start ListView Common
*/

.lvCourseTitle
{
    /*font-family: "trebuchet ms";*/
    font-family: Arial,Segoe UI,Verdana,Sans-Serif;
    color: #7C2001 !important;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 8px;
}

.lvRowOdd
{
    background-color: #D8EAFE;
    margin: 0 0 0 2px;
    width: 100%;
}

.employeeSummary
{
    background-position: center top;
    border: 1px solid #C0C0C0;
    border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    background-color: #FFF7CE;
    margin: 0px 0 0px 0;
    background-image: url(../../Resources/Images/empinfo_grad.gif);
    background-repeat: repeat-x;
    font-family: Arial;
    font-size: 12px;
}

.employeeSummary td
{
    padding: 0px 5px 1px 5px;
    font-size: 12px;
}

.employeeSummaryPins
{
    max-height: 100px;
    min-width: 540px;
    overflow: auto;
    padding-left: 5px;
}

.employeeSummaryPins td
{
    padding: 0px;
}
.sectionManagement {
    margin: 0px 0px 10px 0px;
    width: 100%;
}
.empInfoText
{
    /* padding: 2px 10px 2px 10px; */
}

/*
* End ListView Common
*/

/* Labels */
.data-labeler
{
    padding: 0px 5px 1px 5px;
    text-align: right;
}
.lblError
{
    color: #FF0000;
}
.lblLabel
{
    color: #333;
}

.lblText
{
    color: #333;
    font-weight: bold;
}
tr.spaceUnder > td
{
    padding-bottom: 1px;
}
tr.spaceTop > td
{
    padding-top: 1px;
}
.lblFilterText
{
    font-size: 8pt !important;
}

.lblCN, .lblCA
{
    color: Red;
    font-weight: bold;
}

#lblRegistrationStatus.lblEN, .lblWT, .lblRG
{
    color: Green;
    font-weight: bold;
}
#lblRegistrationStatus.lblCP
{
    color: Blue;
    font-weight: bold;
}
.lblInstructor
{
    color: Blue;
    font-weight: bold;
}
#lblRegistrationStatus.lblNoShow, .lblNR, .lblNL
{
    color: Purple;
    font-weight: bold;
}
#lblRegistrationStatus.lblIncomplete, .lblNS
{
    color: Purple;
    font-weight: bold;
}

#lblRegistrationStatus.lblNR, .lblNL
{
    color: #333;
    font-weight: bold;
}

/*
* End Labels
*/

/*
* Side Bar
*/

.ulLinks
{
    list-style-type: none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 0.3em;
}

.ulLinks li
{
    padding-top: 0.4em;
    padding-top: 0.9em;
}
/*
* End Side Bar
*/

/*Message display panel*/
.pnlInfo, .pnlError, .pnlWarning
{
    padding: 5px 0px 5px 5px;
    border: 1px dotted #999999;
    width: 100%;
    vertical-align: middle;
    text-align: left;
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.pnlInfo
{
    background-color: #DFF4FF;
    color: #333333;
}

.pnlError {
    background-color: #9B2703;
}

.pnlWarning
{
    background-color: #FFFFFF;
    background-color: #FEFECB;
    color: #333333;
}

#divMessage
{
    margin: 15px 15px 5px 5px;
    color: #FFFFFF;
}
/*End Message display panel*/

.divAdlocWorkstn
{
    width: 100%;
    white-space: nowrap;
}

.hypJsLink
{
    text-decoration: underline;
    color: #0033CC;
    font-weight: bold;
}
.hypJsLink:hover
{
    cursor: pointer;
}

.lblEmailPreview
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
}

.divRuleFilterList
{
    border-color: #787878 #CCCCCC #CCCCCC #787878;
    border-style: solid;
    border-width: 1px;
    max-height: 250px;
    min-height: 0px;
    width: 540px;
    overflow: auto;
}
.divCustomCourseFilterList
{
    border-color: #787878 #CCCCCC #CCCCCC #787878;
    border-style: solid;
    border-width: 1px;
    max-height: 500px;
    min-height: 0px;
    width: 75%;
    overflow: auto;
}

.searchBox
{
    background-position: top;
    border: 1px solid #C0C0C0;
    background-color: #e5e5e5;
    background-image: url(../../Resources/Images/search_grad.gif);
    background-repeat: repeat-x;
    padding: 15px;
    width: 510px;
}

/* start autocomplete extender */
.autocomplete_completionListElement
{
    margin: 0px !important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor:auto;
    overflow: auto;
    max-height: 200px;
    text-align: left;
    list-style-type: none;
    padding-left: 0px;
}

.autocomplete_highlightedListItem
{
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

.autocomplete_listItem
{
    background-color: window;
    color: windowtext;
    padding: 1px;
}

/* end autocomplete extender */

.divPopupCancel
{
    float: right;
    position: absolute;
    right: 5px;
    top: 5px;
}
.sortableList
{
    list-style-type: decimal;
}
.sortableList li
{
    list-style-type: decimal;
    font-size: small;
    padding: 0.5em;
    height: auto;
}
.sortableList input[type="submit"]
{
    margin: 0 25px 0 0;
}
.sortableListPlaceHolder
{
    background-color: #F7F7F7;
    border: 1px solid gray;
    width: 50%;
}
.sortImageIcon
{
    margin-right: 2px;
    text-align: right;
}

.sortLinkButton
{
    color: White;
}
.evaluation
{
    font-size: medium;
    font-weight: bold;
}
.evaluationQuestion
{
    margin: 0 0 20px 0;
}
.evaluationRadioList
{
    font-size: small;
    font-weight: normal;
}
.evaluationRadioList td
{
    padding: 0 25px 0 0;
}
.evaluationForm
{
    padding-left: 50px;
}
.ui-timepicker-div .ui-widget-header
{
    margin-bottom: 8px;
}
.ui-timepicker-div dl
{
    text-align: left;
}
.ui-timepicker-div dl dt
{
    height: 25px;
}
.ui-timepicker-div dl dd
{
    margin: -25px 0 10px 65px;
}
.ui-timepicker-div td
{
    font-size: 90%;
}

/*qtip*/
.qtip-blue-tt
{
    color: #477CB0;
	font-weight: bold;
	padding: 2px;
	border-width: 4px;
	font-size: 12px;
}

.qtip-dark-tt
{
	padding: 2px;
	border-width: 2px;
	font-size: 12px;
	line-height: 15px;
}
.my_employee_header
{
    font-weight: bold;
    padding: 0.5em;
    font-size: large;
}
._tinyMCE
{
    line-height: 1.5;
}