﻿
.title { font-weight: bold; }
.clickable { cursor: pointer; }

.xs { width: 2em; }
.s { width: 4em; }
.m { width: 7.5em; }
.l { width: 13em;}
.xl {width: 18em; }
.xxl { width: 25em; }

.clear { clear: both; }
.txtl { text-align: left; }
.txtc { text-align: center; }
.txtr { text-align: right; }

.item {  }
.altitem { background-color: #DDF2FE; }

.edititem { padding: 10px; position: relative; border: solid 1px #000; margin-bottom: 10px; }
.edititem div.row { clear:both; margin: 10px 0; }
.edititem div.buttons { float: none; margin-left: 33em; }
.edititem .valerrorcontainer { width: 35em; }
.edititem label { float: left; width: 8em; font-weight: bold; margin-right: 10px; }

.selectlists { width: 50em; float: left; }
.selectlists div { width: 20em; float: left; }
.selectlists .cmdbuttons { width: 4em; text-align: center; padding-top: 2em;  }
.selectlists p { margin: 0 0 0.5em 0; font-weight: bold; }

.input { clear: both; position: relative; margin: 1em 0; }
.input .title { float: left; width: 10em;  }

.buttons { float: right; }
.headerrow { padding: 5px 4px; font-weight: bold; border: solid 1px #000; }
.datarow { clear: left; border: solid 1px #000; padding: 10px 3px; margin-top: -1px; }
.header, .data { overflow: hidden; float: left; padding: 0 5px; }

.rules { height: 0px; margin-left: 30px; margin-top: 15px; }

#filters { margin: 10px; padding: 10px; border: solid 1px #000; }

.resulttable span { display: block;}
.resulttable td.c2 { text-align: right; }

/********** Validation Errors **********/
.valerrorcontainer { border: solid 1px #f00; padding: 10px; background-color: #F9F8C7; clear:both; }
.valerrorheader { font-weight: bold; color: #f00; margin: 0; padding-left: 20px; 
    background: url(images/warning.png) no-repeat top left; }
.valerrorlist { list-style-type: square; margin-top: 1em; margin-bottom: 1em; }
.valerrorlistitem {}
.valerrorlistaltitem {}

/********** jQuery Pop-ups **********/
#popup_container { font-family: Arial, sans-serif; font-size: 12px; background: #FFF; border: solid 5px #999; color: #000;
min-width: 300px; /* Dialog will be no smaller than this */
max-width: 600px; /* Dialog will wrap after this width */
-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}

#popup_title { font-size: 14px; font-weight: bold; text-align: center; line-height: 1.75em; color: #000; 
    background: #CCC url(images/title.gif) top repeat-x; border: solid 1px #FFF; 
    border-bottom: solid 1px #999; cursor: default; padding: 0em; margin: 0em;
}
#popup_content { background: 16px 16px no-repeat url(images/info.gif); padding: 1em 1.75em; margin: 0em; }
/*#popup_content.alert {background-image: url(images/info.gif);}
#popup_content.confirm {background-image: url(images/important.gif);}
#popup_content.prompt { background-image: url(images/help.gif); }*/
#popup_message { padding-left: 48px; }
#popup_panel { text-align: center; margin: 1em 0em 0em 1em; }
#popup_prompt { margin: .5em 0em; }


#managerates { font-size: 0.8em; }
#managerates .rules { margin-left: 10px; }
.rulerow { display: none; }
td.rulecell { padding: 15px; }
