/*
=================================================================================
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
*/
/* Manager Column Styles */
#Mgr
{
    padding-left:15px;
    padding-right:15px;
}
#Mgr .ColumnLeft
{
	float: left;
	width: 420px;
	margin-top: 5px;
	border-right: 1px solid #ccc;
	padding: 10px;
}
#Mgr #ColumnMidLeft
{
}
#Mgr #ColumnMid
{
}
#Mgr #ColumnMidRight
{
}
#Mgr .ColumnRight
{
	float: right;
	width: 230px;
	margin-top: 5px;
	padding: 10px;
}
#Mgr h1
{
}
#Mgr h2
{
}
#Mgr h3
{
}
#Mgr h4
{
	margin-left: 0px;
	margin-bottom: 10px;
	padding-left: 0px;
}
#Mgr p
{
	margin-left: 0px;
	margin-right: 0px;
}
/* Right Panel Control Styles - Manager */
#Mgr p.FormHead
{
}
#Mgr p.FormButton
{
	padding-left: 85px;
}
#Mgr p.Message
{
}
#Mgr .Button
{
}
#Mgr .CalendarPopup
{
}
#Mgr .Date
{
}
#Mgr .DropDownList
{
}
#Mgr .FileUpload
{
	width: 140px;
}
#Mgr .HeaderHeight
{
}
#Mgr .HyperLink
{
}
#Mgr .Label
{
	width: 80px;
}
#Mgr .LabelDefault
{
}
#Mgr .LabelError
{
}
#Mgr .TextBox
{
	width: 160px;
}
#Mgr .TextBoxNumeric
{
}
#Mgr .TextBoxQuantity
{
}
#Mgr .WebNumericEdit
{
}
#Mgr .WebTextEdit
{
	width: 140px;
}
/* css for ww:ErrorDisplay control */
#Mgr .errormessage
{
}
#Mgr .errordisplay
{
}
#Mgr .errordisplay hr
{
}
