/* ================================
    CSS STYLES FOR THE ASP.NET PORTAL STARTER KIT
    v1.0, 10/2002
   ================================
*/


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #004773;
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered */
/* style for the text of the site title */
.SiteTitle {
    font-family: 'Segoe UI';
    font-size: 20px;
    font-weight: bold;
    color: #cccc99;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: dimgray;
    border-color: black;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: 'Segoe UI';
    font-size: 13px;
    color: black;
    font-weight: bold;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: 'Segoe UI';
    font-size: 13px;
    color: gainsboro;
    text-decoration: none;
    font-weight: bold;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link {
    text-decoration: none;
    color: #eeeeee;
}

A.OtherTabs:visited {
    text-decoration: none;
    color: #eeeeee;
}

A.OtherTabs:active {
    text-decoration: none;
    color: #eeeeee;
}

A.OtherTabs:hover {
    text-decoration: underline;
    color: white;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: 'Segoe UI';
    font-size: 11px;
    font-weight: bold;
}

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration: none;
    color: black;
}

A.SiteLink:visited {
    text-decoration: none;
    color: black;
}

A.SiteLink:active {
    text-decoration: none;
    color: black;
}

A.SiteLink:hover {
    text-decoration: underline;
    color: black;
}

/* style for separator between site links */
.Accent {
    font-weight: bold;
}

/*set color for validation erros*/
.errorControl {
    background-color: #FBE3E4 !important;
    border: solid 1px Red !important;
     font-family:'Segoe UI';
     font-size:13px;
}

.mandatory {
    /*background-color: lightblue !important;*/
    /*border: solid 1px Blue !important;*/
      font-family:'Segoe UI';
       font-size:13px;
}




    /*.container:before, .container:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .container:after {
        clear: both;
    }*/

/*.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    *zoom: 1;
}

    .container-fluid:before, .container-fluid:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .container-fluid:after {
        clear: both;
    }*/

/*.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    height: 100%;
    width: 980px;
}*/

/*MasterTable Class*/
/*#masterTable {
}*/

/*Panel Class*/
.Table {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
     font-family:'Segoe UI';
}

.leftCol {
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
    height: 100%;
}

.middleCol {
    float: left;
    position: relative;
}

.rightCol {
    float: left;
    position: relative;
}

.auto-style1 {
    height: 24px;
}

.auto-style1 {
    height: 24px;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message {
    font-family: 'Segoe UI';
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee;
}

/* style of item titles by Announcements and events */
.ItemTitle {
    font-family: 'Segoe UI';
    font-size: 11px;
    font-weight: bold;
    color: black;
}



/* GENERAL */
/* style for module titles */
.Head {
    font-family: 'Segoe UI';
    font-size: 20px;
    font-weight: normal;
    color: #666644;
}

/* style of item titles on edit and admin pages */
.SubHead {
    font-family: 'Segoe UI';
    font-size: 11px;
    font-weight: bold;
    color: black;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: 'Segoe UI';
    font-size: 11px;
    font-weight: bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal {
    font-family: 'Segoe UI';
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: normal;
}

.NormalRed {
    font-family: 'Segoe UI';
    font-size: 11px;
    font-weight: bold;
    color: red;
}

.NormalBold {
    font-family: 'Segoe UI';
    font-size: 11px;
    font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family: 'Segoe UI';
    font-size: 11px;
    font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration: underline;
    color: black;
}

A.CommandButton:visited {
    text-decoration: underline;
    color: black;
}

A.CommandButton:active {
    text-decoration: underline;
    color: black;
}

A.CommandButton:hover {
    text-decoration: underline;
    color: red;
}

/*ErrorMessage for Validator*/

.CommentsRequiredFieldValidator {
    float: left;
}

/* GENERIC */
H1 {
    font-family: 'Segoe UI';
    font-size: 20px;
    font-weight: normal;
    color: #666644;
}

H2 {
    font-family: 'Segoe UI';
    font-size: 20px;
    font-weight: normal;
    color: #666644;
}

H3 {
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: normal;
    color: darkred;
}

H4 {
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: normal;
    color: darkred;
}

H5, DT {
    font-family: 'Segoe UI';
    font-size: 11px;
    font-weight: bold;
    color: darkred;
}

H6 {
    font-family: 'Segoe UI';
    font-size: 11px;
    font-weight: bold;
    color: darkred;
}

TFOOT, THEAD {
    font-family: 'Segoe UI';
    font-size: 12px;
    color: darkred;
}

TH {
    vertical-align: baseline;
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: bold;
    color: darkred;
}

A:link {
    text-decoration: none;
    color: black;
}

A:visited {
    text-decoration: none;
    color: black;
}

A:active {
    text-decoration: none;
    color: black;
}

A:hover {
    text-decoration: underline;
    color: black;
}

SMALL {
    font-size: 8px;
}

BIG {
    font-size: 14px;
}

BLOCKQUOTE, PRE {
    font-family: 'Segoe UI';
}

HR {
    color: dimgrey;
    height: 1pt;
    text-align: left;
}

.calendar .RadScheduler .rsHeader {
    z-index: 1;
}