/*PAGE LAYOUTS*/


body {
	background-color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#loading {
	background-image: url(../Images/loader.gif);
	background-position: center center;
	
	height: 200px;
	width: 800px;
	background-repeat: no-repeat;
	margin: auto;
}

#L2_Body_Region {
	width: 920px;
	height: 100%;
	height: auto;
 

	background-color: #F6F4F4;
	margin-left: auto;
	margin-right: auto;	
	padding: 0px;

	behavior: url(includes/border-radius.htc);
	border-radius: 10px;
	border-radius: 10px;	
	
	/*border: 1px solid #FF00FF;*/
}

#HeaderLogo {
	width: 880px;
	height: 200px;
	
	background-position: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	position:relative;
  
  /*border: 1px solid #FF00FF;*/
}

#header_image
{    
    position:absolute;
    left:0;
    top:10px;
}

#header_text
{
	z-index: 100;
	position: absolute;
	color: white;
	font-size: 22px;
	font-weight: bold;
	left: 350px;
	top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	text-align: center;
}

#L2_Body {
	width: 880px;
	height: 100%;
	padding-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #333333;
	line-height: 19px;
	margin-left: auto;
	margin-right: auto;	/*border: 1px solid #FF00FF;*/
}

#Footer {
	width: 880px;
	height: 50px;
	float: none;
	clear: both;
	text-align: center;
	font-family: Arial,Helvetica,Sans Serif;
	font-size: 12px;
	color: #333333;
	vertical-align: middle;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	
	/*border: 1px solid #FF00FF;*/
}

 #popup {
 	
	width: 90%;
	height: auto;
	background-color: #F6F4F4;
	margin-left: auto;
	margin-right: auto;	
	padding: 20px;
	

	behavior: url(includes/border-radius.htc);
	border-radius: 10px;
	border-radius: 10px;	
	
	/*border: 1px solid #FF00FF;*/
 }
 
 
/*FORM LAYOUTS*/

#entry_form
{
  width: 98%;
	margin-left: auto;
	margin-right: auto;
		    
    /*border: 1px solid #FF00FF;*/
}

#entry_form label
{
	float: left;
	text-align: right;
	margin-right: 10px;
	margin-top: 0px;
	width: 150px;
	padding: 3px;
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
}


#entry_form input[type=text]
{
	width: 250px;
	height:20px;    	
	border: 2px solid #ccc;
	padding:5px 8px;
}

#entry_form input[type=password]
{
	width: 250px;
	height:20px;    	
	border: 2px solid #ccc;
	padding:5px 8px;
}

#entry_form select
{
	border: 2px solid #ccc;
	height:40px;	
	padding:5px 8px;
	width: 250px;
	font-size:1em;
  line-height:27px;
	
	
}

#entry_form button {
	height:2.8em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;	

}

#entry_form button img {  
	margin-right: 5px;  
	vertical-align: middle;
	float:left;

} 

#entry_form .submit_button{
	color: #333333;
	background-color: #EBE7E7;
	border: 1px solid #999;
	
	margin-left:170px;
}

#entry_form button.submit_button:hover {
	color: #333333;
	background-color: #CCCCCC;
}

#entry_form .action_button{
	color: #333333;
	background-color: #EBE7E7;
	border: 1px solid #999;
}

#entry_form button.action_button:hover {
	color: #333333;
	background-color: #CCCCCC;
}


#entry_form .close_button{
	color: #333333;
	background-color: #EBE7E7;
	border: 1px solid #999;
}

#entry_form button.close_button:hover {
	color: #333333;
	background-color: #CCCCCC;
}

#entry_form br
{
	clear: left;
}

#entry_form .inserts
{
	padding: 3px;
	margin-left: 170px;
	width: 250px;
	clear: both;
	
	/*border: 1px solid #FF00FF;*/
	
	
}

#entry_form .form_instructions
{
	padding: 3px;
	margin-left: 170px;
	width: 250px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
		
	/*border: 1px solid #FF00FF;*/
}


#entry_form input.checkbox_styled_right {
	float: left;
	
	/*border: 1px solid #FF00FF;*/
}


.InputRequired {
	background-color: #FFFFCC;
 }
 
.InputCompletedRequired {
	background-color: #CDFECD;
 }
 
.InputCompletedNotRequired {
 	background-color: #CDFECD;
 }
 
.InputNull {
	background-color: #FFFFFF;
	
 }
 
 .InputRequired_radio {
	background-color: #FFFFCC;
	width: 250px;
	height: auto;
	border: 2px solid #ccc;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;	
 }
 
.InputCompletedRequired_radio{
	background-color: #CDFECD;
	width: 250px;
	height: auto;
	border: 2px solid #ccc;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;	
 }
 
.InputCompletedNotRequired_radio {
 	background-color: #CDFECD;
	width: 250px;
	height: auto;
	border: 2px solid #ccc;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;	
 }
 
.InputNull_radio {
  background-color: #FFFFFF;
	width: 250px;
	height: auto;
	
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;	
	
 }
 
 
 #total{
	margin-left:170px;
}

 
/*GRID TABLE LAYOUT*/


#gridH
{
	/*font-family: Arial,Helvetica,Sans Serif;font-size: 16px;*/
	background: #fff;
	border-collapse: collapse;
	text-align: left;
	width:100%;
}

#gridH th
{
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#gridH td
{
	border-bottom: 1px solid #ccc;
	color: #333333;
	padding: 6px 8px;
}
#gridH tbody tr:hover td
{
	font-weight: bold;
}


/*RADIO TABLE LAYOUT*/


#radio_table
{
	/*font-family: Arial,Helvetica,Sans Serif;font-size: 16px;*/
	border-collapse: collapse;
	text-align: left;
	
	/*border: 1px solid #FF00FF;*/	
}

/*CHECKBOX TABLE LAYOUT*/


#checkbox_table
{
	/*font-family: Arial,Helvetica,Sans Serif;font-size: 16px;*/
	border-collapse: collapse;
	text-align: left;
	padding-bottom:20px;	
	/*border: 1px solid #FF00FF;*/	
}


/*MESSAGE BOX LAYOUT*/

#text_message {
	font-weight: bold;
	color: #39F;
	background-color: #F0F0F0;	
	width: 40%;
	border: 1px solid #39F;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	margin-bottom: 10px;
	behavior: url(includes/border-radius.htc);
	border-radius: 10px;
	border-radius: 10px;
}

#text_message li{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 3px;	
	
}

/*ERROR LAYOUT*/

#text_message_error {
	font-weight: bold;
	color: #600;
	background-color: #F0F0F0;
	width: 40%;
	border: 1px solid #600;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	margin-bottom: 10px;
	behavior: url(includes/border-radius.htc);
	border-radius: 10px;
	border-radius: 10px;
}

#text_message_error li{
	display: block;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 3px;	
	padding-left: 0px;
	padding-right: 3px;		
	
}

/*EMAIL LAYOUT*/
.email_table {
	/*font-family: Arial,Helvetica,Sans Serif;font-size: 16px;*/
	width:100%;	
	color: #333333;	
	line-height: 17px;
	
	/*border: 1px solid #FF00FF;*/
}

.email_table {
	/*font-family: Arial,Helvetica,Sans Serif;font-size: 16px;*/
	font-size: 22px; 
	color: #333333; 
	font-weight: bold; 
	text-align:center;
}

.email_invoice {
	font-size: 26px;
	color: #333333;
	font-weight: bold;
	text-align:center;
}

.email_error {
	font-size: 26px;
	line-height: 26px;
	color:#900;
	font-weight: bold;
	text-align:center;
}

.email_special_message {
	font-size: 24px;
	line-height: 24px;
	color:#666666;
	font-weight: bold;
	text-align:center;
}


/*LANDING LAYOUT*/
#landing_actions
{
	/*border: 1px solid #FF00FF;*/
	height:100%;
}

#landing_actions button {
	height:3.5em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px;	

}

#landing_actions button img {  
	margin-right: 5px;  
	vertical-align: middle;
	float:left;

} 

#landing_actions .action_button{
	color: #333333;
	background-color: #EBE7E7;
	border: 1px solid #999;
}

#landing_actions .action_button:hover{
	color: #333333;
	background-color: #CCCCCC;
}


#landing_actions  br{
	clear: both;
}

/*TEXT STYLES*/
.text_header {
	font-size: 26px;
	color: #174057;
	line-height: 26px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

.text_invoice {
	font-size: 20px;
	color: red;
	line-height: 22px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

.text_smallsubhead {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	line-height: 19px;
}

.text_bodycopy {
	font-size: 16px;
	color: #333333;
	line-height: 17px;	
}


.text_largesubhead {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.text_bodycopy_small {

	font-size: 12px;
	color: #333333;
	line-height: normal;
}


/*OVERRIDES*/

.noborder
{
	border: 0px solid #ccc;
}


.text_error
{
	color: #F00;
}


.highlight_grey_on {
     background-color: #CCCCCC;
 }
 
.highlight_grey_off {
	background-color: #FFFFFF;
 }
 
.group_row {
	background-color: #333333;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 19px;
	
 }
 

/*TOOL TIP*/



.tooltip {
	cursor: help; text-decoration: none;
	position: relative;
}
.tooltip span {
	margin-left: -999em;
	position: absolute;
}

.tooltip:hover span {
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute; left: 1em; top: 2em; z-index: 99;
	margin-left: 0; width: 550px;
	padding: 10px;
}

.tooltip:hover span li {
	margin-left: 20px;
}
.tooltip:hover img {
	border: 0; margin: -10px 0 0 -55px;
	float: left; position: absolute;
}
.tooltip:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
	display: block; padding: 0.2em 0 0.6em 0;
}

* html a:hover { background: transparent; }
.classic {background: #F6F4F4; border: 1px solid #999999; }
.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
.help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.warning { background: #FFFFAA; border: 1px solid #FFAD33; }



/*REPORTS*/


#L2_Report {
	background-color: #FFFFFF;
	height: auto;
	width: 10in;
	padding: 5px;
}

.report_text {
	font-size: 10px;
	color: #000000;	
}
	
.report_selection{
	background-color: #EEEEE3;
	width: 85%;	
	border: 2px solid #666666;
	padding: 5px;
}


@media all {
	.page-break	{ display: none; }
	
	.reportHeader{ display: none; }
}

@media print {
	.page-break	{ display: block; page-break-before: always; }
	
	.reportHeader{ display: block; }
}


@media ASPPDF {
	.page-break	{ display: block; page-break-before: always; }
	
	.reportHeader{ display: block; }
	
	#L2_Report {
		background-color: #FFFFFF;
		height: auto;
		width: 10in;
		padding: 5px;
	}
	
	.report_text {
		font-size: 10px;
		color: #000000;	
	}	
}




.report_row{
	width:3%;
}

.report_id{
	width:5%;
}

.report_status{
	width:10%;
}

.report_name{
	width:20%;
}

.report_company{
	width:20%;
}

.report_phone{
	width:15%;
}

.report_account{
	width:27%;
}

.report_spacer{
	width:73%;
}

.report_booth{
	width:10%;
}

.report_exhibitor{
	width:90%;
}

.report_contact{
	width:20%;
	vertical-align: top;
}

.report_exhibitor{
	width:80%;
}

.report_fOrder{
	width:12%;

}

.report_fItem{
	width:20%;

}

.report_fPrice{
	width:10%;

}

.report_fPayment{
	width:39%;

}

.report_fHistory{
	width:22%;
}

.report_fPaymentDate{
	width:10%;
}

.report_fOrderDate{
	width:10%;
}

.report_fDebug{
	width:1%;
}


/*ADMIN STYLES*/

#admin_nav{
	padding: 2px;
	margin: 2px;
	width: 100%;
}

#admin_nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 4px;
	background-color: #EBE7E7;
	display: block;
	border: 2px solid #000000;
	margin: 4px;
	width: auto;
	color: #000000;
	text-decoration: none;
	float: left;
	height: auto;
}

#admin_nav a:hover {
	background-color: #CCCCCC;
}

.admin_section {
	border: 1px solid #666666;
	padding: 4px;
	width: auto;
	margin-top: 5px;
	margin-bottom: 10px;	
	behavior: url(includes/border-radius.htc);
	border-radius: 10px;
	border-radius: 10px;	
}
#admin_table {
	width: 100%;
	border-collapse:collapse;
	border:0px;		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
}

#admin_table th{
	background-color: #C0C0C0;
	text-align: left;
}

#admin_table th a{
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

#admin_table th a:hover{
	color: #000000;
}

#admin_table th a.Sorted {
	color: #000000;
 }
 
#paginationnav a{
	text-decoration: none;
	font-size: 14px;
	color: #666;
}

#paginationnav a:hover{
	color: #000000;
}

#paginationnav a.Sorted {
	color: #000000;
 }
 
 
#admin_table td{
	vertical-align: top;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

#admin_table tr{
	padding-top: 3px;
	padding-bottom: 3px;
	
}

#admin_table td a{
	text-decoration: underline;
	color: #000000;
}

.border_bottom {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #333;
}

#admin_searchbox {
	width: 100%;
	border-collapse:collapse;
	border:0px;		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
}

#admin_tabs{
	padding: 2px;
	margin: 2px;
	width: 100%;
}

#admin_tabs a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 4px;
	background-color: #EBE7E7;
	display: block;
	border: 1px solid #000000;
	width: auto;
	color: #000000;
	text-decoration: none;
	float: left;
	height: auto;
	margin-top: 10px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}

#admin_tabs a:hover {
	background-color: #CCCCCC;
}

/*NOT CHECKED*/



.SearchBox {
	background-color: #FFFFFF;
	width: 85%;
	border: 2px solid #666666;
}
.IDBox {
	background-color: #FFFFFF;
	width: 600px;
	border: 2px solid #666666;
	height: 170px;
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}






.text_footer {
	text-align: center;
	font-size: 10px;
	color: #333333;
	vertical-align: middle;
}

.text_debug {
	text-align: center;
	font-size: 13px;
	color: #333333;
	vertical-align: middle;
}




.text_tablehead {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}










.L2_Body_Thanks {
	float: left;
	width: 600px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}

.L2_Report {
	float: left;
	width: 820px;
	padding-top: 35px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-color: #FFFFFF;
}


.Login {
	padding: 10px;
	height: 200px;
	width: 400px;
	border: thin solid #666666;
	text-align: center;
	margin-left: 200px;
	position: relative;
	visibility: visible
	
}


.text_error {
	font-size: 16px;
	color: #990033;
	line-height: 17px;
}
.text_bodysmall {
	font-size: 9px;
	color: #333333;
	line-height: normal;
}

.text_fieldhead {
	font-size: 9px;
	color: #333333;
	font-weight: bold;
	line-height: normal;
}

.text_instruction {
	font-size: 12px;
	color: #333333;
	line-height: normal;
}

#CheckAllDiv {
	font-size: 9px;
	color: #333333;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

#checkallbox {
	font-size: 9px;
	color: #333333;
	line-height: normal;
	margin: 0px;
	padding: 0px;

}

.NavOn {
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.NavOff {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.NavOnLast {
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.NavOffLast {
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
.Navbar2 {
	background-color: #CCCCCC;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.NavLink {
	font-size: 16px;
	color: #bb9900;
	font-weight: bold;
}

.NavBar2Link {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

.NavBar2ButtonOff {
	float: left;
	height: 20px;
	width: 120px;
	margin-right: 20px;
	border: medium outset #FFFFFF;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	background-color: #F0F0F0;
}

.NavBar2ButtonOn {
	float: left;
	height: 20px;
	width: 120px;
	margin-right: 20px;
	border: medium inset #FFFFFF;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	background-color: #F0F0F0;
}
.link_header {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.SearchOn {
		font-size: 16px;
	color: #333333;
	font-weight: bold;
	background-color: #CCCCCC;
	text-align: center;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	padding-top: 10px;
}

.SearchOff {

	font-size: 16px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	height: 100%;
	width: 100%;	
	vertical-align: middle;
	padding-top: 10px;	
}
.UnitBox {
	background-color: #FFFFFF;
	width: 600px;
	border: 2px solid #666666;
	height: auto;
	padding: 3px;
	margin: 10px;
}
.stop {

	font-size: 22px;
	color: #FF0000;
	font-weight: bold;
}

.yield {


	font-size: 22px;
	color: #E5CF58;
	font-weight: bold;
}

.go {


	font-size: 22px;
	color: #00FF00;
	font-weight: bold;
}

.text_graphsmall {


	font-size: 4px;
	color: #333333;
	line-height: normal;
}

.text_graphlabel {

	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	line-height: normal;
	font-weight: bold;
}

.asterix {
	color: #f40000;
	
}



#grid
{

	font-size: 12px;
	background: #fff;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
}
#grid th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#grid td
{
	border-bottom: 1px solid #ccc;
	color: #333333;
	padding: 6px 8px;
}

	

 

#MessageBox {
	width:50%;
	z-index:1;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC3333;
	padding: 10px;
	border: thin solid #990000;
	margin: 10px;
}

#change a{
	background-image: url(../images/changebooth_off.gif);
	background-repeat: no-repeat;
	width: 181px;
	height: 25px;
	display: block;
}

#change a:hover{
	background-image: url(../images/changebooth_on.gif);
	background-repeat: no-repeat;
	width: 181px;
	height: 25px;
	display: block;
}

#edit a{
	background-image: url(../images/editorder_off.gif);
	background-repeat: no-repeat;
	width: 100px;
	height: 25px;
	display: block;
}

#edit a:hover{
	background-image: url(../images/editorder_on.gif);
	background-repeat: no-repeat;
	width: 100px;
	height: 25px;
	display: block;
}

.hiddentable {
	visibility: hidden;
	display: none;
}

.visibletable {
	visibility: visible;
	display: inline;
}

.ListType {
	background-color:#996666;
}

.debugging {
	font-size: 14px;
	color: #009966;
	background-color: #F0F0F0;
	padding: 10px;
	border: thin solid #666666;
	font-weight: bold;
	margin: 15px;
}

.underline {
	vertical-align: top;
	height: 80px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-left: 10px;
}

@media all {
	.page-break	{ display: none; }
}

@media print {
	.page-break	{ display: block; page-break-before: always; }
	.noprint {display:none !important;}
	.noshow {display:block !important;}	
}

.text_giantsubhead {
	font-family: Verdana, Arial;
	font-size: 28px;
	color: #333333;
	font-weight: bold;
}

.dhidden {
	right: 0px;
	top: 0px;
	position: absolute;
	float: right;
	z-index: 25;
	visibility: hidden;
}

.dvisible {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: Normal;
	height: auto;
	min-height: 200px;
	width: 200px;
	border: thin solid #CCCCCC;
	right: 30px;
	top: 30px;
	position: fixed;
	float: right;
	z-index: 25;
	visibility: visible;
	padding: 5px;
}

.itemname {
	padding: 0px;
	margin: 0px;

}







 
 #spacertable
 {
	height: 800px;
	width: 200px;
	
	border: 0px solid #ccc;
 }


