body {
	font-family: Arial;
	font-size: 76%;
	line-height: 1.4em;
	color: #312e71;
	margin: 0;
	padding: 0;

}

#main-body {
	background: #F0F0F0;
}

img {
	border: 0;
}

h1
{
	/*color: #fa9722;*/
	font-size: 2.0em;
	text-decoration: none;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: .5em;
	line-height: 1.1em;
}

h2
{
	/*color: #fa9722;*/
	font-size: 1.5em;
	text-decoration: none;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: .5em;
}

/*-------[ Links ]-------*/

a
{
	color: #6561bc;
	text-decoration: none;
}

a:hover
{
	color: #312e71;
	text-decoration: none;
}

/*-------[ END Links ]-------*/


/*-------[ Messages ]-------*/

.error
{
	font-weight: bold;
	font-size: 1.1em;
	color: #CC0000;
	padding-top: 15px;
	margin: 0px 0px 15px;
	text-align: center;
}

.success
{
	font-weight: bold;
	font-size: 1.1em;
	color: #3AB331;
	padding-top: 15px;
	margin: 0px 0px 15px;
	text-align: center;
}

.success a
{
	color: #219318;
	font-weight: bold;
	text-decoration: underline;
}

.success a:hover
{
	color: #3CC531;
}

/*-------[ END Messages ]-------*/






/*---------[ Forms ]---------*/

form
{
	margin: 0px;
	padding: 0px;
}

label
{
	font-weight: bold;
	display: block;
	font-size: 0.9em;
	margin-top: 4px;
}

#input_label, .input_label
{
	font-weight: bold;
	font-size: 0.9em;
	padding-top: 4px;
	height: 16px;
	text-align: right;
	padding-right: 10px;
	float: left;
}

#input_field, .input_field
{
	float: left;
	height: 20px;
}

#input_container, .input_container
{
	height: 20px;
	margin-bottom: 10px;
}

.field, .field-nh {
	border: 1px solid #925c7c;
	color: #312e71;
	
}

.field:hover {
	border: 1px solid #ed1556;
}

.field:focus {
	border: 1px solid #ed1556;	
}

.highlight {
	border: 1px solid #ed1556;
}

#button-sub, #button-sub-ssl
{
	background: url(../images/button.png) no-repeat;
	width: 167px;
	height: 40px;
	margin-top: 20px;
	cursor: pointer;
}

#button-sub-text
{
	text-align: center;
	width: 143px;
	height: 40px;
	color: white;
	padding-top: 2px;
	font-weight: bold;
}

#button-sub-left, #button-sub-left-ssl
{
	background: url(../images/button-left.png) no-repeat;
	width: 167px;
	height: 40px;
	margin-top: 20px;
	cursor: pointer;

}

#button-sub-left-text
{
	text-align: center;
	width: 143px;
	height: 40px;
	color: #ed1556;
	padding-top: 2px;
	font-weight: bold;
	float: right;
}

/*---------[ END Forms ]---------*/


/*-------------------------------------
		Main layout
-------------------------------------*/

/*-------[ Page Layout ]-------*/

table {
	font-size: 1em;
}

#wrapper { /* content centering div */
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#complete-container
{
	width: 841px;
	margin: 20 auto;
	margin-bottom: 0px;
	text-align: center;
	position: relative;
}

#head-content
{
	width: 841px;
	height: 142px;
}

#content-border, #content-border-ssl
{
	width: 841px;
	background: url('../images/content-bg.png') repeat-y;
}

#content-menu
{
	border-bottom:  #5e7fe0 3px dotted;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#content-text
{
	text-align: left;
	width: 800px;
	margin: 0 20px;
	overflow: auto;
}

/*-----------[Start Booking Box]---------*/

#booking-container
{
	
}

#iframe_booking
{
	background: none;
}

#booking-box, #booking-box-ssl
{
	background: #ffffff url('../images/bb-bg-grad.jpg') repeat-x;
	background-position: bottom;
	margin-bottom: 10px;
}

#booking-box-title
{
	color: #ffffff;
	background: #312e71;
	font-weight: bold;
	font-size: 1.8em;
	height: 24px;
	padding-top: 3px;
	padding-left: 5px;
   	
}

#booking-box-content
{
	border-left: 1px solid #312e71;
	border-right: 1px solid #312e71;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	min-height: 160px;
	*height: 160px;
}

#booking-box-pink-text
{
	color: #312e71;
	font-size: 2.2em;
	font-weight: bold;
	padding-top: 20px;
	text-align: center;
}

#booking-box-pink-text p
{
	margin: 0px;
	padding: 0px;
}

#booking-box-bottom
{
	margin-top: -10px;
	position: relative;
}

#booking-box-corner-left, #booking-box-corner-left-ssl
{
	float: left;
	height: 10px;
	width: 9px;
	margin-top: -10px;
	background: url('../images/bb-bot-corner-left.png') no-repeat;
}

#booking-box-center
{
	margin-left: 9px;
	margin-right: 9px;
	border-bottom: 1px solid #312e71;
	height: 10px;
	*padding-bottom: -5px;
	position: relative;
}

#booking-box-corner-right, #booking-box-corner-right-ssl
{
	float: right;
	height: 10px;
	width: 9px;
	margin-top: -10px;
	background: url('../images/bb-bot-corner-right.png') no-repeat;
}
	
#booking-journey-type
{
	color: #312e71;
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 30px;
}


#footer-tag-line
{
	color: #abd600;
	display: none;
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	
	
}

/*-----------[End Booking Box]---------*/

/*-----------[Start Booking details]---------*/

#booking-details-container
{
	height: 340px;
	overflow: hidden;
}

/*-----------[End Booking details]---------*/



/*-------[ END Page Layout ]-------*/

/*------[ Orders ]------*/

#query-content {
}

div#admin-content {
	background: #FFFFFF;
	border: 1px solid #C6C6C6;
	padding: 10px;
}

#search #order div.clause, #search #order input, #search #order select
{
	display: inline;
	margin: 0px 2px;
}

#search #order div.clause
{
	vertical-align: middle;
}

#search #order input, #search #order select
{
	margin-bottom: 8px;
}

#search #order .submit
{
	display: block;
	margin: 14px 0px 12px;
	margin-top: 20px;
	cursor: pointer;
}

/*------[ END Orders ]------*/

/*------[ Query ]------*/

#query
{
	text-align: left;
	padding: 5px 5px 5px 5px;
}

fieldset#query-results
{
	padding: 0px 20px 5px 20px;
}

#query-count
{
	display: inline;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0px 10px 0px 0px;
}

#query-pagecount
{
	font-size: 0.8em;
	margin: 6px 0px 1px;
}

#query-resultstable
{
	font-size: 1em;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}

#query-resultstable td
{
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 2px 7px;
	background-color: #f3f3f3;
}

#query-resultstable td a
{
	display: block;
}

#query-resultstable td a:visited, #query-resultstable td a
{
	color: #000000;
}

#query-resultstable .title
{
	font-weight: bold;
	font-size: 1em;
	background-color: #eaeaea;
	color: #000000;
}

#query-pagination
{
	margin-top: 7px;
}

#query-resultsperpage
{
	font-size: 0.8em;
	margin-top: 2px;
}

/*------[ END Query ]------*/





/*---------[ Pagination Listings ]---------*/

#pagination
{
	color: #000000;
	text-decoration: none;
	text-align: right;
	margin-top: 0px;
	margin-right: 5px;
}

#pagination-nav
{
	margin-left: 15px;
	width: 135px;
	display: inline;
}

#pagination a
{
	text-decoration: none;
}

#pagination a:hover
{
	text-decoration: underline;
}

/*---------[ END Pagination Listing ]---------*/





/*-------[ Tree Items ]-------*/

div#category-item, .category-item, .product-item {
	width: 100%;
	font-size: 0.9em;
}

.category-item-name {
	border-bottom: 1px solid #E8E8E8;
	padding: 0px 0px 0px 3px;
}

.product-item-name {
	border-bottom: 1px solid #E8E8E8;
	padding: 0px 0px 0px 3px;
	background-color: #E0F8FE;
}

.product-item-edit {
	background-color: #E0F8FE;
}

.category-item img.tree, .product-item img.tree
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	vertical-align: bottom; 
}

.category-item-edit, .product-item-edit
{
	text-align: center;
	width: 30px;
	padding: 0px 4px;
	border-bottom: 1px solid #E8E8E8;
}

.category-item-edit a, .product-item-edit a
{
	display: block;
	margin-left: 8px;
}

.category-item-del, .product-item-del
{
	text-align: center;
	padding: 0px 4px 0px 4px;
	width: 30px;
	border-bottom: 1px solid #E8E8E8;
}

.category-item-del a, .product-item-del a
{
	display: block;
	margin-left: 8px;
}

.category-item img.del, .product-item img.del
{
	vertical-align: middle;
}

/*-------[ END Tree Items ]-------*/

/*---------[ Footer ]---------*/

#footer-container {
	width: 841px;
	margin: 2 auto;
	text-align: center;
	height: 50px;
}

#footer {
	margin-top: 2px;
	*margin-top: 0px;
	float: left;
	width: 841px;
	height: 30px;
}

#copy-container {
	float: left;
	font-size: 0.8em;
	color: silver;
	padding-left: 20px;
	padding-top: 5px;
}

#pjwd {
	padding-right: 20px;
	padding-top: 5px;
	float: right;
	font-size: 0.8em;
	color: silver;
}

#pjwd a {
	color: silver;
	font-weight: bold;
	text-decoration: none;
}

#pjwd a:hover {
	text-decoration: underline;
}

/*---------[ END Footer ]---------*/
#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 600px;
	text-align: center;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #b9c9fe url('../images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #b9c9fe url('../images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('../images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('../images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}

/*-------------------------------------
		END Main layout
-------------------------------------*/

