/*
 *  Standard Redefine Tags
 */


hr {
	height : 		1px;
	border : 		0px solid #b3b3b3;
	border-top-width : 	thin;
}

body {
	margin:			0px;
	padding:		0px;
	font-family:		Arial, Helvetica, sans-serif;
	font-size: 		12px;
	line-height:		15px;
	color:			#515151;
}

td {
	font-family:		Arial, Helvetica, sans-serif;
	font-size: 			12px;
	color:			#515151;
}

input {
	font-family:		Arial, Helvetica, sans-serif;
	font-size: 		12px;
	border: 1px solid 	#999999;
}

input.textfield {
	height: 			18px;
	background-color:		#FFFFFF;
}

input.radioButton,input.inputImage,input.checkbox {
	border: 		0px;
}

input.button {
	border:			1px outset #4a86b2;
	background:		url(/images/en/button-bg.jpg) repeat-x;
	color:			#ffffff;
	font-size:		12px;
	font-weight:		bold;
	padding:		2px 7px 2px 7px;
}

textarea,select {
	font-family:		Arial, Helvetica, sans-serif;
	font-size: 		12px;
	border: 		1px solid #666666;
}


img {

	border: 		0px;
}

th {
	font-size: 		14px;
	font-weight:		bold;
	color: 			#FFFFFF;
	text-align: 		left;
	background-color: 	#858585;
	padding: 		5px;
}

form {
	margin: 		0px;
}

h3 {
	margin-top: 		7px;
	margin-bottom: 		8px;
	color:			#F7931E;
	font-size:		18px;
}


h2 {
	margin-top: 		4px;
	margin-bottom: 		4px;
 	color:			#787a7d;
	font-size:			15px;
	font-weight:		bold;
	text-align: 		left;
}


img.imgFrame {
	border: 		1px #C4C4C4 solid;
}



/*
 *  Link redefining css
 */


a:link {
 	color:			#003366;
	text-decoration: 	none;
}

a:visited {
	color:			#003366;
	text-decoration:	none;

}

a:hover {
	color:			#003366;
	text-decoration: 	underline;
}

a:active {
	color:			#003366;
	text-decoration: 	underline;
}


/*
 *  Tab Table css
 */


.tabTableTop {
	padding:		3px 5px 3px 5px;
	font-weight:		bolder;
	border-bottom:		1px #bfbfbf solid;
	color:			#699eb3;
}

.tabTable {
	width:			100%;
	height:			100%;
	vertical-align: 	baseline;
}

.tabTableBody  {
	border-right: 		1px solid #bfbfbf;
	border-left: 		1px solid #bfbfbf;
	border-bottom: 		1px solid #bfbfbf;
	vertical-align: 	top;
	padding:		15px;
}

.tabTableTab {
	white-space:		nowrap;
}

.tabTableTabSelected {
	white-space:		nowrap;
}

a.tabTableTextSelected:active {
	color: 			#FFFFFF;
	font-weight: 		bold;
}

a.tabTableTextSelected:visited {
	color: 			#FFFFFF;
	font-weight: 		bold;
}

a.tabTableTextSelected:link {
	color: 			#FFFFFF;
	font-weight: 		bold;
}

a.tabTableTextSelected:hover {
	color: 			#FFFFFF;
	font-weight: 		bold;
}

a.tabTableText:active {
	color: 			#FFFFFF;
	font-weight: 		bold;
}

a.tabTableText:visited {
	color: 			#FFFFFF;
	font-weight: 		bold;
}

a.tabTableText:link {
	color: 			#FFFFFF;
	font-weight: 		bold;
}

a.tabTableText:hover {
	color: 			#FFFFFF;
	font-weight: 		bold;
}








/*
 *  Standard Table css
 */


.tableHeader {
	padding:		3px 5px 3px 5px;
	font-weight:		bolder;
	border-bottom:		1px #bfbfbf solid;
	color:			#699eb3;
	white-space:		nowrap;
	background-color: 	transparent;
}

.tableTable {

}

.tableRowStandard {
	height:			24px;
	vertical-align:		middle;
}

.tableRowAlternate {
	background-color:	#dadee2;
	height:			24px;
	vertical-align:		middle;

}

table.tableTable td {
	padding:		3px 5px 3px 5px;
}





/*
 *  Wrapper Table css
 */

.wrapTable {
	border:			1px solid #bfbfbf;
	padding:		4px 4px 4px 4px;
}

.wrapHeader {

	background:		url(/images/table/info_table_t.gif) repeat-x;
	color:			#FFFFFF;
	font-weight:		bolder;
	font-size:		16px;
	white-space:		nowrap;
}

.wrapHeaderLeft {

	float:	left;
}

.wrapHeaderRight {
	font-size:		12px;
	float:	right;
}


.wrapBody {
	padding-top:		3px;
}

.wrapHeaderBanner {}

.wrapFooterBanner {}

.wrapFooter {
	background:		url(/images/table/info_table_b.gif) repeat-x;
}

a.wrapLink:link {
	color: 			#699eb3;
	font-size:		10px;

}

a.wrapLink:visited {
	color: 			#699eb3;
	font-size:		10px;
}

a.wrapLink:hover {
	color: 			#82bdd4;
	text-decoration: 	underline;
	font-size:		10px;
}

a.wrapLink:active {
	color: 			#699eb3;
	font-size:		10px;
}


/*
 *  System message css
 */

div.errorMessage {
	border: 		#C4C4C4 1px solid;
	padding: 		8px;
	background-color: 	#FFD8D8;
	margin-bottom: 		5px;
}

div.notifyMessage {
	border: 		#C4C4C4 1px solid;
	padding: 		8px;
	background-color: 	#E4EECF;
	margin-bottom: 		5px;
}

div.debugMessage {
	border: 		#C4C4C4 1px solid;
	padding: 		8px;
	margin-bottom: 		5px;
}

div.warnMessage {
	border: 		#C4C4C4 1px solid;
	padding: 		8px;
	background-color: 	#ffff88;
	margin-bottom: 		5px;
}

/*
 *  Application Headings
 */

div.heading1 {
	padding: 		3px;
	border-bottom:		1px solid black;
	margin-bottom: 		3px;
	font-weight:		bolder;
}



div.heading2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}

div.heading3 {
	font-size: 		18px;
	font-weight: 	bold;
	color:			#F7931E;
}

div.heading4 {
	font-size: 		15px;
	font-weight: 		bold;
	color:			rgb(100,100,100);
	margin-top: 	10px;
}


/*
 *  Table Form css
 */


.tableCellContent {
	height:			25px;
	vertical-align: 	top;
}

.tableCellRequired {
	height:			25px;
	vertical-align: 	text-top;
	color: 			red;
}

.tableCellLabel {
	vertical-align: 	top;
}


/*
 *  Progress Bar css
 */


.progress_on {
	color:			#FFFFFF;
	font-weight:		bolder;
	padding-left:		3px;
	padding-top:		4px;
	white-space:		nowrap;
}

.progress_off {
	color:			#FFFFFF;
	font-weight:		bolder;
	padding-left:		3px;
	padding-top:		4px;
	white-space:		nowrap;
}

.progress_passed {
	color:			#FFFFFF;
	font-weight:		bolder;
	padding-left:		3px;
	padding-top:		4px;
	white-space:		nowrap;
}


.sub_progress_message {
	font-weight:		bolder;
}


/*
 *  Misc Application css
 */

.industryNameHeader {
	font-weight:		bolder;
}

.productNameHeader {
	font-weight:		bolder;
}

.programNameHeader {
	font-weight:		bolder;
}


/*
 *  Application Section Headings
 */

.page_heading {
 	color:			#063B82;
	font-size:		20px;
	font-weight:		bold;
	margin-left: 		12px;
	margin-right: 		5px;
}

.page_heading_sub {
 	color:			#225899;
	font-size:		15px;
}

.page_heading_div {

}

.section_heading {
	color:			#3283a6;
	font-size:		18px;
	font-weight:		bold;
	margin:0px 0px 20px 0px;
}

.section_heading_sub {
	color:			#3283a6;
	font-size:		12px;
	margin:0px 0px 20px 0px;
}

.section_heading_div {
	margin-top: 		10px;
	margin-bottom: 		5px;
	border-bottom: 		2px dotted #CCCCCC;
}


/*
 *  Application Primary/Secondary Classes
 */


.primary_01 {
 	color:			#063B82;
	font-size:		17px;
	font-weight:		bold;
}

.primary_02 {
 	color:			#787a7d;
	font-size:			15px;
	font-weight:		bold;
}

.primary_03 {
 	color:			#225899;
}

.secondary_01,a:visited.secondary_01,a:link.secondary_01  {
  	color:			#699eb3;
 	font-size:		17px;
 	font-weight:		bold;
}

.secondary_02,a:visited.secondary_02,a:link.secondary_02  {
 	color:			#699eb3;
	font-size:		15px;
	font-weight:		bold;
}

.secondary_03,a:visited.secondary_03,a:link.secondary_03  {
 	color:			#699eb3;
}




/*
 *  Horiz &amp; Vert Lines
 */


.vertical_line {
	border-right: 		2px dotted #CCCCCC;
}

.horizontal_line {
	border-bottom: 		2px dotted #CCCCCC;
	width:	150px;
}


/*
 *  Campaign Job Accordian
 */

.jobWrapper {
	border:			1px solid #FFFFFF;
	width: 			auto;
	width: 			expression(&quot;100%&quot;);
}

.jobDisplayHeader {
	color:		#FFFFFF;
	font-weight:	bolder;
	font-size:		16px;
	cursor: 		pointer;
	padding:		4px;
}


.jobDisplay {
	background:		url(/images/table/info_table_t.gif) repeat-x;
	height:		25px;
	width: 		100%;
}

.jobStretcher {
	width: 		100%;
	height:		100%;
	background: 	rgb(255,255,255);
}

.jobTable {
	width: 		100%;
}




/*
 *
 */


.editorHolder {
	/*padding-bottom:		5px;*/
}




.small{
	font-size: 8px;
}
.med{
	font-size: 12px;
}


.aBodyFrame {
	width:			986px;
	margin:			0px auto 0px auto;

}

.aBody {
	border:			1px #bfbfbf solid;
	padding:		7px;
	min-height:		300px;
	height:			auto !important;
	height:			300px;
}

.aBodyContent {
	width: 100%;
	display:table;
}



/* pagination classes */
	div.pagination{
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		white-space: nowrap;
	}
	div.pagination a{
		margin: 1.5px;
		padding-left: 3px;
		padding-right: 3px;
		border: 1px solid rgb(200,200,200);
		background: rgb(240,240,240);
		color: #515151;
		font-size: 9px;
	}
	div.pagination a:hover{
		background: rgb(255, 246, 143);
		text-decoration: none;
	}
	div.pagination a.selected{
		font-weight: bold;
		border: 1px solid rgb(200,200,255);
		background: rgb(220,220,255);
	}
	div.pagination a.disabled{
		border: 1px solid rgb(200,200,200);
		background: rgb(220,220,220);
		color: #919191;
	}
	div.pagination a.disabled:hover{
		border: 1px solid rgb(200,200,200);
		background: rgb(220,220,220);
	}




a.workspace_link {
	background: url(/images/misc/bullet.gif) left no-repeat;
	padding-left: 15px;
	margin-left: 100px;
	margin-bottom: 20px;
	display: block;
}

input.signoff_checkbox{
	height: 20px;
	width: 20px;
}


table {
	text-align: left;
}


.desc {
	margin: 10px;
}

p.information {
	font-size: 10px;
}




#campaign_preview div.calculator{
	margin: 		10px 0 0 0;
	background: 	#FFFFFF;
	border: 		1px solid #3267ac;
}
#campaign_preview .calculator h3 {
	font-size: 		16px;
	font-weight: 	bold;
	color: 		#3267ac;
	display: 		block;
}

/* calculator */
.calculator {
	padding: 		10px 4px 4px 4px;
	min-height:185px;
	height: auto !important;
	height:185px;
}
.calculator h3 {
	display: 		none;
	padding-top: 0px;
	margin-top: 0px;
}
ul.calc_details{
	list-style: 	none;
	padding: 		0;
	margin: 		0;
	text-indent: 	0;
}
ul.calc_details li{
	clear: both;
	margin: 0;
	padding: 0;
	text-indent: 0;
	padding-bottom: 3px;
	display: table;
	width: 100%;
	white-space: nowrap;
}
ul.calc_details li dl {
	margin: 0;
	padding: 0;
	clear: both;

}
ul.calc_details li * dt{
	clear: both;
	width: 80px;
	margin: 0;
	padding: 0 3px 0 0;
	float: left;
	text-align: right;
}

ul.calc_details li * dd{
	float: left;
	margin: 0px;
	padding: 0px;
}

div.calc_heading{
	padding: 7px;
	font-weight: bold;

}
div.calculator * input{
	width: 67px;
	height: 15px;
	text-align:center
}
div.calculator * .button {
	width: 70px;
	height: 20px;
	padding: 0;
}



/** purl **/
#add_question a{
	width: 175px;
	text-align: center;
	padding: 10px;
	background: rgb(133,171,241);
	font-size: 16px;
	color: white;
	font-weight: bold;
	border: 1px solid rgb(103,141,201);
}
#add_question a:hover{
	text-decoration: none;
	background: rgb(153,191,255);
}
#purl_page_number a{
	font-size: 		13px;
	margin: 		4px;
	padding-left: 	4px;
	padding-right: 	4px;
}




/* buy more &amp; save classes */
#buymore {
	text-align: center;
	width: 100%;
	border: 1px solid #3267ac;
	margin-top: 20px;
}
#buymore h4 {
	background: #3267ac;
	color: rgb(255,255,255);
	font-weight: bold;
	margin: 0;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	padding: 0 5px 0 5px;
}

#buymore * ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#buymore * li.title {
	margin: 0;
	width: 100%;
	background: #86acf1;
	text-align: center;
	color: rgb(255,255,255);
	font-weight: bold;
	cursor: pointer;
}
#buymore * li.price {
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
	width: 100%;
	cursor: pointer;
	text-align: center;
}


/* template select filters */
li#filter_category dd {
	color:#9ab3d5;
}

li#filter_product dd {
	color:#9ab3d5;
}

ul#filter_list li.selected dd {
	color:#656565;
}

a.productNameHeader:link, a.productNameHeader:visited, a.productNameHeader:active, a.productNameHeader:hover {
	font-weight:bolder;
	text-decoration:none;
	color:#656565;
}

div#panel_template {
	padding:30px 0px 0px 0px;
}

div#panelfilter_options {
	border:none;
}


div.filter_list {
	background: url(/images/en/panel-bg.jpg) repeat-x top left;
	margin: 10px 0 0px 0;
	height: 50px;
	color: #ffffff;
	border:none;
}
ul.filter_list{
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	text-indent: 0;
	color: #ffffff;
	border:none;
}

ul.filter_list li a {
	color:#FFFFFF;
	text-decoration:none;
	border:none;
}

ul.filter_list li {
	margin: 0px;
	float: left;
	padding: 10px 20px 0px 10px;
	height: 39px;
	color: #ffffff;
	border:none;
}
ul.filter_list li dl {
	font-size: 		15px;
	font-weight: 	bold;
	margin: 0;
	padding: 0;
	text-indent: 0;
	color: #ffffff;
	border:none;
}
ul.filter_list li.selected a {
	color: #3267ac;
	text-decoration:none;
	border:none;
}
ul.filter_list li.selected {
	background-color:#FFFFFF;	
	color: #3267ac;
	border-left: 		1px solid #3267ac;
	border-right: 		1px solid #3267ac;
	border-top: 		1px solid #3267ac;
	border-bottom: 		none;
	text-decoration:none;
}
ul.filter_list li.selected dl dt {
		color: #3267ac;
	text-align: left;
	font-size:16px;
	font-weight:bolder;
	text-decoration:none;
	border:none;
}
ul.filter_list li dl.selected dt a{
	text-decoration:none;
	color: #3267ac;
	font-size:16px;
	font-weight:bolder;
	border:none;
}
ul.filter_list li dd {
	color: 		#656565;
	font-size: 		14px;
	margin: 		0;
	font-weight: 	normal;
	font-size:12px;
	border:none;
}
ul.filter_list li dd input {
	width: 120px;
	border:none;
}
ul.filter_list li dd input.button {
	width: auto;
	border:none;
}

div.filter_select {
	background:	#FFFFFF;
	border-left: 		1px solid #3267ac;
	border-right: 		1px solid #3267ac;
	border-top: 		none;
	border-bottom: 		1px solid #3267ac;
	min-height:		151px;
	height:			auto !important;
	height:			151px;
	width: 		100%;
}
#keyword_holder {
	padding: 10px 10px 0px 0px;
}
#keyword_holder input {
	width: 130px;
}
#keyword_holder input.button {
	width: 70px;
}


/* slider */
#slider {
}
#viewport {
	overflow: hidden;
	position: relative;
	width: 775px;
}

#plate {
	width: 10000px;
	position: relative;
}
#plate ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#plate ul li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	display: inline;
}


#scrolltrack {
		background:	#dee9fd;
	cursor: pointer;
	border-top: 	1px solid #3267ac;
	border-bottom: 	1px solid #3267ac;

}
#scrollbar {
	width: 60px;
	height: 19px;
	background: url(/images/en/slider-bg.jpg) left repeat-x;
	position: relative;
}
#scrollbar div {
	background: url(/images/en/slider-lines.jpg) center no-repeat;
	height: 100%;
}
#scrollbar div div{
}



/* */
ul.delivery_methods {
	list-style: none;
	padding: 30px 0 0 0;
	margin: 0 auto 0 auto;
	text-align: center;
	width: 600px;
}
ul.delivery_methods li {
	float: left;
	width: 190px;
	cursor: pointer;
	text-align: center;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
}
ul.delivery_methods li.selected {
	color: #3267ac;
	text-decoration:none;
	border:none;
}
 ul.delivery_methods li.selected a {
 	color: #3267ac;
	text-decoration:none;
	border:none;
}

/* template selection */
ul.asset_category_tree{
	list-style: none;
	padding: 0;
	clear: both;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: table;
	/*border-bottom: 1px solid grey;*/
	text-align: center;
	width: 100%;

}

ul.asset_category_tree li{
	float: left;
	width: 190px;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}
ul.asset_category_tree li.selected{
	color: #3267ac;
	text-decoration:none;
	border:none;
}

ul.product_list{
	list-style: none;
	padding: 0;
	margin: 0;
	clear: both;
	text-align: center;
	text-align: center;
	clear: both;
	display: table;
	text-indent: 0;
	border:none;
}

ul.product_list li{
	text-indent: 0;
	margin: 0;
	padding: 0;
	float: left;
	width: 220px;
	cursor: pointer;
	text-align: center;
}

ul.product_list li.selected *{
	color: #656565;
}


#template_pagebar a{
	font-size: 		13px;
	margin: 		4px;
	padding-left: 	4px;
	padding-right: 	4px;
}



#purl_template_select ul {
	list-style:	none;
	clear: 	both;
}
#purl_template_select ul li {
	display: 	inline;
	float: 	left;
	width: 	250px;
	margin: 	10px;
}
a.select_link {
	padding-left: 	20px;
	background: 	url(/images/icons/user/icon_select.gif) left no-repeat;
	font-weight: 	bold;
}


#preview_frame {
	border: 1px solid rgb(150,150,150);
}








/**
* some base classes
*
**/
.clear {
	clear: both;
}
.c {
	text-align: center;
}
.l {
	text-align: left;
}
.r {
	text-align: right;
}
.b {
	font-weight: bold;
}
.fifty {
	width: 50%;
}
.fourtyfive {
	width: 45%;
}
.ten {
	width: 9.5%;
}
.top {
	vertical-align: top;
}
.float {
	float: left;
}
.floatr {
	float: right;
}
.wrap {
	white-space: normal;
}
.nowrap {
	white-space: nowrap;
}
ul.clean_list {
	list-style: none;
	margin:	0px;
	padding: 	0px;
}
.small {
	font-size: 9px;
}
.dtable {
	display: table;
}
/*
light blue:		rgb(133,171,241);
standard blue:	rgb(194,213,248);
*/


/****** Additional CSS ******/

/*

 ******************************************************

 *               Standard Redefine Tags               *

 ******************************************************

 */

 



hr {

	height : 		1px;

	border : 		0px solid #b3b3b3;

	border-top-width : 	thin;

}



body {

	margin-top: 		0px;

	margin-right: 		0px;

	margin-bottom: 		0px;

	margin-left: 		0px;

	font-family: 		Arial;

	font-size: 		12px;	

	background: 		#D5E0F2;

	color:			#515151;

}



td {

	font-family: 		Arial;

	font-size: 		12px;	

	color:			#515151;

}



input {

	font-family: 		Arial;

	font-size: 		12px;

	border: 1px solid 	#999999;

}



input.text {



}



input.textfield {

	height: 		19px;

}



input.radioButton,input.inputImage,input.checkbox {

	border: 		0px;

}






textarea,select {

	font-family: 		Arial;

	font-size: 		12px;

	border: 		1px solid #666666;

}



img {



	border: 		0px;	

}



th {

	font-size: 		14px;

	font-weight:		bold;

	color: 			#FFFFFF;

	font-colour: 		white;

	text-align: 		left;

	background-color: 	#858585;

	padding: 		5px;

}



form {

	margin: 		0px;

}



/*

 ******************************************************

 *                Link redefining css                 *

 ******************************************************

 */





a:link {

	color: 			#3567aa;

	text-decoration: 	none;

}



a:visited {

	color: 			#3567aa;

	text-decoration:	none;



}



a:hover {

	color: 			#97c9dd;

	text-decoration: 	underline;

}



a:active {

	color: 			#97c9dd;

	text-decoration: 	underline;

}







/*

 ******************************************************

 *                 Standard Table css                 *

 ******************************************************

 */



.tabTableTop {

	border-bottom: 		1px solid #999999;

}





.tabTable {

	width:			100%;

	height:			100%;

	vertical-align: 	baseline;

}

.tabTableBody  {

	border-right: 		1px solid #999999;

	border-left: 		1px solid #999999;

	border-bottom: 		1px solid #999999;

	vertical-align: 	top;

	padding:		20px;

}



.tableRowStandard {

	height:			20px;

	background-color: 	#dfeafa;

}



.tableRowAlternate {

	height:			20px;

	background-color:#FFFFFF;

}





/*

 ******************************************************

 *                 Wrapper Table css                  *

 ******************************************************

 */



	

.wrapTableHeader {

        background:		url(/images/en/table/table/info_table_t.gif) repeat-x;

}



.wrapTableHeading {

	padding-top:		3px;

	color:			#FFFFFF;

	font-weight:		bolder;

}



.wrapTableBody {

	background: 		#FFFFFF;

}



.wrapTableHeaderBanner {

	padding: 		5px;

}



.wrapTableFooterBanner {

	padding: 		3px;

	background:		#FFFFFF;	

}



.wrapTableFooter {

	border-bottom: 		2px dotted #CCCCCC;

}



a.wrapTableLink:link {

	color: 			#000066;

	font-size:		10px;



}



a.wrapTableLink:visited {

	color: 			#000066;

	font-size:		10;

}



a.wrapTableLink:hover {

	text-decoration: 	underline;

	font-size:		10px;

}



a.wrapTableLink:active {

	color: 			#000066;

	font-size:		10px;

}



/*

 ******************************************************

 *                   Tip  Table css                   *

 ******************************************************

 */





.tipTableHeader {

        background:		url(/images/en/table/table/info_table_t.gif) repeat-x;

}



.tipTableFooter {

	

}



.tipTableHeading {

	padding-top:		3px;

	color:			#FFFFFF;

	font-weight:		bolder;

}



.tipTableBody {

	background: 		#CEE5F0;

	padding:		3px;

}







/*

 ******************************************************

 *                 System message css                 *

 ******************************************************

 */



div.errorMessage {

	border: 		#C4C4C4 1px solid;

	padding: 		8px;

	background-color: 	#FFD8D8;

	margin-bottom: 		5px;

}







div.notifyMessage {

	border: 		#C4C4C4 1px solid;

	padding: 		8px;

	background-color: 	#E4EECF;

	margin-bottom: 		5px;

	margin-top: 		3px;

}



div.instructionMessage {

	border: 		#C4C4C4 1px solid;	

	background-color: 	#C6ECFF;

	padding: 		8px;	

	margin-bottom: 		5px;

	margin-top: 		3px;

}



div.systemMessage {

	border: 		#C4C4C4 1px solid;

	padding: 		8px;

	background-color: 	#FFD8D8;

	margin-bottom: 		5px;

}



div.errorCaution {

	border: 		#C4C4C4 1px solid;

	padding: 		8px;

	background-color: 	#FFFFCC;

	margin-bottom: 		5px;

}



div.infoMessage {

	border: 		#C4C4C4 1px solid;

	padding: 		8px;

	background-color: 	#C6ECFF;

	margin-bottom: 		5px;

	margin-top: 		3px;

}







/*

 ******************************************************

 *                 Application Headings               *

 ******************************************************

 */



div.heading1 {

	padding: 		3px;

	border-bottom:		1px solid black;

	margin-bottom: 		3px;

	font-weight:		bolder;

	color:#3567aa;

}







div.heading2 {

	color:#3567aa;

}



div.heading3 {

	color:#42b2df;

}	







/*

 ******************************************************

 *                 Side Navigation css                *

 ******************************************************

 */



.sideNavSection {

	font-size:		11px;

	background-color:	#5597C9;	

	text-align:		left;

	color:			#ffffff;

	vertical-align:		middle;

	padding:		0px 0px 0px 15px;

	text-transform:		uppercase;

	font-weight:		bolder;

	height:			18px;

}





.sideNavStandard {

	font-size:		11px;

	line-height:		15px;

	padding:		3px 2px 3px 15px;

	text-align:		left;

	vertical-align:		top;

}





/*

 ******************************************************

 *                    Table Form css                  *

 ******************************************************

 */





.tableCellContent {

	height:			25px;

	vertical-align: 	text-top;	

}



.tableCellRequired {

	height:			25px;

	vertical-align: 	text-top;

	color: 			red;	

}



.tableCellLabel {

	height:			25px;

	vertical-align: 	text-top;	

}





/*

 ******************************************************

 *                Information Bar css                 *

 ******************************************************

 */



.informationBarText1 {

	text-transform:		uppercase;

	color:			white;

	font-weight:		bolder;	

}



.informationBarText2 {

	text-transform:		uppercase;

	color:			#CCCCCC;

	font-weight:		bolder;	

}



.informationBarText3 {

	text-transform:		uppercase;

	color:			#FF8500;

	font-weight:		bolder;	

}



/*

 ******************************************************

 *                 Progress Bar css                   *

 ******************************************************

 */





.progress_on {

	color:			#FFFFFF;

	font-weight:		bolder;

	padding-left:		20px;

	padding-top:		4px;

	white-space:		nowrap;

	font-size:16px;

	font-weight:bolder;

}



.progress_off {

	color:			#FFFFFF;

	font-weight:		bolder;

	padding-left:		20px;	

	padding-top:		4px;

	white-space:		nowrap;

	font-size:16px;

	font-weight:bolder;

}



.progress_passed {

	color:			#FFFFFF;

	font-weight:		bolder;

	padding-left:		3px;

	padding-top:		4px;

	white-space:		nowrap;	

}





.sub_progress_message {

	color:			#0B478E;

	font-weight:		bolder;

}



.sub_progress_on {

	color:			#FF0000;

	font-weight:		bolder;

	text-transform:		uppercase;

}



.sub_progress_off {

	color:			#FFFFFF;

	font-weight:		bolder;

	text-transform:		uppercase;

}



/*

 ******************************************************

 *               Application Image css                *

 ******************************************************

 */





img.imgFrame {	

	border: 		1px #C4C4C4 solid;

}





/*

 ******************************************************

 *                      Admin css                     *

 ******************************************************

 */





.adminHeader {	

	background-color:	#758AB2;

	padding:		5px;

	color:			white;

	font-weight:		bolder;	

	font-size:		13px;	

}



.adminHeaderBanner {	

	background-color:	#DAE2EB;

}





.adminHeaderStatus {

	color:			white;

}





.adminMenu {

	cursor: 		pointer;

	background-color: 	#DAE2EB;

	padding: 		3px;

}



.adminMenuTextNormal {

	color:			black;

	width: 100%

}



.adminMenuTextOver {

	text-decoration: 	underline;

  	width: 100%

}







/*

 ******************************************************

 *                 Misc Application css               *

 ******************************************************

 */



.industryNameHeader {

	text-transform:		uppercase;

	font-weight:		bolder;	

}



.productNameHeader {

	text-transform:		uppercase;

	font-weight:		bolder;	

}



.programNameHeader {

	text-transform:		uppercase;

	font-weight:		bolder;	

}







/*

 ******************************************************

 *             Application Structure css              *

 ******************************************************

 */



.structure_content_table {	

	padding: 		4px;

}



.structure_content_body {}



.structure_progress_bar {}





/*

 ******************************************************

 *           Application Section Headings	      *

 ******************************************************

 */



.page_heading {

 	color:			#3567aa;

	font-size:		20px;

	font-weight:		bold; 

	margin-left: 		12px;

	margin-right: 		5px;

}



.page_heading_sub {

 	color:			#3567aa;

	font-size:		15px;

}



.page_heading_div {



}



.section_heading {

	color:			#3567aa;

	font-size:		18px;

	font-weight:		bold; 

	margin-left:		10px; 

}



.section_heading_sub {

	color:			#42b2df;

	font-size:		12px;

}



.section_heading_div {

	margin-top: 		10px;	

	margin-bottom: 		5px;

	border-bottom: 		2px dotted #CCCCCC;

}





/*

 ******************************************************

 *        Application Primary/Secondary Classes       *

 ******************************************************

 */





.primary_01 {

 	color:			#3567aa;

	font-size:		17px;

	font-weight:		bold; 

}



.primary_02 {

 	color:			#3567aa;

	font-size:		15px;

	font-weight:		bold; 

}



.primary_03 {

 	color:			#3567aa;

}



.secondary_01,a:visited.secondary_01,a:link.secondary_01  {

  	color:			#42b2df;

 	font-size:		17px;

 	font-weight:		bold; 

}



.secondary_02,a:visited.secondary_02,a:link.secondary_02  {

 	color:			#42b2df; 	

	font-size:		15px;

	font-weight:		bold; 

}



.secondary_03,a:visited.secondary_03,a:link.secondary_03  {

 	color:			#42b2df; 	

}









/*

 ******************************************************

 *                   Horiz &amp; Vert Lines               *

 ******************************************************

 */





.vertical_line {

	border-right: 		2px dotted #CCCCCC;

}



.horizontal_line {

	border-bottom: 		2px dotted #CCCCCC;

	width:	150;

}





/*

 ******************************************************

 *                   New CSS               *

 ******************************************************

 */

 

.aBody {

 	background-color:#FFFFFF;

	border:0px;

}



.aBodyTable {

	background-color:#FFFFFF;

}



.jobDisplayHeader {

	background-color:#3567aa;

}



h3 {

	color:#3567aa;

}



.asset_category_tree {

	color:#3567aa;

}



.selected {

	color:#42b2df;

}