﻿/* Text */
.Text
{
    font-size: 75%;
    font-family: Arial, Helvetica, sans-serif;
}

.Small
{
    font-size: 75%;
    font-family: Arial;
}

.Large
{
    font-size: 120%;
    color: #414242;
    letter-spacing: .08em;
}

.HighLight
{
    background: #BDCCD4;
    color: #8e2344;
}

.SmallText
{
    font-size: 82%;
    font-family: Arial;
}
.LargeText
{
    font-size: 84%;
    font-family: Arial;
    font-weight: bold;
}

.McCombLogo
{
	padding:0 0 10px 10px;	
}

.AppLogo
{
	padding:0 10px 10px 0;
}

.BoldText
{
    font-size: 82%;
    font-family: Arial;
    font-weight: bold;
}

.HeaderText
{
    font-size: 90%;
    font-family: Arial;
    font-weight: bold;
}

.TitleText
{
    font-size: 90%;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
}

.ImportantText
{
    font-size: 82%;
    font-family: Arial;
    color: Red;
    font-weight: bold;
    font-style: italic;
    font-variant: normal;
}

.Bold
{
    font-weight: bold;
}

.Title
{
    font-size: 85%;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.Important
{
    color: Red;
    font-weight: bold;
    font-variant: normal;
    font-size: 100%;
}

.Tab
{
    font-size: 100%;
        color: #000;
}

.Spacer
{
    height:5px;
}


.DisabledText
{
    font-size: 82%;
    font-family: Arial;
    background-color: #CCCCCC;
    color: #000000;
    filter: alpha(opacity = 80);
    opacity: 0.8;
    -moz-opacity: 0.8;
}

.Level1
{
    margin: 5px 5px 3px 5px;
	font-size: 75%;
    font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
    color: #FFFFFF;
	background-color:#8e2344;
	padding:5px;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5); 
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.Level1:hover
{
	background-color:#841d3d;
}

Spacer
{
    clear: both;
}

.LineTable
{
    border: 1px solid #444444;
    width: 100%;
}

.TopAlign
{
    vertical-align:top;
    
}

.PaddedCorner
{
    padding: 2px;
    width: 0px;
}

.NoMargin
{
    padding: 0px;
    margin: 0px;
}

.Center
{
    margin-left: auto;
    margin-right: auto;
}

.CenterTable
{
    margin: auto margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}

.ColorCorner
{
    width: 2%;
    padding: 0px;
    margin: 0px;
}

.PanelTitle
{
    padding: 0px;
    margin: 0px;
}

.FullTable
{
    width: 100%
}

.ThinBorder
{
    border: 1px solid #CCCCCC;
}

.CodingTable
{
    border-collapse: collapse;
    width: 100%;
}

.CodingTable td
{
    padding: 1px;
    border: 2px solid #CCCCCC;
}

.AllCenterTable
{
    margin: auto;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}

.AllCenterTable td
{
    margin: auto;
    text-align: center;
}

.HoverButton
{
     cursor: hand;
     font-size: 10pt; 
}

.Outline
{
    border-style: solid; 
    border-width: 1px; 
    border-color: #CCCCCC;
}

.WindowTable
{
    width: 98%;
}

.WindowTable td
{
    margin: auto;
    text-align: right;
    vertical-align: middle;
}

.IconTable
{
    border: 1px solid #8e2344;
    border-collapse: collapse;
    margin: auto margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    background: #c39c99;
}

.IconTable td
{
    width: 8.6%;
    border-width: 1px;
    border-color: #8e2344;
    text-align: center;
    border-right-style: solid;
    border-left-style: solid;
}

.ContentPanel
{
    border-width: 1px;
    border-color: #B7B7B7;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    padding:0px 0px 0px 0px;
}



.MenuTable
{
    width: 100%;
    border: 1px solid #8e2344;
    border-collapse: collapse;
    background: #c39c99 url('../../Images/gradientburgundy.png') repeat-x;
    color: #8e2344;
}

.MenuTable td
{
    width: 9%;
    margin: auto;
    text-align: center;
    border: 1px solid #8e2344;
    border-collapse: collapse;
    background: #c39c99;
}

.FullTable
{
    width: 100%;
}

.InsetTable
{
    width: 95%;
    max-width: 95%;
    margin: auto; 
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}

.AllCenterTable
{
    margin: auto; 
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}

.AllCenterTable td
{
    margin: auto;
    text-align: center;
}

/* Dialogs */
#boxes .window
{
    border: 2px ridge #999999;
    background-color: #FFFFFF;
    position: fixed;
    display: none;
    z-index: 3;
    overflow: scroll;
    margin-top: 0;
}

#mask
{
    position: absolute;
    z-index: 2;
    background-color: #d6d6d6;
    display: none;
    left: 0;
}

.FullTableHeader {
	background: #cec5b2	 ;
	/*background-image: url(../../Images/Banners/header.png);*/
	background-repeat: repeat-x;	
	padding-top:25px;
}

.SiteTitle {
	color: #333333;
	font-size:100%;
	font-weight:bold;
}

.PageTitle {
	color: #8e2344;
	font-size:85%;
	position:relative;
	top:5px;
	font-weight:bold;
}

.Login {
	font-size:80%;
}

.AboveMenuNotice {
	padding-left:10px;
	font-size:90%;
	position:relative;
	margin-top:10px;
	bottom:5px;
	height:50px;
}

table#ctl00_tblContent {
	border-spacing:10px;
}

a {
	text-decoration:none;
	color: #0f63c2;
}

td {
	font-family:Arial, Helvetica, sans-serif;
}

a:hover {
	text-decoration:underline;
}

Body
{
	background-color:#ffffff;
}

.WhiteText {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:65%;
	font-weight: normal !important;
	text-transform: uppercase;
	letter-spacing:1px;
}

.WhiteText a 
{
	color:#ffffff;
}

/* Misc */
.HoverButton
{
     cursor: hand;
     font-size: 10pt; 
}

.HeadPanel
{
    color: #FFFFFF;
    font-weight: bolder;
    letter-spacing: .03em;
    cursor: hand;
    min-height: 30px;
    background-color: #1B395A;
    /*background: #690726;*/
    padding:5px 10px 0px 10px;
}

.TitlePanel
{
    color: #FFFFFF;
    font-weight: bolder;
    letter-spacing: .03em;
    background-color: #c39c99;
    background: #c39c99;
}

.ExpandIconArea
{
    vertical-align: middle;
    width: 17px;
}

.Outline
{
    border-style: solid; 
    border-width: 1px; 
    border-color: #CCCCCC;
}

.TopAlign
{
    vertical-align:top;
}

.RowSpacer
{
    height: 12px;
}

.ColumnSpacer
{
    width: 12px;
}
/*Legend*/
.Legend
{
    border: 1px solid #C0C0C0;
    width: 12px;
    height: 12px;
}

/*RowColors*/
.Red
{
    background-color: #AC2E2E;
    color: #FFF;
}

.Orange
{
    background-color: #BE6C2E;
    color: #FFF;
}

.Yellow
{
    background-color: #F6F02E;
    color: #000;
}

.Green
{
    background-color: #2E832E;
    color: #FFF;
}

.Blue
{
    background-color: #2E5B83;
    color: #FFF;
}

.Purple
{
    background-color: #572E75;
    color: #FFF;
}

.Pink
{
    background-color: #AC5882;
    color: #FFF;
}

.Teal
{
    background-color: #588282;
    color: #FFF;
}

.Gray
{
    background-color: #828282;
    color: #FFF;
}

.LightRed
{
    background-color: #C85D5D;
    color: #FFF;
}

.LightOrange
{
    background-color: #CC8C5D;
    color: #FFF;
}

.LightYellow
{
    background-color: #F8F45D;
    color: #FFF;
}

.LightGreen
{
    background-color: #5D9F5D;
    color: #FFF;
}

.LightBlue
{
    background-color: #5D809F;
    color: #FFF;
}

.LightPurple
{
    background-color: #7D5D93;
    color: #FFF;
}

.LightPink
{
    background-color: #BE7D9E;
    color: #FFF;
}

.LightTeal
{
    background-color: #7D9E9E;
    color: #FFF;
}

.LightGray
{
    background-color: #9E9E9E;
    color: #FFF;
}

.Sidebar
{
    background-color: #d9d6cf;
    border-radius:5px;
}

.Main
{
    background-color: #f5f3ee;
	border-radius:5px;
}

.BlueText
{
    font-weight: bold;
    font-size: 85%;
    font-family: Arial;
    color: #1B395A;
    letter-spacing: .05em;
}

.BurgundyText
{
    font-weight: bold;
    font-size: 85%;
    font-family: Arial;
    color: #7a1837;
    letter-spacing: .05em;
}

.LightHeadPanel
{
    font-weight: bolder;
    letter-spacing: .03em;
    cursor: hand;
    background: #c39c99;
    padding: 5px;
    border-radius: 5px;
}

.ajax__calendar_header
{
       font-family: @Arial Unicode MS;
       background-color: #A50043;
       font-weight: bolder;
       font-size: 115%;
       letter-spacing: .05em;
}

.ajax__calendar_footer
{
    display: none;
}

.ajax__calendar_body
{
    background-color: #CCCCCC;
    font-size: 120%;
}

.ajax__calendar_title
{
    color: White;
    outline-color: Black;
}