﻿/********************************/
/* Copyright (c) 2008 TCC Group
/********************************/

/** Color Swatches **/
/**

    Main Background         #dddddd;
    Highlight Background    #cccccc;
    Headline Text           #666666;
    Text                    #333333;
    
    Dark Blue               #003267;
    Light Blue              #609dd4;
    Medium Blue             #1b67ab;
    
**/

/** Set up **/
body, p, a, div, table, tbody, tr, td, img, ul, li, blockquote, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: normal;
}

/** Structure **/

body {
    background-color: #609dd4;
}

#header {
    display:block;
    height: 144px;
    background-image: url('/img/structure/header-gradient.jpg');
}

#title {
    display: block;
    float: left;
    width: 376px;
    height: 92px;
    margin: 5px 0px 0px 0px;
    background-image: url("/img/logos/header-title.png");
}

#ccat {
    display: block;
    float:right;
    width: 223px;
    height:96px;
    background-image: url("/img/logos/ccat-bytcc.png");
    margin: 15px 0px 0px 0px;
}

#byccat-frame {
    padding: 68px 0px 0px 0px;
    margin:0;
}

#byccat {
    display:block;
    height:22px;
    width: 100px;
    float:right;     
}

#sub-header {
    display:block;
    height:25px;
    background-color: #609dd4;
    position:relative;
}

#body-frame {
    background-color: #cccccc;
    display:block;
    border-top: solid 2px #aaaaaa;
    border-bottom: solid 2px #aaaaaa;
}

.center-frame {
    display:block;
    width: 700px;
    margin: 0px auto 0px auto;
}

#main.center-frame {
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb; 
    min-height: 400px;
    background-color: #dddddd;
}

#footer {
    display: block;
    background-color: #609dd4;
    height: 100px;
    border-top: solid 5px #1b67ab;
}

#footer a {
    text-decoration: none;    
}

#footer a:hover {
    text-decoration: underline;
}

#footer-nav {
    display:block;
    text-align:right;
    font-size: 11px;
    color: #ffffff;
    padding: 10px 0px 0px 0px;
}
    #footer-nav a {
        color: #ffffff;
    }

#footer #legal {
    display:block;
    text-align:right;
    font-size: 10px;
    color: #ffffff;
    padding: 20px 0px 0px 0px;
}

/** Nav **/


#nav {
    display: block;
    position:absolute;
    z-index: 1000;
    top:115px;
}

#nav li {
    display: block;
    float:left;
    position: relative;
}

    #nav ul li:hover {
        background-color:#609dd4;
        padding-bottom: 10px;
    }

    #nav ul ul li:hover {
        background-color:Transparent;
        padding:0;
    }

#nav ul a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    font-family: Georgia, "Trebuchet MS", Serif;
    padding: 2px 8px 2px 8px;
    text-decoration:none;
}

#nav ul ul li {
    font-size: 14px;
    color: #ffffff;
    font-family: Georgia, "Trebuchet MS", Serif;
    text-decoration:none;
}
    #nav ul ul li.no-link {
        padding-top: 3px;
    }
    
    #nav ul ul li.no-link:hover {
        padding-top: 3px;
    }
    
    #nav ul ul li:hover {
        font-size: 14px;
        color: #ffffff;
        font-family: Georgia, "Trebuchet MS", Serif;
        text-decoration:none;
    }

#nav ul ul a {
    font-size: 14px;
}
    
    #nav ul ul a:hover {
        background-color:Transparent;
        padding-bottom: 2px;
        color: #003267;
    }
    
#nav ul, #nav ul li:hover ul {
    display: block;
}

#nav ul ul {
    display: none;
    position: absolute;
    left:0;
    top: 30px;
    width: 400px;
}

#nav a.current { color: #609dd4; }
#nav a.current:hover { color: #ffffff; }
#nav li:hover a.current {color: #ffffff;}


/** Divs **/

.list-area {
    padding: 10px 20px 10px 20px;
}

.tools {
    padding: 5px 20px 5px 20px;
    background-color: #eeeeee;
    margin: 0px auto 0px auto;
    width: 90%;
    border: solid 1px #aaaaaa;    
}

.panel {
    background-color: #eeeeee;
    border: solid 1px #aaaaaa;
    width:90%;
    margin: 10px auto 10px auto;
    padding: 10px 15px 10px 15px;
}

.panel h1 {
    font-family: Georgia, Serif;
    font-size: 16px;
    color: #bbbbbb;
    padding: 0px 0px 5px 0px;
    margin:0;    
}

.panel .buttons {
    display:block;
    padding: 5px 10px 15px 10px;
}

.subsection {
    display:block;
    padding: 10px 20px;
}

.uploaded-logo {
    display: block;
    margin: 10px auto 10px auto;
    border: solid 3px #999999;
}

.front-page-box-down {
    padding-top: 40px;
}

/** Grid **/

.header-cell {
    border:0;
    border-bottom: solid 1px #333333;
}
    .header-cell a {
        color: #003267;
    }
    
    .header-cell a:hover {
        text-decoration:underline;   
    }

.row-cell {
    padding: 3px 5px 3px 5px;
    border:0;    
}
    .row-cell a {
        color: #003267;
        padding: 3px;
        display:block;
    }
    
    .row-cell a:hover {
        border: 1px solid #999999;
        padding:2px;
        text-decoration:none;
        background-color: #ffffff;
    }
    
.row-alt {
    background-color: #cccccc;
}

.selected-row {
    background-color: #333333;
    color: #ffffff;
}

.invisible {
    display: none;
}

/** Controls **/

.buttons {
    display: block;
    margin: 0;
    padding: 10px 20px 10px 20px;
    text-align:right;
}

.adminbuttons {
    display: block;
    margin: 0;
    padding: 10px 20px 10px 20px;
    text-align:left;
}
    
.button {
    border: 1px solid #999999;
    background-color: #FFFFFF;
    color: #333333;
    font-size: 11px;
    padding: 3px 4px 3px 4px;
    text-decoration: none;
    margin: 0px 5px 0px 5px;
}

    .button:hover {
        background-color: #dddddd;
        text-decoration: none;
    }
    
    .button:active {
        background-color: #aaaaaa;
        text-decoration: none;
    }

.button-floatleft {
    float:left;
    display:block;
    height: auto;
}    

.login-button {
    display:inline-block;
    height:auto;
    width: auto;
    font-size: 12px;
    color: #333333;
    border: 1px solid #999999;
    background-color: #FFFFFF;
    padding: 3px 4px 3px 4px;
    text-decoration: none;
    margin: 10px 5px 0px 5px;
}

.login-button:hover {
    background-color: #dddddd;
    text-decoration: none;
}
    
.login-button:active {
    background-color: #aaaaaa;
    text-decoration: none;
}

.checkboxlist-label { 
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    background-color: #609dd4;
    text-align:   center;
}

.subcheckboxlist-label { 
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    color: White; 
    background-color: #003267;
    border-bottom: solid 1px white;
    text-align:   left;
}
.check-label { 
    padding: 0px 0px 5px 10px;
    font-size: 12px;
    font-family: Georgia, Serif;
}

#_DontKnow
{
    font-family: Georgia, Serif;
    font-size: 13px;
    color: #222222;
    background-color: #FFFFCC;
    border: 1px solid #C1C100;
    padding: 5px;
    width: 400px;
    margin: 10px 40px 10px 40px;
}

.radio-list {
    font-size: 14px;
    color: #333333;
    margin: 0px 0px 0px 20px;
}

.check-list {
    font-size: 14px;
    color: #333333;
    margin: 0px 0px 0px 20px;
}

.checkbox-list {
    font-size: 12px;
    color: #333333;
    margin: 0px 0px 0px 20px;
}
.checkbox-list-white {
    font-size: 12px;
    color: White;
    margin: 0px 0px 0px 20px;
}
.listbox {
    border: solid 1px #999999;
    font-size: 11px;
}

div.htmltooltip{
	position: absolute; /*leave this and next 3 values alone*/
	z-index: 1000;
	left: -1000px;
	top: -1000px;
	border: 0;
	color: #ffffff;
	padding: 3px;
	margin: -35px 0px 0px 55px;
	width: 30px; /*width of tooltip*/
	font-weight:bold;
}

.float-right {
    display:block;
    float: right;
}

.form-area {
    display: block;
    padding: 10px 0px 10px 0px;
    /*not sure why the following width was added. Need to check. This is posing a problem*/
    /*with ccat\wizard\step1.aspx - Add New User button doesn't function with FireFox*/
    /*had to comment the width*/
    /*width: 650px;*/ 
}

.field-row {
    display: block;
    padding: 5px 0px 5px 10px;
    height: 20px;
}
.insidecheckboxlist {
    display: block;
    padding: 0px 0px 0px 0px;
    height: 15px;
    width: 195px; 
    margin-left: 0px;
}

.label {
    display: block;
    float: left;
    font-size: 14px;
    font-family: Georgia, Serif;
    color: #333333;
    padding: 3px 0px 0px 20px;
}

   .right-align {
        text-align: right;
    }
    
.field-text {
    padding-left: 5px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}  

.field-table {
    margin: 0px 0px 0px 40px;
}

    .header-cell {
        font-weight:bold;
        text-align:left;        
        font-size: 12px;
        color: #ffffff;
        border-bottom: solid 1px #666666;
    }
    
    .cell {
        padding: 3px;
        text-align:left;
        font-size: 12px;
        color: #333333;
        border-bottom: solid 1px #999999;
    }
    
    .row {
        border-bottom: solid 1px #666666;
    }
    
    .cell a {
        text-decoration: none;
        color: #003267;
    }
    
    .cell a:hover {
        color: #1b67ab;
    }

.textbox {
    display: block;
    float: left;
    background-image: url("/img/gradients/textbox.jpg");
    background-repeat: repeat-x;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    font-size:14px;
    padding: 2px 3px 2px 3px;
    color: #333333;
    height: 18px;
}

.inline-textbox {
    background-image: url("/img/gradients/textbox.jpg");
    background-repeat: repeat-x;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    font-size:14px;
    padding: 2px 3px 2px 3px;
    color: #333333;
    height: 18px;
}

.textbox:focus {
    background-color: #FFFFCC;
}

.textbox-watermarked {
    display: block;
    float: left;
    background-image: url("/img/gradients/textbox.jpg");
    background-repeat: repeat-x;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    font-size:14px;
    padding: 2px 3px 2px 3px;
    color: #999999;
    height: 18px;
    font-style: italic;
}

.dropdown {
    display: block;
    float: left;
    background-image: url("/img/gradients/textbox.jpg");
    background-repeat: repeat-x;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    font-size:14px;
    padding: 2px 3px 2px 3px;
    color: #333333;
}

.two-columns {
    display: block;
    padding: 5px 10px 20px 10px;
}
    
    .two-columns .column {
        float: left;
        display: block;
    }
    
    .two-columns .button-column {
        padding: 20px 0px 0px 0px;
        width: 75px;
    }
    
    .pad-left {
        margin-left: 30px;
    }
    .pad-fullleft {
        margin-left: 0px;
    }    
    .pad-halfleft {
        margin-left: 30px;
    }        
.button-row {
    display:block;
    padding: 10px 0px 10px 0px;
    text-align:right;
}

.manual-entry {
    display: block;
    padding: 10px 30px 10px 30px;
}

.manual-entry .question {
    display:block;
    padding: 5px 0px 15px 40px;
}

.manual-entry .question .text {
    font-size: 14px;
    color: #333333;
    font-family: Arial, Helvetica, Sans-Serif;
    width: 500px;
    padding: 5px 0px 15px 0px;
    margin: 0;
}

.manual-entry .question .text .question-number {
    display:block; 
    float: left;
    font-weight: bold;
    width: 25px;
    border:solid 1px #666666;
    padding: 2px 3px 2px 3px;
    margin: 0px 10px 0px 0px;
    text-align: center;
}

.manual-entry .question .answer {
    font-size: 14px;
    color: #333333;
    margin: 0px 0px 0px 20px;
}

.manual-entry .question .decimal-entry {
    width: 100px; 
    text-align:right;
}

.bg-questions {
    padding: 10px 20px 10px 10px;
}

.bg-questions .category {
    padding: 10px 20px 15px 10px;
    font-family: Georgia, Serif;
    font-size: 18px;
    color:#1b67ab;
}

.bg-questions .question {
    display:block;
    margin: 0px 20px 10px 30px;    
    width: 650px;
}

.bg-questions .question .number {
    color:#333333;
    float: left;
    display:block;
    font-size: 15px;            
    font-family: Georgia, Sans-Serif;
    margin: 0px 0px 0px -5px;
}

.bg-questions .label {
    float: none;
}

.bg-questions .question > .label {
    font-size: 15px;
}

.bg-questions .answer-area {
    display:block;
    width: 650px;
    padding: 10px 0px 10px 0px;
    margin: 0px 20px 20px 20px;
}

.bg-questions .question .answer-area .field-row .label {
    font-size: 14x;
    float:left;
}

.survey-questions {
    padding: 10px 20px 10px 20px;
}

/* Checkbox List Div*/
.checkbox_listdiv{
border-width: thin; 
border-style: groove;
background-color: #FFFFFF;	
}

/** Size Classes **/

.sliver     { width: 45px; }
.slim       { width: 100px; }
.wider      { width: 150px; }
.long       { width: 200px; }
.mlong      { width: 220px; }
.xlong      { width: 250px; }
.xxlong     { width: 300px; }
.mxxlong    { width: 410px; }
.xxxlong    { width: 500px; }
.xxxxlong    { width: 540px; }
.mxxxxlong    { width: 620px; }
.xxxxxlong    { width: 635px; }

.short      { height: 20px; }
.medium     { height: 50px; }
.tall       { height: 100px; } 
.mtall      { height: 125px; }    
.xtall      { height: 160px; }
.xmtall     { height: 180px; }
.xxtall     { height: 200px; }
.mxxtall    { height: 250px; }
.xxxtall    { height: 400px; }
.xxmtall    { height: 300px; }
.x4tall     { height: 500px; }
.x5tall     { height: 615px; }

.auto-width  { width: auto; }
.auto-height  { height: auto; }
.scroll {overflow: auto}
.centered   { text-align:center; }

/** Watermark **/


.watermark {
    font-style:italic;
    color: #aaaaaa;
}

/** Validation **/

.error {
    background-image: none;
    background-color: #ffff99;
    border: solid 2px red;
}

.radiolist {
    font-size: 13px;
    color: #333333;
}


/** Text **/

#main p, #main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
    padding: 0px 20px 0px 20px;
}

#main p {
    font-size: 12px;
    color: #333333;
    padding: 5px 40px 5px 40px;
}

#main .panel p {    
    padding: 5px 5px 5px 5px;
}

#main a {
    color: #1b67ab;
    text-decoration:none;
}

    #main p a:hover { text-decoration: underline; }

#main h1 {
    font-family: Georgia, Serif;
    font-size: 28px;
    color: #333333;
    padding-top: 10px;
    padding-bottom: 5px;
}

#main h2 {
    font-family: Georgia, Serif;
    font-size: 22px;
    color: #1b67ab;
    padding: 10px 0px 5px 0px;
    margin: 0px 30px 0px 30px;
}

#main h2 .highlight {
    color: #003267;
}

#main h3 {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    color: Gray;
    padding: 10px 0px 5px 5px;
}

#main h4 {
    font-family: Georgia, Serif;
    font-size: 18px;
    color: #003267;
    display: block;
    padding: 0px 20px 10px 0px;
}

#main .subsection h4 {
    padding-top: 10px;
}

#main h5 {
    font-family: Georgia, Serif;
    font-size: 14px;
    color: #333333;
    display: block;
    padding: 5px 20px 5px 20px;
}

#main h5 a, #main h5 .link {
    font-family: Georgia, Serif;
    padding: 10px 20px 10px 20px;
}

#main h5 a:hover, #main h5 .link:hover {
    color: #003267;
}

#main h6 {
    font-family: Arial, Helvetica, Sans-Serif;
    color: #333333;
    font-size: 13px;
    padding: 0px 20px 10px 50px;
}

#main .status-bar {
    display: block;        
    text-align: left;
    font-family: Georgia, Serif;
    padding: 10px 5px;    
    margin: 10px 20px;
}

    #main .status-bar .status {        
        font-family: Georgia, Serif;
        font-size: 13px;
        color: #1b67ab;                       
        background-color: #FFFFCC; 
        border: 1px solid #C1C100;
        padding:5px;          
    }
    
    #main .message{        
        background-color: #FFFFCC; 
        border: 1px solid #C1C100;
        padding:5px;          
    }
    
   #main .sub-message{        
        font-family: Georgia, Serif;
        font-size: 12px;
        color: #1b67ab;                       
        background-color: #FFFFCC; 
        border: 0px solid #C1C100;
        padding:5px;          
    }
    
    #main .status-bar .status a {
        font-family: Georgia, Serif;
        font-size: inherit;     
    }
    
    #main .status-bar .status a:hover {
        text-decoration: underline;
    }

.panel .subtitle {
    font-family: Georgia, Serif;
    color: #333333;
    font-size: 13px;
    padding: 0px 20px 10px 30px;
}

.alert
{
    font-weight: bold;
    color: #FFDDDD;
    text-align: left;
    font-size: 13px;
}

.required {
    color: Red;
    font-size: 12px;
    font-family: Arial, Helvetica, Sans-Serif;
    padding: 0px 0px 0px 10px;
}

.login-failed {
    color: #800000;
    font-size: 12px;
    font-family: Arial, Helvetica, Sans-Serif;
    padding: 10px 30px 10px 30px;
    width: 300px;
    text-align: left;
}
