/*****************************************************/
/*   Design:  MultiFlex-1.1 (Screen)                 */
/*   Author:  G. Wolfgang                            */
/*   Web:     www.1-2-3-4.info                       */
/*   Date:    May 15, 2006                           */
/*****************************************************/

* { margin: 0; outline: 0; padding: 1; }

/* 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%;}

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;
}
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;
}
/* Table sorter jQuery plugin styles */
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;
}
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;
}

.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-grey03 {background-color: rgb(217,217,217);}
.bg-grey04 {background-color: rgb(204,204,204);}
.bg-grey06 {background-color: rgb(178,178,178);}

.bg-yellow03 {background-color: rgb(253,246,185);}
.bg-yellow08 {background-color: rgb(249,230,69);}

.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-blue03alt {background-color: rgb(195,208,238);}
.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-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-orange03 {background-color: rgb(250,204,159);}
.bg-purple03 {background-color: rgb(249,154,250);}
.bg-pink03 {background-color: rgb(249,154,250);}

/* 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: #FFAAAA;
	width: 90%;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 12px;
}


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%;}

.iWBorder { border:1px solid black; }
