/********************************************************************************************/
/*** reset ***/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

hr {
border:1px solid #000;
margin-bottom:15px;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --------------------------------- */

/* clearfix structure*/

.group:after {
  content:".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }
  
/********************************************************************************************/
/********************************************************************************************/
/***** structure_main*****/
body{
	text-align:center;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: .625em;
}
/* -------------------------------- */
/* main structure */
#ctyx-container{
	width: 1040px;
	margin: 0 auto;
	padding: 10px;
	text-align:left;
}

#ctyx-header{
	clear: both;
}

#ctyx-content{
	float:right;
	width: 780px;
	padding-bottom:10px;
}

#ctyx-sidebar{
	float: left;
	width: 250px;
	padding-bottom:10px;
}

#ctyx-footer{
	clear: both;
}
/* -------------------------------- */

/* header structure*/

#ctyx-leftheader {
	padding: 0px;
	margin: 0px;
	min-height: 150px;
}

#ctyx-affiliate-html{
	float:right;
	width:700px;
	padding:10px;
}

#ctyx-login{
	width:250px;
	padding:10px;
}

#ctyx-basic-navigation{	
	width:250px;
	padding:10px;
}

#ctyx-search{
	width:250px;
	padding:10px;
	border-top:1px dashed #CCC;
}

/* --------------------------------- */

/* content structure*/

#ctyx-content .gutter{
	padding:10px;
}

#ctyx-auction-message{
	padding:10px;
}
#ctyx-hotpicks{
	padding:10px;
}
#ctyx-featured-items{
	padding:10px;
}

/* --------------------------------- */

/* sidebar structure*/

#ctyx-sidebar .gutter{
}	

#ctyx-browse-navigation{
}

#ctyx-browse-categories{
	padding:10px;
}

#ctyx-auctioneer{
	padding:10px;
}

#ctyx-display-advertisement{
	padding:10px;
}

/* --------------------------------- */
/********************************************************************************************/
/********************************************************************************************/
#ctyx-header{
	background:#eee;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.cxpl-logged {
	line-height:75px;
	text-align:center;
	height:100%;
	width:100%;
}

/*------------------------*/
/*login*/
#login-form fieldset.field {
		margin: 0 0 0px 0;
		display:inline;
	  }
	#login-form fieldset.field label {
		padding:0px 0px 3px 0px;
		display: block;
		width: 100%;
		font-size: 1.2em;
		font-weight: bold;
	}

	#login-form fieldset.field input
	{
		font-size: 1.5em;
		background: #fff url(../images/input-bg3.gif) repeat-x top left;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}

	#login-form fieldset.button{
		float:right;
		padding-top:1.2em;
	}

	#login-form fieldset.button input{
		font-size: 1.5em;
		width:80px;
	}

#password, #userid, #search, #puserid, #ppassword {
		width:160px;
		clear:left;
}

#admin-vendor-bar { 	 
	         font-size:1.3em; 	 
	         background:#eee; 	 
	         padding:10px; 	 
	         margin-top: 5px; 	 
	         border-radius: 5px; 	 
	         -webkit-border-radius: 5px; 	 
	         -moz-border-radius: 5px; 	 
} 	 
	         #admin-vendor-bar label{ 	 
	                 font-size: 1.2em; 	 
	                 font-weight:bold; 	 
     }
/*------------------------*/

/*basic navigation*/

#ctyx-basic-navigation{
	text-align:center;
	border-top:1px dashed #CCC;
}

#ctyx-basic-navigation ul{
	font-size:1.3em;
	font-weight:bold;
}

#ctyx-basic-navigation li{
	display:inline;
	padding:0px 3px 0px 3px;
}

/*------------------------*/

/*basic navigation*/
#search-form fieldset.field {
	float:left;
}

	#search-form fieldset.field label {
		display: none;
	}

	#search-form fieldset.field input {
		font-size: 1.5em;
		background: #fff url(../images/input-bg3.gif) repeat-x top left;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}

#search-form fieldset.button{
	float:right;
}

	#search-form fieldset.button input{
		font-size: 1.5em;
		line-height:1.5em;
		width:80px;
	}

/*------------------------*/
/* content */



#ctyx-content .ctyx-gutter{
	margin-top:10px;
	background: #eee;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

	#ctyx-auction-message h2 {
		font-size:1.9em;
		padding:10px;
		background: #fff;
		border:1px solid #ddd;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
	}



	#ctyx-hotpicks h3 {
		font-size:1.5em;
		padding:10px;
		background: #fff;
		border:1px solid #ddd;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
	}

	#arrow_previous{
		background: transparent url(../index2_files/arrow_left.gif) no-repeat top left;
		float:left;
	}

	#arrow_next{
		background: transparent url(../index2_files/arrow_right.gif) no-repeat top right;
		float:right;
	}

	#arrow_previous a,#arrow_next a{
		display:block;
		width:40px;
		height:190px;
	}

	span.arrow{
		display:none;
	}

	#cx-def-featured-items-header{
		padding:10px;
		background: #fff;
		border:1px solid #ddd;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
	}

	#cx-def-featured-items-header h3{
		float:left;
		width:380px;
		font-size:1.5em;
		line-height:1.5em;
	}

	#cx-def-featured-items-header label{
		float:left;
		text-align:right;
		width:140px;
		font-size:1.5em;
		line-height:1.5em;
	}
	#cx-def-featured-items {
	}
		#cx-def-featured-items .cx-def-featured{
 			height:310px;
			width:220px;
			margin:10px 5px 0px 5px;
			float:left;
			position:relative;
			padding:10px 10px 0px 10px;
			background: #fff;
			border:1px solid #ddd;
			border-radius: 8px;
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
		}

		.cx-def-title{
			font-size:1.5em;
			font-weight:bold;
			line-height:1.2em;
			text-align:center;
			width: 220px;
			height: 2.4em;
			text-overflow: ellipsis; 	 
			overflow: hidden;		
		}

		 .cx-def-img{
			display:table-cell;
			vertical-align:middle;
			text-align:center;
			height: 200px;
			width:220px;

		}

		#cx-def-featured-items img{
			/*get the image hack working*/
		}

		.cx-def-value{
			font-size:1.2em;
			text-align:left;
		}

		.cx-def-value label{
			font-size:1.2em;
		}

		.cx-def-bid{
			padding:5px;
			font-size:2.0em;
			text-align:center;
		}
		.cx-def-bid label{
			display:block;
			font-size:.5em;
		}

		.cx-def-timeleft{
			font-size:1.2em;
			text-align:right;
		}
		.cx-def-timeleft label{
			font-size:1.2em;
			/*display:none;*/
		}

		.cx-def-pointer {
			position:absolute;
			top:10px;
			left:100%;
			z-index:2;
			display:none;
		}
		
		dl.cx-def-additional{
			position:absolute;
			width:210px;

			top:0px;
			left:/*100%*/120%;
			z-index:2;
			display:none;
			padding:10px;
			background: #ccc;
			/*border:1px solid #ddd;*/
			border-radius: 8px;
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
		}

		.cx-def-additional-info{
			font-size:1.5em;
			font-weight:bold;
			line-height:1.4em;
		}

		.cx-def-additional-info label{
			font-size:1.5em;
			font-weight:bold;
			line-height:1.4em;
		}

		.cx-def-qty{
			font-size:1.1em;
			font-weight:bold;
			line-height:1.1em;
		}
		.cx-def-qty label{
			font-size:1.1em;
			font-weight:bold;
			line-height:1.1em;
		}
		.cx-def-minbid{
			font-size:1.1em;
			font-weight:bold;
			line-height:1.1em;
		}
		.cx-def-minbid label{
			font-size:1.1em;
			font-weight:bold;
			line-height:1.2em;
		}
		.cx-def-winbid{
			font-size:1.1em;
			font-weight:bold;
			line-height:1.1em;
		}
		.cx-def-winbid label{
			font-size:1.1em;
			font-weight:bold;
			line-height:1.2em;
		}
		.cx-def-description, .cx-def-vend{
			font-size:1.2em;
			line-height:1.2em;
		}
		.cx-def-description {max-height:100px; overflow:hidden;}
		
		.cx-def-description label, .cx-def-vend label{
			font-size:1.1em;
			font-weight:bold;
			line-height:1.1em;
		}
		 .cx-def-ends{
			font-size:1.1em;
			font-weight:bold;
			line-height:1.1em;
		}
		.cx-def-ends label{
			font-size:1.2em;
			font-weight:bold;
			line-height:1.2em;
		}
		.cx-def-padding-bottom {
			padding-bottom:0.8em;
		}
		
.cx-def-more {
	float:left;
	font-weight: bold;
	margin-bottom:10px;
	margin-top:5px;
	text-align:right;
	width:100%;
}


/*------------------------*/

/*browse nagivation*/

#ctyx-sidebar{
	margin-top:10px;
	background: #eee;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}



#ctyx-browse-navigation dl{
	margin:10px 10px 0px 10px;
	padding-bottom:10px;
	border-bottom:1px dashed #ccc;
}

#ctyx-browse-navigation a {
	text-decoration:none;
}

#ctyx-browse-navigation dt{
	font-size:1.5em;
	font-weight:bold;
	line-height:1.5em;
}

#ctyx-browse-navigation dd{
	padding-left:10px;
	font-size:1.2em;
	font-weight:bold;
 	line-height:1.2em
}

#ctyx-browse-categories ul.category li{
	padding-left:10px;
	font-size:1.1em;
	font-weight:bold;
 	line-height:1.2em;
}

#ctyx-browse-categories ul.sub-category li{
	font-size:inherit;
}
#ctyx-browse-categories ul li.category-heading{
	padding-left:0px;
	font-size:1.5em;
	font-weight:bold;
 	line-height:1.5em;
}

#ctyx-browse-categories a {
	text-decoration:none;
}

#ctyx-browse-categories ul li a em {
	font-style:normal;
	color:#aaa
}

/*------------------------*/

/*browse nagivation*/

#ctyx-footer{
	margin-top:10px;
	background: #eee;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	height:60px;
}

	#ctyx-footer dt, #cx-det-left_side{
		float:left;
		width:200px;
		padding-left:10px;
		font-size:1.2em;
		font-weight:bold;
		line-height:1.5em;
		text-align:right;
	}

	#ctyx-footer dd, #cx-det-right_side {
		float:left;
		padding-left:20px;
		font-size:1.2em;
		font-weight:bold;
		line-height:1.5em
	}

	#ctyx-footer dt.account, #ctyx-footer dt.help, #ctyx-footer dt.browse{
		clear:both;
	}
/*------------------------*/
/* def2.jsp */

.cx-df2-group{
	float:left;
	width:25%;
	line-height:1.5em;
	clear:none;
	margin-bottom:15px;
}

.cx-df2-group li{
	margin-left:10px;
}

/*------------------------*/

/* user_account.jsp/admin.jsp */
#cx-acct-options{
	margin:auto;
	margin-bottom:20px;
	margin-top:20px;
	overflow:hidden;
}

#cx-acct-options dt {
	float:left;
	clear:left;
	padding-right:10px;
	font-weight:bold;
	text-align:right;
	font-size:1.2em;
	width:40%;
	line-height:1.5em;
}

#cx-acct-options dd {
	float:left;
	clear:right;
	padding-left:10px;
	line-height:1.5em;
}

/*------------------------*/

/* proddet.jsp */

#cx-det-prod_info {
	margin-top:10px;
}

#cx-det-left_side{
	float:left;
	width:300px;
	text-align:center;
	font-weight:normal;
}

#cx-det-right_side {
	width:450px;
	font-weight:normal;
}

#cx-det-option_box {
	line-height:2.0em;
	padding: 10px;
	margin-bottom: 10px;
	margin-right:5px;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align:middle;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#cx-det-bidding_notes {
	padding:10px;
	padding-left:25px;
}
	#cx-det-bidding_notes li {
		list-style-type:decimal;
	}

#cs-det-mulitple_images {
	float:left;
	clear:none;
}

#cx-det-learn_more{
	color: blue;
	float:left;
	position:relative;
}
		
#cx-det-learn_more div.cx-det-learn_more-additional{
	position:absolute;
	width:700px;
	color: #000;
	top:20px;
	left:0px;
	z-index:2;
	display:none;
	padding:10px;
	background: #ddd;
	border:1px solid #eee;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

#cx-det-learn_more_image{
	position:relative;
	top:-18px;
	left:150px;
}

.cx-det-help {
	cursor:help;
}

.cx-det-multiple_images {
	height:60px;
	width:60px;
	float:left;
}

a:hover .cx-det-multiple_images  {
	background-color: #ffffff;
}

.cx-det-image {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	height:60px;
	width:60px;
}

#_itembigpicture {
	display:block;
	clear:both;
	margin: 0 auto;
}


/*---start all_vendors.jsp---*/
	#cx-vend-list{
	}
		#cx-vend-list .cx-vend-featured{
 			height:180px;
			width:168px;
			margin:8px 8px 0px 0px;
			float:left;
			position:relative;
			padding:5px;
			background: #fff;
			border:1px solid #ddd;
			border-radius: 8px;
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
		}

		#cx-vend-list .title{
			font-size:1.0em;
			font-weight:bold;
			line-height:1.2em;
			text-align:center;
			width: 170px;
			height: 2.5em;
		}

		#cx-vend-list .img{
			display:table-cell;
			vertical-align:middle;
			text-align:center;
			width:168px;
			height: 145px;
		}
/*--- end all_vendors.jsp ---*/

/*------------------------*/
/* productsvendor.jsp*/

#cx-vend-address {
	display: table; 
	height: 180px; 
	width: 575px; 
	#position: relative; 
	overflow: hidden; 
	line-height:2em;
}

#cx-vend-address div {
	#position: absolute; 
	#top: 50%;
	display: table-cell; 
	vertical-align: middle;
}

#cx-vend-address div div {
	#position: relative; 
	#top: -50%
}

#cx-vend-products {
	clear:both;
}

/*------------------------*/
/* Generic navigator*/
.cxpl-nav-bar {
	font-size: 1em;
	font-weight:bold;
	background:#eee;
	padding:10px;
	margin-top: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	txt-align: middle;
}


/*------------------------*/
/* Product list page - Category history*/
	.cx-pro-categhistory h3 {
		font-size:1.5em;
		padding:10px;
		background: #fff;
		border:1px solid #ddd;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
	}

/*------------------------*/
/* login.jsp */
#cx-login-main {
}

#cx-login-main .cx-login-top{
	width:730px;
}
#cx-login-main .cx-login-left{
	width:350px;
	float:left;
}
#cx-login-main .cx-login-right {
	margin-right:10px;
	paddingt:10px;
	width:340px;
	float:right;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background:#dceac5;
}

#cx-login-main .cx-login-bottom{
	clear:both;
	width:730px;
}
  
#cx-login-main dt{
	padding:5px 10px 5px 10px;
	font-size:13px;
	font-weight:bold;
	line-height:1.5em;
}

#cx-login-main dd {
	padding:0px 10px 0px 10px;
	font-size:12px;
	line-height:1.5em
}
#cx-login-main fieldset.field, fieldset.email{
		padding:5px 0px 0px 10px;
		margin: 0 0 5px 0;
		display:inline;
	  }
	#cx-login-main fieldset.field label {
		padding:0px 0px 3px 0px;
		display: block;
		font-size: 13px;
		font-weight: bold;
	}
	#cx-login-main fieldset.field input
	{
		font-size: 1.5em;
		background: #fff url(../images/input-bg3.gif) repeat-x top left;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
	#cx-login-main .button{
	  margin-top:10px;
	  text-align:center;
	  height:30px;
	  font-size:10px;
	}

/*---form buttons---*/
.cxpl-disp-inline {
	display:inline;
}
.cx-button input {
	font-size: 13px;
	background: #fff url(../images/input-bg3.gif) repeat-x top left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.cx-button-imp input {
	font-size: 13px;
	background: #fff url(../images/input-bg2.gif) repeat-x top left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* -- Start Deal of the day -- */
#ctyx-hotpicks {overflow:hidden;}
.cx-dealod-move{ height: 250px; width: 36px; position: relative; float: left; margin: 0 3px 0 0;  overflow:hidden;}
.cx-dealod-move .cx-dealod-panel{ height: 240px; width: 594px; position: absolute; left: 36px; top: 0;
     padding:5px; background: #fff;border:1px solid #ddd; border-radius: 8px;-webkit-border-radius: 8px; -moz-border-radius: 8px;
   }
.cx-dealod-move .cx-dealod-link{ width: 36px; height: 235px; display: block; position: absolute; left: 0; top: 0;
    background: #fff;border:1px solid #ddd; border-radius: 8px;-webkit-border-radius: 8px; -moz-border-radius: 8px; color: #777;
}
.cx-dealod-move .cx-dealod-link:hover{ background: #d7d7d7; }
.cx-dealod-move-active{ width: 640px; }
.cx-dealod-move-active .cx-dealod-panel{ display: block; }
.cx-dealod-move-active .cx-dealod-link {background: #d7d7d7; }
.cx-def-dealod-vert { font-size :20px; position: absolute; padding-top:35px; width: 20px;text-decoration: none;text-align:center;font-weight: bolder;}
.cx-dealod-panel dt.key-title, .cx-dealod-panel dt.vendor-name {font-size:1.5em; font-weight:bold; line-height:1.2em; text-align:center; height: 1.4em;
	overflow: hidden; width:100%; white-space:nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; }
.cx-dealod-panel dt.vendor-name{font-size:1.3em;}
.cx-dealod-panel dd.value-img{float:left; width:230px; height: 230px;text-align:center;}
.cx-def-deallod-key{float:left;	width:110px;text-align:right;padding:1px 2px 1px 2px;font-size:1.1em;}
.cx-def-deallod-val{float:left;	width:224px;text-align:left;padding:1px 2px 1px 2px;font-size:1.1em;}
.cx-def-deallod-but{float:left;	width:350px;text-align:center;padding:2px;padding-top:1.1em;}
.cx-def-deallod-desc{float:left; width:350px;height:60px;text-align:justify;padding:4px;padding-top:.5em;overflow:auto;}
.cx-def-deallod-cat{float:left; width:350px;text-align:justify;padding:4px;padding-top:.5em;}
/* -- End Deal of the day -- */

/*------------------------*/
/* help pages */

.cxft-help_content {
	font-size:1.2em;
	line-height:1.5em;
}

.cx-help-ordered_list {
		list-style-type:decimal;
		list-style-position: inside;
		font-size:1.2em;
		line-height:1.5em;
		padding-left:25px;
}

.cx-help-unordered_list {
		list-style-type:disc;
		list-style-position: inside;
		font-size:1.2em;
		line-height:1.5em;
		padding-left:25px;
}

.cx-help-unordered_list_circle {
		list-style-type:circle;
		list-style-position: inside;
		padding-left:25px;
}

/*------------------------*/
/* payment1.jsp, payment2.jsp */

#cx-pay1-prod_info {
	margin-top:10px;
}

#cx-pay1-prod_info dt{
	float:left;
	width:300px;
	padding-left:10px;
	font-size:1.2em;
	text-align:center;
	line-height:1.5em;
	font-weight:normal;
}

#cx-pay1-prod_info dd {
	padding-left:20px;
	float:left;
	width:450px;
	font-size:1.2em;
	font-weight:normal;
	line-height:1.5em
	}
	

/*------------------------*/
/* invoice.jsp*/

#cx-inv-pay_info {
  margin-top:10px;
}

#cx-inv-pay_info dt{
	float:left;
	width:300px;
	padding-left:10px;
	font-size:1.2em;
	text-align: left;
	line-height:1.5em;
	font-weight:bold;
	clear:left;
}

#cx-inv-pay_info dd {
	padding-left:20px;
	float:left;
	width:400px;
	font-size:1.2em;
	font-weight:normal;
	line-height:1.5em;
	}
/*------------------------*/
/* re-usable classes and ids */

#cxpl-content { /* used in the main content area if problem containing information inside colored area*/
	background-color:#eee;
	overflow:hidden;
}

#cxpl-textarea_form{
	line-height:1.5em;
}

	#cxpl-textarea_form dt {
		float:left;
		clear:left;
		text-align:right;
		width:10%;
		margin-right:20px;
		font-weight:bold;
	}
	#cxpl-textarea_form dd {
		float:left;
		clear: right;
		width:70%
	}
	
	#cxpl-textarea_form p {
		clear:both;
	}
.cxpl-review_box{
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	padding:10px;
	width:100%;
}

.cxpl-dotted_centered {
	margin:auto;
	border-top:1px dashed #CCC;
	border-bottom:1px dashed #CCC;
	margin-top:20px;
	margin-bottom:20px;
	overflow:hidden;
}

	.cxpl-dotted_centered th {
		text-align:right;
	}
	.cxpl-dotted_centered td  {
		padding-left:10px;
		text-align:left;
	}

.cxpl-general_table {
	margin-bottom:20px;
	width:100%;
	text-align:left;
	background-color: #FFFFFF;
}

	.cxpl-general_table th {
		background-color:#CCCCCC;
		padding:5px;
		padding-left:5px;
	}

	.cxpl-general_table td {
		border-bottom:1px solid #CCCCCC;
		padding:5px;
	}
	
.cxpl-header {
	font-size:1.5em;
	font-weight:bold;
	padding:10px;
	margin-bottom:10px;
	margin-top:10px;
	background: #fff;
	border:1px solid #ddd;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.cxpl-subheading {
	font-size:1.5em;
	margin-bottom:10px;
}

.cxpl-rightms {
	padding-right:5px;
}

.cxpl-bottomms{
	margin-bottom:10px;
}

.cxpl-topms{
	margin-top:10px;
}

.cxpl-hidden {
	display:none;
}

.cxpl-float-left {
	float:left;
}

.cxpl-nowrap {
	white-space:nowrap;
}

.cxal-center {
	margin:auto;
	text-align:center;
}

.cxal-right {
	margin:auto;
	text-align: right;
}

.cxal-left {
	margin:auto;
	text-align:left;
}

/*------------------------*/
/* font classes */

.cxft-small {
	font-size:1.0em;
}

.cxft-medium {
	font-size:1.2em;
}

.cxft-large {
	font-size:1.5em;
}

.cx-err-message {
	padding:10px;
	margin:auto;
	text-align:left;
        font-weight:bold;
        color: red;
}
/********************/
/**table rows for various priorities/multiples **/
tr.cx_d0 td {
	background-color: #EFEFEF; color: black; vertical-align: middle; height: 100px; 
}
tr.cx_d1 td {
	background-color: #FFFFFF; color: black; vertical-align: middle; height: 100px; 
}

tr.cx_priority30  td{
	background: #C7F4FE; vertical-align: middle; height: 90px;font-size: 10px;
}
tr.cx_priority20  td{
	background: #CCFFCC; vertical-align: middle; height: 100px; font-size: 10px;
}
tr.cx_priority10 td{
	background: #FFE680; vertical-align: middle; height: 100px; font-size: 10px;
}

.cx_red {
	color: red;
}

.cx_bold {
	font-weight:bold;
}

/********************************************************************************************/
/*** legacy.css ***/
tr.cx_headertr td {
	background-color: #CCCCCC; color: black; height: 40px; font-family: Tahoma, Arial; font-size: 9pt; font-weight: bold; vertical-align: middle; 
}

#cx_container, #cx_container1 {
	padding:25px;
}

#cx_container p, #cx_container1 p {
	margin-bottom:5px;
}

#cx_registration_info{
    font-family: Tahoma, Arial;
	font-size: 1.2em;
	background: #dceac5;
	/*line-height:1.5em;*/
	color:#000000;
	/*letter-spacing:-.03em;*/
	padding:10px;
	margin-left:350px;/*403px;*/
	position: absolute;
	/*width:350px;*/
}

.cxform_label {
      font-weight:        bold;
      color:              #000000; /*#007BDB; */
      vertical-align:     top;
      background-color:   #efefef;
    }

.cxform_item {
      /* border-bottom:      1px dotted #abcdef; */
      background-color:   #efefef;
      margin-bottom:      5px;
      padding:            5px;
      vertical-align: top;
  }

  .cx_certificate{
     width: 720px;
     border:  2px solid #000;
     text-align: left;
}
  .cx_certificate_inner{
     width: 700px;
     margin:  10px;
     text-align: left;
     line-height:1.5em; 
     font-size:1em;
    }	 
	
  .cx_spacer-div {
     line-height:0.9em;
    }	
	
/********************************************************************************************/
/********************************************************************************************/
/*** calendar widget ***/
/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #556;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #eef;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar .nav {
  background: #778 url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #fff;
  color: #000;
  padding: 2px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
  background: #778;
  color: #fff;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #bdf;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #556;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #a66;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color: #aaf;
  color: #000;
  border: 1px solid #04f;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background-color: #77c;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #456;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #bdf;
}

.calendar tbody .rowhilite td {
  background: #def;
}

.calendar tbody .rowhilite td.wn {
  background: #eef;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #def;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #cde;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #fff;
  color: #000;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #a66;
}

.calendar tbody td.today { /* Cell showing selected date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #556;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #fff;
  color: #445;
  border-top: 1px solid #556;
  padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #aaf;
  border: 1px solid #04f;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #77c;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #def;
  color: #000;
  font-size: 90%;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: #acf;
}

.calendar .combo .active {
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  background: #eef;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #f4f0e8;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #667;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}
/********************************************************************************************/
