/*
 *  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.filefield {
	height: 			22px;
}
input.radioButton,input.inputImage,input.checkbox {
	border: 		0px;
}

input.button {
	border:			1px outset #4a86b2;
	background:		#85ABF1;
	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;
}

h1 {
	margin-top: 		10px;
	margin-bottom: 		15px;
}

h2 {
	margin-top: 		4px;
	margin-bottom: 		4px;
 	color:			#787a7d;
	font-size:			15px;
	font-weight:		bold;
	text-align: 		left;
}

h3 {
	margin-top: 		7px;
	margin-bottom: 		8px;
	color:			#F7931E;
	font-size:		18px;
}

img.imgFrame {
	border: 		1px #C4C4C4 solid;
}



/*
 *  Link redefining css
 */


a:link, .link {
 	color:			#003366;
	text-decoration: 	none;
}

a:visited {
	color:			#003366;
	text-decoration:	none;

}

a:hover, .link:hover {
	color:			#003366;
	text-decoration: 	underline;
}

a:active {
	color:			#003366;
	text-decoration: 	underline;
}

.link {
	cursor: pointer;
}


/*
 *  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 {
	padding: 		8px;
	margin-bottom: 	5px;
	clear: 		both;
}

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;
}

.primary-margin {
	margin-top: 5px;
	margin-bottom: 3px;
}

.secondary-margin {
	margin-top: 3px;
	margin-bottom: 5px;
}




/*
 *  Horiz & 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("100%");
}

.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%;
}




/*
 *
 */

.editorMenu {
	/*visibility: 	hidden;*/
	display:		none;
	position: 		absolute;
	margin-top:		22px;
	z-index:		99999999;
}

.editorItem {
	width:			40px;
	text-align:		center;
	color:			white;
	cursor:			pointer;
	background:		url(/images/en/editor/toolbar_bg.gif);
}

.editorHolder {
	/*padding-bottom:		5px;*/
}

.editorColourtable {
	border-collapse: collapse;
	width: 200px;
}

.editorColourtable td {
	cursor:			pointer;
	width:			12px;
	height:			12px;
	border: 		1px solid #000;
}


.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: 15px;
	width: 15px;
}


table {
	text-align: left;
}


.desc {
	margin: 10px;
}

p.information {
	font-size: 10px;
}


#campaign_preview div.calculator{
	margin: 		10px 0 0 0;
	background: 	rgb(163,201,251);
	background: 	rgb(173,211,255);
	border: 		1px solid #003366;
	width: 		200px;
}
#campaign_preview .calculator h3 {
	font-size: 		15px;
	font-weight: 	bold;
	color: 		#003366;
	display: 		block;
}

/* calculator */
.calculator {
	padding: 		4px;
	max-width: 		200px;
}

.calculator h3 {
	display: 		none;
}
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;
	white-space: normal;
}

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;
}
div.calculator div.error {
	color: rgb(0,0,0);
	text-align: center;
	font-size: x-small;
	background: rgb(200,100,100);
	border: 1px solid rgb(100,0,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;
}
#purl_question_bar {
	display: table;
	width: 800px;
	margin: 0 auto 0 auto;
}


/** accordian **/

div.accordian {
	width: 750px;
}
div.accordian_tab {
	cursor: 	pointer;
	background: blue;
	color: 	white;
	height: 20px;
	font-size: 16px;
	margin-top: 5px;
	padding: 5px;
	background: rgb(194,213,248);
	font-weight: bold;
}

div.accordian_tab span {
	font-size: 12px;
}

div.accordian div.selected {

}

div.accordian div.deliveryOption {
	float:left;
	text-align:center;
	vertical-align:midde;
}

div.accordian div.deliveryIcon {
	float:left;
	padding-right:14px;
	
}

div.accordian div.deliveryLink {
	padding-right:14px;
}


div.accordian_content {
	display: none;
	background: white;
}




/* buy more & save classes */
#buymore {
	text-align: center;
	width: 100%;
	border: 1px solid rgb(133,171,241);
	margin-top: 20px;
}
#buymore h4 {
	background: rgb(133,171,241);
	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: rgb(133,171,241);
	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 */
div.filter_list {
	background: rgb(133,171,241);
	margin: 10px 0 0px 0;
	height: 51px;
}
ul.filter_list{
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
ul.filter_list li {
	margin: 0px;
	float: left;
	padding: 10px 20px 0px 10px;
	height: 40px;
}
ul.filter_list li dl {
	font-size: 		15px;
	font-weight: 	bold;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
ul.filter_list li.selected {
	background: 	rgb(173,211,255);
	border: 		1px solid #003366;
	border-bottom: 	none;
}
ul.filter_list li.selected dl dt {
	color: rgb(0,0,255);
	text-align: left;
}
ul.filter_list li dl.selected dt a{
	color: rgb(0,0,255);
}
ul.filter_list li dd {
	color: 		#003366;
	font-size: 		14px;
	margin: 		0;
	font-weight: 	normal;
}
ul.filter_list li dd input {
	width: 120px;
}
ul.filter_list li dd input.button {
	width: auto;
}

div.filter_select {
	background: 	rgb(173,211,255);
	border: 		1px solid #003366;
	/*height: 		151px;*/
	width: 		100%;
}
#keyword_holder {
	padding: 10px 10px 0px 0px;
}
#keyword_holder input {
	width: 130px;
}
#keyword_holder input.button {
	width: 70px;
}

#panel_template {
	clear: both;
}

/* 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: 	rgb(213,231,255);
	cursor: pointer;
	border-top: 	1px solid #003366;
	border-bottom: 	1px solid #003366;

}
#scrollbar {
	width: 60px;
	height: 20px;
	background: url(/images/misc/left_slider_bg.gif) left no-repeat;
	position: relative;
}
#scrollbar div {
	background: url(/images/misc/right_slider_bg.gif) right no-repeat;
	height: 100%;
}
#scrollbar div div{
}

/* */
ul.asset_languages {
	list-style: none;
	padding: 30px 0 0 0;
	margin: 0 auto 0 auto;
	text-align: center;
	width: 600px;
}
ul.asset_languages li {
	float: left;
	width: 190px;
	cursor: pointer;
	text-align: center;
	padding-bottom: 10px;
	font-size: 12px;
}
ul.asset_languages li.selected {
	color: blue;
}
 ul.asset_languages li.selected a {
 	color: blue;
}

/* */
ul.delivery_methods {
	list-style: none;
	padding: 10px 0 0 0;
	margin: 0 0 0 30px;	
}
ul.delivery_methods li {
	cursor: pointer;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
}
ul.delivery_methods li.selected {
	color: blue;
}
ul.delivery_methods li.selected a {
 	color: blue;
}

/* 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: blue;
}

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;
}

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: blue;
}
ul.product_list li.selected *{
	color: blue;
}
#product_list .selected * {
	color: blue;
}

#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;
}

#purl_template_select ul li {
	text-align: center;
}

a.select_link {
	padding-left: 	20px;
	background: 	url(/images/icons/user/icon_select.gif) left no-repeat;
	font-weight: 	bold;
}

a.preview_link {
	padding-left: 	20px;
	background: 	url(/images/icons/user/icon_view.gif) left no-repeat;
	font-weight: 	bold;
}


#preview_frame {
	border: 1px solid rgb(150,150,150);
}





.emaileditor_iframe {
	border: 1px solid #000000;
}

.email_text_editor {
	width: 100%;
	height: 400px;
}

.progress_bar {
	border: 1px solid #CCCCCC;
}


/**
* some base classes
*
**/
.clear {
	clear: both;
}
.c {
	text-align: center;
}
.l {
	text-align: left;
}
.r {
	text-align: right;
}
.b {
	font-weight: bold;
}
.five {
	width: 4.5%;
}
.ten {
	width: 9.5%;
}
.fourty {
	width: 39%;
}
.fourtyfive {
	width: 45%;
}
.fifty {
	width: 48%;
}
.sixty {
	width: 59%;
}
.top {
	vertical-align: top;
}
.right {
	text-align: right;
}
.float {
	float: left;
}
.floatl {
	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;
}
.tiny {
	font-size: 7px;
}
.dtable {
	display: table;
}
/*
light blue:		rgb(133,171,241);
standard blue:	rgb(194,213,248);
*/

.cartPrice {
	padding-left: 		10px;
	padding-right: 		10px;
	margin-top: 		4px;
	margin-bottom: 		4px;
 	color:			#787a7d;
	font-size:		14px;
	font-weight:		bold;
}

.cartItemHeader {
	margin-top: 		4px;
	margin-bottom: 		4px;
 	color:			#787a7d;
	font-size:		14px;
	font-weight:		bold;
	text-align: 		left;
}

.cartSummaryLabel {
	padding-top:		5px;
 	color:			#787a7h;
	font-size:		14px;
	font-weight:		bold;
}

.cartSubSummaryLabel {
	padding-top:		5px;
 	color:			#787a7h;
	font-size:		12px;
	font-size:		normal;
}


.pageHeading {
	margin-top: 		7px;
	margin-bottom: 		8px;
	color:			#787a7d;
	font-size:		18px;
	font-weight:		bold;
}



.pageSubHeading {
	color:			#787a7d;
	font-size:		15px;
	font-weight:		bold;
}

ul.finalize{
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

.indent {
	padding-left: 25px;
}

.indent-bottom {
	margin-bottom: 15px;
}

.smartdropdown-container {	
	position: relative;
	display: inline-block;
}

.smartdropdown-container input {
	height: 20px;
}

.smartdropdown-iframe {
	position: absolute;
	margin: 0;
	padding: 0;
	overflow: none;
	display: none;
	top: 0;
	left: 0;
	z-index: 399;
	filter:alpha(opacity=0);
}

.smartdropdown-results {
	position: absolute;
	border: 1px solid #999;
	background-color: #fff;
	display: none;
	top: 0;
	left: 0;
	z-index: 400;
}

.smartdropdown-results ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.smartdropdown-results ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid transparent;
}

.smartdropdown-results ul li a,
.smartdropdown-results ul li a:visited,
.smartdropdown-results ul li.norecords {
	color: #000;
	padding: 6px;
	display: block;
	margin: 0;
}

.smartdropdown-results ul li a:hover, .smartdropdown-results ul li.current a {
	background-color: #aaf;
	text-decoration: none;
}

.smartdropdown-results ul li a strong {
	font-weight: bold;
	display: block;
}

.header-button {
	padding: 0;
	margin: 0;
	display: inline;
	text-decoration: underline;
	background: none;
	border: none;
}
