@charset "utf-8";
/* CSS Document */

body {
	/*text-align:center;*/
	margin:0;
	padding:0;
	background-color: #A5B1BD;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.95em;
	color:#000000;
}

.clearBoth{ clear:both;}
.floatRight{ float:right;}
.floatLeft{ float:left;}

.right{text-align:right;}

.bold{ font-weight:bold;}

#fullContent {
	background-color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	min-width: 1000px;
	width:99%;
	text-align:left; 
	border: 1px solid #4F6676;
}
* html #fullContent{width:99%;} /* IE6 Fix */

select  {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#popupContent {
	background-color:#FFF;

}

.x-window-body {
	background-color:#FFF;
	padding: 5px;
}

p {
	color:#333333;
	font-size:.9em;
}

a.norm{
	color:#4F6676;
	text-decoration:none;
}
a.norm:hover{
	color:#4F6676;
	text-decoration:underline;
}

.stripe {background-color:#E2E8ED;}

.red{color:#900;}

/* Header */
#header {
	display:block;
	background-image: url(/images/layout/headerBG.png);
	background-repeat:repeat-x;
	height:120px;
	width:100%;
}
	
#header #logo{
	display:table-cell;
	height:120px;
	line-height:120px;
	vertical-align:middle;
	padding-left:15px;
}

#header #hRight{ 
	float:right;
	text-align:right;
	margin-right:5px;
	margin-top:3px;
}

#header #welcomeTop{
	display:inline-block;
	height:20px;
	line-height:20px;
	text-align:right;
	color:#D97502;
	font-size: 12px;
	font-weight:bold;
	padding-left:5px;
	margin-bottom:2px;
}

#header #welcomeTop a{
	color:#D97502;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}

#header .statList{
	display:block;
	float:right;
}

#pageContent{
	padding:4px 4px 4px 4px;
}

#footer{
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	height:20px;
	line-height:20px;
	background-color:#4F6676;
	width:100%;
}

a.footer {
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

/* BASIC SITE CSS */
.pageTitle{
	font-size:22px;
	color:#334A58;
}

.subTitle{
	font-size:14px;
	font-weight:bold;
}

.subText{
	font-size:12px;
}

.subText a{
	color:#3C91E5;
	text-decoration:none;
}

.subText a:hover{
	color:#3C91E5;
	text-decoration:underline;
}

.breadcrumbs{
	font-size:11px;
}

.breadcrumbs a{
	font-size:11px;
	color:#3C91E5;
	text-decoration:none;
}

.breadcrumbs a:hover{
	font-size:11px;
	color:#3C91E5;
	text-decoration:underline;
}

.subMenuContainer table td{ vertical-align:middle;}

.searchTable {background-color: #FFFFFF;}
.searchLeft {background-image: url(/images/menu/subHeadBarLeft2.gif); background-repeat: repeat-x; padding-left: 3px;}
.searchMiddle {background-image: url(/images/menu/subHeadBarMiddle.gif); background-repeat: repeat-x;}
.searchPadding {padding-right: 10px; padding-left: 10px; border-right: 1px dotted #ADB2B6; border-left: 1px dotted #ADB2B6;}
.searchRight {background-image: url(/images/menu/subHeadBarRight2.gif); background-repeat: repeat-x;}
.searchRightA {height: 29px; vertical-align: middle; padding-right: 3px;}
.searchRightB {vertical-align: middle; padding-right: 3px;}

/* TabbedView CSS */
.tabItem {
	font-size:13px;
	border-left: 1px solid #A3B1B1;
	border-right: 1px solid #A3B1B1;
	border-top: 1px solid #A3B1B1;
	color: #3A4D5B;
	padding: 6px;
	text-align: center;
	background-image:url(/images/layout/tabBG.png);
	background-position:top;
	background-repeat:repeat-x;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
.tabItem a, .tabItem .regTitle{color: #42494f; text-decoration:none; font-weight:bold;}
.tabItem a:hover{text-decoration:underline;}
.tabItem.off a{color:#777777;}
.tabItem.on {
	background-color: #E3E8EE;
	background-image:none;
	color: #3A4D5B;
}
.tabItem.off {color: #3A4D5B; border-bottom: 1px solid #A3B1B1;}
.tabMenuSpace {border-bottom: 1px solid #A3B1B1;}

.tabsTable {
	border-bottom: 1px solid #A3B1B1; 
	border-left: 1px solid #A3B1B1; 
	border-right: 1px solid #A3B1B1; 
	background-color: #E3E8EE;
}
.tabsTable td.contain{ padding: 5px; }

.tabContentContainer{
	display:block;
	background-color:#FFFFFF;
	border:1px solid #A3B1B1;
	padding:7px;
}

/* JGrid CSS */
table.stdGridTable {
	font-size:11px;
	border:1px solid #34525A;
	background-color:#FFFFFF;
	empty-cells:show;
}
table.stdGridTable tr.headerRow {
}
table.stdGridTable td.pagingRow {
	background-color:#FCFCFC; 
	background-image:url(/images/jgrid/headerGrad.gif); 
	background-position:bottom;
	background-repeat:repeat-x;
}
.gridFooter {
	text-align:right; 
	padding:3px; 
	background-color:#FCFCFC; 
	border:#A1ACB0 1px solid; 
	border-top:none; 
	background-image:url(/images/jgrid/headerGrad.gif); 
	background-position:bottom;
	background-repeat:repeat-x;	
}
table.stdGridTable th{
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #34525A;
	border-right:1px solid #34525A;
	color:#FFFFFF;
	padding: 4px;
	background-color: #7797B0; /*#789BDB;*/
	background-image: url(/images/jgrid/headerGradBlue.png);
	background-position:bottom;
	background-repeat:repeat-x;
}
table.stdGridTable th.lastCol{ border-right:none;}

table.stdGridTable td{
	padding: 4px;
	border-bottom:1px solid #34525A;
}
table.stdGridTable td.NoRecords{
	padding: 4px;
	color:#C5C5C5;
}
table.stdGridTable td.firstCol{
	border-left:none;
}

table.stdGridDataTable {
	font-size:11px;
	background-color:#FFFFFF;
	empty-cells:show;
}

table.stdGridTable tr.alt { background-color:#E2E8ED;}
table.stdGridTable tr:hover { background-color:#95BCDB;}
table.stdGridTable tr.noHover:hover { background-color:inherit;}

table.stdGridDataTable tr.alt { background-color:#E2E8ED;}
table.stdGridDataTable tr:hover { background-color:#95BCDB;}
table.stdGridDataTable tr.noHover:hover { background-color:inherit;}

table.stdGridDataTable td{
	padding: 4px;
	vertical-align:middle;
}
table.stdGridDataTable td a{
	color:#334A58;
	text-decoration:none;
}
table.stdGridDataTable td a:hover{
	color:#334A58;
	text-decoration:underline;
}
table.stdGridDataTable td.NoRecords{
	padding: 10px;
	color:#C5C5C5;
}

.deleted {
	color:#FF0000;
}

.strike {
	text-decoration:line-through;
}

.alt .highlight {
	background-color:#EEE8AA;
}

.highlight {
	background-color:#FAFAD2;
}

.focus {
	background-color:#F2DC57; font-weight:bold;
}

th .sortable{
	display:inline-block;
	width:10px;
	height:10px;
	color:#FFFFFF;
	text-decoration:none;
	background: url(/images/jgrid/arrowRT.gif) no-repeat left;
}
th .sortable.desc{
	background-image: url(/images/jgrid/arrowUP.gif);
	color:#66CCFF;
}
th .sortable.asc{
	background-image: url(/images/jgrid/arrowDN.gif);
	color:#66CCFF;
}

a.gHeadLink{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}
a.gHeadLinkasc, a.gHeadLinkdesc{color:#FFFFFF; text-decoration: underline;}

/* Gradient Button Styles */
/* Generic Green button */
a.gButton, a.rButton {
	color:#FFFFFF;
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	height:16px;
	line-height:16px;
	padding: 0 25px 0 25px;
	background: url(/images/gradients/gradBtnSm.gif);
	margin:2px;
	cursor:pointer;
	border:1px solid #333333;
	text-decoration:none;
	white-space:nowrap;
}

a.rButton {
	background: url(/images/gradients/gradBtnSmRed.gif);
}


/* Status Color Sets */
div.statList{ margin-top:5px; }

div.statBoxLabel{
	float:left;
	font-size:11px;
	font-weight:bold;
	display:block;
	margin-right:10px;
	margin-top:18px;
}
div.topStatBox{
	float:left;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	border:1px solid #000000;
	width:65px;
	margin-right: 3px;
	margin-top: 3px; text-decoration:none;
}
div.topStatBox b{ display:inline-block; margin: 2px; color:#000000; text-decoration:none;}
div.topStatBox .colorBar{
	text-align: center; 
	text-decoration:none;
	width:100%;
	color:#FFFFFF; 
	background-repeat:repeat-x; 
	background-position:-5px;
	border:none;
	height:19px;
	line-height:19px;
}
div.topStatBox .colorBar.redo{background-image: url(/images/status/redo.gif);} /*BLACK*/
div.topStatBox .colorBar.onhold{background-image: url(/images/status/onhold.gif);} /*AQUA*/
div.topStatBox .colorBar.new{background-image: url(/images/status/new.gif); color:#666666;} /*GRAY*/
div.topStatBox .colorBar.customer{background-image: url(/images/status/customer.gif);} /*NAVY*/
div.topStatBox .colorBar.ontime{background-image: url(/images/status/ontime.gif);} /*GREEN*/
div.topStatBox .colorBar.tomorrow{background-image: url(/images/status/tomorrow.gif);} /*YELLOW*/
div.topStatBox .colorBar.today{background-image: url(/images/status/today.gif);} /*ORANGE*/
div.topStatBox .colorBar.late{background-image: url(/images/status/late.gif);} /*RED*/
div.topStatBox .colorBar.generic{background-image: url(/images/status/generic.gif);} /*LTBLUE*/

div.topStatBox .colorBar.market1{background-image: url(/images/status/today.gif);} /*HOME DEPOT*/
div.topStatBox .colorBar.market2{background-image: url(/images/status/customer.gif);} /*Lowe's*/
div.topStatBox .colorBar.market3{background-image: url(/images/status/fergusons.gif);} /*Ferguson's*/
div.topStatBox .colorBar.market4{background-image: url(/images/status/late.gif);} /*DIRECT BUY*/



div.statusBox b{ display:inline-block; margin: 2px;}
div.statusBox .colorBar{
	text-align: center;
	width:100%;
	color:#FFFFFF; 
	background-repeat:repeat-x; 
	background-position:-5px;
	border:none;
	height:19px;
	line-height:19px;
}
div.statusBox .colorBar.redo{background-image: url(/images/status/redo.gif);}
div.statusBox .colorBar.onhold{background-image: url(/images/status/onhold.gif);}
div.statusBox .colorBar.new{background-image: url(/images/status/new.gif); color:#666666;}
div.statusBox .colorBar.customer{background-image: url(/images/status/customer.gif);}
div.statusBox .colorBar.ontime{background-image: url(/images/status/ontime.gif);}
div.statusBox .colorBar.tomorrow{background-image: url(/images/status/tomorrow.gif);}
div.statusBox .colorBar.today{background-image: url(/images/status/today.gif);}
div.statusBox .colorBar.late{background-image: url(/images/status/late.gif);}
div.statusBox .colorBar.generic{background-image: url(/images/status/generic.gif);}

/* ------------------------------------------------------------------------- */
/* FRAME ----------------------------------------------------------------- */
.frameTitleWhite { 
	letter-spacing: 0px; 
	font-size:14pt; 
	font-weight:600; 
	color:#FFFFFF; 
	vertical-align:middle; 
	padding-left:10px; 
}
.frameTitleNavy { 
	letter-spacing: 0px; 
	font-size:14pt; 
	font-weight:600; 
	color:#4F6676; 
	vertical-align:middle; 
	padding-left:10px; 
}

/* BUTTONS ----------------------------------------------------------------- */
.buttons a, .buttons button{
    display:block;
    float:right;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
	border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:Arial, Helvetica, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
	padding:5px 10px 6px 7px; /* Links */
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}
.buttons button{
    width:auto;
    overflow:visible;
	padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
	padding:1px 6px 1px 3px; /* IE8 & Firefox */
    line-height:18px; /* IE8 & Safari */
}
*:first-child+html button[type]{
	padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

.buttons a.positive, button.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* System Messages */
#sysMsg {
	margin:8px 8px 8px 8px;
	padding:5px;
	vertical-align:middle;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	background: #222 url(/images/layout/gradientOverlay.png) repeat-x;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
}
#sysMsg.blue {background-color:#578CDA; border:#355282 2px solid;}
#sysMsg.green {background-color:#61B329; border:#3C7019 2px solid;}
#sysMsg.red {background-color:#BE1F07; border:#701204 2px solid;}
#sysMsg.blue #sysMsgIcon { width:25px; background-image:url(/images/icons/16x16/information.png); background-position:center; background-repeat:no-repeat;}
#sysMsg.green #sysMsgIcon { width:25px; background-image:url(/images/icons/buttons/accept.png); background-position:center; background-repeat:no-repeat;}
#sysMsg.red #sysMsgIcon { width:25px; background-image:url(/images/icons/buttons/exclamation.png); background-position:center; background-repeat:no-repeat;}
#sysMsg td {font:bold 12px Arial; color:#FFF; }
#sysMsg a {font:bold 12px Arial; color:#FFF; text-decoration:underline;}
#sysMsg a:hover {font:bold 12px Arial; color:#999; text-decoration:underline;}

/* Forms */
.msgBox {margin-left:67px; padding:2px; border:1px solid; background-color:#F1F4F6; font: 12px Arial;}
.inputField { font: 12px Arial;}
.inputFieldCal { font: 12px Arial; cursor:pointer;}
.greenButton, .redButton, .blueButton {
	font: bold 14px Arial;
	color:#FFFFFF;
	border:#149C21 1px solid;
	background-color:#23E230;
	background-image:url(/images/forms/greenButtonBG.gif);
	background-position:top;
	background-repeat:repeat-x;
	cursor:pointer;
	padding:1px 2px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}
.redButton {
	border:#A51000 1px solid;
	background-color:#E00E0E;
	background-image:url(/images/forms/redButtonBG.gif);
}
.blueButton {
	border:#004584 1px solid;
	background-color:#A6C8F3;
	background-image:url(/images/forms/blueButtonBG.gif);
	color: #004584;
}
optgroup {font:bold 12px Arial;}
optgroup option {font:12px Arial; padding-left:10px;}

/* Filter Drop Downs */
.filterText {font: bold 12px Arial;}
.filterDD {font: 12px Arial;}

/* Login */
#loginform { margin-top:15px; margin-bottom:15px;}
.LoginTable a { font: bold 12px Arial; color:#42494F; text-decoration:none;}
.LoginTable a:hover { font: bold 12px Arial; color:#42494F; text-decoration:underline;}
.LoginTable td { padding:3px; font: bold 12px Arial;}

/* Progress Bar */
.progressBar {
	margin:5px;
	height:28px;
}

.pbCurrentStep {
	font:bold 12px Arial;
	text-align:center;
	vertical-align:middle;
	padding:6px 10px 6px 10px;
	height:28px;
	color:#FFFFFF;
	background-image:url(/images/ui/progressBar/progressBarActiveBG.gif);
	background-position:top;
	background-repeat:repeat-x;
	float:left;
}
.pbStep {
	font:bold 12px Arial;
	text-align:center;
	vertical-align:middle;
	padding:6px 10px 6px 10px;
	height:28px;
	color:#000000;
	background-image:url(/images/ui/progressBar/progressBarInactiveBG.gif);
	background-position:top;
	background-repeat:repeat-x;
	float:left;
}
.pbLeftActive {
	width:5px;
	height:28px;
	background-image:url(/images/ui/progressBar/progressBarLeftActive.gif);
	background-repeat:no-repeat;
	float:left;
}
.pbLeftInActive {
	width:5px;
	height:28px;
	background-image:url(/images/ui/progressBar/progressBarLeftInactive.gif);
	background-repeat:no-repeat;
	float:left;
}
.pbRightActive {
	width:5px;
	height:28px;
	background-image:url(/images/ui/progressBar/progressBarRightActive.gif);
	background-repeat:no-repeat;
	float:left;
}
.pbRightInActive {
	width:5px;
	height:28px;
	background-image:url(/images/ui/progressBar/progressBarRightInactive.gif);
	background-repeat:no-repeat;
	float:left;
}
.pbDivider {
	width:5px;
	height:28px;
	background-image:url(/images/ui/progressBar/progressBarDivider.gif);
	background-repeat:no-repeat;
	float:left;
}

/* Survey */
.QuestionRow {
	border:5px solid;
	background-color:#F0F0F0;
}
.SurveyFieldset {
	border:#AABBCC 2px solid;
	padding:5px;
	background-color:#E9EFFF;
	background-image:url(/images/layout/fieldsetBG.gif);
	background-position:top;
	background-repeat:repeat-x;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}
.SurveyFieldsetLegend {
	font:bold 14px Arial;
	padding-left:5px;
	padding-right:5px;
	border:#AABBCC 1px solid;
	background-color:#FFFFFF;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}
.InitiativeFieldsetLegend {
	font:bold 14px Arial; 
	padding-left:5px; 
	padding-right:5px; 
	border:#AABBCC 1px solid; 
	background-color:#FFEFED;
	color:#FF0000;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}

/* Form Fields */
#fieldGroup td { padding:2px;}
#fieldGroup td a { color:#3C91E5; text-decoration:none;}
#fieldGroup td a:hover { color:#3C91E5; text-decoration:underline;}
#fieldGroup .header { font:bold 16px Arial; border-bottom:1px dashed;}
#fieldGroup .fieldTitle { font:bold 13px Arial; text-align:right;}
#fieldGroup .fieldTitleL { font:bold 13px Arial; text-align:left;}
#fieldGroup .fieldName { font:bold 12px Arial; text-align:right;}
#fieldGroup .fieldNameL { font:bold 12px Arial; text-align:left;}
#fieldGroup .fieldNameC { font:bold 12px Arial; text-align:center;}
#fieldGroup .fieldText {font:12px Arial;}
#fieldGroup .fieldTextR {font:12px Arial; text-align:right;}
#fieldGroup .fieldTextC {font:12px Arial; text-align:center;}
#fieldGroup .fieldTextSmall {font:11px Arial;}
#fieldGroup .fieldDesc {font:10px Arial;}
.buttonRow {text-align:center; background-color:#F7F7F7; padding:3px; border: #E7E7E7 1px dashed;}
.gradRow {background-image:url(/images/jgrid/headerGrad.gif); background-position:top; background-repeat:repeat-x;}
.Required {color:#660000;}

/* Report Menu*/
#reportMenu {margin: 0px 10px 0px 10px;}
#reportMenu div {background-image:url(/images/icons/reportIcon.png); background-position:top; background-position:left; background-repeat:no-repeat; color:#B4B5B6; border-bottom:#A0A0A0 1px dotted; padding: 10px 0px 10px 45px;}
#reportMenu div a {color:#02BA02; font:bold 14px Arial; text-decoration:none;}
#reportMenu div a:hover  {color:#02BA02; text-decoration:underline;}
#reportMenu .lastReportMenuItem {border:none;}

/* QUICK LINKS */
div.quickLinkOFF {
	height:28px; 
	vertical-align:middle; 
	padding: 5px; 
	margin: 2px; 
	cursor: pointer;
}
div.quickLinkON {
	height:28px;
	vertical-align:middle;
	padding: 5px;
	margin: 2px;
	cursor: pointer;
	border: 2px solid #CCCCCC;
	background-color:#F5F5F5;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}
div.msgQuickLinkOFF {
	height:45px;
	vertical-align:middle;
	cursor: pointer;
	padding: 5px;
	margin: 2px;
}
div.msgQuickLinkON {
	height:45px; 
	vertical-align:middle; 
	cursor: pointer; 
	padding: 5px; 
	margin: 2px; 
	border: 2px solid #CCCCCC; 
	background-color:#F5F5F5;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}
	
/* DASHBOARD :: QUICK LINKS TEXT */
div.dashTitle {
	color:#333333;
	font-weight:bold;
	font-size:12pt;
	letter-spacing:-1;
}
div.dashDescription {
	color:#999999;
	font-size:8pt;
}

/* CF Tooltips */
.tooltipText {border-bottom:#CCC 1px dotted; cursor:help;}
.lgText {font:bold 16px Arial;}
.medText {font:bold 14px Arial;}
.ttTable td {padding:5px; vertical-align:middle;}
.underline {border-bottom:1px dashed;}
.yui-tt{
	visibility:hidden;
	position:absolute;
	color:#333;
	background-color:#E9EFFF;
	background-image:url(/images/layout/fieldsetBG.gif);
	background-position:top; background-repeat:repeat-x;
	border:#4682B4 2px solid;
	font:12px Arial;
	padding:2px;
	width:auto;
	z-index:10003;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}

/* Loading Animation Classes */
.loadingBG{ background-image:url(/images/animated/loading.gif); background-position:center; background-repeat:no-repeat;}
.clearBG{background-image:none;}

/* UI Frame 2.0 */
.UIFrame {margin:5px;}
.UIFrameTop {
	background-color:#4F6676; 
	border:#2A4351 1px solid;
	min-height:24px;
	padding:3px;
	background-position:top;
	background-repeat:repeat-x;
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px; 
	box-shadow:-1px 1px 3px #888; 
	-moz-border-radius-topleft: 5px; 
	-moz-border-radius-topright: 5px; 
	-moz-box-shadow:-1px 1px 3px #888;
	-webkit-border-top-left-radius: 5px; 
	-webkit-border-top-right-radius: 5px; 
	-webkit-box-shadow:-1px 1px 3px #888;
}
* html .UIFrameTop{height:24px;} /* IE6 Fix */
.UIFrameTop:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.UIFrameBody {
	background-color:#FFF; 
	border: #3F4A50 1px solid; 
	border-top:0px; padding:10px; 
	box-shadow:-1px 1px 3px #888;
	-moz-box-shadow:-1px 1px 3px #888;
	-webkit-box-shadow:-1px 1px 3px #888;
}
.UIFrameTopBlue {background-color:#637F93; border-color:#2A4351; background-image:url(/images/ui/frame/BlueBG.png);}
.UIFrameTopGreen {background-color:#40B72A; border-color:#185A09; background-image:url(/images/ui/frame/GreenBG.png);}
.UIFrameTopGrey {background-color:#8D8D8D; border-color:#444; background-image:url(/images/ui/frame/GreyBG.png);}
.UIFrameTopOrange {background-color:#F8B43C; border-color:#CC9933; background-image:url(/images/ui/frame/OrangeBG.png);}
.UIFrameTopPurple {background-color:#AF00B0; border-color:#480C48; background-image:url(/images/ui/frame/PurpleBG.png);}
.UIFrameTopRed {background-color:#B43414; border-color:#731F0C; background-image:url(/images/ui/frame/RedBG.png);}
.UIFrameTopYellow {background-color:#F9E435; border-color:#BFA200; background-image:url(/images/ui/frame/YellowBG.png);}
.UIFrameTopLightBlue {background-color:#E7EEF6; border-color:#B3BBBA; background-image:url(/images/ui/frame/LightBlueBG.png);}
.UIFrameTopLightGreen {background-color:#E2FBE2; border-color:#B3BBBA; background-image:url(/images/ui/frame/LightGreenBG.png);}
.UIFrameTopLightGrey {background-color:#ECECEC; border-color:#B3BBBA; background-image:url(/images/ui/frame/LightGreyBG.png);}
.UIFrameTopLightOrange {background-color:#FBEFD4; border-color:#B3BBBA; background-image:url(/images/ui/frame/LightOrangeBG.png);}
.UIFrameTopLightPurple {background-color:#EBDBEB; border-color:#B3BBBA; background-image:url(/images/ui/frame/LightPurpleBG.png);}
.UIFrameTopLightRed {background-color:#F0E4E3; border-color:#B3BBBA; background-image:url(/images/ui/frame/LightRedBG.png);}
.UIFrameTopLightYellow {background-color:#FBFFDE; border-color:#B3BBBA; background-image:url(/images/ui/frame/LightYellowBG.png);}
.UIFrameTitle {
	float: left;
	font: bold 19px Arial;
	padding-left: 5px;
}
.UIFrameTitleBlue, .UIFrameTitleGreen, .UIFrameTitleGrey, .UIFrameTitleOrange, .UIFrameTitlePurple, .UIFrameTitleRed, .UIFrameTitleYellow {color:#FFF;}
.UIFrameTitleLightBlue, .UIFrameTitleLightGreen, .UIFrameTitleLightGrey, .UIFrameTitleLightOrange, .UIFrameTitleLightPurple, .UIFrameTitleLightRed, .UIFrameTitleLightYellow {color:#4F6676;}
.UIFrameOverflow {
	overflow-x: hidden;
	overflow-y: auto;
	padding-right:10px;
}