/* HTML Element styles specific to this project. */
* {	
	margin: 0;
	paddding: 0;
}

body 
{
	scrollbar-arrow-color: #6b829f;
	scrollbar-darkshadow-color: #DDD;
	scrollbar-base-color: #FFF;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
body,
html
{
	width: 100%;
	height: 100%;
}

body,
input,
textarea,
select,
p,
ul,
ol,
h1,
h2,
h3,
h4,
h5
{
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	word-wrap: break-word;
	color: #333;
	text-align: left;
	font: normal 11px/120% Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

th
{	
	vertical-align:	baseline;
}

td
{
	vertical-align:	top;
	padding: 3px 3px;
}
h1, 
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
}
h1
{
	margin: 0 0 15px;
	padding: 0;

} 
h2, 
h3
{
	margin: 0 0 10px;
	padding: 0;
}
h4, 
h5,
h6 {
	margin: 0 0 4px 0;
	padding: 0;
}
h1 {
	margin-top: 0;
}
h1 + h2 {
	margin-top: 0;
}
h1 + h3 {
	margin-top: 0;
}
h1 + h4 {
	margin-top: 0;
}
h3 + h4 {
	margin-top: 0;
}
h2 + h3 {
	margin-top: 0;
}
h1
{
	font-size: 16px;
}
h2
{
	font-size: 13px;
	display: block;
	background: url(../UserFiles/Image/Frame/arrow.gif) no-repeat top left;
	padding-left: 28px;
}
h3 {
	font-size: 12px;
}

h4
{
	font-size: 11px;
	color: #333;
}
h5
{
	font-size: 10px;

}
h6
{
	font-size: 10px;
	color: #333;
}

p
{
	margin-bottom: 8px;
}
ul, 
ol
{
	margin: 0;
	padding: 0;
}
ol
{
	padding-left: 25px;
}
li
{
	margin: 2px 0 4px 0;
	padding: 0;
	color: #333;
}
a
{
	outline: none;
	text-decoration: none;
	color: #6b829f;
}

a:link
{	
	
	text-decoration: underline;
}

a:visited
{	
	text-decoration: none;
}

a:active
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	color: #ed1c24;
}

ul>li
{
	list-style-type: none;
	background: url(../UserFiles/Image/Frame/Li.gif) no-repeat left 5px;
	padding-left: 15px;
}

ul ul>li
{
	list-style-type: none;
	background: url(../UserFiles/Image/Frame/LiLi.gif) no-repeat left 5px;
	padding-left: 11px;
}

ol>li
{
	list-style-type: decimal;
}

ol ol>li
{
	list-style-type: lower-alpha;
}

ol ol ol>li
{
	list-style-type: lower-roman;
}

small
{
	font-size:	11px;
}

big
{
	font-size:	16px;
}

blockquote,
pre
{	
	font-family:	Courier New, monospace;
}

hr
{
	color: #696969;
	width: 99%;
}

unknown
{
	display: block;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}









/* 
PAGE GENERATOR CLASSES
These styles are used by pages that are dynamically built by the page generator.
There are 4 types of pages created with the generator.  They are:
	-> Login Page where a user is asked for there login details (username and password),
	-> Forgot Login Page which is used when a user forgets there login and asks for their 
	   email address and sends there details to them.
	-> List page which returns a list of rows and allowing the user to select one or more to do operations on.
	-> Form page which is a page where the user can edit information and submit.
*/

/* All pages come in a <table>. */

.LoginTable,
.ForgotLoginTable,
.MenuTable,
.ListTable,
.FormTable
{
	width: 100%;
	vertical-align:top;
}


/* All pages have a <tr> which is set to the header row which contains the title of the page. */

.LoginHeaderRow,
.ForgotLoginHeaderRow,
.ListHeaderRow,
.FormHeaderRow
{
	font-weight: bold;
	font-size: 14px;
	background-color: #ed1c24;
	color: white;
	text-align: left;
}


/* List and Form pages have a <tr> which is set to the criteria row which describes how the page is filtered. */

.ListCriteriaRow,
.FormCriteriaRow
{
	color: rgb(181,161,64);
	text-align: left;
}



/* All pages have a <tr> which is set to the description row which contains the description of the page. */

.LoginDescriptionRow,
.ForgotLoginDescriptionRow,
.ListDescriptionRow,
.ListInstructionRow,
.FormDescriptionRow,
.FormInstructionRow
{
	text-align: left;
}



/* All pages have a <tr> which is set to the message row which contains any information, warning or error messages returned from a submit. */

.LoginMessageRow,
.ForgotLoginMessageRow,
.ListMessageRow,
.FormMessageRow
{
	font-size:smaller;
	text-align:center;
}

.InformationMessage
{
	color:Blue;
}

.WarningMessage
{
	color:Maroon;
}

.ErrorMessage
{
	color:Red;
}



/* List and Form pages have a <tr> which is set to the column header row which contains a title for each column. */

.ListColumnHeaderRow,
.FormColumnHeaderRow
{
	font-weight:bold;
	font-size:smaller;
}

.FormColumnHeaderRow
{
	display:none;
}



/* Form pages have a <tr> which is set to the category header row which contains a title for each category. */

.FormCategoryHeaderRow
{
	font-weight:bold;
	font-size:smaller;
}

.FormCategoryHeaderRow TD
{
	padding-top: 10px;
	padding-bottom: 5px;
	border-top-color: #ed1c24;
	border-top-style: solid;
	border-top-width: 3px;
}



/* All pages have multiple <tr>s which are set to the detail row which contains the details.
   The form and list have been broken down to odd and even rows which can be styled (perhaps different colors) so each row is distinguishable. */

.LoginDetailRow,
.ForgotLoginDetailRow,
.ListOddDetailRow,
.ListEvenDetailRow
{
	font-size:smaller;
}

.FormOddDetailRow,
.FormEvenDetailRow
{
}

.ListOddDetailRow
{
	background-color: #f7e1e1;
}

.ListEvenDetailRow
{
	background-color: #f6cbcd;
}



/* All pages except the list have multiple <td>s which are set to Name or Value cells 
   which contains the name (title) and value of the field in the detail row. Also, Name and Value cells
   may have be distinguished when a value is required. */

.LoginNameCell,
.ForgotLoginNameCell
{
	font-style: normal;
	font-weight: bold;
	width: 50%;
	text-align: right;
}

.LoginValueCell,
.ForgotLoginValueCell
{
	width:50%;
}

.FormNameCell, 
.FormNameCellWithRequiredValue
{
	width:25%;
	color: #373D18;
	padding: 2px;
	padding-right: 15px;
	margin: 1px;
	text-align: right;
	white-space: nowrap;
}

.FormNameCell a
{
	font-style:normal;
}

.FormNameCell .Information, 
.FormNameCellWithRequiredValue .Information
{
	float: right;
	margin-right: -15px;
	padding-left: 2px;
}

.FormNameCellWithRequiredValue .Required
{
	padding-right: 3px;
}

.FormValueCell,
.FormRequiredValueCell
{
	width:75%;
	padding: 2px;
	margin: 1px;
}

.LoginValueCell #UserName
{
	width:250px;
}

.LoginValueCell #Password
{
	width:100px;
}

.ForgotLoginValueCell #EmailAddress
{
	width:250px;
}



/* In a list page there a record selectors (checkboxes) and editor (more info) columns. */

.ListRecordSelectorCell,
.ListRecordEditorCell
{
	text-align:center;
}

.ListRecordSelectorCell
{
	width:22px;
}

.ListRecordEditorCell
{
	width:75px;
}

.ListRecordRankUpCell,
.ListRecordRankDownCell
{
	width: 10px;
}



/* The following are all the different types of values that can be visible in the form and list value cells. */

.ListItemCell,
.ListCollectionCell,
.ListForeignCollectionCell,
.ListLinkingForeignCollectionCell,
.ListTextCell,
.ListMultipleLineTextCell,
.ListHTMLCell,
.ListURLCell,
.ListWebAddressCell,
.ListFileURLCell,
.ListImageURLCell,
.ListEmailAddressCell,
.ListPasswordCell,
.ListDecimalCell,
.ListIDCell,
.ListDurationCell,
.ListRankingCell,
.ListMoneyCell,
.ListPercentageCell,
.ListEnumerationCell,
.ListDateTimeCell,
.ListBooleanCell,
.ListGroupCell
{
	width:auto;
}

.ListImageURLCell
{
	width: 80px;
	text-align: center;
}

.ListImageURLCell image
{
	width: 80px;
	text-align: center;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

.FormItemControl,
.FormCollectionControl,
.FormForeignCollectionControl,
.FormLinkingForeignCollectionControl,
.FormTextControl,
.FormMultipleLineTextControl,
.FormHTMLControl,
.FormURLControl,
.FormWebAddressControl,
.FormFileURLControl,
.FormImageURLControl,
.FormEmailAddressControl,
.FormPasswordControl,
.FormDecimalControl,
.FormIDControl,
.FormDurationControl,
.FormRankingControl,
.FormMoneyControl,
.FormPercentageControl,
.FormEnumerationControl,
.FormDateTimeControl,
.FormBooleanControl,
.FormGroupControl
{
	width:85%;
}

.FormLinkingForeignCollectionControl
{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(127,157,185);
	background-color:White;
	max-height: 120px;
	overflow: auto;
}
.FormLinkingForeignCollectionControl div
{
	height: 20px;
}
.FormLinkingForeignCollectionControl div input[type="checkbox"]
{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(127,157,185);
}
.FormLinkingForeignCollectionControl div span
{
	cursor: default;
}


/* HTML and MultipleLineText readonly values */
.FormValueCell .MultipleLineText
{
	max-height: 120px;
	overflow: auto;
	width: 85%;
	border: solid 1px;
	border-color: rgb(127,157,185);
}





/* Form pages have a <tr> which is set to the required message row which contains the required message for required fields. ie. All fields italicised are required.*/

.FormRequiredMessageRow
{
	font-size: 9px;
	text-align: center;
}



/* List pages have a <tr> which is set to the list page range row which contains the page and record ranges. ie. Page 2 of 9 : Records 20-40 of 175.*/

.ListPageRangeRow
{
	font-size: 9px;
	text-align: center;
}



/* All pages have a <tr> which is set to the command row which contains the commands (buttons) of the page. ie. Add New, Remove, Submit, Reset. */

.LoginCommandRow,
.ForgotLoginCommandRow,
.ListCommandRow,
.FormCommandRow
{
	text-align: center;
	vertical-align: middle;
	height: 30px;
}



/* All buttons used by the page generator. */

.ImageButton image
{
	border-style:none;
	vertical-align:middle;
	margin-left:3px;
	margin-right:3px;
	cursor: hand;	
}

a.TextButton,
input.TextButton
{
	display: inline-block;
	color: #333;
	white-space: nowrap;
	cursor: hand;
	width: auto;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	border: solid 1px #D70010;
	background: #F6CBCD url(../UserFiles/Image/Buttons/BtnBg.gif) no-repeat 2px center;
	line-height:14px;
	margin: 0px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 2px;
	padding-left: 17px;
	padding-right: 5px;
	vertical-align: middle;
}
a.TextButton:hover,
input.TextButton:hover
{
	color: #D70010;
}
input.TextButton
{
	padding: 0px;
	padding-left: 18px;
	text-align: left;
	width: auto;
}
.ListCommandRow a.TextButton,
.ListCommandRow input.TextButton,
.FormCommandRow a.TextButton,
.FormCommandRow input.TextButton
{
	margin: 3px;
}




/* Button on the drop down list */
.DropDown
{
	padding-right: 15px;
	background-image: url(../UserFiles/Image/Buttons/DropDown.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}
.DropDown:hover
{
	background-image: url(../UserFiles/Image/Buttons/DropDownOver.jpg);
}



/* The following is used on <span> tags and is used in a template to note that content is placed here. */

.Content
{
	display: block;
	height: 100%;
	width: 100%;
}





/* DON'T PRINT */

@media print
{
	.ListRecordSelectorCell,
	.ListRecordEditorCell,
	.ListMethodCell,
	.LoginCommandRow,
	.ForgotLoginCommandRow,
	.ListCommandRow,
	.FormCommandRow,
	.TextButton,
	.NoPrint
	{
		display:none;
	}
}








/* File Upload status bar */

#UploadDisplay
{
	width: 300px;
	height: 85px;
	display: block;
	position: absolute;
	top:  300px;
	left: 400px;
   	border: solid 1px gray;
  	padding: 20px;
	background-color: #f0f0f0;
	z-index: 1;
}

#UploadDisplayFrame
{
 	margin: 0px;
	border: 0px;
	padding: 0px;
 }

.UploadBarBody
{
	background-color: #f0f0f0;
}

.UploadProgressBar
{
	width: 99%;
}

.UploadHeading
{
	white-space: nowrap;
}

.UploadBar
{
	margin-top: 5px;
	width: 99%;
  	border: solid 1px #ed1c24;
	background-color:  White;
}

.UploadBarPercent
{
	background-color:  #ed1c24;
}

.UploadStatus
{
	margin-top: 5px;
	white-space: nowrap;
}

.UploadCancel
{
	margin-top: 10px;
	text-align: center;
}









/* Styles here are used to define the menu and its items and sub-menus. */

.Menu
{
	list-style: none;
	cursor: default;
	display: block;
	float: none;
}

.Menu .Line
{
	display: none;
}

.Menu .Line hr
{
	display: none;
}

.Menu .Item
{
	padding: 0;
	margin: 0;
	border-top: solid 1px #FFF;
	width: 240px;
	font-size: 13px;
	text-transform: uppercase;
	background: url(../UserFiles/Image/Frame/btnBg.gif) no-repeat;
	background-position: 0 0;
	color: #8c8b8b;
	line-height: 28px;
	display: block;
	float: none;
	position: relative;
}
.Menu .Item:hover
{
	background-position: 0 -28px;
	color: #cc151c;
}
.Menu .Item a
{	
	display: block;
	line-height: 28px;
	color: #8c8b8b;
	font-size: 13px;
	text-transform: uppercase;
	text-indent: 53px;
	text-decoration: none;
}


.Menu .Item a:hover,
.Menu .Item .Menu .Item a:hover,
.Menu .Item .Menu .Item .Menu .Item a:hover
{
	text-decoration: none;
	color: #cc151c;
}

.Menu .Item .Menu
{
	padding: 0;
	margin: 0;

}

.Menu .Item .Menu .Item
{
	border-top: solid 1px #FFF;
	font-size: 12px;
	background: url(../UserFiles/Image/Frame/btnBgLiLi.gif) no-repeat;
	background-position: 0 0;
	line-height: 18px;
	display: block;
	}
.Menu .Item .Menu .Item:hover,
.Menu .Item .Menu .Item .Menu .Item:hover
{
	background-position: 0 -18px;
	color: #cc151c;
}

.Menu .Item .Menu .Item .Menu .Item
{
	background: url(../UserFiles/Image/Frame/btnBgLiLiLi.gif) no-repeat;
	}
.Menu .Item .Menu .Item a
{	
	display: block;
	line-height: 18px;
	color: #8c8b8b;
	font-size: 12px;
	text-transform: uppercase;
	text-indent: 63px;
	text-decoration: none;
}
.Menu .Item.Administration,
.Menu .Item.Send,
.Menu .Item.Design,
.Menu .Item.Maintain
.Menu .Item.Define
{
	text-indent: 63px;
}
.Menu .Menu .Menu .Item a
{	
	text-indent: 73px;
}
.Menu .Item .Menu.Opened
{
	display: block;
	z-index: 100;
}

.Menu .Item .Menu.Closed
{
	display: block;
}
.Footer .Menu {
	float: none;
	height: 15px;
	line-height: 15px;
	width: auto;
	padding: 0;
	margin: 0;
}
.Footer .Menu .Item{
	float: left;
	font-size: 9px;
	color: #8c8b8b;
	text-align: right;
	background: none;
	border: none;
	text-indent: 0;
	height: 15px;
	line-height: 15px;
	width: auto;
	padding: 0 10px 0 0;
	margin: 0;
	text-transform: capitalize;

}
.Footer .Menu .Item a {
	font-size: 9px;
	color: #8c8b8b;
	background: none;
	height: 15px;
	line-height: 15px;
	width: auto;
	padding: 0;
	margin: 0;
	text-indent: 0;
}
.Footer .Menu .Item a:hover{
	color: #cc151c;
	padding: 0;
	text-indent: 0;
}

/* New class tags used */

.Object
{
	display: block;
	background-color: white;
	text-align: center;
	width: 100%;
}

.Property
{
	display: block;
	text-align: left;
	padding: 2px;
	width: 100%;
}

.Property .Name
{
	display: inline-block;
	width: 30%;
}

.Property .Value
{
	display: inline-block;
	width: auto;
}

.Property.Odd
{
	background-color: rgb(201,218,234);
}

.Property.Even
{
	background-color: rgb(168,188,197);
}

.Method
{
	border-left-style:none;
	border-right-style:none;
	border-top-style: solid;
	border-top-color: rgb(127,157,185);
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(127,157,185);
	border-bottom-width: 1px;
	vertical-align: middle;
	margin-left:7px;
	margin-right:7px;
	margin-top:2px;
	margin-bottom:2px;
	cursor: hand;
}

.Collection .Object
{
	display: block;
	width: 100%;
}

.Collection .Object.Odd,
.Collection .Object.Odd .Property.Odd,
.Collection .Object.Odd .Property.Even
{
	background-color: rgb(201,218,234);
}

.Collection .Object.Even,
.Collection .Object.Even .Property.Odd,
.Collection .Object.Even .Property.Even
{
	background-color: rgb(168,188,197);
}


/* Specific class tags */

.ProductCategory .Property
{
	display: inline;
}

.ProductCategory .Property .Name
{
	display: none;
}

.ProductCategory .Property .Value
{
	display: inline;
}

.ProductCategory .Property.Image
{
	z-index: 1;
	float: left;
}

.ProductCategory .Property.Image img
{
	border: none;
}

.ProductCategory .Property.Name
{
	z-index: 2;
	font-size: 20px;
}

.ProductCategory .Property.Description
{
	z-index: 3;
	font-size: 14px;
}

.ProductCategory .Property.Products
{
	z-index: 4;
	font-size: 14px;
}






/*Skin specific styles */

.Container {
	margin: 0;
	padding: 0 0 10px 0;
	background: url(../UserFiles/Image/Frame/bgPattern.gif);
	width: 100%;
	height: 100%;
	text-align: center;
}
	#ContainerPage {
		background: url(../UserFiles/Image/Frame/bgMiddle.gif);
		width: 955px;
		margin: auto;
	}
		#ContainerTop {
			background:url(../UserFiles/Image/Frame/bgTop.gif) no-repeat top left;
			width: 955px;
			float: left;
		}
			#ContainerBottom {
				background:url(../UserFiles/Image/Frame/bgBottom.gif) no-repeat bottom left;
				width: 904px;
				float: left;
				padding: 21px 26px 0 25px;
		}
				#ContainerDivider {
					background: url(../UserFiles/Image/Frame/borderVertical.gif) repeat-y;
					background-position: 241px 0;
					width: 904px;
					float: left;
					text-align: left;
			}

#leftColumn{
	float: left;
	width: 240px;
	padding-right: 3px;
	margin-right: 1px;
	display: inline;
}
#TopMenu {
	width:660px;
	height:233px;
	text-align: right;
	float: left;
	background: url(../UserFiles/Image/Frame/homeImg.jpg) no-repeat left 48px;
}

#MainMenu {
	background: url(../UserFiles/Image/Frame/borderHorizontal.gif) repeat-x top left;
	padding: 2px 0 0 0;
	float: left; 
	margin: 12px 0 20px 0;
	width: 240px;
}
#rightColumn{
	float: left;
	width: 660px;
}
.logo{
	background: url(../UserFiles/Image/Frame/logo.gif) no-repeat;
	background-position: 4px 38px;
	width: 241px;
	height: 110px;
}

.Footer {
	font-size: 9px;
	color: #8c8b8b;
	text-align: right;
	padding: 20px 0 0 0;
	width: 904px;
	height: 23px;
	clear: both;
}

.ClearBoth {
	clear: both;
	margin: 0;
	line-height: 0px;
	padding: 0;
	font-size: 0px;
	height: 0px;
}
.borderTop{
	background: url(../UserFiles/Image/Frame/borderHorizontal.gif) repeat-x top left;
	padding-top: 2px;
	float: left; 
	margin-top: 12px;
}
.leftFeatureBox{
	background: url(../UserFiles/Image/Frame/borderHorizontal.gif) repeat-x top left;
	padding-top: 2px;
}
.borderLeft{
	background: url(../UserFiles/Image/Frame/borderVertical.gif) repeat-y top left;
	padding-left: 2px;
}
.bodyText{
	padding: 20px;
}
#leftColumn .bodyTextBorderLeft {
	float: none;
}
.bodyTextBorderLeft{
	float: left;
	padding: 20px 0px 20px 20px;
	background: url(../UserFiles/Image/Frame/borderVertical.gif) repeat-y left top;
}

.redText{
	color: #ed1c24;
}
.topPageTab {
	color: #49545a;
	float: right;
	height: 36px;
	background: no-repeat;
	background-position: 12px 26px;
	display: block;
	padding: 24px 20px 0 29px;
}
#TopMenu .topPageTab a:link {
	text-decoration: none;
}
.imgAlignLeft{
	margin-right: 8px;
	margin-bottom: 10px;
	float: left;
}
.newsItem{
	margin-top: 5px;
	clear: both;
}
#clip{
	z-index: 50;
	position: relative;
	width: 0;
	height: 0;
	left: 800px;
	top: 90px;
}
#DevelopedBy {
	font-size: 9px;
	color: #8c8b8b;
	text-align: right;
	height: 15px;
	line-height: 15px;
	width: auto;
	padding: 10px 10px 0 0;
	margin: 0;
}
#FooterMenu {
	text-align: right;
	width: auto;
	float: right;
	height: 15px;
	line-height: 15px;
	width: auto;
	padding: 10px 0 0 0;
	margin: 0;
}
#ContentDiv{
	width: 620px;
	float: left;
	padding: 20px;
}
#EnquiryForm .Submit {
	background-color: #ed1c24;
	color: #FFFFFF;
	font-weight: bold;
}
#EnquiryForm .tdLeft p {
	text-align: right;
}
#EnquiryForm .trOdd
{
	background-color: #f7e1e1;
}

#EnquiryForm .trEven
{
	background-color: #f6cbcd;
}


.Note
{
	margin-bottom: 5px;
}
.Note .Date
{
	color: Navy;
	font-weight: bold;
}
.Note .Author
{
	font-style: italic;
}


@media print
{
	#leftColumn,
	#TopMenu,
	.Footer,
	#clip
	{
		display: none;
	}
	#rightColumn,
	#ContentDiv
	{
		width: 100%;
	}
}
