:root {
  --font-family-var: 'OpenSans-Light', 'Open Sans Light', 'Open Sans', Arial, Helvetica, sans-serif;
}

body {
	font-family: Arial, Helvetica, sans-serif; 
	color: black; 
	background-color: white; 
/* 	font-size: 1.4em;  */
	margin: 0px;
	padding: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif; 
	color: black; 
}

p {	
	font-size : 13px; 
}

a {	
	font-family : var(--font-family-var);
	color:#2b54ac;	
	font-size : 11px;
	text-decoration:none;
}

a:hover {	
	text-decoration : underline;
	color: #2b54ac; 
}

a:visited {	
	color: #2b54ac; 
}

form {	
	margin: 0px;
}

body * {
	margin:0px ; 
	padding:0px;
}

a, img, span, div, table, ul, tr, td, textarea, form { 
	margin:0px;padding:0px 
}

img { 
	border: 0; 
}

input, select, textarea { 
	font-family: Tahoma;
	font-size: 11px; 
	font-weight:normal ;
}

input, textarea {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}


label {
	vertical-align: text-top;
}
/*OPS-68307*/
#topnav-brandpicker-container label, #topnav-profile-container label{
	vertical-align: unset;
}

.clickable {
	cursor: pointer;
}


/* Header styles 
-------------------------------------------------------------------------*/
#header { 
	display: block; 
	height: 55px;
	width: 100%;
	padding:0px; 
	margin:0px; 
}
	
#headerTop {
	padding:0px;
	margin: 0px;
}

#headerLogo {
	padding: 3px;
	float:left;
}

#headerBlueBar {
	background-image:url(../images/BlueBar_repeater.gif); 
	background-repeat: repeat-x;
	height: 58px; 
	margin:0px;
	padding:0px;
}

#headerBlueBar img {
	padding-left: 3px;
}

#headerBlueBarGraphic {
	float: right; 
}

#headerLoginName {
	font-size: 11px; 
	color: black;
	font-family: tahoma, verdana, sans-serif; 
	font-weight: normal; 
	padding-right:10px;
}


#headerAccounts {
	float: right; 
	margin-top: 10px; 
	margin-right: 3px; 
	margin-bottom: 1px; 
	font-size: 12px; 
	font-family: tahoma, verdana, sans-serif; 
	font-weight: bold; 
}

#headerAccounts a { 
	color:black; 
	text-decoration:none; 
	font-weight:bold ; 
	font-family: tahoma, 
	verdana, sans-serif; 
}

#headerAccounts img {
	padding-right: 3px;
}

#header ul#primary { 
	margin: 0px;	
	padding: 5px 0 0 5px; 
	clear: right; 
	float: right;
}

#header ul#primary li {
	display: inline;
	list-style: none;
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
	display: block;
	float: left;
	padding: 5px 8px;
	margin: 0 0 0 1px;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: white;
}

#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border-bottom: none;
	background: #2b5bad;
	margin-top: 0px;
}

#header ul#primary a {
	background: #808183;
	border-bottom: none;
}

#header ul#primary a:hover {
	margin-top: 0px;
	background: #0e266c;
}
#header ul#primary span.notauth{
	color: #000000;
	background: #808183;
}


/* Horizontal Navigation
--------------------------------------------------------------------------*/
#horizontalNav{
	display: block;
	height:27px;
	padding-left: 0px;
	margin:0px;
	background-image: url(../images/navbg.gif);
	border-top: thin solid #E7EEF8;
}

.loggedIn {
	font-size: 11px; 
	padding-top: 6px;
	padding-right: 15px; 
	display:inline; 
	float:right 
}


DIV.menuBar,
DIV.menuBar A.menuButton,
DIV.menu,
DIV.menu A.menuItem {
	/*font-size: 13px;*/
	padding: 0px;
	border: 0px;
	vertical-align : bottom;
	FONT-FAMILY: Arial, Helvetica;
	font-size: 12px;
}

DIV.menuBar {
	padding: 4px 2px 4px 4px;
	text-align: left;
}
DIV.menuBar A.menuButton {
	PADDING-RIGHT: 6px; 
	PADDING-LEFT: 5px;; 
	Z-INDEX: 100; 
	LEFT: 0px; 
	PADDING-BOTTOM: 2px; 
	MARGIN: 1px; 
	CURSOR: default; 
	PADDING-TOP: 2px; 
	POSITION: relative; 
	TOP: 0px;
	text-decoration:none; 
}
DIV.menuBar A.menuButton:hover {
	BORDER-LEFT-COLOR: #f0f0f0; 
	BORDER-BOTTOM-COLOR: #909090; 
	BORDER-TOP-COLOR: #f0f0f0; 
	padding-top: 6px;
	padding-bottom: 4px;
	text-decoration: underline;
	background-color: #bbcae8;
	BORDER-RIGHT-COLOR: #909090
}
DIV.menuBar A.menuButtonActive {
	BORDER-LEFT-COLOR: #909090; 
	LEFT: 1px; 
	BORDER-BOTTOM-COLOR: #f0f0f0; 
	COLOR: #ffffff; 
	BORDER-TOP-COLOR: #909090; 
	padding-top: 6px;
	padding-bottom: 4px;
	TOP: 1px; 
	BACKGROUND-COLOR: #a0a0a0; 
	BORDER-RIGHT-COLOR: #f0f0f0;
}
DIV.menuBar A.menuButtonActive:hover {
	BORDER-LEFT-COLOR: #909090; 
	LEFT: 1px; 
	BORDER-BOTTOM-COLOR: #f0f0f0; 
	COLOR: #ffffff; 
	BORDER-TOP-COLOR: #909090; 
	TOP: 1px; 
	padding-top: 6px;
	padding-bottom: 4px;
	BACKGROUND-COLOR: #a0a0a0;
	BORDER-RIGHT-COLOR: #f0f0f0
}
DIV.menu {
	BORDER-RIGHT: #909090 1px solid; 
	PADDING-RIGHT: 1px; 
	BORDER-TOP: #f0f0f0 1px solid; 
	PADDING-LEFT: 0px; 
	Z-INDEX: 101; 
	LEFT: 0px; 
	VISIBILITY: hidden; 
	PADDING-BOTTOM: 1px; 
	BORDER-LEFT: #f0f0f0 1px solid; 
	PADDING-TOP: 0px; 
	BORDER-BOTTOM: #909090 1px solid; 
	POSITION: absolute; 
	TOP: 0px; 
	background-color: #e7eef8;
}

DIV.menu A.menuItem {
	PADDING-RIGHT: 1em; 
	DISPLAY: block; 
	PADDING-LEFT: 1em; 
	PADDING-BOTTOM: 3px; 
	CURSOR: default; 
	PADDING-TOP: 3px; 
	WHITE-SPACE: nowrap; 
	TEXT-DECORATION: none;
	text-align: left;
	font-weight:lighter;
	color: #3c66bf;
	font-size: 11px;
}
DIV.menu A.menuItem:hover {
	BACKGROUND-COLOR: #cce1e6;
}
DIV.menu A.menuItemHighlight {
	BACKGROUND-COLOR: #cce1e6;
}
DIV.menu A.menuItem SPAN.menuItemText {
}
DIV.menu A.menuItem SPAN.menuItemArrow {
	text-align:right;
	padding-left:10px;
	padding-right:5px;
	MARGIN-RIGHT: -0.75em;
}
DIV.menu DIV.menuItemSep {
	BORDER-TOP: #909090 1px solid; MARGIN: 4px 2px; BORDER-BOTTOM: #f0f0f0 1px solid; 
}


/* Login Page */
.LoginBody {
	background-color: #426084;
	text-rendering: optimizeLegibility;
	font-family: var(--font-family-var);
}

.LoginBorder {
    background-color: #FFF;
}
.LoginBorderWidth {width: 80%;}

.LoginLabel { /*this class can be removed once new pages are live*/
	font-weight:normal;
	font-size: 13px;
	color: white;
}


/* List Management 
--------------------------------------------------------------------------*/
.dragHandle { 
	cursor:move; 
}

.disabled img { 
	filter: alpha(opacity=50); opacity: .5; 
}

ol.fieldList    { 
	list-style-type:none; 
	margin: 0px; 
	padding: 0px;
}

ol.fieldList li { 
	width: 50px; 
	display:inline;
	vertical-align:top; 
	list-style-type:none;
}

ol.fieldList li.active {
	padding-left: 0px; 
	border-left: 2px solid red; 
	border-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
}

ol.fieldList li label { 
	display: block;
	background-color: #e7eef8; 
	font-size: 12px; 
	text-align:center; 
	padding:4px; 
	border-right: 1px solid #dedede;
}

.smaller label, .smaller input,.smaller select, .smaller textarea { 
	width:20px;
}

.small label, .small input,.small select, .small textarea { 
	width:60px;
}

.medium label, .medium input,.medium select, .medium textarea {
	width:100px;
}

.big label, .big input, .big select, .big textarea {
	width:150px;
}

.bigger label, .bigger input,.bigger select, .bigger textarea {
	width:200px;
}


/* content
--------------------------------------------------------------------------*/
#content, .content { display: block; margin-top: 10px; padding-left: 4px; text-align: center; width: auto; margin-left:20px; margin-right:20px;}
#contentNoCenter, .contentNoCenter { display: block; margin-top: 10px; padding-left: 4px; width: auto; margin-left:20px; margin-right:20px; font-family: arial,verdana,sans-serif; font-size:12px;}

/* Content Widgets	- (Accordian)
--------------------------------------------------------------------------*/
.widgetBig {
	border:1px solid #bebebe; 
	width:100%; 
}

.widgetTitle {
	height: 25px;
	color: white;
	padding: 0px;
	background-image: url(../images/repeater_bar_6.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

div.widgetTitle.hilite {
	filter: alpha(opacity=85); opacity: .85; 
}
/*
div.widgetTitle.first.hilite {
	background-image: url(../images/repeater_hilite_1.gif);
}
div.widgetTitle.second.hilite {
	background-image: url(../images/repeater_hilite_2.gif);
}
div.widgetTitle.fourth.hilite {
	background-image: url(../images/repeater_hilite_4.gif);
}
div.widgetTitle.fifth.hilite {
	background-image: url(../images/repeater_hilite_5.gif);
}
div.widgetTitle.sixth.hilite {
	background-image: url(../images/repeater_hilite_6.gif);
}
div.widgetTitle.third.hilite {
	background-image: url(../images/repeater_hilite_3.gif);
}
*/
.widgetTitle.leftNav {
  background-image: url(../images/repeater_bar_0.jpg);
}
.widgetTitle.first {
  background-image: url(../images/repeater_bar_1.gif);
}

.widgetTitle.second {
	background-image: url(../images/repeater_bar_2.gif);
}

.widgetTitle.third {
	background-image: url(../images/repeater_bar_3.gif);
}

.widgetTitle.fourth {
	background-image: url(../images/repeater_bar_4.gif);
}

.widgetTitle.fifth {
	background-image: url(../images/repeater_bar_5.gif);
}

.widgetTitle.sixth {
  background-image: url(../images/repeater_bar_6.gif);
}

.widgetTitle.seventh {
  background-image: url(../images/repeater_bar_7.jpg);
}

.widgetTitle.eighth {
  background-image: url(../images/repeater_bar_8.jpg);
}
.widgetTitle.ninth {
  background-image: url(../images/repeater_bar_8.jpg);
}
.widgetTitle.tenth {
  background-image: url(../images/repeater_bar_8.jpg);
}
.widgetTitle.eleventh {
  background-image: url(../images/repeater_bar_8.jpg);
}

.widgetTitle .widgetTitleSave 
{
 	float: right;
 	text-align: right;
 	margin-top:5px;
}

.widgetTitle.hilite
{
	cursor: pointer;
}

.widget {
	width:auto;
 	text-align: center;
	padding-top:0px; 
	padding-bottom:5px; 
	padding-left:10px; 
	padding-right: 10px;
	overflow:auto;
}

.widgetField {
	width:600px;
	height: 400px;
	text-align: center;
	padding-top:0px; 
	padding-bottom:5px; 
	padding-left:10px; 
	padding-right: 10px;
	overflow:auto;
}

.disabled .widget
{
	background-color: #dedede;	
}

.widgetTitle strong
{
	font-size: 12px;
	padding: 4px 4px 4px 8px;
}

.widgetTitle a, .widgetTitle a:visited, .widgetTitle a:active { 
	color: white; 
	font-weight:bold; 
	text-decoration:none;
	padding:4px 10px 4px 10px;
}

.widgetTitle #msgcontent {
	padding:4px 10px 4px 10px;
}

.widgetTitle.first a
{
	background: url(../images/bar_divider_1.gif) no-repeat left top;
}
.widgetTitle.second a
{
	background: url(../images/bar_divider_2.gif) no-repeat left top;
}
.widgetTitle.third a
{
	background: url(../images/bar_divider_3.gif) no-repeat left top;
}
.widgetTitle.fourth a {
	background: url(../images/bar_divider_4.gif) no-repeat left top;
}
.widgetTitle.fifth a {
	background: url(../images/bar_divider_5.gif) no-repeat left top;
}
.widgetTitle.sixth a {
	background: url(../images/bar_divider_6.gif) no-repeat left top;
}

.widgetTitle a:hover { 
	color: white; 
	text-decoration:underline;
}

#deployment {
	visibility:hidden;
}

#deploymentEdit .widget {
	width:100%
}

#clientBookSetup .widget {
	width:650px
}

#circMaint .widget {
	width:100%
}

.searchDetails {
	width: 450px;
	border: 1px solid #dedede;	
	margin-top: 10px;
	margin-bottom: 25px;
	padding: 10px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
}

.calHead {
	background-image: url(../images/repeater_bar_1.gif);
	background-color:white;
}

/* Organization Brand Picker
--------------------------------------------------------------------------*/

.OrgSelect {
	width: 782px;
	border-bottom: 2px solid #8680a9; 
	border-left: 2px solid #8680a9; 
	border-right: 2px solid #8680a9; 
	text-align: center;
	padding: 4px;
	background: #f5f9fc;
	margin-bottom: 20px;
}
	
.OrgSelect p { 
    font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2c5bad;
	padding-top: 5px;
}

.OrgSelect img { 
	padding-right: 120px;
	padding-top: 10px;
}
	 
.OrgSelectTitle{
	background-image: url(../images/horiz_bar_repeater1.gif); 
	height: 18px; color: white; 
	padding: 4px; 
	width: 784px; 
	border-right: 2px solid #8680a9;
	text-align: left;
	margin-top: 20px;
}

.select {
	background: #ffffff; 
	margin:0px; 
	font-size: 11px;
}

.textLabel {
	color: #7f8082; 
	font-size: 11px; 
}

.textLabelWhite {
	color: #FFFFFF; 
	font-size: 12px;
	font-weight: bold; 
}

.textLabelDark {
	color: #525252; 
	font-size: 11px; 
	font-weight: bolder;
}

.textLabelDarkLG {
	color: #525252; 
	font-size: 13px; 
	font-weight: bolder;
}
.textAlignCenter {
    text-align: center;
}
.textAlignLeft {
    text-align: left;
}

.textLabelLT {
	color: #c3c3c3;
	font-size: 11px;
}

.textLabelLTBlue {
	color: #6799c5;
	font-size: 10px;
}

.textLabelBlueGray {
	color: #7993ac;
	font-size:11px;
	font-weight: bold;
}

.textLabelBlue, table.tbl tr.tblRow td.tblCell.textLabelBlue
{
	color: #1d478f;
	font-size: 10px;
	font-weight: bold;
}

.textLabelBlueLG {
	color: #1d478f;
	font-size: 12px;
	font-weight: bold;
}

.textLabelBlueLGer {
	color: #1d478f;
	font-size: 18px;
	font-weight: bold;
}

.textLabelGreen {
	color: #036d0c;
	font-size: 11px;
	font-weight: bold;
}

.textLabelPurple {
	color: #60026e;
	font-size: 11px;
	font-weight: bold;
}

.textLabelOrange {
	color: #a24501;
	font-size: 11px;
	font-weight: bold;
}

.inputLabel {
	background-color: #ffffff; 
	font-size: 12px; 
	text-align:left; 
	padding:0px; 
	border: 1px solid #dedede
}

.tableIndent {
	padding-left: 15px;
}

.readonlyData {
	font-size:11px;
	color:black;
}

/* footer
--------------------------------------------------------------------------*/
#footer { 
	display: block; 
	margin: 0px; 
	padding: 4px;
	clear: both; 
	background-color: #f6f7f9; 
	font-size: 12px; 
	color: #596c7b;
	border-top: thin solid #e6e7e9;
	border-bottom: thin solid #e6e7e9; 
	text-align: center; 
}

/* OMEDA SPECIFIC */
.tblColHead th {
	border-top:2px solid #dddddd;	
	border-right:1px solid #dedede;
	color: #53647a;
	background-color: #e7eef8;
	text-align:left;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:10px;
	padding-left: 5px;	
	font-size : 11px;
	font-weight: bold;
}

.tblColHeadLeft {
	width:200px;
	padding:5px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	color: #2B54AC;
	background-color: #e7eef8;
	font-size : 12px;
	text-align:left;
	font-weight:bold;
}

.tblRowTDNormal {
	padding:5px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	font-size : 12px;
	text-align:left;
}


.tblColHeadLtBlue th {
	border-top:2px solid #dddddd;	
	border-right:1px solid #dedede;
	color: #53647a;
	background-color: #e5efee;
	text-align:left;
	padding:3px;
	padding-left:6px;
	padding-right:10px;
	font-size: 12px;

}

.tblColHeadLtPink {
	border-top:2px solid #dddddd;	
	border-right:1px solid #7f4743;
	color: #53647a;
	background-color: #efd8dc;
	text-align:left;
	padding:3px;
	padding-left:6px;
	padding-right:10px;
	font-size: 12px;
}

.tblColHeadPink {
	border-top:2px solid #dddddd;	
	border-right:1px solid #7f4743;
	color: #53647a;
	background-color: #e6b9cd;
	text-align:left;
	padding:3px;
	padding-left:6px;
	padding-right:10px;
	font-size: 12px;
}

.tblColHeadGray th {
	border-top:2px solid #cbcbcb;	
	border-right:1px solid #cbcbcb;
	color: #313230;
	background-color: #efefef;
	text-align:left;
	padding:3px;
	padding-left:6px;
	padding-right:10px;
	font-size: 12px;

}

.tbl
{
	border: 1px solid #dedede;
}
.disabled .tblColHead th,
.disabled .tblRow td,
.disabled td,
.disabled div.widget
{
	background-color: #dedede;
	filter: alpha(opacity=60); opacity: .6;	
}



.tbl th a, 
.tbl th a:visited, 
.tbl th a:active {
	color: #2b5bad;
	background-color: #e7eef8;
	text-decoration:none;		
}

.tbl th a:hover {
	color: #2b5bad;
	background-color: #e7eef8;
	text-decoration:underline;		
}

.tblColHeadCust th {
	border-top:2px solid #dddddd;	
	border-right:1px solid #A7B1A6;
	color: #2b5bad;
	background-color: #e7eef8;
	text-align:left;
	padding:3px;
	padding-left:10px;
	padding-right:30px;
	font-size : 11px;
	font-weight: bold;
}

.tblColHeadGreen th {
	border-top:2px solid #dddddd;	
	border-right:1px solid #A7B1A6;
	color: #495249;
	background-color: #b1c3a6;
	text-align:left;
	padding:3px;
	padding-left:5px;
	padding-right:3px;
	font-size : 11px;
	font-weight: bold;
}

.tblColHeadLtGreen th {
	border-top:2px solid #dddddd;	
	border-right:1px solid #A7B1A6;
	border-bottom:1px solid #A7B1A6;
	color: #495249;
	background-color: #eaf4ed;
	text-align:left;
	padding:3px;
	padding-left:5px;
	padding-right:3px;
	font-size : 11px;
	font-weight: bold;
}

.tblColHeadWPM th {
	border-top:2px solid #a7aba8;
	border-bottom:2px solid #a7aba8;	
	border-right:1px solid #a7aba8;
	color: #54395c;
	background-color: #d6dde6;
	text-align:left;
	padding:3px;
	padding-left:5px;
	padding-right:3px;
	/*font-size : 12px;*/
	font-weight: bold;
}

table.tbl tr.inputs td { 
	padding:0px; 
	margin:0px; 
	border: 0px; 
	vertical-align:top;
}

table.tbl tr.inputs td { 
	background-color: #dddddd;
}

.tblColHead th {
	border-bottom: 2px solid #dedede;
/*	border-bottom: 1px solid #A7B1A6; */
}

.tbl caption,
.tbl .tblHead td
{
	letter-spacing: normal;
	background-image: url(../images/horiz_bar_repeater1.gif);
	background-repeat: repeat-x;
}

.tbl td.GreenHeader {
	color: #FFFFFF;
	text-align:left;
	padding:3px;
	padding-left:5px;
	padding-right:3px;
	font-size : 11px;
	font-weight: bold;
}

TD.tblCell { 
	font-size:  10px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	border-right: 1px solid #A7B1A6;
	border-left: 1px solid #A7B1A6;
}

TD.tblCellCenter { 
	font-size:  10px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	border-right: 1px solid #A7B1A6;
	border-left: 1px solid #A7B1A6;
	border-bottom: 1px solid #A7B1A6;
	text-align:center;
}

TD.tblCellBorder { 
	font-size:  10px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	border-right: 1px solid #A7B1A6;
	border-left: 1px solid #A7B1A6;
	border-top: 1px solid #A7B1A6;
	border-bottom: 1px solid #A7B1A6;
}

TD.tblCellNoBorder { 
	font-size:  10px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	border: 0px;
}

TD.tblCellBorderBottom { 
	font-size:  10px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #A7B1A6;
}

TD.tblCellBorderTop { 
	font-size:  10px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	border-top: 1px solid #A7B1A6;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}


TD.tblCellBorderRight{ 
   font-size:  10px;
   padding-left: 5px;
   padding-right: 10px;
   padding-top: 2px;
   padding-bottom: 2px;
   vertical-align: middle;
   border-top: 0px;
   border-left: 0px;
   border-right: 1px solid #A7B1A6;
   border-bottom: 0px;
}

TD.tblCellBorderLeft { 
   font-size:  10px;
   padding-left: 5px;
   padding-right: 10px;
   padding-top: 2px;
   padding-bottom: 2px;
   vertical-align: middle;
   border-top: 0px;
   border-left: 1px solid #A7B1A6;
   border-right: 0px;
   border-bottom: 0px;
}

TD.tblCellBorderLeftBottom{ 
   font-size:  10px;
   padding-left: 5px;
   padding-right: 10px;
   padding-top: 2px;
   padding-bottom: 2px;
   vertical-align: middle;
   border-top: 0px;
   border-left: 1px solid #A7B1A6;
   border-right: 0px;
   border-bottom: 1px solid #A7B1A6;
}

TD.tblCellBorderRightBottom{ 
   font-size:  10px;
   padding-left: 5px;
   padding-right: 10px;
   padding-top: 2px;
   padding-bottom: 2px;
   vertical-align: middle;
   border-top: 0px;
   border-right: 1px solid #A7B1A6;
   border-left: 0px;
   border-bottom: 1px solid #A7B1A6;
}
	
 
TD.tblCellBorderRightTop{ 
	font-size:  10px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	border-top: 1px solid #A7B1A6;
	border-left: 0px;
	border-right: 1px solid #A7B1A6;
	border-bottom: 0px;
}

TD.tblCellLtGreen {
	font-size: 10px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	border-right: 1px solid #A7B1A6;
	border-left: 1px solid #A7B1A6;
	background-color: #edf1f0;
	color: #5f715d;
 
 }
 
 TD.tblCellGreen { 
	font-size: 10px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	border-right: 1px solid #A7B1A6;
	border-left: 1px solid #A7B1A6;
	background-color: #e1eee1;
	color: #5f715d;
}

TD.tblCellWhite { 
	font-size: 10px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	border-right: 1px solid #A7B1A6;
	border-left: 1px solid #A7B1A6;
	background-color: #ffffff;
	color: #5f715d;
}


 TD.tblCellLTGreen { 
	font-size: 10px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	border-right: 1px solid #A7B1A6;
	border-left: 1px solid #A7B1A6;
	background-color: #f2f9f1;
	color: #5f715d;
}

TD.tblCellGray { 
	background-color:#e8e4ce;
	font-size:  10px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	border-right: 1px solid #A7B1A6;
	border-left: 1px solid #A7B1A6;
}
 
TD.tblHeaderBlueNoBorder {
	font-size:  10px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	border: 0px;
	font-weight: bold;
	color: #2a3c77;
 }
 
.tbl caption {
/*	font-variant : small-caps; */
	color: #ffffff;	
	text-align: left;
	font-weight: bold;
    font-size: 12px;	
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: normal;
	background-image: url(../images/horiz_bar_repeater1.gif);
}

.tbl tr.tblRow td {
	text-align:left;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.tblRow.even td {
	/*background-color: #e0e0e0;*/
	background-color: #efefef; /*lighter*/
	/*background-color: #dddddd;*/ /*darker*/
}

.tblRow.paid td {
	
    background-color:#C4EFC4; /*paid records (ECFFEC), better=C4EFC4 */
	
}
.tblRow.untouchable td {
	
    background-color:#B2B4B2; /*Non editable records (Bret:999999), better=B2B4B2*/
	
}
.tbl tr.tblRow.details td {
	font-size:13px;
}

.tbl A.detailLink {
	padding-left:8px;
	padding-right:8px;	
	font-size:13px;
}

.tbl A.detailLink:hover {
	text-decoration: underline;
}


/*  BEGIN POPUP HJ Overrides */

.win {
	border:1px outset #dddddd;
	background-color: #88a4ce;
}

.win .dragHandle {
	cursor: move;
}
.winTitle {
	background-color: transparent;
	background-image: url(../images/Repeater_For_Popup.gif);
	border-bottom:1px outset #dddddd;
}

.winTitle td {
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
}

.winTitleText {
	padding: 2px;
	padding-top:3px;
	padding-bottom:4px;
	background-color:transparent;
}

.winContent {
	border:0px;
	background:white;
}

.winContent .spamContent {
	display:block;
	width:560px;
	overflow-x:auto;
	padding:10px;
	background-color:#ffffcc;
	color:black;
}

.winContent .spamContent h1 {
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
}

.winContent .spamContent pre {
	font-size: 11px;
}


.winContent .socialShareContent {
	display:block;
	width:398px;
	overflow-x:auto;
	padding:10px;
	background-color:#ffffcc;
	color:black;
}

.winContent .socialShareContent div {
	font-size:12px;
	padding:5px;
}

.winContent .socialShareContent div.label {
	width: 20%;
	float: left;
}

.winModalBackground {
	background-color:#afaeae;
	filter: alpha(opacity=50); opacity: .50; 
}


/* Deprecated .winHead */
.winHead, .winHead td {
	background-color: transparent;
	color: #ffffcc;
	font-weight: bold;
	font-size: 13px;
}

/*  END POPUP HJ Overrides */

div.appMaximizeButton {
	width:20px;
	height:20px;
	cursor:pointer;
	background-image:url(../images/appmax.gif);
	background-repeat: no-repeat;
}

div.appMaximizeText {
	height:20px;
	cursor:pointer;
	DISPLAY: block;
	padding: 2px 0px 0px 0px;
	width: 60px;
	WHITE-SPACE: nowrap; 
	TEXT-DECORATION: none;
	text-align: left;
	color: #3c66bf;
	font-size: 11px;
}

div.appMinimizeButton {
	width:20px;
	height:20px;
	cursor:pointer;
	background-image:url(../images/apprestore.gif);
	background-repeat: no-repeat;
}

div.appMinimizeText {
	height:20px;
	cursor:pointer;
	DISPLAY: block; 
	padding: 2px 0px 0px 0px;
	width: 60px;
	WHITE-SPACE: nowrap; 
	TEXT-DECORATION: none;
	text-align: left;
	color: #3c66bf;
	font-size: 11px;
}

input[readonly="readonly"], 
input[readonly="true"]
{
    	background-color: #dedede;
   	border: 1px solid #d6d6d6;   
}

input.readonly  /* Required for IE */ {
    background-color: #dedede;
    border: 1px solid #d6d6d6; 
}	
.tbl .tblRow.tblHover, .tbl .tblRow.tblHover td {
	background-color: #839cb3; 
	color: #000000;
	border: 1px solid #dedede;
}

.tbl .tblRow.tblHoverP, .tbl .tblRow.tblHoverP td {
	background-color: #FF6A6A; 
	color: #000000;
	border: 1px solid #dedede;
}

table.tbl.searchParams .tblRow td {
	border:0px;
}
.tbl.searchParams .tblRow.even td {
	background-color: #e7eef8;
}	
	
.greenCell {
	background-color: #e8f1e8;
	padding: 0px;
}


.BlueHeader {
	color: #3d3533;
	background-color: #93bbee;
	font-size:  11px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	font-weight: bold;
}


/* Deployment Edit - Message Content Styles */

.split_tabs {
    float:left;
    width:100%;
    background:#ffffff url("../images/tab_bg.gif")
      repeat-x bottom;
    line-height:normal;
}

.split_tabs ul {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
    clear:right;
}

.split_tabs a {
    float:left;
    display:block;
    background:url("../images/ltab_off.gif")
      no-repeat left top;
    padding:5px 20px 4px 20px;
    cursor: pointer;
}

.split_tabs li {
	float:left;
	background:url("../images/rtab_off.gif")
	  no-repeat right top;
	margin:0;
/*	padding:0 0 0 9px; */
	padding: 0;
	color:#dedede;
}

.split_tabs .on {
	background-image:url("../images/rtab_on.gif");	
	}
.split_tabs .on a {
	background-image:url("../images/ltab_on.gif");
	padding-bottom:5px;
	font-weight:bold;		
	}

.splitContent
{
	width: auto;
/*	position: relative;
	top: 0px;
	left:0px; */
	visibility: hidden;
	display: none;	
	border: 1px solid #dedede;
}

.splitContent.on
{
	visibility: visible;	
	display:block;
}

.spamScoreHighlight
{
	color: #d30101;
	font-weight: bold;
}


/* Deployment - Calendar Styles */

.date {
	font-family: Arial, Helvetica, sans-serif; 
	color: #000;
	font-size: 15px;
	font-weight: bold;
}

.day {
	color: #62645f;
	font-size: 11px;
	font-weight: bold;
	width: 14%;
}

.dayNumber {
	border: 1px solid #e3e3e3;
	color: #62645f;
	font-size: 12px;
	font-weight: bold;
	height: 200px;
	text-align:left;
	padding:3px;	
}

.deploymentInfo {
	color: #415d8f;
	font-size: 10px;
	font-weight: bold;
}

.week
{
	border: 1px solid #98a1ca;
	/*border-collapse: collapse;*/
}


.dayNumber.selected, .selected {
	background-color: #f3fcf9;
	border: 1px solid #98a1ca;
	font-size: 12px;
	font-weight: bold;
	text-align:  left;
	padding:3px;	
}

td.dayNumber.hover
{
	border-color:red;	
	
}

/* Deployment Approval Styles */

.waiting {
	background-image:url(../images/icon_blank.gif); 
}

.unapproved {
	background-image:url(../images/icon_redX.gif); 
}

.approved {
	background-image:url(../images/icon_greenCheck.gif); 
}

.saving {
	background-image:url(../hjresources/treesaving.gif); 
}

div.waiting, div.unapproved, div.approved {
	background-repeat:no-repeat;
	vertical-align:top;
	text-align:left;
	padding:2px;
	height:15px;
	width:15px;
	background-position: center;
}

table.tbl.testResponse tr.tblRow td {
	font-size:11px;
}


/* Deployment Report Styles */

.deploymentGreenHeader {
	border-top:2px solid #dddddd;	
	border-right:1px solid #dedede;
	color: #53647a;
	background-color: #e6efd3;
	text-align:left;
	padding:3px;
	padding-left:6px;
	padding-right:10px;
}


/* Deployment Triggered Styles */

/* Split tabs are being used 
.trigger_tabs {
    float:left;
    width:100%;
    background:#ffffff url("../images/Ttab_bg.gif")
    repeat-x bottom;
    line-height:normal;
}

.trigger_tabs ul {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
    clear:right;
}

.trigger_tabs a {
    float:left;
    display:block;
    background:url("../images/Tltab_off.gif")
      no-repeat left top;
    padding:5px 20px 4px 20px;
    cursor: pointer;
}

.trigger_tabs li {
	float:left;
	background:url("../images/Trtab_off.gif")
	  no-repeat right top;
	margin:0;
*//*	padding:0 0 0 9px; *//*
	padding: 0;
	color:#dedede;
}
*/
/*
.trigger_tabs .on {
	background-image:url("../images/Trtab_on.gif");
	}
.trigger_tabs .on a {
	background-image:url("../images/Tltab_on.gif");
	padding-bottom:5px;
	}
*/


/* WPM Styles */

.wpmHeader {
	border-top:1px solid #2c5bad;
	width:100%;
	background-color:#DBDCE0;
	color: #31476d;
	font-size:12px;
	font-weight:bold;
}

.wpmSubHeader {
	border-top:1px solid #2c5bad;
	border-right:1px solid #90a9c9;
	border-bottom:1px solid #90a9c9;
	width:100%;
	background-color:#e1ebf5;
	color: #494949;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	padding-left:10px;
}

.wpmQuestion {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
}

.borderLeftRight {
	border-left:1px solid #afbabb;
	border-right:1px solid #afbabb;
}

.borderTop {
	border-top:1px solid #afbabb;
}

.borderBottom {
	border-bottom:1px solid #afbabb;
}

.RulesborderLeftRight {
	border-left:2px solid #77b287;
	border-right:2px solid #77b287;
}

.RulesborderTop {
	border-top:2px solid #77b287;
}

.RulesborderBottom {
	border-bottom:2px solid #77b287;
}

.QuesborderTop {
	border-top:2px solid #0f39b9;
}

.QuesborderLeftRight {
	border-left:2px solid #0f39b9;
	border-right:2px solid #0f39b9;
}

.QuesborderBottom {
	border-bottom:2px solid #0f39b9;
}

.headerLogo {
	padding-left:10px;
}

.tbl .tblRow.imgHover, .tbl .tblRow.imgHover td {
	background-color: #efe700; 
	color: #efe700;
	border: 5px solid #efe700;
}

.WPMLabel {
	background-color: #ebebeb;
	color:#707070;
	padding-left:8px;
	width:150px;
	vertical-align:middle;
	border-right:0px;
	font-family: tahoma, arial;
	font-size:11px;
	font-weight: bold;
}

/* OnQ Styles */

.auxcount {
	text-align:right;
	padding-right:3px;
}

.total {
	color:#65638a;
	font-family:arial;
	font-weight:bold;
	font-size:11px;
}

.groupActive {
	border:4px solid #4080e6;
}

.groupInactive {
    background-color:#9dc5fa;
    border:2px solid #6493c1;
}

.groupBG {
	background-color:#9dc5fa;
}

.groupHeader {
	color:#0a1445;
	font-size:11px;
	font-weight:bold;
}

.groupTotal {
	text-align:right;
	padding-right:10px;
	border-right:1px solid #466bb2;
}

.demographic {
	color:#100b65;
	font-size:11px;
	background-color:transparent;
}

.demoHover {
	background-color:#f1f7ff;
}

TD.tblCellBorderLeftGray { 
   font-size:  10px;
   padding-left: 5px;
   padding-right: 10px;
   padding-top: 2px;
   padding-bottom: 2px;
   vertical-align: middle;
   border-top: 0px;
   border-left: 1px solid #8e8e8e;
   border-right: 0px;
   border-bottom: 0px;
}

.netTotal {
	background-color:#c2d5ea;
	font-size:11px;
	font-weight:bold;
	border:1px solid #8c8faa;
	color:#000000;
	border-left:0px;
	padding-right:20px;
	width:23%
}

.netTotalDiv {
   padding-left:3px;
   float:right;
}

.setCount {
   border-left:1px solid #e9e9e9;
   border-right:0px;
   border:1px solid #8c8faa;
   padding-left:20px;
   padding-right:10px;
   font-size:14px;
   font-weight:bold;
   font-family: Arial, Helvetica, sans-serif;
   background-color:#c2d5ea; 
   color:#000000;
   width:23%
}

table.netTotalTable {
   border-collapse:collapse;
   background-color:#ffffff;
   padding-right:0px;
   padding-top:0px;
   padding-bottom:0px;
   text-align:right;
}

.valueName {
	display:none; 
	position:absolute; 
	background-color:#f1f7ff; 
	border:black solid 1px; 
	font-size:11px
}

.andOr {
	display:inline;
	text-align:left;
	position:absolute;
	padding-top:3px
}

.andOrDisplay {
	font-size:12px;
	text-decoration:underline;
	color:#000000;
	font-weight:bold;
	padding-left:12px;
	padding-right:12px;
	padding-top:6px;
	padding-bottom:6px;
	
}

.exclude {
	font-size:12px;
	text-decoration:underline;
	color:#000000;
	font-weight:bold;
	padding-right:10px;
	padding-left:6px;
	padding-top:6px;
	padding-bottom:6px;
}

.fieldExclude {
	vertical-align:top;
	text-align:left;
	background-color:#9dc5fa;
}

.folderCount {
	text-align:right;
	background-color:#f1f7ff;
	font-size:14px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	padding-left: 5px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	border-top: 0px;
	border-left: 1px solid #8e8e8e;
	border-right: 0px;
	border-bottom: 0px;
}

.cornerImage {
	text-align:left;
	vertical-align:top;
	background-color:transparent;
	width:4px;
	border:0px;
	padding:0px;
}

.finalResultCount {
	text-align:right;
	padding-right:5px;
	width: 13%;
	border-right:1px solid #466bb2;
	font-weight:bold;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}

.groupPercentage {
	text-align:right;
	width: 10%;
	font-weight:bold;
	font-weight:bold;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right:7px;
}


.buttonNonActiveGroup {
	background-image:url(../images/Query_GroupName_Repeater_Bl.gif); 
	background-repeat: repeat-x;
	height: 17px;
	width: 8%;
	margin:0px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:3px;
	padding-right:3px;
	text-align:left;
}

.buttonActiveGroup {
	background-image:url(../images/Query_GroupName_Repeater_Gr.gif); 
	background-repeat: repeat-x;
	height: 17px;
	width: 8%;
	margin:0px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:3px;
	padding-right:3px;
	text-align:left;
}

.redBorderBottom {
	border-bottom:2px solid #c80000;
}

.redBorderLeft {
	border-left:2px solid #c80000
}

.redBorderRight {
	border-right:3px solid #c80000
}

.outputHeader {
	font-family:arial;
	font-size:13px;
	color: #1d489f;
	background-color: #d0e8e4;
	border-bottom:1px solid #49978b;
	width:auto;
	font-weight:bold;
	padding:3px;
	padding-left:5px;
}

.codesHeader {
	font-family:arial;
	font-size:13px;
	color: #1d489f;
	background-color: #f5e7c6;
	border-bottom:1px solid #49978b;
	width:100%;
	font-weight:bold;
	padding:3px;
	padding-left:5px;
}

.outputFields {
	font-family:arial;
	font-size:12px;
	color:#1d489f;
	padding-left:6px;
	text-align:left;
}

.outputDataRBorder {
	border-right:1px solid #a0a0a0;
}

.outputOptions {
	background-color:#ffffff;
	border-right:1px solid #ffffff;
	border-bottom:0px;
	padding-left:20px;
	font-size:  11px;
	font-weight: bold;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	text-align:left;
}

.outputOptionsValue {
	background-color:#ffffff;
	border-bottom:0px;
	font-size:  10px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	text-align:left;
}


.textLabelDarkBlue {
	color: #204fac; 
	font-size: 15px; 
	font-weight: bold;
}

.onqBoolean {
	font-size:10px;
}



/* Roles */

.RolesHeader {
	border-top:1px solid #2c5bad;
	width:100%;
	background-color:#86a8cb;
	font-size:12px;
	font-weight:bold;
}

.billingTotal {
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	border-top:2px solid #225333;
}

TD.billingCellGray {
	background-color:#ebe8d9;
	border:0px;
	font-family:arial;
	font-size:11px;
}

TD.billingCellGreen {
	font-size: 10px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	border-right: 1px solid #b9beb8;
	border-left: 1px solid #b9beb8;
	border-top: 1px solid #b9beb8;
	border-bottom: 1px solid #b9beb8;	
	background-color: #f5fef9;
	color: #5f715d;
}


/* Use to align text and select lists in a table row */
table.tbl input.tblField {
	height:15px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:3px;
	padding-left:3px;
}

.fieldRowSelected {
	color: #62645f;
}

/* For scaling down content */
.quarterSize table,.quarterSize td,.quarterSize div,.quarterSize span {
	width: 50%; 
	height: 50%; 
	font-size: 50%; 
	/*inherit:yes;*/ 
}
.messageBoxError {
	margin:auto;
	text-align:left;
	padding:15px;
	border: 1px solid #dedede;
	background-color:#ffffcc;
}	
.messageBoxError .errorMsg {
	font-size: 13px;
	color: red;
	font-weight:bold;
}

tr.delete, tr.delete td, tr.delete input, tr.delete select {
	background-color: #cccccc;
	text-decoration: line-through;
}
tr.delete input {
	border-color:#dedede;
}


/* Customer Service Form */

.tblCS {
	table-layout: auto;
	border: 0px;
	border-collapse: collapse;
}

.sectionHeader {
	background-color:#cae4fb;
	border-bottom:1px solid #6f7fbb;
	border-right:2px solid #6f7fbb;
	border-left:1px solid #6f7fbb;
	border-top: 1px solid #6f7fbb;
	color: #2a3e71;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:14px;
	padding-left:3px;
	padding-right:2px;
	padding-bottom: 2px;
}

.lefttblHeader {
	background-color:#e3e3e3;
	font-size:  10px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	border-left: 1px solid #6f7fbb;
	border-bottom: 1px solid #A7B1A6;
	border-right: 1px solid #A7B1A6;
	border-top:0px;
}

.righttblHeader {
	background-color:#e3e3e3;
	font-size:  10px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	border-left: 0px;
	border-right: 5px groove #eeeeee;
	border-bottom: 1px solid #A7B1A6;
	border-top:0px;
}

.midtblHeader {
	background-color:#e3e3e3;
	font-size:  10px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	border-left: 1px solid #A7B1A6;
	border-bottom: 1px solid #A7B1A6;
	border-right: 1px solid #A7B1A6;
	border-top:0px;
}

.tblinputCellRB {
	background-color:#ffffff;
	font-size:  10px;
	font-weight: bold;
	vertical-align: middle;
	border-left: 0px;
	border-right: 5px groove #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding-right:2px;
	padding-left:2px;
}

.tblinputCellLB {
	background-color:#ffffff;
	font-size:  10px;
	font-weight: bold;
	vertical-align: middle;
	border-left: 2px groove #eeeeee;
	border-right: 0px;
	border-bottom: 1px solid #eeeeee;
	padding-right:2px;
}

.tblinputCell {
	background-color:#ffffff;
	font-size:  10px;
	font-weight: bold;
	vertical-align: middle;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #eeeeee;
	padding-right:0px;
}

.subHeader {
	border-top: 2px solid #6f7fbb;
	border-right:5px groove  #eeeeee;
	border-bottom:1px solid #eeeeee;
	border-left: 1px solid #6f7fbb;
	background-color:#e0edfe;
	color: #2a3c7c;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	padding-left:4px;
}

.paramValue {
	padding-left:4px;
	border-left: 3px solid #eeeeee;
	font-size:  10px;
	font-weight: bold;
	vertical-align: middle;
	border-right: 5px groove #eeeeee;
}


div.appMaximizeButton {
	width:20px;
	height:20px;
	cursor:pointer;
	background-image:url(../images/appmax.gif);
}

div.appMinimizeButton {
	width:20px;
	height:20px;
	cursor:pointer;
	background-image:url(../images/apprestore.gif);
}

/*  Issue Close  */


.tabOn {
    float:left;
    background:#ffffff url("../images/issueclose/tabOn.gif") no-repeat;
    line-height:20px;
    width: 78px;
    height:20px;
    text-align:center;
    color: #000000;
}

.tabOff {
    float:left;
    background:#ffffff url("../images/issueclose/tabOff.gif") no-repeat;
    line-height:20px;
    width: 78px;
    height:20px;
    text-align:center;
    color: #ceced6;
}

a.tabOn:visited {
    float:left;
    cursor: pointer;
    color: #000000;    
}

a.tabOff:visited {
    float:left;
    cursor: pointer;
    color: #ceced6;
}

a.tabOn:hover {
    text-decoration : underline;
    color: #2b54ac;
}

a.tabOff:hover {
    text-decoration : underline;
    color: #2b54ac;
}

SPAN.selectedTab {
	background-color: #e7eef8;
}

.OmedaPageTitle {
	
	width:90%;
	font-family: Arial,Helvetica,sans-serif;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	font-weight:bold;
	margin-bottom:10px;
		
}

.disableSpan {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #aeaeae;
	font-style: italic;
}

.dataTrackerReportSectionTitle {
	font-size:12px;
	font-weight:bold;
}

.helpText {
	font: normal 11px Arial;
	color: #666666;
	text-indent: 10px;
	padding-bottom: 3px;
}

.requiredDataReport {
	font: normal 11px Arial;
	color: #FF0000;
}

.block{
	display: inline-block;
	vertical-align: top;
}

.required-asterisk{
    color: #ff0000;
}

#toggleMaximizeMinimizeClicker {
    color: #3C66BF;
    cursor: pointer;
    display: block;
    font-size: 11px;
    height: 20px;
    padding: 2px 0 0;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
}