/*
=================================================================================
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
*/
html, body, ul, ol, li, p, table, th, tr, td, form, a
{
    font-family: "Trebuchet MS" , verdana, arial, sans-serif;
}
h1
{
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 9px;
	padding-left: 0px;
	line-height: 80%;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
}
h2
{
    font-family: "Trebuchet MS" , verdana, arial, sans-serif;
}
h3
{
   	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
}
h4
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	background: none;
	border-bottom: solid 1px #ccc;
	color: #333;
	font-size: 16px;
	height: auto;
	margin: 15px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
h5
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	margin: 6px 0px 3px 0px;
}
h6
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	border: 0px;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	margin: 12px 0px 2px 0px;
	padding: 0px;
}
body, html
{
	min-height: 100%;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px auto;
	background: #bcbcbc;
}
a:link
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 12px;
	padding: 0px;
	text-decoration: none;
}
a:hover, a:active
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 12px;
	padding: 0px;
}
a:visited
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 12px;
	padding: 0px;
}
button
{
	color: #000;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 10px;
	cursor: pointer;
}
hr
{
	height: 1px;
	color: #cccccc;
	border: 0px;
	border-top: 1px solid #cccccc; /* Firefox */
}
img
{
	border: none;
}
input
{
	color: #666;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 11px; /*IE*/
}
select
{
	color: #666;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-weight: normal;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 11px; /*IE*/
}
textarea
{
	color: #666;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-weight: normal;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 11px; /*IE*/
}
ul
{
	margin-top: 0px;
	margin-bottom: 10px;
}
/* General Styles */
.CurrencyCode
{
	font-size: 50%;
}
.CurrencySymbol
{
	font-size: 80%;
}
.Error
{
	color: Red;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-weight: bold;
	cursor: pointer;
}
.Message
{
	color: Red;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-weight: bold;
	cursor: pointer;
}
/* Base Structure Styles */
#Wrapper
{
	width: 981px;
	min-height: 100%;
	position: relative;
	margin: 0px auto;
	background: url(/App_Themes/Manager/img/bg_wrapper.gif) #fff;
}
#Inner
{
}
/* Header Styles */
#Header
{
	width: 941px;
	height: 87px;
	margin: 0 auto;
	position: relative;
	background: url(/App_Themes/Manager/img/bg_header.gif);
}
#HeaderContact
{
	color: #fff;
	font-size: 10px;
	position: absolute;
	top: 12px;
	right: 18px;
	text-align: right;
}
#HeaderContact span
{
	color: #99ccff;
}
#HeaderContact a:link, #headerContact a:visited
{
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}
#HeaderContact a:hover
{
	font-size: 10px;
	text-decoration: underline;
}
#HeaderCurrency
{
}
#HeaderLogo
{
	position: absolute;
	left: 19px;
	top: 16px;
}
#HeaderNavMgr
{
	width: 941px;
	height: 32px;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	margin: 0 auto;
	background: url(/App_Themes/Manager/img/bg_nav.gif);
}
#HeaderNavShp
{
}
#HeaderSearch
{
}
/* Body Styles */
#Body
{
	min-height: 400px;
	margin: 0 auto;
	margin-top: 1px;
	width: 939px;
}
#ColumnLeft
{
	width: 610px;
	float: left;
	padding: 15px;
	background: url(/App_Themes/Manager/img/bg_col_left.gif) repeat-x;
}
#ColumnMidLeft
{
}
#ColumnMid
{
}
#ColumnMidRight
{
}
#ColumnRight
{
	width: 297px;
	min-height: 400px;
	float: right;
	background: url(/App_Themes/Manager/img/bg_col_right.gif) repeat-x;
}
#Clear
{
	clear: both;
}
/* Home Page Specific Body Styles */
#BannerHome
{
}
#BannerHome a
{
}
#ColumnLeftHome
{
	width: 553px;
	float: left;
	padding: 15px;
	background: url(/App_Themes/Manager/img/bg_col_left.gif) repeat-x;
}
#ColumnMidLeftHome
{
}
#ColumnMidHome
{
}
#ColumnMidRightHome
{
}
#ColumnRightHome
{
	width: 319px;
	min-height: 400px;
	padding: 17px;
	padding-top: 0px;
	float: right;
	background: url(/App_Themes/Manager/img/bg_col_right.gif) repeat-x;
}
/* Horizontal Bar Styles */
#BarHoriz1
{
}
#BarHoriz1 a:link, #BarHoriz1 a:visited
{
}
#BarHoriz1 a:hover
{
}
#BarHoriz2
{
}
#BarHoriz2 a:link, #BarHoriz2 a:visited
{
}
#BarHoriz2 a:hover
{
}
#BarHoriz3 /* Refine Your Results, Change Currency headings */
{
    font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	height: 28px;
	padding: 12px;
	padding-bottom: 0px;
	padding-top: 6px;
	margin-bottom: 1px;
	margin-top: 0px;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	background: #333;
}
#BarHoriz3 a:link, #BarHoriz3 a:visited
{
}
#BarHoriz3 a:hover
{
}
#BarHorizPopup1
{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	padding-left: 8px;
	margin-bottom: 3px;
	background: #000066;
	height: 18px;
}
#BarHorizPopup1 a:link, #BarHorizPopup1 a:visited
{
}
#BarHorizPopup1 a:hover
{
}
#BarHorizPopup2
{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	padding-left: 8px;
	margin-bottom: 3px;
	background: #5a5a5a;
	height: 18px;
	text-align: left;
}
#BarHorizPopup2 a:link, #BarHorizPopup2 a:visited
{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#BarHorizPopup2 a:hover
{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#BarHorizWysiwyg1
{
	background: #333333;
	border: 0px !important;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 2px !important;
	padding: 5px 5px 5px 10px;
	text-align: left;
}
#BarHorizWysiwyg2
{
	background: #ff6633;
	border: 0px !important;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 2px !important;
	padding: 5px 5px 5px 10px;
	text-align: left;
}
/* Breadcrumb Styles */
#Breadcrumb
{
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	left: 12px;
	top: 38px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#Breadcrumb a:link, #Breadcrumb a:visited
{
	font-size: 10px;
	color: #73326f;
	text-decoration: none;
}
#Breadcrumb a:hover
{
	font-size: 10px;
	color: #73326f;
	text-decoration: none;
}
/* Footer Styles */
#Footer
{
	width: 941px;
	height: 51px;
	padding-top: 10px;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	color: #777;
	margin: 0 auto;
	text-align: center;
	position: relative;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #999;
	background: url(/App_Themes/Manager/img/bg_footer.gif) repeat-x;
}
#Footer p
{
	margin-top: -4px;
}
#Footer a:link, #Footer a:visited
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 10px;
	color: #777;
	text-decoration: none;
}
#Footer a:hover
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 10px;
	color: #777;
	text-decoration: underline;
}
#Base
{
}
#Base a:link, #Base a:visited
{
}
#Base a:active, #Base a:hover
{
}
/* Controls Style */
.Button
{
	color: #000;
    font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 10px;
	cursor: pointer;
	width: 70px;
}
.Button50
{
	width: 50px;
	height: 24px;
    font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #333;
	background: url(/App_Themes/Advertiser/img/bt_50.gif) no-repeat;
}
.Button60
{
	width: 60px;
	height: 24px;
    font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #333;
	background: url(/App_Themes/Advertiser/img/bt_60.gif) no-repeat;
}
.Button70
{
	width: 70px;
	height: 24px;
	padding-bottom: 1px;
    font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #333;
	background: url(/App_Themes/Advertiser/img/bt_70.gif) no-repeat;
}
.Button80
{
	width: 80px;
	height: 24px;
	padding-bottom: 1px;
    font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #333;
	background: url(/App_Themes/Advertiser/img/bt_80.gif) no-repeat;
}
.Button90
{
	width: 90px;
	height: 24px;
	padding-bottom: 1px;
    font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #333;
	background: url(/App_Themes/Advertiser/img/bt_90.gif) no-repeat;
}
.Button100
{
	width: 100px;
	height: 24px;
	padding-bottom: 1px;
    font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #333;
	background: url(/App_Themes/Advertiser/img/bt_100.gif) no-repeat;
}
.Button110
{
	width: 110px;
	height: 24px;
    font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #ffffff;
	background: url(/App_Themes/Advertiser/img/bt_110.gif) no-repeat;
}
.Button120
{
	width: 120px;
	height: 24px;
    font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #ffffff;
	background: url(/App_Themes/Advertiser/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;
}
.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;
}
.TextBox
{
    font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
}
.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;
}
/* 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: "Trebuchet MS" , verdana, arial, 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: #000066;
	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: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 10px;
	cursor: pointer;
	width: 80px;
}
#DetailsView .CheckBox
{
	text-align: left;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
	height: 16px;
}
#DetailsView .CalendarPopup
{
	text-align: left;
	font-family: "Trebuchet MS" , verdana, arial, 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: "Trebuchet MS" , verdana, arial, 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: "Trebuchet MS" , verdana, arial, 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: "Trebuchet MS" , verdana, arial, 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: "Trebuchet MS" , verdana, arial, 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: "Trebuchet MS" , verdana, arial, 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: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
	width: 250px;
	height: 16px;
}
.TextBox
{
	background: #ffffff !important;
	border: 1px solid #ccc !important;
}
/* 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: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 10px;
	cursor: pointer;
}
#GridView .FrameStyle
{
	background-color: #fff;
}
#GridView .HeaderStyle, th
{
	height: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #000066;
	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: #000066;
}
#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: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 10px;
	cursor: pointer;
	width: 70px;
}
#GridView .ButtonAlign
{
	padding-top: 3px;
}
#GridView .CheckBox
{
	text-align: left;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
	height: 16px;
}
#GridView .CalendarPopup
{
	text-align: left;
	font-family: "Trebuchet MS" , verdana, arial, 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: "Trebuchet MS" , verdana, arial, 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: "Trebuchet MS" , verdana, arial, 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 .TextBox
{
	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: 200px;
	height: 16px;
}
#GridView .TextBoxNumeric
{
	text-align: right;
	background: #ffffff !important;
	border: 1px solid #ccc !important;
	font-family: "Trebuchet MS" , verdana, arial, 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: "Trebuchet MS" , verdana, arial, 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;
}
/* Manager Column Styles */
#Mgr
{
	color: #333;
}
#Mgr h1
{
}
#Mgr h4
{
}
#Mgr h5
{
}
#Mgr h6
{
}
#Mgr p
{
	margin-left: 0px;
	margin-right: 0px;
}
#Mgr #ColumnLeft
{
	width: 610px;
	float: left;
	padding: 15px;
	background: url(/App_Themes/Manager/img/bg_col_left.gif) repeat-x;
}
#Mgr #ColumnMidLeft
{
}
#Mgr #ColumnMid
{
	float: left;
	width: 295px;
}
#Mgr #ColumnMidRight
{
	float: right;
	width: 295px;
}
#Mgr #ColumnRight
{
	width: 297px;
	min-height: 400px;
	float: right;
	background: url(/App_Themes/Manager/img/bg_col_right.gif) repeat-x;
}
/* Control Styles - Manager */
#Mgr #Form p
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	padding: 0px;
}
#Mgr #Form p.FormButton
{
	padding-left: 105px;
}
#Mgr p
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
#Mgr p.FormHead
{
}
#Mgr p.FormButton
{
	margin-left: 100px;
}
#Mgr p.Message
{
}
#Mgr .Button
{
}
#Mgr .CalendarPopup
{
}
#Mgr .Date
{
}
#Mgr .DropDownList
{
}
#Mgr .FileUpload
{
}
#Mgr .HeaderHeight
{
}
#Mgr .HyperLink
{
}
#Mgr .Label
{
	width: 100px;
}
#Mgr .LabelDefault
{
}
#Mgr .LabelError
{
}
#Mgr .Text, a
{
}
#Mgr .TextBox
{
	width: 180px;
}
#Mgr .TextBoxNumeric
{
}
#Mgr .TextBoxQuantity
{
}
#Mgr .WebNumericEdit
{
}
#Mgr .WebTextEdit
{
}
