/* Admin pieces */
.wamTab {
	width: 100%;
}
.wamTab tr {
	vertical-align:top;
}
.wamTab td {
	padding: 2px 8px 2px 8px;
	vertical-align:top;
}

.pane {
	background-color:#fdfdfd;
	border:1px solid #ccc !important;
	margin-bottom:16px;
	margin-top:16px;
	width:100%;
}
.pane td {
	padding: 5px;
	vertical-align: middle;
}
.pane .css-1-tooltip {
	vertical-align: middle;
}
.paneHead {
	color: #5BB73B;
	border-bottom: 1px solid #ccc !important;
	font-weight: bold;
	text-align: center !important;
}

.paneLeft {
	background-color:#f0f0f0;
	border:1px solid #ccc !important;
	float:left;
	margin-bottom:16px;
	margin-top:16px;
	padding:8px;
	width:45%;
}
.paneRight {
	background-color:#f0f0f0;
	border:1px solid #ccc !important;
	clear:none;
	float:right;
	margin-bottom:16px;
	margin-top:16px;
	padding:8px;
	width:45%;
}

.subHead {
	font-weight:bold;
}
.elemName {
	font-weight:normal;
}
.elemName a {
	font-weight:normal !important;
}

/* jquery */
.ui-tabs {
	font-size:10pt !important;
}

.ui-tooltip {
	width : 300px;
	height : auto;
}

li.ui-tabs a {
	color: #fff;
}

li.ui-tabs-active a {
	background-color: #5bb73B !important;
	/* background-color: #007A3E !important; //modifed for CSS changes
	color: #007A3E !important;*/
}

/* common */
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.altRow, .altRow td, .altRow th {
	background-color:#D9D9D8 !important;
}
.backCCC {
	background-color:#ccc;
}
.backEEE {
	background-color:#eee;
}
.color000 {
	color:#000;
}
.colorDDD {
	color:#ddd;
}
.highlight, .highlight td, .highlight th {
	background-color:#ffc !important;
}
.sectionHead {
	background-color: #20558a;
	color:white;
	display:block;
	font-weight:bold;
	padding:3px;
	position:relative;
}
.topNote {
	padding: 5px 5px 0 0;
	text-align:left;
	vertical-align: top;
	width:3em;
}
.width25percent {
	width:25%;
}


/* yui */
.yui-tt {
    background-color:#eee;
    border:1px solid #40637a;
    color:#000;
    font-family:verdana,sans-serif;
    font-size:8pt;
    padding:3px;
    text-align:left;
    width:auto;
}
.yui-panel .hd {
	background-color:#40637a;
	margin:0;
	padding-right:20px;
}
.yui-panel .bd {
	background-color:#eaf0f4;
}
.yui-panel .container-close {
	background-color:#40637a;
	font-weight:bold;
}


/* wamSearch */
.wamSearchLink:active, .wamSearchLink:hover, .wamSearchLink:link, .wamSearchLink:visited {
	color: #40637A; font-weight: bold; text-decoration: none;
}
.sorterOff {background-color: #236192 !important;}
.sorterOff a:link, .sorterOff a:visited, .sorterOff a:active, .sorterOff a:hover {
	color: #FFFFFF !important;
	text-decoration: none;
}
.sorterOn {background-color: #FFFFCC !important;}
.sorterOn a:link, .sorterOn a:visited, .sorterOn a:active, .sorterOn a:hover {
	color: #236192; text-decoration: none;
}
.sorterOn a:hover, .sorterOff a:hover {text-decoration: underline;}
.chosen {
	background-color: #eee;
	border: 1px solid #aaa;
	font-weight: bold;
	padding: 0 2px 0 px;
}

/* misc objects */
.boundedTop td.left {
	padding-right:10px;
}
.closeBox {
	background-color:#eaf0f4;
	border:1px solid #40637a;
	bottom:5px;
	font-weight:bold;
	padding:3px;
	position:absolute;
	right:5px;
}
.groupTools {
	background-color:#eaf0f4;
	border:1px solid #000;
	font-weight:bold;
	padding:0 6px 6px 6px;
}
.groupTools a {
	display:block;
	padding-top:6px;
}
.lifecycle {
	margin-bottom: 10px;
}
div>.lifecycle {/* FF hack */
	padding-bottom: 20px;
	position:relative;
	width: 100%;
}
div>.lifecycle td {/* FF hack */
	margin: 0;
}
.lifecycle td {
	border:1px solid #000;
	font-size:7pt;
	text-align:center;
}
.lifecycle th {
	background-color:#eaf0f4;
	border:1px solid #000;
	font-size:7pt;
	padding: 2px 4px 2px 4px;
}
th.lcType {
	background-color:#40637a;
	color:#fff;
	font-size:8pt;
}
ol.managerList li {
	margin:3 0 0 -10;
	padding:0;
}
.messageBox {
	background-color:#ffc;
	border:1px solid #aaa;
	color: #e41f1f;
	display: none;
	margin:3;
	padding:3;
}
.refererLink {
	background-color: #ffc;
	border: 1px solid #ffcc66;
	padding: 3px;
}
.subBox {
	background-color:#ffcc66;
	border: 1px solid #cc6600;
}
.subBox td {
	vertical-align:middle;
}
.subBox th {
	text-align:center;
}
.tablehead, .tablehead th {
	background-color:#236192 !important;
	color: #FFF;
}
.threeColLeft {
	clear:left;
	float:left;
	width:33%;
}
.threeColMid {
	float:left;
	width:33%;
}
.threeColRight {
	float:left;
	width:33%;
}
.versionHead {
	background-color:#40637a;
	border-bottom:3px double #cad9e2;
	border-top:3px double #cad9e2;
	color:#fff;
	margin-top:5px;
	padding:4px;
}
.warningScrollbox {
	border:1px solid #C80000;
	background: #fff9f9;
	height: 100px;
	overflow:scroll;
	padding: 3px;
}

#agreementPdf {
	border: 1px solid black;
	height: 500px;
	margin-bottom:7px;
	width: 100%;
}
#configBox {
	background-color:#ffc;
	border: 1px solid #fc6;
	float:right;
	margin: -3 -2 0 0;
	padding:4;
}
#configBoxPending {
	background-color:#ffc;
	border: 1px solid #e41f1f;
	margin: -3 0 4 0;
	padding:4;
	text-align:right;
}
#createForm input {
	width: 200px;
}
#errorBox {
	background-color:#ffc;
	border: 1px solid #e41f1f;
	width:100%;
}
#lifecycleContainer {
	clear:right;
	float:right;
	width:55%;
}
#overDiv td {
	padding:1px;
}
#popUp {
	background:#fff;
	font-size:9pt;
	padding:5px;
	text-align:left;
}
#results, #results td, #results th {
	border: 1px solid black;
}
#results td, #results th {
	background:#fcfcfc;
	font-size: .85em;
	padding: 3px;
}
#subtabs {
	background:#82b9d4;
	margin:-5px -5px 5px -5px;
	padding-left:2px;
}
#subtabs table  {
	border-collapse: collapse;
	margin:0;
}
#subtabs td {
	padding:4px;
}
#subtabs a {
	color:#333;
	font-weight:bold;
	padding:2px 3px 2px 3px;
}
#subtabs b {
	color:#777;
	padding:2px 3px 2px 3px;
}
#subtabs .subtabOn {
	background-color:#fc6;
	color:#000;
}
#subtabs .subtabOff {
	background-color:#ccc;
}
#subtabs .subtabOff:hover {
	background-color:#eee;
}
#ptcTzSelect {
/*	font-size:.8em;*/
}
#supportCollapse, #partnerCollapse {
	background-image:none;
	font-size:7pt;
	position: absolute;
	right:5px;
	white-space:nowrap;
	width:auto;
}
#upgradedHeader {
	font-weight:bold;
	text-align:center;
	padding:4px;
}



/* PTCU Subscriptions */
#companyInfo td {
	width:25%;
}
.assignInfo {
	padding-left:15px;
}
.deleteBox {
	background-color:#e0e0e0;
	border:1px solid #bbb;
	float: right;
	font-family: verdana, sans-sarif;
	font-size: 10px;
	margin:0;
	padding: 1px;
	vertical-align: text-bottom;
	white-space: nowrap;
}
.deleteBox input {
	height:11px;
	margin:0 2px 0 0;
	padding:0;
	width:11px;
}
.emailBox {
	font-size: 8pt;
	width: 150px;
}
.userChooser {
	margin-top: 10px;
	width: 100%;
}
.userChooser td {
	background-color: white;
	border: 1px solid #cad9e2;
	padding: 4px;
}
.userChooser th {
	background-color: #40637a;
	border: 1px solid #cad9e2;
	color:white;
	padding: 4px;
	text-align: left;
}
