@charset "utf-8";

/* CSS Document */
a:link {color: #339900;}
a:visited {color:#339900;}
a:active {color: #339900;}
a:hover {color: #336600; text-decoration: underline;}
a {text-decoration:none;}
/* general rules */
*{
padding:0px;
margin:0px;
}

* img{
border:none;
padding:0px;
margin:0px;
}
#main_content ul {
	text-indent: 10px;
}
* ul li{
list-style:none;
padding:0px;
margin:0px;
font-size: 0.8em;
}
.clearfix{
float:none;
clear:both;
}
body{
font-family:Arial, Helvetica, sans-serif;
font-size:100%;
text-align:left;
color:#333333;
}
h2 {
color: #666666;
font-size: 1.2em;
background: url(/images/dot.gif) bottom repeat-x;
margin-bottom: 6px;
}
h3 {
color: #999999;
font-size: 1em;
padding: 0 5px;
}
h4 {
color: #333333;
font-size: 0.9em;
padding: 5px;
}
p {
padding: 5px 5px;
font-size: 0.8em;
}
/* general rules */
.login_box {
width: 30%;
padding: 10px;
border: 1px solid #eeeeee;
margin-right: 10px;
}

/* home page begins here */
#wrap{
width: 100%;
text-align: left;
}
#header {
width: 98%;
height: 100px;
background: #FFFFFF;
float: left;
padding: 25px 1% 0 1%;
}
#header h1{
color: #339900;
float: left;
}
#header img{
float: right;
border: 1px solid #CCCCCC;
}
#info_bar {
background: url(/images/info_bar_bg.gif) repeat-x; 
height: 32px;
padding: 0 1%;
float: left;
width: 98%;
color: #FFFFFF;
padding-top: 2px;
}
.welcome_note {
text-align: right;
color: #000000;
font-size: 0.8em;
font-weight: bold;
}
.welcome_note em{
font-style: italic;
}
.welcome_note span{
color: #999999;
font-size: 10px;
}
#main_content {
padding: 0 1% 0 1%;
float: left;
width: 98%;
}
#footer {
padding: 1% 1%;
width: 98%;
float: left;
border-top: 8px solid #336600;
font-size: 0.7em;
margin-top: 10px;
}
#footer p{
float: left;
text-align: left;
}
#footer ul {
width: 100%;
display: block;
margin-bottom: 20px;
position:relative;
list-style:none;
font-family:Arial, Helvetica, sans-serif;
color: #339900;
float:right;
}
#footer ul li {
position:relative;
color: #339900;
float: right;
margin-right:8px;
}
#footer #sponsors {
width: 98%;
float: left;
text-align: left;
}
#footer #sponsors a {
float: left;
height: 110px;
width: auto;
border: 0;
vertical-align: middle;
margin: 5px;
}


#alert_panel {
background: #FFFF99;
border: 1px solid #FFCC00;
height: 66px;
width: 25%;
float: right;
padding: 2px;
margin-right: 20px;
color: #666666;
font-size: 0.8em;
}

/* USER HOMEPAGE */
#main_content #left_side {
width: 48%;
float: left;
}
#main_content #right_side {
width: 48%;
float: left;
}
#main_content #left_side_contacts {
width: 70%;
float: left;
}
#main_content #right_side_contacts {
width: 25%;
float: left;
margin-left: 1%;
}

#main_content #details {
float:left;
width: 48%;
padding: 0 1% 1% 0%;
}
#main_content #details ul {
position:relative;
width:auto;
font-family:Arial, Helvetica, sans-serif;
color: #339900;
float:left;
margin-top: 10px;
}
#main_content #details ul li{
position:relative;
text-align: center; 
font-size: 0.8em;
color: #FFFFFF;
float: left;
width: auto;
}
#main_content #details ul li a{
position:relative;
display:block;
background: url(/images/button_right.jpg) no-repeat top right;
height: 54px;
font-weight: bold; 
float: left;
}
#main_content #details ul li a span{
position:relative;
background: url(/images/button_left.jpg) no-repeat top left;
display:block;
line-height:4.0em;
text-decoration:none;
height: 54px;
padding: 0 10px;
float: left;
}
.image_border {
border: 1px solid #CCCCCC;
}

#your_images {
border: 1px solid #CCCCCC;
float: left;
padding: 3px;
width: 100%;
margin-bottom: 5px;
}
#your_images span{
float: left;
}


#main_content #details td {
padding: 3px;
border: 1px solid #CCCCCC;
}
#main_content #details td.no_bdr {
border: none;
}
.details_info {
font-size: 0.8em;
margin-bottom: 5px;
}
#main_content #yourdetails a.sub_exhib {
margin-left: 10px;
}





#main_content #todo {
background: url(/images/border_horz.gif) bottom repeat-x;
float: left;
width: 50%;
display: block;
}
#main_content #todo div.todo_wrap {
background: url(/images/border_vert.gif) left repeat-y;
padding-left: 2%;
padding-bottom: 2%;
}

#main_content #completed {
float: left;
width: 100%;
display: block;
padding: 0 0 1% 0;
font-size: 13px;
}


/* PREVIEW CAT ENTRY / YOUR DETAILS PAGE / LIST ENTRY PAGE */
#main_content #details_page {
width: 100%;
}

#main_content #details_page td{
padding: 3px;
border: 1px solid #CCCCCC;
}

#details_list {
margin-bottom: 10px;
display: none;
}
#details_list div{
float: left;
clear: left;
border: 1px solid #cccccc;
padding: 3px;
width: 100%;
margin-bottom: 10px;
}
#details_list img {
border: 1px solid #CCCCCC;
float: left;
margin-right: 3px;
}

#details_list ul.tabs {
float: left;
margin-top: 10px;
}
#details_list ul.tabs li{
float: left;
display: block;
width: auto;
padding: 3px 20px;
background: #EEEEEE;
font-weight: bold;
margin-right: 3px;
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-top: 1px solid #CCCCCC; 
}
#details_list #box1, #box2, #box3 {
display: none;
}
#box2 span{
width: 20%;
float: left;
border: 1px solid #CCCCCC;
padding: 1%;
margin-right: 1%;
margin-top: 1%;
}
#box2 a{
float: left;
}


#edit1, #edit2, #edit3 {
display: none;
float: right;
width: auto;
padding: 3px 20px;
background: #EEEEEE;
font-weight: bold;
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-top: 1px solid #CCCCCC; 
margin-top: 10px;
}
#edit_tab {
float: right;
display: block;
width: auto;
padding: 3px 20px;
background: #EEEEEE;
font-weight: bold;
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-top: 1px solid #CCCCCC; 
margin: 10px 2px -2px 0;
}

/*GENERAL FORM SETTINGS */
legend {
font-weight: bold;
color: #333333;
font-size: 1em;
}
fieldset {
padding: 1%;
clear: both;
}
label {
font-weight: bold;
color: #666666;
margin: 2px 0;
font-size: 0.9em;
}

table tr td label {
font-weight: bold;
color: #666666;
margin: 2px 0;
font-size: 12px;
}
input {
margin: 2px 0;
}
#details_page input, textarea {

}
.submit_button {
width: auto;
float: right;
}
/* SI ADDITIONS */
fieldset table {
	border:0px;
	margin:0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin:10px;
}

fieldset table tr {
	border:0px;
	margin:0px;
}

fieldset table tr td {
	padding:4px;
	margin:0px;
	font-size:0.8em;
}

fieldset table th {
	text-align: right;
	color: #666666;
	padding:4px;
	font-size:16px;
	font-weight: bold;
	background: #efefef;
}

fieldset fieldset {
	color: #006600;
	margin:0px;
	background: #fbfbfb;
}
fieldset fieldset legend {
	margin:0px;
	padding:0px;
}

fieldset input {
	border:1px solid #999999;
	background:#FFFFFF;
	font-size:14px;
	padding:2px;
}
fieldset input.radio_button {
	line-height: 12px;
	margin-right: 10px;
}
fieldset .cat_entry {
	border: none;
	background: none;
}

fieldset input[disabled] {
	background:#fff;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
}

fieldset textarea {
	height:120px;
	width:99%;
	font-size:14px;
	border:1px solid #999999;
	padding:2px;
}
.submited {
	font-size:10px;
}

form #details_edit table input, textarea {
width: 40%;
}
.paid { 
color: #339900;
}
.paid a{
color: #339900;
}
.unpaid { 
color: #FF0000;
}
.unpaid a{
color: #FF0000;
}
.unpaid a:hover{
color: #FF0000;
}
.unpaid a:active{
color: #FF0000;
}
.unpaid a:visited{
color: #FF0000;
}
.PAID {
color: green;
}
.UNPAID {
color: red;
}
.VOID {
font-style: italic;
}
.REFUND {
font-style: italic;
}

/* Item Form Styles */
.item_form fieldset table tr th {
text-align: center;
}
.item_form ol li {
  margin-left: 20px;
  margin-bottom: 10px;
}

td.item {
color: #494949;
}
td.item img {
float: left;
}
td.item p {
float: left;
font-size: 1em;
font-weight: bold;
width: 70%;
text-align: left;
}
td.item span {
float: left;
font-size: 0.9em;
width: 70%;
padding-left: 5px;
text-align: left;
}
td.item fieldset {
float: left;
width: 95%;
}

/* Entry Form Styles */
.entry_form fieldset {
border: 1px solid #c4c4c4;
}

.entry_form fieldset fieldset {
	color: #006600;
	background: #fbfbfb;
	border: 1px solid #EEEEEE;
}
.entry_form label {
	display: block;
	margin-top: 1em;
}
.entry_form p {
	padding: 10px 0px;
}
.entry_form fieldset ol {
	padding: 10px;
}
.entry_form fieldset ol li {
	list-style-position: inside;
	list-style: decimal;
	margin-left: 20px;
	font-size: 0.8em;
}
.entry_form fieldset ul {
	padding: 10px;
	text-align: left;
}
.entry_form fieldset ul li {
	list-style-position: inside;
	margin-left: 20px;
	font-size: 0.8em;
}
.entry_form .radio_entry label {
	float: left;
	display: block;
	clear: both;
}
.entry_form .radio_entry input {
	float: left;
	margin-right: 10px;
}
.entry_form .radio_entry p {
	clear: both;
}
table.timetable {
	border: 1px solid #a8a8a8;
}
table.timetable tr {
	text-align: center;
}
table.timetable th {
	padding: 0 5px;
	text-align: center;
	border: 1px solid #c3c3c3;
}
table.timetable td {
	border: 1px solid #c3c3c3;
}
table.timetable td.booked {
	background: #e5e5e5;
}
.entry_form .categories label {
	display: block;
	width: 50%;
	float: left;
	font-size: 0.8em;
	font-weight: normal;
	margin: 0;
	margin-bottom: 2px;
}
/*catalogue*/
.entry_form .visible {
	visibility: visible;
	height: auto;
}
.entry_form .hidden {
	visibility: hidden;
	height: 0px;
}

/* STEVE NEW STYLES */
#details table {
background: #eeeeee;
margin-bottom: 10px;
}
#details #completed table {
background: none;
text-align: left;
}
#details #completed table tr td {
border: none;
}
#details #billing {
margin-bottom: 10px;
}

#details #billing table {
background: none;
text-align: left;
float: left;
margin: 10px 0;
}
#details #billing table tr td {
border: none;
padding: 3px;
}
#details #billing table tr th {
background: #EEEEEE;
padding: 3px;
border-bottom: 1px solid #c0c0c0;
text-align: left;
}

#details table tr td {
font-size: 13px;
}
#todo table tr td {
font-size: 13px;
text-align: left; 
}
img.icon {
margin: 0 5px;
}


#full_details table{
background: #EEEEEE;
font-size: 13px;
}
#full_details td {
padding: 3px;
border: 1px solid #CCCCCC;
}
#main_content #full_details td.no_bdr {
border: none;
}


h2.h2_header {
background: url(/images/h2_left.jpg) top left no-repeat;
padding: 0px 0px 0px 16px; 
height: 32px;
}
h2.h2_header span {
background: url(/images/h2_right.jpg) top right no-repeat;
display: block;
}
h2.h2_header span span {
background: url(/images/h2_mid.jpg) top repeat-x;
padding: 5px 0;
margin-right: 16px;
}

/* collapse heading button */

a.box_tab {
background: url(/images/h2_left.jpg) top left no-repeat;
padding: 0px 0px 0px 16px; 
height: 32px;
float: left;
width: 98%;
color: #666666;
font-size: 1.2em;
font-weight: bold;
}
a.box_tab span {
background: url(/images/h2_right.jpg) top right no-repeat;
display: block;
}
a.box_tab span span {
background: url(/images/h2_mid.jpg) top repeat-x;
padding: 5px 0;
margin-right: 16px;
}
a:hover.box_tab {
text-decoration: none;
}
a.box_tab span span em {
font-size: 0.7em;
font-weight: normal;
}

em.deadline {
float: right;
color: #666666;
font-weight: bold;
padding: 3px;
background: #EEEEEE;
border: 1px solid #c0c0c0;
width: 200px;
text-align: center;
margin-bottom: 8px;
}

.invoice_price {
font-size: 14px;
font-weight: bold;
}
.CatTbl {
float: left;
}

.CatSample {
display: block;
padding: 5px;
float: left;
background: #eeeeee;
border: 1px solid #CCC;
margin: 10px;
}

#cat_interests fieldset div {
float: left;
width: 50%;
}

#cat_interests fieldset fieldset div {
float: left;
margin-bottom: 5px;
width: 50%;
}
#cat_interests fieldset fieldset div div{
float: left;
width: 100%;
}

.disclaimer {
font-size: 10px;
color: #666666;
}
#home_details {
margin-bottom: 10px;
}
.error_msg {
color: #FF0000;
font-size: 0.7em;
}
#other_interests {
display: none;
}
#error_wrap {
width: 100%;
}
#error_console {
height: auto;
width: 35%;
font-size: 0.8em;
background:#FFCCCC;
border:1px solid #FF9999;
color: #666666;
padding: 1%;
margin: 1%;
}
#error_console label {
font-size:1em;
font-weight:bold;
margin-bottom:3px;
float: left;
display: block;
width: 100%;
}
fieldset.error_border {
border: 1px solid #FF9999;
background: #FFCCCC;
}
input.error_border {
border: 1px solid #FF9999;
background: #FFCCCC;	
}
.error_border {
border: 1px solid #FF9999;
background: #FFCCCC;
padding: 3px;	
}
#sub_exhibs table tr td{
padding: 3px;
font-size: 0.8em;
}
#sub_exhibs table tr td label{
font-size: 1em;
}
.success_msg {
color: #006600;
font-size: 1em;
font-weight: bold;
}
#allocation_msg {
float: right;
width: auto;
padding: 3px;
background: #EEEEEE;
border: 1px solid #CCCCCC;
margin-bottom: 3px;
font-size: 0.8em;
}
table#badges tr td{
font-size: 0.8em;
}
tr.badge_head td{
background: #EEEEEE;
}
.red_txt {
color: #FF0000;
font-weight: bold;
}
#terms p{
font-weight: normal;
}
#order_summary {
display: none;
}
.surcharge {
color: #FF0000;
font-weight: bold;
}

/* CONTACTS Styles */

.contact {
width: 100%;
float: left;
border-bottom: 1px solid #CCCCCC;
margin-bottom: 1%;
}
.contact p {
font-size: 0.7em;
}
.contact .l {
float: left;
clear: left;
width: 39%;
padding-bottom: 10px;;
margin-right: 1%;
}
.contact .l h3 {
font-size: 1em;
font-weight: bold;
color: #006600;
}


.contact .r {
float: left;
clear: right;
width: 60%;
}

.contact .r dt {
font-weight: bold;
color: #666666;
font-size: 1em;
}
.contact .r .subtitle {
font-size: 0.9em;
font-weight: bold;
color: #666666;
}
.contact .r .contact_block {
float: left;
clear: left;
}
.contact .r .contact_block label {
display: block;
width: 100px;
float: left;
clear: left;
font-size: 0.9em;
font-weight: bold;
}
.contact .r .contact_block span {
display: block;
width: auto;
float: left;
clear: right;
}
.contact .r .contact_block a {
display: block;
width: auto;
float: left;
clear: right;
}


/* Slider Styles */

#vertical_slide {
background: #eeeeee;
padding: 5px;
border: 1px solid #CCC;
}
#vertical_slide ul li {
list-style: inside;
margin-left: 10px;
}
#show {
display: none;
}
#exhib_status {
background: #FFFF99;
border: 1px solid #FFCC00;
width: 45%;
float: left;
padding: 2px;
color: #666666;
font-size: 0.8em;
display: block;
clear: both;
}
.status_wide#exhib_status {
width: 100%;
}
#exhib_status label {
color: #996;
font-size: 10px;
}
#exhib_status input {
width: 70%;
}
#exhib_status ul li {
list-style: inside;
background: url(/images/bullet_red.png) no-repeat;
padding-left: 20px;
list-style: none;
line-height: 16px;
font-size: 11px;
}
#exhib_status ul li .date {
font-size: 10px; 
color: #666;
font-style: italic;
}


/* Upload */

#upload {
	
margin: 5px 0;
}
#upload .upload_links {
float: left;
font-size: 0.8em;	
}
#upload ul li {
font-size: 0.8em;
height: 24px;
line-height: 24px;
font-weight: bold;
text-indent: 28px;
background: url(/images/todo.png) left no-repeat;
margin: 8px 0;
}
#flashlink{
display: block;
float: right;
background: #FFFF99;
border: 1px solid #FFCC00;
padding: 3px;
}
#flashlink ul li {
font-size: 1em;
list-style: inside;
background: url(/images/bullet_red.png) no-repeat;
padding-left: 20px;
list-style: none;
line-height: 16px;
font-size: 11px;
}

#emirates {
display: block;
margin-top: 10px;
border: none;
width: 100%;
}
#ie6{
padding: 5px;
border: 1px solid #eeeeee;
color: #808080;
margin-top: 10px;
float: left;
}
span.add_address {
	margin-left: 10px;
	font-size: 0.8em;
}

