/*****************************************************/
/*   Design:  MultiFlex-1.1 (Screen)                 */
/*   Author:  G. Wolfgang                            */
/*   Web:     www.1-2-3-4.info                       */
/*   Date:    May 15, 2006                           */
/*****************************************************/

/*-----------------------------------------------------------------------*/
/* FONT-SIZE DEFINITIONS                                                 */
/*-----------------------------------------------------------------------*/
/* Relative font-sizes in "em" are used where necessary. To make the     */
/* "em"-units normed, the incoming font sizes are set to 1.0 em. The     */
/* font-size variations throughout the webpage are then expressed in     */
/* percentage values respective to the incoming font-size. To make       */
/* calculations easier, the font definition in the css-class "body" is   */
/* 62.5%, which gives 1.0em = 10px This makes life a real breeze!        */
/*-----------------------------------------------------------------------*/

/* Comments for individual lines are found to the right of the respective row */

/*************************/
/* SECTION 1 - MAIN BODY */
/*************************/
body {font-size: 62.5%; margin: 0em auto; padding: 0px; font-family: arial, tahoma, verdana, sans-serif; background-color:#D8D8D8 }
.page-container {width: 1280px; margin: 0px auto; padding: 0px; border-left: solid 1px rgb(125,125,125); border-right: solid 1px rgb(125,125,125); border-bottom: solid 1px rgb(125,125,125); background-color: rgb(255,255,255); min-height: 100%; position:relative; background-color:rgb(255,255,255); }

/**********************/
/* SECTION 2 - HEADER */
/**********************/
/*--------------------------------------*/
/* Section 2.1 - Global navigation menu */
/*--------------------------------------*/
.nav-global-container {position: absolute; z-index: 3; width: 1280px; top: 5px; background-color: transparent;}
.nav-global {float: right; width: 1280px; margin: 0px 5px 0px 0px; padding: 0px; background-color: transparent;}
.nav-global ul {float: right; display: inline; list-style: none; margin: 0px; padding: 0px;}
.nav-global li {display: inline; white-space: nowrap; text-transform: none;}
.nav-global li a {display: inline; margin: 0px; padding: 0px 0px 0px 4px; border-left: solid 1px rgb(255,255,255); color: rgb(250,250,250); font-weight: bold; text-decoration: none; font-size: 110%;}
.nav-global div.solidBar {display: inline; margin: 0px; padding: 0px 0px 0px 4px; border-left: solid 1px rgb(255,255,255); color: rgb(250,250,250); font-weight: bold; text-decoration: none; font-size: 110%;}
.nav-global a:hover {background-color: rgb(112, 149, 167); color: rgb(255,255,255); text-decoration: underline;}
.nav-global .phoneNumber {display: inline; margin: 0px; padding: 0px 0px 0px 4px; color: rgb(255,255,255); font-weight: bold; text-decoration: none; font-size: 110%;};

/*-----------------------------------*/
/* Section 2.2 - Sitename and Banner */
/*-----------------------------------*/
.site-name  {clear: both; float: left; position: absolute; z-index: 2; width: 1140px; top: 20px; margin: 0px; padding-left: 17px; background-color: transparent; color: rgb(255,255,255); font-weight: bold; font-size: 24px;}
.site-slogan  {float: left; position: absolute; z-index: 1; width: 830px; top: 1.9em; left: 15px; margin: 0px; padding: 0px 0px 0px 3px; background-color: transparent; color: rgb(204,216,228); font-weight: bold; font-size: 14px;}

.site-name-auth  {clear: both; float: left; position: absolute; z-index: 2; width: 1140px; top: 5px; margin: 0px; padding-left: 10px; background-color: transparent; color: rgb(255,255,255); font-weight: bold; font-size: 18px;}
.site-slogan-auth  {float: left; position: absolute; z-index: 1; width: 1140px; top: 1.9em; left: 8px; margin: 0px; padding: 0px 0px 0px 3px; background-color: transparent; color: rgb(204,216,228); font-weight: bold; font-size: 11px;}

.img-header {float: center; width: 1280px; margin: 0px; padding: 0px; background-color:rgb(91, 115, 143)} /* height: 100px;  */
.img-header-test {float: center; width: 1280px; margin: 0px; padding: 0px; background-color:#ffed4e} /* height: 100px;  */

/*------------------------------------*/
/* Section 2.3 - Main navigation menu */
/*------------------------------------*/

.nav-main {clear: both; float: right; width: 1280px;  min-height: 2.0em; height: auto !important; height: 2.0em; line-height: 2.0em; margin: 0px; padding: 0px; border-top: solid 1px rgb(84,111,144); border-bottom: solid 1px rgb(84,111,144); background-color: rgb(159,182,213);} .nav-main ul {list-style: none; margin: 0px; padding: 0px; font-weight: bold; z-index: 99999;}
.nav-main li {float: left; white-space: nowrap; background-color: inherit;}
.nav-main li a {margin: 0px; padding: 0px 10px 0px 10px; border-right: solid 1px rgb(255,255,255); color: rgb(255,255,255); text-decoration: none; font-size: 110%;}
.nav-main a:hover, .nav-main a.selected {background-color: inherit; color: rgb(75,75,75); text-decoration: none;}
.buffer {float: left; width: 1280px; height: 30px; margin: 0px; padding: 0px; background-color: rgb(255,255,255);}

#nav {clear: both; float: right; width: 1280px;  min-height: 2.5em; height: auto !important; height: 2.5em; line-height: 2.5em; margin: 0px; padding: 0px; border-top: solid 1px rgb(84,111,144); border-bottom: solid 1px rgb(84,111,144); background-color: rgb(112,149,167);}
#nav ul {list-style: none; margin: 0px; padding: 0px; font-weight: bold;}
#nav li {
	float: left;
	padding-top: 3px;
}
* html #nav li{
	padding-top: 4px;
}
#nav li a {
	display: block;
	margin: 2px 0 0 0;
	border-right: solid 1px rgb(255,255,255);
	color: #fff;
	text-decoration: none;
	font-size: 1.3em;
	line-height: 1.1em;
	padding: 0px 12px;
	width: auto;
}
#nav li a:hover {
	color: #4B4B4B;
}
#nav li ul {
	position: absolute;
	display: none;
	margin: 0;
	padding: 0;
	width: 16em;
	w\idth: 16em;
}
#nav li li {
	border-bottom: 1px solid #C8C8C8;
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	padding-top: 0;
	background-color: #CADBF5;
}
#nav li li a {
	font-size: 110%;
	font-weight: bold;
	color: #000;
	line-height: 1.9em;
	border: 0;
	width: 16em;
	w\idth: 16em;
	margin-top: -2px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#nav li li a:hover {
	color: #4B4B4B;
	background-color: #9FB6D5;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	display: none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	display: block;
}


/******************************/
/* SECTION 4 - SUB-NAVIGATION */
/******************************/
.nav-sub {clear: both; float: left; width: 190px; min-height: 580px; height: auto !important; height: 580px; margin: 0px; padding: 0px; background-color: rgb(255,255,255);}
.nav-sub ul {float: right; list-style: none; width: 190px; margin: 0px; padding: 0px; border-bottom: solid 1px rgb(200,200,200);}
.nav-sub li {margin: 0px; padding: 0px;}
.nav-sub li.title {vertical-align: top; margin: 0px; padding: 0px 5px 4px 20px; color: rgb(100,100,100); text-transform: uppercase; font-weight: bold; font-size: 140%;}
.nav-sub li.group a {display: block; min-height: 1.5em; height: auto !important; height: 1.5em; line-height: 1.5em; margin: 1px 0px 1px 0px; padding: 0px 7px 0px 10px; border-top: solid 1px rgb(200,200,200);  border-left: solid 10px rgb(201,198,234); color: rgb(100,100,100); font-weight: bold; font-size: 120%;}
.nav-sub li a {display: block; min-height: 1.5em; height: auto !important; height: 1.5em; line-height: 1.5em; margin: 1px 0px 1px 0px; padding: 0px 7px 0px 10px; border-left: solid 10px rgb(201,198,234); color: rgb(100,100,100); text-decoration: none; font-size: 120%;}
.nav-sub li a:hover, .nav-sub li a.selected {border-left: solid 10px rgb(121,153,196); color: rgb(0,0,0); text-decoration: none;}

/*******************************************************************/
/* SECTION 5 -  CONTAINER FOR CONTENT AND SIDEBAR                  */
/*              Reason: To extend navigation border to footer      */
/*******************************************************************/
/* TRICK: Nest the right two columns (content and sidebar) and     */
/* give them a minimum height and white background and a left      */
/* border-line. However, nesting floats inside each other with     */
/* with identical widths may activate the spurious IE character    */
/* duplication bug, where the last characters of the last float    */
/* statement are duplicated outside the float. The correction for  */
/* this bug is to reduce the sidebar float so that the  sum of     */
/* the content and sidebar floats are 6px less than the container  */
/* holding them. See Section 7.1, where this is done.              */
/* ----------------------------------------------------------------*/
/* RESTRICTION: For situations where the left navigation menu is   */
/* expanding over the minimum 500px height, it must remain smaller */
/* than the container holding the rigth two columns. Otherwise     */
/* the borderline will only extend as far down as the container.   */
/*******************************************************************/
/*.container-content-sidebar-front {float: left; width: 609px; min-height: 500px; height: auto !important; height: 500px; margin: 0px; padding: 0px 0px 20px 1px; background-color: rgb(255,255,255);} */
.container-content-sidebar {float: left; min-height: 555px; height: auto !important; height: 555px; margin: 0px; padding: 0px 0px 20px 0px; border-left: solid 1px rgb(200,200,200); background-color: rgb(255,255,255);}

/********************************/
/* SECTION 6A - CONTENT PAGE #1 */
/********************************/
.content {float: left; width: 458px; margin: 0px; padding: 0px 0px 0px 20px; background-color: transparent; color: rgb(75,75,75);} /* Width should be 444px, but IE-duplication bug forces us to reduce with 6px to 428px */
.contentbox-container {clear: both; float: left; width: 455px; margin: 0px 0px 15px 0px; padding: 0px;} /* Width should be 428px, but IE-duplication bug forces us to reduce with 3px to 425px */
.contentbox-full {width: 1000px; margin: 0px; padding: 0px;}


/************************************/
/* SECTION 6C - CONTENT PAGE COMMON */
/************************************/
/*--------------------------------------------------*/
/* Section 6C.4 - Page title, title and content box */
/*--------------------------------------------------*/
.content-pagetitle {width: 100%; margin: 0px 0px 10px 0px; padding: 0px 0px 5px 0px; background-color: transparent; border-bottom: solid 0px rgb(200,200,200); color: rgb(100,100,100); text-transform: uppercase; font-weight: bold; font-size: 140%;}
.contentbox-title-shading-small {margin: 0px; padding: 0px 0px 0px 0px;  color: rgb(75,75,75); font-weight: bold; font-size: 130%;}
.contentbox-noshading {margin: 0px; padding: 0.7em 0px 0px 0px; background-color: transparent;}


/*---------------------*/
/* Section 6C.4 - Text */
/*---------------------*/
/* Heading */
h1 {clear: left; margin: 1.0em 0px 0.5em 0px; font-weight: bold; font-size: 160%;}
h2 {clear: left; margin: 1.0em 0px 0.5em 0px; font-weight: bold; font-size: 150%;}
h3 {clear: left; margin: 1.0em 0px 0.5em 0px;	font-weight: bold; font-size: 140%;}
h4 {clear: left; margin: 1.0em 0px 0.5em 0px; font-weight: bold; font-size: 130%;}
h5 {clear: left; margin: 0px; font-weight: bold; font-size: 130%;}
h6 {clear: left; margin: 0px;	font-weight: bold; font-style: italic; font-size: 130%;}

/* Paragraph */
p {margin: 0px 0px 0.5em 0px; padding: 0px; line-height: 1.2em; font-size: 130%; }
div.trumbowyg-editor p {margin: 0px 0px 0.5em 0px; padding: 0px; line-height: 1.2em; font-size:11px; }
.trumbowyg-editor {padding:5px; line-height: 1em;}

p.readmore {margin: -0.2em 0px 0.5em 0px; padding: 0px; line-height: 1.2em; font-size: 110%; }
p.quote {margin: 0em 30px 0.6em 30px;	line-height: 120%; font-size: 120%;}

/* Lists */
.content ul.noindent, .content2 ul.noindent {margin: 0px 0px 7px 15px; padding: 0px; list-style-type: disc; list-style-position: outside; font-size: 120%;}
.content ul.indent, .content2 ul.indent {margin: 0px 0px 7px 15px; padding: 0px 0px 0px 15px; list-style-type: disc; font-size: 120%;}
.content ol, .content2 ol {margin: 0px 0px 0px 9px; padding: 0px 0px 0px 25px; list-style-type: decimal; list-style-position: outside; font-size: 120%;}

/* Link List */
.content ul.linklist-noindent, .content2 ul.linklist-noindent {margin: -0.3em 0px 0.5em 0px; padding: 0px; list-style-type: none; line-height: 1.2em; font-size: 120%; }
.content ul.linklist-indent, .content2 ul.linklist-indent {margin: -0.3em 0px 0.5em 0px; padding: 0px 0px 0px 10px; list-style-type: none; line-height: 1.2em; font-size: 120%; }

/*-----------------------*/
/* Section 6C.5 - Tables */
/*-----------------------*/
/*
.table {clear: left; margin: 0.5em 0px 0.2em 30px; border: solid 1px rgb(150,150,150); empty-cells: show; border-collapse: collapse; background-color: rgb(233,232,244);}
.table tr {margin: 0px; padding: 0px;}
.table td {padding: 2px 7px 2px 7px; border: solid 1px rgb(150,150,150); text-align: left; font-size: 120%;}
.table th {margin: 0px; padding: 2px 7px 2px 7px; border: solid 1px rgb(150,150,150); empty-cells: show; text-align: left; font-size: 120%; 	}
p.table-caption {margin: 0.5em 0px 1.0em 30px; padding: 0px; clear: both; text-align: left; font-size: 120%;}
*/
table {
	border: thin gray solid;
	width: 645px;
}
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
th {
	background-color:#CADBF5;
	vertical-align:top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight:bold;
	border: thin solid Black;
	align:center;
}
th.summaryHeader {
	background-color:#5B738F;
	color: #C8DCF5;
}
.dataRowLeft {
	border-bottom: thin solid grey;
	border-top: thin solid grey;
	border-left: thin solid grey;
}
.dataRow {
	border-bottom: thin solid grey;
	border-top: thin solid grey;
}
.dataRowRight {
	border-bottom: thin solid grey;
	border-top: thin solid grey;
	border-right: thin solid grey
}
.dataRowDark {
	border-bottom: thin solid Black;
	border-top: thin solid Black;
	border-left: thin solid Black;
	border-right: thin solid Black;
}

.dataOpac {
	opacity: 0;
}

/* Table sorter jQuery plugin styles. Update 11/2022 - Moved these from the theme */
table.tablesorter thead tr .header {
	background-image: url(/images/sortTable_bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/images/sortTable_asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/images/sortTable_desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}
.tablesorter-default .header, .tablesorter-default .tablesorter-header {
	background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
	background-position: center right;
	background-repeat: no-repeat;
	cursor: pointer;
	/* white-space: normal; */
	/* padding: 4px 20px 4px 4px; */
}
.tablesorter-default thead .headerSortUp, .tablesorter-default thead .tablesorter-headerAsc, .tablesorter-default thead .tablesorter-headerSortUp {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
	background-color: #8dbdd8;
}
.tablesorter-default thead .headerSortDown, .tablesorter-default thead .tablesorter-headerDesc, .tablesorter-default thead .tablesorter-headerSortDown {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
	background-color: #8dbdd8;
}
.tablesorter-default thead .sorter-false {
	background-image: none;
	cursor: default;
}

td.dragHandle {

}
tbody td.showDragHandle {
	background-image: url('/images/updown2.gif');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: move;
}
tr.myDragClass td {
	background-color: #3366CC;
}

table.zebra tr:nth-child(even) {
	background-color: #f2f2f2;
}
table.zebra tr:hover td {
	background-color: #FCF7D6;
}



/***********************/
/* SECTION 7 - SIDEBAR */
/***********************/
/*-----------------------------------------------*/
/* Section 7.1 - Size                            */
/*-----------------------------------------------*/
/* Because of IE float-rendering bug, the width  */
/* must be reduced by 6px, otherwise it will     */
/* duplicate characters after the last float     */
/* Reason: IE may not alwys allow nested floats  */
/* have identical widths, but inside float must  */
/* be smaller than outside float. This IE-bug is */
/* somewhat unpredictable. See Section 5 header  */
/* for more details on this topic.               */
/*-----------------------------------------------*/

.sidebar {float: right; width: 155px; margin: 0px ; padding: 3.1em 0px 0px 0px; background-color: rgb(255,255,255); text-align: left;  color: rgb(75,75,75);} /* Actual width should be: 175px, but because of IE-bug we reduce with 6px so that container has some free space) */
.sidebarbox-noborder {width: 140px; margin: 0px 0px 1.0em 9px; padding: 0px;}
.sidebarbox-border {width: 130px; margin: 0px 0px 1.0em 9px; padding: 4px 4px 4px 4px; border: solid 1px rgb(200,200,200);}
.sidebarbox-title-noshading {display: block; margin: 0px 0px 2px 0px; padding: 0px; background-color: transparent; font-weight: bold; font-size: 110%;}
.sidebarbox-title-shading {display: block; margin: 0px 0px 2px 0px; padding: 2px 5px 3px 5px; background-color: rgb(225,225,225); font-weight: bold; font-size: 110%;}
.sidebarbox-noborder p {margin: 0px 5px 0.4em 5px; padding: 0px; background-color: transparent; line-height: 1.2em; font-size: 110%;}
.sidebarbox-border p {margin: 0px 0px 0.4em 0px; padding: 0px; background-color: transparent; line-height: 1.2em; font-size: 110%;}

/**********************/
/* SECTION 8 - FOOTER */
/**********************/
/*.footer {clear: both; width: 770px; height: 4.3em; margin: 0px; padding: 0.5em 0px 0.5em 0px; border-top: solid 1px rgb(125,125,125); background-color: rgb(159,182,213); color: rgb(255,255,255);} */
.footer {width: 1280px; margin: 0px; padding: 0.5em 0px 0.5em 0px; border-top: solid 1px rgb(125,125,125); background-color: rgb(112,149,167); color: rgb(255,255,255);}
.footer p {margin: 0px; padding: 0px; text-align: center; line-height: 1.3em; font-size: 110%;}

/***************************************************/
/* SECTION 9 - HYPERLINKS FOR NON-NAVIGATION TEXTS */
/***************************************************/
.footer a {color: rgb(255,255,255); text-decoration: underline;}
.footer a:hover {color: rgb(0,0,0); text-decoration: none;}

/********************************/
/* SECTION 10 - GENERIC CLASSES */
/********************************/
/*------------------------------------------*/
/* Section 10.1 - Global default font sizes */
/*------------------------------------------*/
.nav-global-font {font-size: 1.0em;}
.nav-main-font {font-size: 1.0em;}
.nav-sub-font {font-size: 1.0em;}
.content-font {font-size: 1.0em;}
.sidebar-font {font-size: 1.0em;}
.footer-font {font-size: 1.0em;}

/*-------------------------------------*/
/* Section 10.2 - Title decoration box */
/*-------------------------------------*/
.box-on {float: left; min-width: 0.5em; margin-right: 0.2em; padding-left: 0.3em;}
.box-off {display: none;}

/*---------------------------*/
/* Section 10.4  Text colors */
/*---------------------------*/


/*----------------------------------*/
/* Section 10.5 - Background colors */
/*----------------------------------*/
.bg-darkBlue {background-color: rgb(91, 115, 143);}
.bg-medBlue {background-color: rgb(112, 149, 167);}
.bg-lightBlue {background-color: rgb(202, 219, 245);}

.bg-grey01 {background-color: rgb(242,242,242);}
.bg-grey03 {background-color: rgb(217,217,217);}
.bg-grey04 {background-color: rgb(204,204,204);}
.bg-grey06 {background-color: rgb(178,178,178);}

/*
.bg-grey02 {background-color: rgb(230,230,230);}
.bg-grey05 {background-color: rgb(191,191,191);}
.bg-grey07 {background-color: rgb(153,153,153);}
.bg-grey08 {background-color: rgb(127,127,127);}
.bg-grey09 {background-color: rgb(89,89,89);}
.bg-grey10 {background-color: rgb(51,51,51);}
*/

.bg-yellow03 {background-color: rgb(253,246,185);}
.bg-yellow08 {background-color: rgb(249,230,69);}

/*
.bg-yellow01 {background-color: rgb(254,252,232);}
.bg-yellow02 {background-color: rgb(253,249,201);}
.bg-yellow04 {background-color: rgb(252,243,162);}
.bg-yellow05 {background-color: rgb(251,239,139);}
.bg-yellow06 {background-color: rgb(250,236,116);}
.bg-yellow07 {background-color: rgb(249,233,93);}
.bg-yellow09 {background-color: rgb(248,227,46);}
.bg-yellow10 {background-color: rgb(247,224,23);}
*/

.bg-blue01 {background-color: rgb(238,237,249);}
.bg-blue02 {background-color: rgb(222,220,242);}
.bg-blue03 {background-color: rgb(205,202,236);}
.bg-blue04 {background-color: rgb(189,185,229);}
.bg-blue05 {background-color: rgb(172,167,223);}
.bg-blue06 {background-color: rgb(155,149,217);}
.bg-blue07 {background-color: rgb(139,132,210);}
.bg-blue08 {background-color: rgb(122,114,204);}
.bg-blue09 {background-color: rgb(106,97,197);}
.bg-blue10 {background-color: rgb(89,79,191);}
.bg-blueSoft {background-color: rgb(244, 246, 249);}

.bg-green01 {background-color: rgb(237,246,229);}
.bg-green02 {background-color: rgb(220,238,204);}
.bg-green03 {background-color: rgb(202,229,178);}
.bg-green04 {background-color: rgb(185,220,153);}
.bg-green05 {background-color: rgb(167,211,127);}
.bg-green06 {background-color: rgb(149,203,102);}
.bg-green07 {background-color: rgb(132,194,76);}
.bg-green08 {background-color: rgb(114,185,51);}
.bg-green09 {background-color: rgb(97,177,25);}
.bg-green10 {background-color: rgb(79,168,0);}
.bg-greenHidden {background-color: rgb(106, 176, 127);}
.bg-greenInvisible {background-color: rgb(152, 204, 168);}


.bg-red01 {background-color: rgb(252,235,233);}
.bg-red02 {background-color: rgb(248,216,211);}
.bg-red03 {background-color: rgb(245,196,188);}
.bg-red04 {background-color: rgb(242,177,166);}
.bg-red05 {background-color: rgb(238,157,144);}
.bg-red06 {background-color: rgb(235,137,122);}
.bg-red07 {background-color: rgb(232,118,100);}
.bg-red08 {background-color: rgb(229,98,77);}
.bg-red09 {background-color: rgb(225,79,55);}
.bg-red10 {background-color: rgb(222,59,33);}

.bg-blue03alt {background-color: rgb(195,208,238);}
.bg-orange03 {background-color: rgb(250,204,159);}
.bg-purple03 {background-color: rgb(249,154,250);}
.bg-pink03 {background-color: rgb(249,154,250);}

/******************************/
/* SECTION 11 - MISCELLANEOUS */
/******************************/
.showcode { font-family: monospace; font-weight: bold; font-size: 13px; color: rgb(255,0,0);}
.clear {clear: both;}
.hide {display: none;}
br {clear: none;}


/* MIKE ADDED */
input {
	font-size: 11px;
	padding:1px 2px 1px 2px;
	border:1px solid #999999;
	color:#666666;
	background:#F6F6F6;
}
select {
	font-size: 11px;
	border:1px solid #999999;
	background-color: #F6F6F6;
}
textarea {
	font-size: 11px;
	border:1px solid #999999;
}
.submitBtn {
	font-size: 11px;
	padding:1px 2px 1px 2px;
	border:1px solid #999999;
	color:#666666;
	background:#C9C9C9;
	font-weight:bold;
}

.errorMessage {
	border: thin solid Black;
	background-color: #FFAAAA;
	width: 50%;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 12px;
}
.infoMessage {
	border: thin solid Black;
	background-color: #A7D37F;
	width: 50%;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 12px;
}
.systemMessage {
	border: thin solid Black;
	background-color: #FFFD7B;
	width: 90%;
	text-align: left;
	padding: 5px;
	font-size: 12px;
}

/******************************/
/* NEW STYLES                 */
/******************************/
.container-content {float: left; width: 1240px; min-height: 550px; height: auto !important; height: 550px; margin: 0; padding: 0px 20px 20px 20px; background-color: rgb(255,255,255);} /*border-left: solid 1px rgb(200,200,200);*/
.container-content-nonauth {float: left; width: 860px; min-height: 508px; height: auto !important; height: 508px; margin: 0; padding: 0px 20px 20px 20px; background-color: rgb(255,255,255);} /*border-left: solid 1px rgb(200,200,200);*/
h1 {margin: 0px 0px 10px 0px; padding: 0px 0px 5px 0px; color: rgb(100,100,100); text-transform: uppercase; font-weight: bold; font-size: 140%;}


.publicItems li {font-size: 12px; padding-top: 5px;}

/*****************Added by Lat17S****************/


html, body{
	height: 100%;
}

* html #container {
	height:100% /* hack for IE6 and below, which wont support min-height */
}

.footer {
   position:absolute;
   bottom:0;
}

a img{border:0;}

.nonClickable {
    color: #cadbf5;
    display: block;
    line-height: 1.5;
    padding: 0.2em 0.4em;
    text-decoration: none;
    cursor:not-allowed !important;
	pointer-events: none !important;
}

/**** For Vendor Catalogs ****************************************/
#collapser ul { margin: 0; padding: 0; }
#collapser ul li { margin: 0px 0 0px 25px; padding: 0; list-style: none; }

/*	For badge on Assists	*/
.w3-margin-left{margin-left:16px!important}.w3-margin-right{margin-right:16px!important}
.w3-badge,.w3-tag{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}.w3-badge{border-radius:50%}
.w3-white,.w3-hover-white:hover{color:#000!important;background-color:#fff!important}


/****** Custom menu items for the auto complete drop downs ******/
.ui-menu .ui-menu-item a {
    color: #cadbf5;
    display: block;
    line-height: 1.5;
    padding: 0.2em 0.4em;
    text-decoration: none;
}

.ui-menu .ui-menu-item {
	background-color:#5B738F;
	font-size: 1.1em;
	font-family: Verdana,Arial,sans-serif;
}

.ui-menu .ui-menu-item-wrapper {
	color:#CADBF5;
}

.ui-menu .ui-state-active {
	color:black  !important;
	background-color:#eff2f5;
}
/*** Added for Shortcuts List Modals  */
.CSshortCutsListHidden {
	display: none;
}
.CSshortCutsList {
	display: table-row;
}


/*** These override jQuery UI styles as the old FCC defaults ******/
/*
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button {
    border: 1px solid #d3d3d3;
    background: #959692 url("/images/ui-bg_highlight-hard_50_959692_1x100.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #000000;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #a3a3a3 url("/images/ui-bg_highlight-soft_0_a3a3a3_1x100.png") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}

html .ui-button.ui-state-disabled:active {
	border: 1px solid #d3d3d3;
	background: #959692 url("/images/ui-bg_highlight-hard_50_959692_1x100.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #000000;
}
.ui-button {
	color: #000000;
	text-decoration: none;
}
.ui-button:focus {
	border: 1px solid #999999;
	background: #dadada url("/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
*/
/*
.ui-widget-header .ui-state-highlight {
	border: 1px solid #f8de44;
	background: #fcefa1 url("/images/ui-bg_glass_55_fcefa1_1x400.png") 50% 50% repeat-x;
	color: #363636;
}
.ui-state-checked {
	border: 1px solid #f8de44;
	background: #fcefa1;
}
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #cd0a0a url("/images/ui-bg_highlight-hard_99_cd0a0a_1x100.png") 50% top repeat-x;
	color: #cd0a0a;
}
*/
