/* Last modified 12-23-05 */
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #2d4967;
    /*
    background: url(img/kff-bg5.jpg) repeat;
    background: url(img/music0362.gif) repeat;
       background-size: 100%;
     * background-repeat:repeat-all; 
    */
    margin-top:5px;
    margin-right:5px;
    margin-bottom:5px;
    margin-left:5px;
    color:white;
    font-size:12px;
}
a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #000000;
    text-decoration: underline;
}
fa {
     color: #000000; 
    /* color: yellow; */
    text-decoration: none;
}
fa:hover {
    color: #000000;
    text-decoration: underline;
}
/* classes */

fieldset.tblFooters {
    margin-top:         0;
    margin-bottom:      0.5em;
    /* avoid a thick line since this should be used under another fieldset */
    border-top:         0;
    text-align:         right;
    float:              none;
    clear:              both;
}

fieldset .formelement {
    float:              left;
    margin-right:       0.5em;
    /* IE */
    white-space:        nowrap;
}

/* revert for Gecko */
fieldset div[class=formelement] {
    white-space:        normal;
}

button.mult_submit {
    border:             none;
    background-color:   transparent;
}
/**
 *  * login form
 *   */
body.loginform h1,
body.loginform a.logo {
    display: block;
    text-align: center;
}

body.loginform {
    text-align: center;
}

body.loginform div.container {
    text-align: left;
    width: 30em;
    margin: 0 auto;
}

form.login label {
    float: left;
    width: 10em;
    font-weight: bold;
}

/*
Common text settings
*/
div.container {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border:3px solid white;
	padding: 5px;
        background-color: #2d4967;
}
div.container50 {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	border:3px solid white;
	padding: 5px;
        background-color: #2d4967;
}
div.errorbox {
	background-color: #FFFFFF;
	color: red;
        text-align: center;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #000000;
	padding: 5px;
}
div.conditions {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border:1px solid white;
}
textarea {
	border: 3px solid #cccccc;
	margin: 0 auto;
}
p {
    font-size: 12px;
    margin-bottom: 2px;
    margin-top: 2px;
    margin-right: 2px;
    margin-left: 2px;
}
h2 {
    font-size: 12px;
    color: brown;
}
h3 {
    background-color: #2d4967;
    text-align: center;
    font-size: 18px;
    color: white;
    margin-top: 15px;
    margin-bottom: 5px;
}
h4 {
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 2px;
    margin-left: 2px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
h5 {
    background-color: #4d6e7e;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 12px;
}
h6 {
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
hl {
    font-size: 14px;
    color: white;
}
table {
	border-width: 0;
	font-size: 12px;
}
/*
Error box settings
*/
.alert {
    color: #CC0000;
	background-color: #FFFFFF;
    text-align: center;
	width: 60%;
	border: solid #8B0000 2px;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 11px;
}
/*
Form text box settings
*/
.textbox {
    font-size: 12px;  
    background-color: #FCFCFC;
}
.hiddentextbox {
    font-size: 12px;  
    border: 0;
    background-color: #2d4967;
    color: #2d4967;
}
/*
Form button settings
*/
button, .button {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-top: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
    padding: 2px;
    border: solid 1px black;
    color: black;
    background-color: #d2d2d2;
    /*background-color: #4d6e7e;*/
    vertical-align: middle;
}

.button2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin-top: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
    padding: 2px;
    border: solid 1px black;
    color: #4d6e7e;
    background-color: white;
    vertical-align: middle;
}

/*
Data table head row settings
*/
.tableTitle {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 10px; padding-top: 1px; padding-bottom: 1px; padding-right: 5px;
	/* tw 02/15/07 background-color: #36648B; */
	background-color: #4d6e7e;
	height: 20px;
	vertical-align: middle;
}

.tableTitle a, .tableTitle a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/*
Welcome message settings
*/
.welcomeBack {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #708090;
	font-size: 14px;
}
/*
Table border color
*/
.tableBorder {
    background-color: #4d6e7e;
}

.cpanelCell td {
    padding: 2px;
    font-size: 12px;
}

/*
Common data cell settings
*/
td.cellTotals, .cellTotals td, .cellTotals {
    text-align: center;
    padding: 2px;
    background-color: #EDEDED; 
    color: #1872db;
    font-size: 12px;
}
td.cellColor, .cellColor td, .cellColor {
    text-align: left;
    padding: 2px;
    background-color: #FFFFFF; 
    color: #4d6e7e;
    font-size: 12px;
}
td.cellBG, .cellBG td, .cellBG {
    background-color: #2d4967;
    color: white;
    font-size: 14px;
}
td.cellDrop, .cellDrop td, .cellDrop {
    padding: 2px;
    color: #4d6e7e;
    background-color: white;
}
/*
Alternating row colors
*/
td.cellColor0, .cellColor0 td, .cellColor0, .warningCell0 {
    padding: 2px;
    background-color: #FFFFFF;
    color: #4d6e7e;
    font-size: 12px;
}
td.cellColor1, .cellColor1 td, .cellColor1 {
    padding: 2px;
    background-color: #FFFFCC;
    color: #4d6e7e;
    font-size: 12px;
}
.warningCell1 {
    padding: 2px;
    background-color: #D56060;
    font-size: 12px;
}
/*
Table data row heading settings
*/
td.rowHeaders, .rowHeaders td {
    color: #333333;
    background-color: #EDEDED;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
}
/*
Resource name cell for the scheduler
*/
td.itemName, td.itemNameOver {
    color: #4d6e7e;
    /* tw color: #333333; */
    text-align: center;
    font-size: 12px;
    background-color: #EDEDED;
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
}

td.itemNameOver {
    background-color: yellow;
    /* background-color: #FAFAFA; */
}
/*
Edit form cell settings
*/
td.displayNames {
    font-size: 12px;
    font-weight: bold;
    background-color: #2d4967; 
    padding-left: 5px;
    padding-right: 5px;
    text-align: right;
}
td.displayNamesL {
    font-size: 12px;
    font-weight: bold;
    background-color: #2d4967; 
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
}
td.displayTotal {
    font-size: 14px;
    font-weight: bold;
    color: white; 
    padding-left: 5px;
    text-align: right;
}
td.formNames {
    font-size: 12px;
    font-weight: bold;
    color: #4d6e7e; 
    background-color: #EDEDED; 
    padding-left: 5px;
}
td.formMsg {
    font-size: 12px;
    font-weight: bold;
    background-color: #2d4967;
    color: white;
    padding-left: 5px;
}
/*
Color of the outermost border on every page
*/
.mainBorder {
    border: solid 1px #CCCCCC;
}
/*
Background color of main section on every page
*/
.mainBkgrdClr {
    background-color: #FAFAFA;
}
/*
Alert message settings
*/
.message {
	background-color: #FEFEFE;
	text-align: center;
	width: 60%;
	border: solid #E0E0E0 1px;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}

/* SelectUser colors */
.SelectUserRowOver, .SelectUserRowOver td, td.SelectUserRowOver {
	background-color: #D9EAF5;
	padding: 2px;
    font-size: 12px;
	cursor: pointer;
}

/* Admin row-selected color */
.adminRowSelected, .adminRowSelected td {
    padding: 2px;
    background-color: #D3DBF7;
    font-size: 12px;
}

/* Font style for errors and warnings */
.warningText {
	color: #FF0000;
	text-align: center;
}

/* Admin table to list additional tools for this section */
.additionalTools, .additionalTools tr {
	margin-bottom:15px;
	border: solid 1px #CCCCCC;
	width: 170px;
	background-color: #ECECEC;
}

.additionalToolsHead {
	border-bottom: solid 1px #CCCCCC;
	background-color: #E0E0E0;
}

.messagePositive {
	color: #FFFFFF;
	background-color: #329D11;
	font-size: 13px;
	font-weight: bold;
	text-align:center;

}

.messageNegative {
	color: #FFFFFF;
	background-color: #751814;
	font-size: 13px;
	font-weight: bold;
	vertical-align:middle;
	text-align:center;
}

.messageNegativeBG {
	background-color: #751814;
}

div.textbox, div.blur_textbox {
	border: solid 1px #666666;
	padding: 2px;
}

div.blur_textbox {
	background-color: #EEEEEE;
}

.schedule {
    color: #dcdcdc;
    /* color: #ffffaa; */
}

div.tickets {
    color: #2d4967;
}

.footer {
	color: #aaaaaa;
	background-color: #4d6e7e;
	font-size: 8px;
}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    font-weight:bold;
    color : #1872db;
    text-decoration:none;
}
a.tt span{ display: none;}

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; }
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:-150px; left:0;
    padding: 10px 0 0 0;
    width: 300px;
    color: black;
    text-align: center;
}
a.tt:hover span.top{
    display: block;
    padding: 3px 8px 0;
    background: url(img/bubble2.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(img/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(img/bubble2.gif) no-repeat bottom;
}
   div#footer { margin: 0; padding: 20px 0 0 0; text-align: left; height:25px;
   border:2px solid white; }

/** my stuff */
p.blocktext {
    margin-left: auto;
    margin-right: auto;
}

.centerTable {
position:relative;
width:50%;
display:table;
text-align:center;
padding: 10px;
margin-left:auto;
margin-right:auto;
}

td.results {
  background-color: #FFFFFF;
  color: #4d6e7e;
  /* color: #000000; */
  text-align: left;
}

/* hide and unhide divs */
.hidden {
   display: none;
}
.unhidden {
   display: block;
}


