/*
=================================================================================
WISEINTERNET APPLICATION DEVELOPMENT. ©2008 WISEINTERNET. WWW.WISEINTERNET.COM
All rights reserved. No unauthorised duplication. 
=================================================================================
*/

/*
	CSS STYLE NOTE:
	Lower case for html tag styles (html), camel case (DropDownList) for all other custom styles 
	Html elements first then list ID styles alphabetically with styles within the ID styles
	listed with HTML elements first followed by custom styles listed alphabetically
*/


/*
=================================================================================
WISEINTERNET APPLICATION DEVELOPMENT. ©2008 WISEINTERNET. WWW.WISEINTERNET.COM
All rights reserved. No unauthorised duplication. 
=================================================================================
*/ 

/* Horizontal Bar Styles */
#BarBlue
{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	padding-left: 8px;
	margin-bottom: 3px;
	background: #279cdf;
	height: 18px;
}
#BarGrey
{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	padding-left: 8px;
	margin-bottom: 3px;
	background: #5a5a5a;
	height: 18px;
}
#BarGrey span
{
	font-size: 12px;
}
#BarGrey a:link, #BarGrey a:visited
{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

/* Customer Account Styles */
#Account
{
	padding-top: 5px;
}
#Account div td
{
	height: 25px;
	border-bottom: 1px solid #ddd;
}
#Account a:link, #Account a:visited
{
	color: #0099cc;
	text-decoration: none;
}
#Account a:hover
{
	text-decoration: underline;
}
#Account td span
{
	font-size: 10px;
	color: #333333;
}
#Account td
{
	vertical-align: top;
}
/* Order Styles - Order.aspx */
#Order
{
}
#OrderTable
{
	position: relative;
	top: -10px;
}
#OrderTable table
{
	background: #fff;
	border-right: 2px solid #cccccc;
}
#OrderTable th
{
	background: #5a5a5a;
	color: #fff;
	border: 2px solid #cccccc;
	border-right: 0px solid #cccccc;
}
#OrderTable .White
{
	background: #ffffff;
	border: 2px solid #cccccc;
	border-right: 0px solid #cccccc;
	border-top: 0px solid #cccccc;
}
#OrderTable .Grey
{
	background: #eeeeee;
	border-left: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
}
/* Enquiry Form */

.EnquiryForm td 
{
    padding-right:20px;
}
.EnquiryForm div 
{
    margin-top:10px;
    margin-bottom:10px;
}
.EnquiryForm p 
{
    color:#253448;
    margin:0 auto;
    margin-bottom:5px;
    vertical-align:middle;
    text-align:right;
    font-size:11px;
    font-weight:bold;
}