﻿/* ---------------------- */
/* Reset
------------------------- */

html { /*overflow: auto;*/ height: 100%;  font-size: 100%; }
body { overflow: auto; width: 100%; height: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

#__asptrace { background-color: white; }

/* html5 elements */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section { display: block;  }

/* remember to define focus styles! */
*:focus,
*:hover,
*:active { outline: none; /*noFocusLine: expression(this.onFocus=this.blur());*/ }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
caption,
th { text-align: left; }
abbr,
acronym,
abbr[title] { border: 0; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

body.confirm .content ul li { background: url('/images/icon-arrow-back.gif') left .45em no-repeat; }
body.confirm .content ul li:first-child { font-weight: bold; }

div.breadcrumbs { margin-bottom: 1em; font-size: .8em; /*position: relative; z-index: 2;*/ }
div.breadcrumbs a { color: #999; font-style: italic; }

span a { cursor: pointer; }

/* Correct overflow not hidden in IE9  */
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; *cursor: default; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */
legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea { /*font-size: 100%; */ margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
button, input { line-height: normal; *overflow: hidden; -webkit-appearance: none; -webkit-border-radius: 0; border-radius: 0; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */
table button, table input { /**overflow: auto; if td is too small to hold input, this fixes the alignment. however, it creates scrollbars which is worse? */ }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="checkbox"] { -webkit-appearance: checkbox; }
input[type="radio"] { -webkit-appearance: radio; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */
textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
dfn { font-style: italic; }
mark { background: #eee; color: #000; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

/* ---------------------- */
/* MFT Defaults
------------------------- */

.clear { clear: both !important; padding: 0 !important; margin: 0 !important; height: 0 !important; line-height: 1 !important; border: none !important; }
.left { float: left; }
.right { float: right; }
.iHelp { cursor: help }
.popHelp { position: absolute; background-color: White; width: 300px; text-align: left; padding: 5px; display: none; white-space: normal; z-index: 999; cursor: default; font-weight: bold; }
.popHelpInner { border: solid 2px gainsboro; background-color: #F6CED8; padding: 5px; }
.closePop { color: red; position: absolute; top: 4px; right: 8px; }

.CuteEditorToolbar nobr { *display: inline-block; }
.CuteEditorToolbar img { max-width: none; }

.form-container { width: 100%; }

.form-fields a { color: #333; }

/* Standard Form Styles */

.form-container .form-title,
.form-container legend,
.form-container h3.form-title { background: url(/style/images/cms-title-bg.gif) no-repeat bottom left; padding: 5px 0 0 7px; color: #666; line-height: 16px; text-transform: uppercase; letter-spacing: 1px; font-size: 10px; }

.form-container .form-fields .form-title, 
.form-container h3.form-title { background: #f1f1f1; border: 1px solid #ccc; border-bottom: 0; text-transform: capitalize; font-weight: bold; /*font-size: 12px;*/ letter-spacing: normal; /*padding-left: 4px;*/ padding-left: 13px; font-size: 1em; color: #333; padding: 1em 1em 0 1em; margin: 0; }

.form-container .form-fields, div.form-fields-box { border: 1px solid #ccc; border-top: 0; padding: 1em; margin-bottom: 20px; background-color: #f6f6f6; }

.form-container .form-fields .form-fields,
.form-container .form-fields-box .form-fields, div.form-fields-box { background-color: #f1f1f1; }

.form-container .form-fields .form-hr { margin: 10px 0; height: 1px; background-color: #f5f5f5; }
.form-container .form-table { border-collapse: collapse; width: 100%; border: none; }
.form-table th,
.form-table td { border: none; }

.form-container .form-table > tbody > tr > td { /*padding-left: 10px !important;*/ padding: .35em 0 .35em .6em; }
.form-container .form-table > tbody > tr > td:first-child { padding-left: 0px; }
.form-container .form-table > tbody > tr > th > label { display: block; margin-top: .75em; }
.form-fields label b { display: block; margin: .75em 0 .25em; }

.form-container .form-table > tbody > tr > th,
.form-fields label b { text-align: left; padding-left: .75em !important; vertical-align: bottom; }
.form-container .form-table > tbody > tr > th em,
.form-table > tbody > tr > td em,
.form-fields label b em { font-weight: normal; /*font-style: normal;*/ }
.form-container .form-table > tbody > tr > th:first-child,
.form-fields label b { padding-left: 0px !important; }

table.data td span.header-text { display: none; } /* for responsive data tables, span created via script */


/* new forms */
.form-container.front-end .form-table th { /*display: block; padding: 1em 0 0 1.5em!important; */ padding-left: 1.25em; font-size: inherit!important; }
.form-container.front-end .form-table th:first-child { padding-left: .5em!important; }

.form-table td p { line-height: 1; margin: 0; }

.form-container.front-end .form-title { background: #f6f6f6; padding: .75em 1em; border: 1px solid #ccc; border-bottom: 0; }
.form-container.front-end .form-fields { padding: 20px; }
/*.text-box-list,*/
.form-container.front-end .form-fields .text-box-100 { width: 100%; }

.tr25 td,
.tr25 th,
tr.col4 td,
tr.col4 th { width: 25%; }
.tr33 td,
.tr33 th,
tr.col3 td,
tr.col3 th { width: 33.3%; }
.tr50 td,
.tr50 th,
tr.col2 td,
tr.col2 th { width: 50%; }

/*tr.col4 .text-box,
tr.col4 .text-box-100,
tr.col4 .text-box-list { width: 85%!important; }
.tr33 .text-box-100,
.tr33 .watermark-text-box-100,
tr.col3 .text-box-100,
tr.col3 .text-box-list { width: 88%!important; }
.tr50 .text-box-100,
.tr50 .watermark-text-box-100,
tr.col2 .text-box-100,
tr.col2 .text-box-list { width: 92%!important; }*/


.form-container.front-end input[type="submit"] { float: right; margin: 10px 12px 0; }


/* editor styles */
.WordSpliter, .CharCount, .WordCount { display: none; } /* bottom of editor, ensures editor with remains as small as possible in tight spaces */

/* Printable Page Styles */
.print-content { width: 630px; padding: 10px; background: #FFFFFF; border: 1px solid #000000; margin: 0 auto 0 auto; }
.print-footer { text-align: center; }

/* Login Styles */
table.loginTable { /*width: 100%;*/ margin: 0 auto; }
table.loginTable td { padding: 0 .5em .5em 0; }
table.loginTable td:first-child { text-align: right; width: 40%; }

/* Error Classes */
.MaskedEditError { background-color: #ffcccc; }

/* Datepicker classes */
.calDayA { vertical-align: top; font-size: 10px; text-align: left; padding: 4px; background-color: #FFFFFF; border: 1px solid #c3b694; }
.calOtherMonthA { background-color: #ccf3fb; vertical-align: top; font-size: 10px; text-align: left; padding: 4px; border: 1px solid #c3b694; }
.calTitle td { color: #FFFFFF; height: 20px; font-size: 14px; }
.datepicker { background-color: #ffffff; padding: 10px; border: 1px solid #cccccc; }
.datepick a { display: block; height: 20px; }
.datepick td, .datepick th { padding: 0px; }
.calToday { background-color: #FFFFCC; vertical-align: top; font-size: 10px; text-align: left; padding: 4px; }
.calTitle td { color: #FFFFFF; height: 20px; font-size: 14px; }

/* This is nessesary because of an IE8 bug with the calendar extender. */
.ajax__calendar_title { width: 140px; }

/* Text Boxes */
.text-box-100, .watermark-text-box-100 { width: 100%; }
/*.admin select.text-box-list, */.admin select.text-box-100 { min-width: 100px; }
textarea.text-box-100 { width: 100%; }

/* Watermark Text */
.watermark-text-box-100,
.water { color: #bbb; }

/* Buttons and form elements */
input[type=submit],
input[type=reset],
input[type=button] { filter:chroma(color=#000000); } /* removes ie7 black outline. note: it will also hide pure black text. */

input, select, textarea { vertical-align: middle; outline: none; transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; }
textarea { line-height: 1.2!important; }

select.text-box-list, select.text-box-100 { background: #fff; }
input[type='radio'], input[type='checkbox'] { padding: 0; border: none; background: none; width: 1.25em; *width: auto; height: 1.25em; *height: auto; margin-right: .4em; }
/*input:focus, textarea:focus { background-image: url(/images/grad2-top-shad.png); background-repeat: repeat-x; background-position: left 1px; }*/
input:focus,
select:focus,
textarea:focus,
.text-button:hover,
.text-button-sm:hover,
.text-button-lg:hover,
.text-buttond:hover,
button:hover { box-shadow: 0 0 5px rgba(255, 255, 255, 1); -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 1); -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 1); }

input.disabled,
input[disabled],
input[disabled]:hover,
input[disabled="disabled"],
input[disabled="disabled"]:hover { background: #eee; border-color: #ccc; }

.text-button,
.text-button-lg,
.text-buttond,
button { padding-left: .75em; *padding-left: 0; padding-right: .75em; *padding-right: 0; *border: 0; overflow: visible; text-decoration: none; width: auto; text-align: center; }

input[type='button'], input[type=submit] { *overflow: visible; }

.text-button,
.text-buttond,
.text-button-sm,
.text-button-lg { display: inline-block; height: auto; padding-top: 0; padding-bottom: 0; vertical-align: middle; white-space: nowrap; text-decoration: none; /*font-size: 95%;*/ /* to match browser default input buttons */ }

.text-buttond {  }

.text-button:hover,
.text-buttond:hover,
button:hover { cursor: pointer; text-decoration: none; transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; }

/* Checkboxes and Radiobuttons */
.radio-list {  }
.check-list {  }
.radio,
.check { cursor: pointer; display: inline-block; white-space: nowrap; margin-right: 1em; }

.radio-list span,
.check-list span { margin-right: 16px; }

span.radio label,
span.check label { /*margin-right: 1em;*/ vertical-align: middle; display: inline-block; }

.radio-long input,
.check-long input { float: left; }

.radio-long label,
.check-long label { width: 85%; float: left; }

/* Tree Views */
.tree-view-node { padding: 3px; }
.tree-view-selected-node { border: 1px solid #000000; padding: 2px; }

/*Modal Popup*/
.modalBackground { background-color: Gray; filter: alpha(opacity=70); opacity: 0.7; }
.popupPanel { background-color: #FFFFFF; padding: 10px 30px 30px; max-height: 80%; overflow: hidden; overflow-y: auto; }

/* Standard Color Styles */
.red { color: #CC0000; }

/* AJAX Tab Control */
.ajax__tab_header span { display: inline-block; }
.ajax__tab_header > span { margin-left: .25em; }
.ajax__tab_header > span:first-child { margin: 0; }
.ajax__tab_tab { background: #dedede url(/images/grad1-bot-shad.png) bottom repeat-x; padding: .75em 2em; }
.ajax__tab_tab:hover { cursor: pointer; }
.ajax__tab_active .ajax__tab_tab { background: #eee url(/images/grad1-top-shad.png) left -3px repeat-x; }
.ajax_tabs .ajax__tab_panel { background: #eee url(/images/grad1-bot-shad.png) bottom repeat-x; padding: 2em; }

/* xp theme 
.ajax__tab_header span { display: inline-block; }
.ajax_tabs .ajax__tab_header { font-family: inherit; font-size: inherit; background: url(/images/common/tab-line.gif) repeat-x bottom; height: 21px; }
.ajax_tabs .ajax__tab_outer { padding-right: 4px; background: url(/images/common/tab-right.gif) no-repeat right; height: 21px; }
.ajax_tabs .ajax__tab_inner { padding-left: 3px; background: url(/images/common/tab-left.gif) no-repeat; }
.ajax_tabs .ajax__tab_tab { height: 13px; padding: 4px; margin-right: 0px; background: url(/images/common/tab.gif) repeat-x; }
.ajax_tabs .ajax__tab_hover .ajax__tab_outer { background: url(/images/common/tab-hover-right.gif) no-repeat right; }
.ajax_tabs .ajax__tab_hover .ajax__tab_inner { background: url(/images/common/tab-hover-left.gif) no-repeat; }
.ajax_tabs .ajax__tab_hover .ajax__tab_tab { background: url(/images/common/tab-hover.gif) repeat-x; }
.ajax_tabs .ajax__tab_active .ajax__tab_outer { background: url(/images/common/tab-active-right.gif) no-repeat right; }
.ajax_tabs .ajax__tab_active .ajax__tab_inner { background: url(/images/common/tab-active-left.gif) no-repeat; }
.ajax_tabs .ajax__tab_active .ajax__tab_tab { background: url(/images/common/tab-active.gif) repeat-x; }
.ajax_tabs .ajax__tab_body { font-family: inherit; font-size: inherit; border: 1px solid #999999; border-top: 0; padding: 8px; background-color: #ffffff; }
.ajax_tabs .ajax__tab_panel {padding: 15px}
*/
/*
.mGridView a { color: Blue; display: block; padding: 5px; margin: 5px 10px 5px 3px; border-top: solid 1px white; border-left: solid 1px white; border-bottom: solid 2px gray; border-right: solid 2px gray; }
*/

.pagerItems td { padding: 10px 0 0 10px; }
.pagerItems span,
.pagerItems a { padding: 7px; border: solid 1px #dcdcdc; }
.pagerItems a { background-color: White; border: solid 1px gray; }

.slide-panel { display: none; }

div.pagination-controls { font-size: 13px; line-height: 20px; color: #666; margin-bottom: 1em; display: inline-block; width: 100%; }
div.pagination-controls ul { float: right; }
div.pagination-controls ul li { float: right; margin-left: .5em; }
div.pagination-controls ul li:first-child { margin-left: 0; }
div.pagination-controls ul li a { text-align: center; padding: 0 .25em 0; }
div.pagination-controls a,
div.pagination-controls span,
div.pagination-controls input { display: inline-block; color: #aaa; text-decoration: none; border: 1px solid #ccc; background: #fff url(/images/grad2-top-hilight.png) center -5px repeat-x; padding: 0 .25em; margin-left: .1em; min-width: 1em; text-align: center; }
div.pagination-controls a:first-child { margin: 0; }
div.pagination-controls select { border: 1px solid #ccc; padding: 2px; margin: 0 .1em; color: #aaa; }
div.pagination-controls a:hover,
div.pagination-controls span { background-color: #aaa; color: #fff; }

div.pagination-controls input { /*width: 90px!important;*/ margin-left: .5em; padding-top: 2px; height: 18px; }
div.pagination-controls p { float: right; margin: 0 0 0 1em; line-height: 20px!important; overflow: hidden; vertical-align: middle; }

div.pagination-controls > p,
div.pagination-controls > div { margin-bottom: .5em; }


.popOverlay, .overLay { position: fixed; top: 0; left: 0; width: 100%; /*min-height: 2000px;*/ min-height: 100%; z-index: 9999996; zoom: 1; filter: alpha(opacity=50); opacity: 0.5; background-color: #000000; }
.popBox { position: absolute; top: 100px; left: 50%; width: 100%; max-width: 860px; padding: 40px; background-color: #ffffff; border: solid 2px #DCDCDC; z-index: 9999997; box-sizing: border-box; }
.admin .popBox { max-width: 100%; }
/*.popBox { position: absolute; top: 100px; left: 50%; width: 400px; padding: 40px; background-color: #ffffff; border: solid 2px #DCDCDC; z-index: 9999997; box-sizing: border-box; }*/
.popClose { color: #ff0000; position: absolute; top: 5px; right: 5px; font-weight: bold; text-decoration: none; }

@media only screen and (max-width : 860px) {
    .popBox { left: 0!important; margin-left: 0!important; transform: translate(0, 0)!important; }
}

.buttonPopper { cursor: pointer; }

.washed { color: gray; font-size: .7em; font-style: italic; }

@media only screen and (max-width : 700px) {
	/*tr.col2 .text-box,
	tr.tr50 .text-box-100 { width: 87%!important; }*/
	
	.tr25 td,
	.tr25 th,
	tr.col4 td,
	tr.col4 th,
	.tr33 td,
	.tr33 th,
	tr.col3 td,
	tr.col3 th/*,
	.tr50 td,
	.tr50 th,
	tr.col2 td,
	tr.col2 th*/ { width: auto; }
}

@media print
{    
        .no-print,
        .no-print * { display: none !important; }
}
