/*
=================================================================================
WISEINTERNET APPLICATION DEVELOPMENT. ©2007 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
*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, table, th, tr, td, form, a
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
}
body, html
{
	min-height: 100%;
	font-family: "Trebuchet MS" , Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px auto;
	background: #003770;
}
a:link
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	color: #253448;
	padding:0px;
}
a:hover, a:active
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	color: #fe7f00;
	padding:0px;
}
a:visited
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	color: #253448;
	padding:0px;
}
button
{
	color: #000;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 10px;
	cursor: pointer;
}
h1
{
	color: #253448;
	font-size: 21px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 2px;
	margin-bottom: 8px;
}
h1 img
{
	border: 1px solid #666666;
	position: relative;
	margin-top: -10px;
	margin-right: 5px;
	top: 7px;
	left: 0px;
}
h2
{
	color: #253448;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}
h2 a:link, h2 a:active, h2 a:visited
{
    color: #253448;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}
h2 a:hover
{
    color: #fe7f00;   
}
h3
{
	font-size: 14px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 0px;
}
h4
{
	color: #b1b1b1;
	margin-top: 0px;
	font-size: 16px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 100%;
}
h5
{
	font-size: 14px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 2px;
}
h6
{
	color: #666;
	font-size: 11px;
	font-weight: bold;
	margin-top: -2px;
	margin-left: 10px;
	margin-bottom: -14px;
}
hr
{
	height: 1px;
	color: #253448;
	border: 0px;
	border-top: 1px solid #253448; /* Firefox */
}
img
{
	border: none;
}
input
{
	color: #666;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px; /*IE*/
}
p
{
	margin: 0px 0px 10px 0px;	
}
select
{
	color: #666;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 11px; /*IE*/
}
textarea
{
	color: #666;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 11px; /*IE*/
}
/* General Styles */
.CurrencyCode
{
	font-size: 50%;
}
.CurrencySymbol
{
	font-size: 80%;
}
.Error
{
	color: Red;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
.Hidden
{
	height: 0px;
	visibility: hidden;
}
.Message
{
	color: Red;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
.Visible
{
	visibility: visible;
}
/* Base Structure Styles */
#Wrapper
{
	width: 966px;
	height: 100%;
	position: relative;
	margin: 0px auto;
	background: url(/App_Themes/Default/img/bg_wrapper.gif) repeat-y;
}
#Inner
{
	width: 952px;
	height: 100%;
	margin-left: 8px;
}
/* Header Styles */
#Header
{
	height: 142px;
	background: url(/App_Themes/Default/img/bg_header.jpg) no-repeat;
	position: relative;
}
#Header h1
{
	font-size: 21px;
	position: absolute;
	left: 180px;
	top: 16px;
	margin-top: 0px;
}
#HeaderContact
{
	position: absolute;
	right: 20px;
	top: 95px;
	text-align: right;
	width: 200px;
}
#HeaderContact p
{
	font-size: 21px;
	margin-top: 0px;
	margin-bottom: -5px;
}
#HeaderContact a:link, #HeaderContact a:visited
{
	font-size: 11px;
	text-decoration: none;
	color: #0099cc;
}
#HeaderContact a:hover
{
	text-decoration: underline;
}
#HeaderCurrency
{
	padding: 5px;
	position: absolute;
	right: 10px;
	top: 60px;
}
#HeaderLogo
{
	position: absolute;
	left: 40px;
	top: 20px;
}
#HeaderNavMgr
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	position: absolute;
	left: 185px;
	top: 44px;
}
#HeaderNavShp
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	width: 480px;
	position: absolute;
	left: 185px;
	top: 66px;
}
#HeaderPhone
{
	position: absolute;
	right: 20px;
	top: 45px;
	text-align: right;
	width: 200px;
}
#HeaderPhone p
{
	font-size: 21px;
	margin-top: 0px;
	margin-bottom: -5px;
}
#HeaderPhone a:link, #HeaderPhone a:visited
{
	font-size: 11px;
	text-decoration: none;
	color: #0099cc;
}
#HeaderPhone a:hover
{
	text-decoration: underline;
}
#HeaderSearch
{
	position: absolute;
	right: 34px;
	top: 7px;
}
#HeaderSearch p
{
	margin: 0 auto;
}
#Logo
{
	position: absolute;
	left: 25px;
	top: 18px;
}
/* Body Styles */
#Body
{
	height: auto !important;
	height: 600px;
	min-height: 588px;
	padding-top: 12px;
	background: url(/App_Themes/Default/img/bg_body.gif) repeat-x top #279cdf;
}
#ColumnLeft
{
	width: 220px;
	margin-left: 10px !important;
	margin-left: 5px;
	float: left;
}
#ColumnMidLeft
{
}
#ColumnMid
{
}
#ColumnMidRight
{
}
#ColumnRight
{
	width: 721px;
	height: auto !important;
	height: 520px;
	min-height: 520px;
	padding-bottom: 20px;
	border-left: 1px solid #8bbedb;
	border-bottom: 1px solid #1f88d4;
	background: #fff;
	float: right;
}
#Clear
{
	clear: both;
	height: 15px;
}
/* Home Page Specific Body Styles */
#BannerHome
{
	margin-bottom: 10px;
}
#BannerHome a
{
	padding: 0px;
}
#ColumnLeftHome
{
	width: 460px;
	float: left;
}
#ColumnMidLeftHome
{
}
#ColumnMidHome
{
}
#ColumnMidRightHome
{
}
#ColumnRightHome
{
	width: 460px;
	border-left: 1px solid #8bbedb;
	float: right;
}
#Home
{
	margin: 10px;
	margin-top: 0px;
}
/* Horizontal Bar Styles */
#BarHoriz1
{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	padding-left: 8px;
	margin-bottom: 3px;
	background: #279cdf;
	height: 18px;
}
#BarHoriz1 a:link, #BarHoriz1 a:visited
{
}
#BarHoriz1 a:hover
{
}
#BarHoriz2
{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	padding-left: 8px;
	margin-bottom: 3px;
	background: #5a5a5a;
	height: 18px;
}
#BarHoriz2 a:link, #BarHoriz2 a:visited
{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#BarHoriz2 a:hover
{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#BarHoriz2 span
{
	font-size: 12px;
}
#BarHoriz3
{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	padding-left: 8px;
	margin-bottom: 3px;
	background: #5a5a5a;
	height: 18px;
}
#BarHoriz3 a:link, #BarHoriz3 a:visited
{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#BarHoriz3 a:hover
{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#BarHorizPopup1, #BarHorizPopup1 td
{
	background: #009ddc;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1px;
	padding: 4px 5px 5px 8px;
	text-align: left;
}
#BarHorizPopup2, #BarHorizPopup2 td
{
	background: #5a5a5a;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1px;
	padding: 4px 5px 5px 8px;
	text-align: left;
}
#BarHorizWysiwyg1
{
	background: #009ddc;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1px;
	padding: 4px 5px 5px 8px;
	text-align: left;
}
#BarHorizWysiwyg2
{
	background: #5a5a5a;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1px;
	padding: 4px 5px 5px 8px;
	text-align: left;
}
/* Breadcrumb Styles */
#Breadcrumb
{
	color: #000;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#Breadcrumb a:link, #Breadcrumb a:visited, #Breadcrumb a:active
{
	text-decoration: none;
}
#Breadcrumb a:hover
{
	color: #fe7f00;
	text-decoration: none;
}
/* Footer Styles */
#Footer
{
	font-size: 10px;
	margin-left: 240px;
	padding-bottom: 15px;
	color: #fff;
	position: relative;
}
#Footer a:link, #Footer a:visited
{
	font-size:10px;
	color: #fff;
	text-decoration: none;
}
#Footer a:hover
{
	font-size:10px;
	color: #fff;
	text-decoration: underline;
}
#Footer img
{
	position: absolute;
	right: 10px;
	top: 0px;
}
#Footer p
{
	margin: 0px;
	margin-top: -5px;
}
#Base
{
	width: 981px;
	height: 60px;
	margin: 0px auto;
	background: url(/App_Themes/Default/img/bg_reflect.gif);
}
#Base div
{
	font-size: 10px;
	padding-top: 15px;
	text-align: center;
	color: #fff;
}
#Base div a:link, #Base div a:visited
{
	color: #fff;
	text-decoration: none;
}
#Base a:active, #Base a:hover
{
	color: #fff;
	text-decoration: underline;
}
#Base div a:hover
{
	color: #fff;
	text-decoration: underline;
}
/* Controls Style */
.Button
{
	color: #000;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 10px;
	cursor: pointer;
	width: 70px;
}
.Button50
{
	width: 50px;
	height: 22px;
	font-family: "Trebuchet MS" , Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #ffffff;
	background: url(/App_Themes/Default/img/bt_50.gif) no-repeat;
}
.Button60
{
	width: 60px;
	height: 22px;
	font-family: "Trebuchet MS" , Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #ffffff;
	background: url(/App_Themes/Default/img/bt_60.gif) no-repeat;
}
.Button70
{
	width: 70px;
	height: 22px;
	font-family: "Trebuchet MS" , Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #ffffff;
	background: url(/App_Themes/Default/img/bt_70.gif) no-repeat;
}
.Button80
{
	width: 80px;
	height: 22px;
	font-family: "Trebuchet MS" , Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #ffffff;
	background: url(/App_Themes/Default/img/bt_80.gif) no-repeat;
}
.Button90
{
	width: 90px;
	height: 22px;
	font-family: "Trebuchet MS" , Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #ffffff;
	background: url(/App_Themes/Default/img/bt_90.gif) no-repeat;
}
.Button100
{
	width: 100px;
	height: 22px;
	font-family: "Trebuchet MS" , Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #ffffff;
	background: url(/App_Themes/Default/img/bt_100.gif) no-repeat;
}
.Button110
{
	width: 110px;
	height: 22px;
	font-family: "Trebuchet MS" , Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #ffffff;
	background: url(/App_Themes/Default/img/bt_110.gif) no-repeat;
}
.Button120
{
	width: 120px;
	height: 22px;
	font-family: "Trebuchet MS" , Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #ffffff;
	background: url(/App_Themes/Default/img/bt_120.gif) no-repeat;
}
.CalendarPopup
{
	text-align: left;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
	height: 16px;
}
.Date
{
	background-color: #ececec;
	margin-top: 0px;
	padding-bottom: 2px;
	border-bottom: solid 1px #fff;
	margin-bottom: 0px;
}
.DropDownList
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	background:#ffffff !important;
}
.FileUpload
{
	text-align: left;
	background: #ffffff !important;
	border: 1px solid #ccc !important;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
	width: 190px;
	height: 18px;
	margin-top: 1px;
}
.HeaderHeight
{
	height: 0px;
}
.HyperLink
{
	text-decoration: none;
}
.Label
{
	width: 80px;
	float: left;
	text-align: left;
	color: #000;
	height: 16px;
	padding-top: 3px;
	padding-left: 5px;
}
.LabelDefault
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
}
.LabelError
{
	color: Red;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.Text, a
{
	text-align: left;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
	height: 16px;
	padding-top: 3px;
	padding-left: 5px;
}
.TextBox
{
	border: 1px solid #999999 !important;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	background:#ffffff !important;
}
.TextBoxNumeric
{
	text-align: right;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
}
.TextBoxQuantity
{
	text-align: right;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
}
.WebNumericEdit
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	text-align: right;
}
.WebTextEdit
{
	text-align: left;
	background: #ffffff !important;
	border: 1px solid #ccc !important;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
	width: 160px;
	height: 16px;
}
/* Customer Panel Styles */
#LoggedIn
{
	width: 215px;
	padding: 10px;
	padding-bottom: 13px;
	color: #fff;
	margin-bottom: 3px;
	background: url(/App_Themes/Default/img/bg_menu.gif) repeat-x #009ddc;
}
#LoggedIn p
{
	font-size: 14px;
	padding: 5px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#LoggedIn span
{
	font-size: 11px;
	font-weight: normal;
}
#LoggedIn a:link, #LoggedIn a:visited
{
	color: #fff;
	text-decoration: none;
}
#LoggedIn a:hover
{
	text-decoration: underline;
}
#LoggedIn .Login
{
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#LoggedInTop
{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	padding-left: 8px;
	margin-bottom: 3px;
	background: #009ddc;
}
#LoggedOut
{
	background: url(/App_Themes/Default/img/bg_login.gif) repeat-x #ffffff;
	padding: 5px;
	padding-bottom: 15px;
}
#LoggedOut a:link, #LoggedOut a:visited
{
	color: #666;
	text-decoration: none;
}
#LoggedOut a:hover
{
	color: #0099cc;
	text-decoration: underline;
}
#LoggedOutTop
{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	padding-left: 8px;
	margin-bottom: 3px;
	background: #009ddc;
}
/* Panel Styles */
.Panel
{
	background: url(/App_Themes/Default/img/bg_login.gif) repeat-x #ffffff;
	padding: 10px;
	color: #666666;
}
.Panel p
{
	color: #333;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 2px;
}
.Panel p span
{
	color: #0099cc;
}
.Panel span
{
	color: #333;
	font-weight: bold;
}
.Panel div
{
	margin-top: 5px;
	margin-left: 2px;
}
.Panel a:link, .Panel a:visited
{
	color: #0099cc;
	text-decoration: none;
}
.Panel a:hover
{
	color: #0099cc;
	text-decoration: underline;
}
/* Search Filter Styles */
#Filter td
{
	background: #e5e5e5;
	padding: 5px;
}
#Filter p
{
	margin-bottom: 4px;
	margin-left: 2px;
	margin-top: 0px;
}
/* DetailsView Styles */
#DetailsView
{
	margin-top: 0px;
	background-color: #fff;
}
#DetailsView td
{
	padding-left: 4px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 3px;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	vertical-align: top;
}
#DetailsView th a
{
	color: #fff;
}
#DetailsView .AlternatingRowStyle
{
	background-color: #f7f7f7;
}
#DetailsView .CellButtonStyle
{
	color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	cursor: pointer;
	width: 70px;
}
#DetailsView .CommandRowStyle
{
	padding-top: 3px;
	padding-bottom: 10px;
	text-align: right;
	background-color: #fff;
}
#DetailsView .CommandRowStyle td
{
	padding-bottom: 15px;
	text-align: right;
	background-color: #fff;
}
#DetailsView .EditRowStyle
{
	text-align: right;
	background-color: #fff;
}
#DetailsView .EmptyDataRowStyle
{
	color: Red;
	font-weight: bold;
}
#DetailsView .FooterStyle
{
	text-align: right;
	background-color: #fff;
}
#DetailsView .FrameStyle
{
	background-color: #fff;
}
#DetailsView .HeaderStyle, th
{
	height: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #009ddc;
	padding-left: 1px;
	border-bottom: solid 1px #fff;
}
#DetailsView .Pager
{
	font-weight: bold;
	color: #333;
}
#DetailsView .Pager a:link, #DetailsView .Pager a:active
{
	color: #333;
}
#DetailsView .Pager a:hover
{
	color: #ff6600;
}
#DetailsView .RowStyle
{
	background-color: #ececec;
}
/* DetailsView Control Styles */
#DetailsView .Button
{
	color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	cursor: pointer;
	width: 80px;
}
#DetailsView .CheckBox
{
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	height: 16px;
}
#DetailsView .CalendarPopup
{
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	height: 16px;
}
#DetailsView .Date
{
	background-color: #ececec;
	margin-top: 0px;
	padding-left: 5px;
	padding-bottom: 2px;
	border-bottom: solid 1px #fff;
	margin-bottom: 0px;
}
#DetailsView .DropDownList
{
	text-align: left;
	background: #ffffff !important;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	width: 150px;
	height: 18px;
	margin-top: 2px;
}
#DetailsView .FileUpload
{
	text-align: left;
	background: #ffffff !important;
	border: 1px solid #ccc !important;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	width: 200px;
	height: 18px;
	margin-top: 1px;
}
#DetailsView .HtmlEditor
{
	background-color: #fff;
}
#DetailsView .HtmlEditor p
{
	background-color: #fff;
	font-size: 11px; /*IE*/
	line-height: 140%;
	margin: 0;
	padding: 0;
}
#DetailsView .Label
{
	width: 145px;
	float: left;
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	height: 16px;
	padding-top: 3px;
	padding-left: 5px;
}
#DetailsView .Text, a
{
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	height: 16px;
	padding-top: 3px;
	padding-left: 5px;
}
#DetailsView .TextBox
{
	text-align: left;
	background: #ffffff !important;
	border: 1px solid #ccc !important;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	width: 200px;
	height: 16px;
}
#DetailsView .TextBoxNumeric
{
	text-align: right;
	background: #ffffff !important;
	border: 1px solid #ccc !important;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	width: 50px;
	height: 16px;
}
#DetailsView .WebTextEdit
{
	text-align: left;
	background: #ffffff !important;
	border: 1px solid #ccc !important;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	width: 250px;
	height: 16px;
}
/* Style for GridView */
#GridView
{
	margin-top: 0px;
	background-color: #fff;
}
#GridView th
{
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#GridView td
{
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 3px;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
#GridView .CellButtonStyle
{
	color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	cursor: pointer;
}
#GridView .FrameStyle
{
	background-color: #fff;
}
#GridView .HeaderStyle, th
{
	height: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #009ddc;
	padding-left: 1px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 5px;
	border-bottom: solid 1px #fff;
}
#GridView .Pager
{
	font-weight: bold;
	color: #333;
}
#GridView th a
{
	color: #fff;
}
#GridView .Pager a:link, #GridView .Pager a:active
{
	color: #333;
}
#GridView .Pager a:hover
{
	color: #009ddc;
}
#GridView .AlternatingRowStyle
{
	background-color: #f7f7f7;
}
#GridView .EmptyDataRowStyle
{
	color: Red;
	font-weight: bold;
}
#GridView .RowStyle
{
	background-color: #ececec;
}
#GridView .SelectedRowStyle
{
	background-color: #cccccc;
}
/* GridView Control Styles */
#GridView .Button
{
	color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	cursor: pointer;
	width: 70px;
}
#GridView .ButtonAlign
{
	padding-top: 3px;
}
#GridView .CheckBox
{
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	height: 16px;
}
#GridView .CalendarPopup
{
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	height: 16px;
}
#GridView .Date
{
	background-color: #ececec;
	margin-top: 0px;
	padding-left: 5px;
	padding-bottom: 2px;
	border-bottom: solid 1px #fff;
	margin-bottom: 0px;
}
#GridView .DropDownList
{
	text-align: left;
	background: #ffffff !important;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	width: 150px;
	height: 18px;
	margin-top: 2px;
}
#GridView .FileUpload
{
	text-align: left;
	background: #ffffff !important;
	border: 1px solid #ccc !important;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	width: 280px;
	height: 18px;
	margin-top: 1px;
}
#GridView .HtmlEditor
{
	background-color: #fff;
}
#GridView .HtmlEditor p
{
	background-color: #fff;
	font-size: 11px; /*IE*/
	line-height: 140%;
	margin: 0;
	padding: 0;
}
#GridView .Label
{
}
#GridView .Text, a
{
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	height: 16px;
	padding-top: 3px;
	padding-left: 5px;
}
#GridView .TextBox
{
	text-align: left;
	background: #ffffff !important;
	border: 1px solid #ccc !important;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	width: 200px;
	height: 16px;
}
#GridView .TextBoxNumeric
{
	text-align: right;
	background: #ffffff !important;
	border: 1px solid #ccc !important;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	width: 50px;
	height: 16px;
}
#GridView .WebTextEdit
{
	text-align: left;
	background: #ffffff !important;
	border: 1px solid #ccc !important;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	width: 250px;
	height: 16px;
}
/* Pager Styles */
.PagerContainerTable
{
	width: 100%;
}
.PagerInfoCell
{
	text-align: left;
}
.PagerInfoCell:link
{
}
.PagerInfoCell:visited
{
}
.PagerCurrentPageCell
{
	text-align: center;
	width: 10px;
}
.PagerOtherPageCells
{
	text-align: center;
	width: 10px;
}
.PagerSSCCells
{
	text-align: center;
	width: 10px;
}
.PagerHyperlinkStyle
{
}
.PagerHyperlinkStyle:hover
{
}
.PagerHyperlinkStyle:link
{
}
.PagerHyperlinkStyle:visited
{
}
.PagerHyperlinkStyle:active
{
}
/* Ajax UpdateProgress Panel */
#ProgressTemplate
{
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	width: 300px;
	height: 100px;
	text-align: center;
	filter: alpha (opacity=80);
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -150px;
	z-index: 1000;
}
#ProgressTemplate div
{
	margin-top: 40px;
	color: Blue;
}
/* ww:ErrorDisplay control styles */
#ErrorDisplay
{
	background-color: #fff8dc;
	border: solid 1px Maroon;
	color: Maroon;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 130%;
	margin: 10px;
	padding: 5px;
}
#ErrorDisplay a
{
	color: Maroon;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
}
#ErrorDisplay table
{
	padding: 0px;
}
#ErrorDisplay td
{
	padding: 3px;
	vertical-align: top;
}
#ErrorDisplay ul
{
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
}
#ErrorDisplay li
{
	margin-top: 2px;
	margin-left: 5px;
	display: block;
}
#ErrorDisplay div
{
	border-bottom: solid 1px Maroon;
	margin-bottom: 5px;
	width: 240px;
}
#ErrorDisplay .ErrorMessage
{
	font-weight: bold;
	color: Maroon;
}

