﻿body 
{
/*	background: #211D1C url(/serve/images/background.png) 50% 0 no-repeat; */
	margin: 0;
	font-family: Helvetica, Arial, FreeSans, sans-serif;
	font-size:13px;
	color: #292929;
	line-height: 1.15em;
	background-color: #cfcfcf
}
/* Header */
.header-top 
{ 
	background: url(/serve/images/header_bg.png) 0 0 repeat-x; 
	border-bottom: solid 1px #BDBCBB; 
	height: 130px;
	margin-top: 0px;
	margin-bottom: 15px;
}

.header-top-inner { 
	width: 963px; 
	margin-left: auto; 
	margin-right: auto; 
	}

.logo {
	padding-top: 50px;
	padding-left: 40px
}


.login {
	float:right; 
	margin-top: 10px;
	text-align: right;
	padding-right: 40px
	}
	
.login  a:link { 
	color:#df9c01; 
	text-decoration: underline
	}
.login  a:visited {
	color:#df9c01; 
	text-decoration: underline
	}
.login  a:hover {
	color:#df9c01; 
	text-decoration: underline
	}		
	
/*Company Tag Line*/	
.tagline {
	float:right; 
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #0c2457;
	text-align: right
	}	
	
/* General */
a:link { 
	color:#df9c01; 
	text-decoration: underline
	}
a:visited {
	color:#df9c01; 
	text-decoration: underline
	}
a:hover { 
	color:#df9c01;
	text-decoration: underline
	}

.base-text-box{
	color: #F5F5F5;
	}
.base-text-box a:link {
	color:#df9c01;
	text-decoration: underline
	} 
.base-text-box a:visited { 
	color:#df9c01; 
	text-decoration: underline
	}
.base-text-box a:hover { 
	color:#df9c01;
	text-decoration: underline 
}
	hr {
		color: #f5f5f5;
		height: 1px;
		width: 100%;
		margin-bottom: 20px;
		margin-top: 20px
	}
	
ul  {
	list-style-image:url("/serve/images/bullet.png");
	list-style-type:square;
	line-height: 15px
 }

ul .style2 {
	list-style-image:url("/serve/images/bullet2.png");
	list-style-type:square;
		line-height: 15px
 }	
ul  a:link { 
	color:#df9c01; 
	text-decoration: underline
	}
ul  a:visited {
	color:#df9c01; 
	text-decoration: underline
	}
ul  a:hover {
	color:#df9c01;
	text-decoration: underline
	}

/*Breadcrumbs*/
.breadcrumbs {
	font-size:12px; 
	color:#df9c01;
	padding-bottom: 5px;
	}
	
.breadcrumbs  a:link { 
	color:#df9c01; 
	text-decoration: underline
	}
.breadcrumbs  a:visited {
	color:#df9c01; 
	text-decoration: underline
	}
.breadcrumbs  a:hover {
	color:#df9c01;
	text-decoration: underline
	}	


/*Table Grids*/
.table-col-header-text {
	border-bottom:solid 1px #E3E3DB;
	padding-left:2px; 
	padding-right:4px;
	}
	
.table-cell-text { 
	border-bottom:solid 1px #E3E3DB; 
	padding-left:2px; 
	padding-right:4px; 
	background-color:#FFFFFF;
	}




/* Navigation Bar */
#menu-top 
	{
	background-color:#F5F5F5;
	border:solid 1px #CCCCCC;
	padding-left:16px;
	padding-right:16px;
	padding-top:10px;
	padding-bottom:10px;
	font-size: 13px;
	margin: 20px 20px 10px 20px; 
	}
#menu-top a:link { 
	color:#df9c01; 
	text-decoration: none
	}
#menu-top a:visited {
	color:#df9c01; 
	text-decoration: none
	}
#menu-top a:hover {
	color:#df9c01;
	text-decoration: underline
	}

#menu-top table
 {
	 width: 883px
		 }

	 
<!--Menu Table Cells-->
.menu1
{
	padding: 5px 5px 5px 0
}

.menu2
{
	padding: 5px
}	

.menu3
{
	padding: 5px 0 5px 175px
}

/* Main Body*/
.content-body, #content { 
    /* background-image: url(/serve/images/body_bg.png); */
    background-color: white;
    border:solid 1px #F5F5F5; 
    width: 963px; 
    margin-left: auto; 
    margin-right: auto;
    overflow: hidden;
}

.header-text
{
	color: #2b4e9f;
	line-height: 30px;
	font-size: 20px;
	margin-bottom: 3px;
	margin-top: 3px
}
.header-text2
{
	color: #df9c01;
	line-height: 30px;
	font-size: 20px;
	margin-bottom: 3px;
		margin-bottom: 3px;
}

/* Content Column */
.column-content
{ 
	background-color:#F5F5F5; 
	border-top:solid 1px #CCCCCC; 
	border-left:solid 1px #CCCCCC; 
	border-right:solid 1px #CCCCCC; 
	padding:20px;

}
/*yellow bg*/

.column-content-yl
{ 
	background-color: #f5e1b2;
	border:solid 1px #CCCCCC; 
	padding: 20px;

}

/*Column Floats*/
.left-col {
	float:left; 
	width:630px; 
	margin-bottom:20px;
	padding-left: 20px
}

.left-col-1 {
	float:left; 
	width:923px; 
	margin-bottom:20px;
	margin-left: 20px
}
.right-col {
	float:right; 
	width:265px; 
	margin-bottom:20px;
	margin-right: 20px
}

/*general table*/

.formtable {
}

.formdata {
	text-align:	left;
	vertical-align:	top;
	padding:	2px;
}

.formlabel {
	text-align:	right;
	vertical-align:	top;
	padding:	2px;
}

.formbuttons {
	text-align:	center;
	vertical-align:	top;
	padding:	2px;
}

/* Footer */


.footer
{
	background-image:url(/serve/images/footer_bg.png); 
	background-repeat: repeat-x;
	border:solid 1px #f6f4f1;
	width: 943px; 
	line-height: 40px; 
	margin-top: 15px;
	margin-left: auto; 
	margin-right: auto;
	padding-left: 20px;
	font-size: 11px;
}

.goleft {
	text-align:	left;
}

.goright {
	text-align:	right;
}

.gocenter {
	text-align:	center;
}

.gridtable {
	border-collapse:	collapse;
	margin:			5px;
}

.gridtable .gridrowlabel {
	border-bottom:	thin solid black;
	border-left:	none;
	border-right:	thin solid black;
	border-top:	thin solid black;
	text-align:	center;
	vertical-align:	top;
}

.gridtable .gridcollabel {
	border-bottom:	thin solid black;
	border-left:	thin solid black;
	border-right:	thin solid black;
	border-top:	none;
	text-align:	center;
	vertical-align:	bottom;
}

.gridtable .griddata {
	border:		thin solid black;
	text-align:	center;
	vertical-align:	top;
}

.noshow {
	visibility:	hidden;
	display:	none;
}

.gridrequire {
	color:		#33FF33;
}

.decisiontable {
	border-top:		thin solid black;
	margin-left:		10px;
	margin-right:		10px;
	border-collapse:	collapse;
}

.decisiontable .decisionbutton {
	text-align:	center;
	vertical-align:	top;
	width:		47%;
}

.decisiontable .decisionleft {
	text-align:	left;
	vertical-align:	top;
	width:		47%;
}

.decisiontable .decisionright {
	text-align:	left;
	vertical-align:	top;
	width:		47%;
}

.decisiontable .decisiongutter {
	width:		1px;
	border-left:	thin solid black;
}

.invoice-frame {
	width:		1000px;
	border:		none;
}

.invoice-head-seller {
	width:		700px;
}

.invoice-head.buyer {
	width:		245px;
}

.invoice-item-name {
}

.invoice-cash {
}

.tickettable {
	border-collapse:	collapse;
}

.ticketheader {
	background-color:	#CCCCCC;
	font-weight:		bold;
	border-bottom:		thin solid black;
	border-left:		thin solid black;
	border-right:		thin solid black;
	padding:		3px;
}

.ticketdata {
	border:			thin solid black;
	padding:		3px;
}

.ticketopen {
	color:			white;
	background-color:	red;
	text-align:		center;
	font-weight:		bold;
}

.ticketclosed {
	color:			black;
	background-color:	green;
	text-align:		center;
	font-weight:		bold;
}

.quotetable {
	border:			none;
	border-collapse:	collapsed;
	width:			75%;	
}

.quotetable td {
	border:			none;
}

.quotetable .quotedata {
	vertical-align:		top;
	text-align:		left;
}

.quotetable .quotelabel {
	vertical-align:		top;
	text-align:		left;
}

.quotetable .quotecash {
	vertical-align:		top;
	text-align:		right;
	font-weight:		bold;
	width:			150px;
}

.quotetable .quotepad {
	width:			20px;
}

.quotetable .quotesummary {
	text-align:		right;
	font-weight:		bold;
}

.product-types {
    float: left;
    width: 70%;
}
.basket {
    float: right;
    width: 30%;
}