/*form.htm*/
.ccs_form {
font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
/*font-size:small;*/
margin:0;
padding:0 0 20px 0;
}
.ccs_form h1,
.ccs_form h3 {
font-weight:normal;
}
#content .ccs_form h2 {
	font-weight: bold;
	color: white;
}
.ccs_form .info .small {
	padding-left: 20px;
}
/* ----- LOGO ----- */
.ccs_form h1 {
margin:0;
padding:0;
min-height:0;
background-color:#dedede;
border:1px solid #ccc;
border-bottom:none;
text-indent:-9000px;
text-decoration:none;
/*display:none;*/
}
.ccs_form h1 a {
height:100%;
min-height:40px;
display:block;
}
.ccs_form img {
/*behavior: url(/css/global/iepngfix.htc);*/
border:none;
}
.ccs_form ul {
margin:0 0 0 20px;;
padding:0;
list-style-type:none;
/*width:100%;*/
/*font-size:1em;*/
}
.ccs_form td,
.ccs_form li {
color: #838383;
width:62%;
margin:0;
padding:0px 5px 2px 0px;
/*padding:4px 5px 2px 9px;*/
position:relative;
}
.ccs_form td {
padding:0 5px 0 0;
}
.ccs_form li:after,
.ccs_form .buttons:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.ccs_form li,
.ccs_form .buttons {
display: block;
height: 1%;
}
.ccs_form li div {
display:inline;
}
.ccs_form li div,
.ccs_form li span {
margin:0 4px 0 0;
padding:0 0 8px 0;
color:#AAAAAA;
}
.ccs_form li span {
float:left;
}
.ccs_form li div.left {
display:inline;
float:left;
width:48%;
}
.ccs_form li div.right {
display:inline;
float:right;
width:48%;
}
.ccs_form li div.left .medium,
.ccs_form li div.right .medium {
width:100%;
}
.ccs_form .clear {
clear:both;
}
.ccs_form li div label,
.ccs_form li span label {
margin:0;
padding-top:3px;
clear:both;
/*font-size:9px;*/
line-height:9px;
color:#838383;
display:block;
}
.ccs_form li span label {
}
.ccs_form li .datepicker {
float:left;
margin:.1em 5px 0 0;
padding:0;
width: 16px;
height: 16px;
cursor:pointer !important;
}
/* ----- INFO ----- */
.ccs_form .info {
display:inline;
clear:both;
margin:0 0 1em 0;
/*border-bottom:0px dotted #ccc;*/
}
.ccs_form .info[class] {
display:block;
}
.ccs_form .info h2 {
/*min-height:30px;*/
padding:10px 0 10px 0;
font-weight:normal;
/*font-size:1.2em;*/
margin:0 0 0 0;
clear:left;
color: #727272;
}
.ccs_form .info p {
/*font-size:1em;*/
line-height:130%;
margin:0 0 12px 0;
}
/* ----- SECTIONS ----- */
.ccs_form hr {
display:none;
}
.ccs_form li.section {
/*border-top:1px dotted #ccc;*/
margin-top:9px;
padding-top:0px;
padding-bottom:0px;
padding-left:0px;/*9px;*/
width:97% !important;
}
.ccs_form ul li.first {
border-top:none !important;
margin-top:0px !important;
padding-top:0px !important;
}
.ccs_form .section h3 {
font-weight:normal;
/*font-size:1.2em;*/
line-height:1.4em;
margin:0 0 2px 0;
}
.ccs_form .section div {
display: block;
}
.ccs_form .section p {
/*font-size:.9em;*/
margin:0 0 10px 0;
}
/* ----- BUTTONS ----- */
.ccs_form input.btTxt {
padding:0 7px;
width:auto;
overflow:visible;
}
.ccs_form .buttons {
clear:both;
margin-top:10px;
}
.ccs_form .buttons button {
padding: 1px 25px;
height: auto;
}
.ccs_form .buttons input {
/*font-size:1em;*/
margin-right: 5px;
}
/* ----- FIELDS AND LABELS ----- */
.ccs_form label.desc {
/*line-height:150%;*/
padding:0 0 1px 0;
border:none;
display:block;
/*font-size:.9em;*/
font-weight:bold;
}
.ccs_form span.symbol {
/*font-size:1.1em;*/
line-height:130%;
}
.ccs_form input.text,
.ccs_form input.file,
.ccs_form textarea.textarea,
.ccs_form select.select {
margin:0;
/*font-size:1em;*/
color:#000;
}
.ccs_form input.text,
.ccs_form textarea.textarea,
.ccs_form .firefox select.select {
border-top:1px solid #7c7c7c;
border-left:1px solid #c3c3c3;
border-right:1px solid #c3c3c3;
border-bottom:1px solid #ddd;
background:#DDD url(../images/fieldbg.gif) repeat-x top;
}
.ccs_form input.text,
.ccs_form input.file {
padding:2px 0 2px 0;
}
.ccs_form input.currency {
text-align:right;
}
.ccs_form input.checkbox,
.ccs_form input.radio {
display:block;
line-height:1.4em;
margin:6px 0 0 3px;
width:13px;
height:13px;
}
.ccs_form label.choice {
/*font-size:1em;*/
display:block;
line-height:1.4em;
margin:-1.55em 0 0 25px;
padding:4px 0 5px 0;
color:#838383;
width:90%;
}
.ccs_form textarea.textarea {
font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
}
.ccs_form select.select {
font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
margin:1px 0;
padding:1px 0 0 0;
}
.ccs_form select.select[class] {
margin:0;
padding:1px 0 1px 0;
}
.ccs_form *:first-child+.ccs_form html select.select[class] {
margin:1px 0;
}
.ccs_form .safari select.select {
margin-bottom:1px;
/*font-size:1.2em !important;*/
}
/* ----- SIZES ----- */
.ccs_form .third {
width:32% !important;
}
.ccs_form .half {
width:48% !important;
}
.ccs_form .full {
width:100% !important;
}
.ccs_form input.tiny,
.ccs_form select.tiny {
width:15%;
background:#DDD url(../images/fieldbg.gif) repeat-x top;
}
.ccs_form input.small,
.ccs_form select.small {
width:25%;
background:#DDD url(../images/fieldbg.gif) repeat-x top;
}
.ccs_form input.medium,
.ccs_form select.medium {
width:50%;
background:#DDD url(../images/fieldbg.gif) repeat-x top;
}
.ccs_form input.large,
.ccs_form select.large,
.ccs_form textarea.textarea {
width:100%;
background:#DDD url(../images/fieldbg.gif) repeat-x top;
}
.ccs_form textarea.tiny {
height:3em;
}
.ccs_form textarea.small {
height:5.5em;
}
.ccs_form textarea.medium {
height:10em;
}
.ccs_form textarea.large {
height:20em;
}
/* ----- ERRORS ----- */
.ccs_form #errorLi {
width:99%;
background:#fff;
border:1px dotted red;
margin-bottom:1em;
text-align:center;
padding-top:4px;
padding-left:0px;
padding-right:0px;
}
.ccs_form #errorMsgLbl {
margin:7px 0 5px 0;
padding:0;
/*font-size:1.1em;*/
color:#DF0000;
}
.ccs_form #errorMsg {
margin:0 0 .8em 0;
color:#000;
/*font-size:1em;*/
}
.ccs_form #errorMsg strong {
background-color: #FFDFDF;
padding:2px 3px;
color:red;
}
.ccs_form li.error {
background-color: #FFDFDF !important;
border-bottom:1px solid #EACBCC;
border-right:1px solid #EACBCC;
margin:1px 0;
}
.ccs_form li.error label {
color:#DF0000 !important;
}
.ccs_form p.error {
color:red;
font-weight:bold;
/*font-size:1em;*/
margin:0 0 1px 0;
clear:both;
}
/* ----- REQUIRED ----- */
.ccs_form .req {
float:none;
color:red;
font-weight:bold;
}
/* ----- INSTRUCTIONS ----- */
.ccs_form li.focused {
background-color:#fff7c0;
}
.ccs_form .instruct {
position:absolute;
top:10px;
left:100%;
z-index:1000;
width:48%;
margin:0 0 0 8px;
padding:8px 10px 9px 10px;
border:1px solid #727272;
background:#222222;
line-height:130%;
/*font-size:.8em;*/
color:#727272;
visibility:hidden;
}
div.ie .ccs_form .instruct {
width:45%;
}
.ccs_form .instruct small {
/*font-size:1em;*/
}
.ccs_form li.focused .instruct,
.ccs_form li:hover .instruct {
visibility:visible;
}
/* ----- LABEL LAYOUT ----- */
.ccs_form .noI .instruct {
display:none !important;
}
.ccs_form .noI li {
width:96%;
}
.ccs_form .noI li.section {
padding-left:9px;
}
/* ----- LABEL LAYOUT ----- */
.ccs_form .leftLabel li,
.ccs_form .rightLabel li,
.ccs_form li.leftLabel,
.ccs_form li.rightLabel {
padding-left:22%;
padding-top:9px;
width:55% !important;
}
.ccs_form .noI .leftLabel li,
.ccs_form .noI .rightLabel li,
.ccs_form .noI li.leftLabel,
.ccs_form .noI li.rightLabel {
padding-left:30%;
width:66%;
}
.ccs_form .leftLabel label.desc,
.ccs_form .rightLabel label.desc {
position:absolute;
left:0;
width:24%;
margin-left:9px;
margin-top:2px;
}
.ccs_form .rightLabel label.desc {
text-align:right;
}
.ccs_form .noI .leftLabel label.desc,
.ccs_form .noI .rightLabel label.desc {
width:27%;
}
.ccs_form .leftLabel p.instruct,
.ccs_form .rightLabel p.instruct {
width:26%;
margin-left:2px;
}
/* ----- PASSWORD ----- */
.ccs_form ul.protected {
list-style:none;
margin:60px 0;
}
.ccs_form .protected li {
text-align:center;
padding:10px 0;
}
.ccs_form .protected h2 {
font-weight:bold;
color:#DF0000;
margin:0 auto 10px auto;
}
.ccs_form .protected label {
/*font-size:1.2em !important;*/
padding-top:10px;
display:block;
}
.ccs_form .protected input.text {
/*font-size:1.2em !important;*/
width:380px;
text-align:center;
}
.ccs_form .protected .buttons {
margin:0;
}
.ccs_form .protected #saveForm {
/*font-size:1.2em !important;*/
}
/* ----- CUSTOM THEME ----- */
.ccs_form .hide {
display:none;
}
.ccs_form .show {
display:block;
}
/* The main calendar widget.  DIV containing a table. */
.ccs_form div.calendar {
position: relative;
z-index:3000;
}
.ccs_form .calendar table {
cursor:pointer;
/*font-size: 11px;*/
color: #000;
border:1px solid #ccc;
background: #fff;
font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}
/* Header part -- contains navigation buttons and day names. */
.ccs_form .calendar .button {
/* "&lt;&lt;", "&lt;", "&gt;", "&gt;&gt;" buttons have this class */
text-align: center;
/* They are the navigation buttons */
padding:2px 0 3px 0;
}
.ccs_form .calendar thead .title {
/* This holds the current "month, year" */
font-weight: bold;
/* Pressing it will take you to the current date */
text-align: center;
background: #fff;
color: #000;
/*font-size:12px;*/
padding: 3px 0;
}
.ccs_form .calendar thead .headrow {
/* Row  containing navigation buttons */
background: #dedede;
color: #333;
font-weight:bold;
}
.ccs_form .calendar thead .daynames {
/* Row  containing the day names */
background: #f5f5f5;
color:#333;
}
.ccs_form .calendar thead .name {
/* Cells  containing the day names */
padding: 2px;
text-align: center;
color: #000;
border-bottom:1px solid #dedede;
}
.ccs_form .calendar thead .weekend {
/* How a weekend day name shows in header */
color: #666;
background:#dedede;
}
.ccs_form .calendar thead .hilite {
/* How do the buttons in header appear when hover */
background-color: #444;
color: #fff;
padding: 1px;
}
.ccs_form .calendar thead .active {
/* Active (pressed) buttons in header */
background-color: #d12f19;
color:#fff;
}
/* The body part -- contains all the days in month. */
.ccs_form .calendar tbody .day {
/* Cells  containing month days dates */
width:2em;
color: #222;
text-align: right;
padding: 1px;
border: 1px solid #fff;
}
.ccs_form .calendar tbody .day.othermonth {
/*font-size: .8em;*/
color: #bbb;
}
.ccs_form .calendar tbody .day.othermonth.oweekend {
color: #fbb;
}
.ccs_form .calendar table .wn {
padding: 2px 2px 2px 2px;
border-right: 1px solid #000;
background: #666;
}
.ccs_form .calendar tbody .rowhilite td,
.ccs_form .calendar tbody .rowhilite td.wn {
background: #ddd;
}
.ccs_form .calendar tbody td.hilite {
/* Hovered cells  */
background:#444 !important;
color:#fff !important;
}
.ccs_form .calendar tbody td.active {
/* Active (pressed) cells  */
color:#529214;
background: #529214 !important;
}
.ccs_form .calendar tbody td.selected {
/* Cell showing selected date */
font-weight: bold;
border: 1px solid #888;
padding: 1px;
background: #f5f5f5 !important;
color: #222 !important;
}
.ccs_form .calendar tbody td.weekend {
/* Cells showing weekend days */
color: #666;
}
.ccs_form .calendar tbody td.today {
/* Cell showing today date */
font-weight: bold;
color: #529214;
background:#D9EFC2;
}
.ccs_form .calendar tbody .disabled {
color: #999;
}
.ccs_form .calendar tbody .emptycell {
/* Empty cells (the best is to hide them) */
visibility: hidden;
}
.ccs_form .calendar tbody .emptyrow {
/* Empty row (some months need less than 6 rows) */
display: none;
}
/* The footer part -- status bar and "Close" button */
.ccs_form .calendar tfoot .footrow {
/* The  in footer (only one right now) */
text-align: center;
background: #556;
color: #fff;
}
.ccs_form .calendar tfoot .ttip {
/* Tooltip (status bar) cell  */
background: #222;
color: #fff;
/*font-size:10px;*/
border-top: 1px solid #dedede;
padding: 3px;
}
.ccs_form .calendar tfoot .hilite {
/* Hover style for buttons in footer */
background: #aaf;
border: 1px solid #04f;
color: #000;
padding: 1px;
}
.ccs_form .calendar tfoot .active {
/* Active (pressed) style for buttons in footer */
background: #77c;
padding: 2px 0px 0px 2px;
}
/* Combo boxes (menus that display months/years for direct selection) */
.ccs_form .calendar .combo {
position: absolute;
display: none;
top: 0px;
left: 0px;
width: 4em;
border: 1px solid #ccc;
background: #f5f5f5;
color: #222;
/*font-size: .9em;*/
z-index: 100;
}
.ccs_form .calendar .combo .label,
.ccs_form .calendar .combo .label-IEfix {
text-align: center;
padding: 1px;
}
.ccs_form .calendar .combo .label-IEfix {
width: 4em;
}
.ccs_form .calendar .combo .hilite {
background: #444;
color:#fff;
}
.ccs_form .calendar .combo .active {
border-top: 1px solid #999;
border-bottom: 1px solid #999;
background: #dedede;
font-weight: bold;
}
.ccs_form span.group,
.ccs_form span.group span {
padding-bottom: 0px;
text-align: center;
}
.ccs_form span.group input {
/*clear: left;*/
/*float: left;*/
}
.ccs_form span.group label {
/*clear: none;*/
/*float: left;*/
}

/*colors and font sizes*/
.ccs_form li div label,
.ccs_form li span label,
.ccs_form .instruct,
.ccs_form .calendar tbody .day.othermonth,
.ccs_form .calendar .combo
{font-size: .85em;}

.ccs_form .info p,
.ccs_form .section p,
.ccs_form label.desc,
.ccs_form .calendar tfoot .ttip
{font-size: .9em;}

.ccs_form .calendar table
{font-size: .95em;}

.ccs_form ul,
.ccs_form .buttons input,
.ccs_form input.text,
.ccs_form input.file,
.ccs_form textarea.textarea,
.ccs_form select.select,
.ccs_form label.choice,
.ccs_form #errorMsg,
.ccs_form p.error,
.ccs_form .instruct small,
.ccs_form .calendar thead .title
{font-size: 1em;}

.ccs_form span.symbol,
.ccs_form #errorMsgLbl
{font-size: 1.05em;}

.ccs_form .info h2
{font-size: 1.05em;}

.ccs_form .safari select.select,
.ccs_form .protected label,
.ccs_form .protected input.text,
.ccs_form .protected #saveForm
{font-size: 1.05em !important;}

.ccs_form .section h3
{font-size: 1.1em;}

#content .ccs_form h2
{font-size: 1.3em;}

