/* HTML Element styles specific to this project. */
* {	
	margin: 0;
	paddding: 0;
}

body 
{
	scrollbar-arrow-color: #ffffff;
	scrollbar-darkshadow-color: ##020167;
	scrollbar-base-color: #020167;
	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;
	color: #333;
	text-align: left;
	font: normal 12px/120% Arial, Helvetica, sans-serif;
}

th
{	
	vertical-align:	baseline;
}

td
{
	vertical-align:	top;
	padding: 3px 3px;
}
h1, 
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
h1
{
	margin: 0 0 15px;
	padding: 0;

} 
h2, 
h3
{
	margin: 20px 0 10px;
	padding: 0;
}
h4, 
h5
{
	margin: 17px 0 8px;
	padding: 0;
}
h6 {
	margin: 0 0 8px 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: 18px;
}
h2
{
	font-size: 16px;
}
h3 {
	font-size: 16px;
	color: #052399;
}

h4
{
	font-size: 14px;
}
h5
{
	color: #052399;
	font-size: 14px;
}
h6
{
	font-size: 12px;
}

p
{
	margin-bottom: 8px;
}
ul, 
ol
{
	margin: 0 0 8px 0;
	padding: 0;
}
li
{
	margin: 0 0 2px 15px;
	padding: 0;
}
a
{
	text-decoration: underline;
	color: #052399;
}

a:link
{	
	text-decoration: none;
	color: #052399;
}

a:visited
{	
	text-decoration: none;
}

a:active
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	color: #052399;
}

ul>li
{
	list-style-type: none;
	background: url(../UserFiles/Image/Frame/Li.gif) no-repeat left 5px;
	padding-left: 10px;
}

ul ul>li
{
	list-style-type: none;
	background: url(../UserFiles/Image/Frame/LiLi.gif) no-repeat left 5px;
	padding-left: 7px;
}
ul ul ul>li
{
	list-style-type: circle;
}

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: 10pt 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: #052399;
	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: #08086b;
	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: #ECECEC;
}

.ListEvenDetailRow
{
	background-color: #D2D2D2;
}



/* 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,
.LoginValueCell #Password
{
	width:150px;
}

.ForgotLoginValueCell #EmailAddress
{
	width:300px;
}



/* 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,
.ListStringCell,
.ListMultipleLineStringCell,
.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,
.FormStringControl,
.FormMultipleLineStringControl,
.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;
	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;
}


/* Form Value cells and the type of form controls that can exist. */

/*
.FormValueCell SELECT,
.FormValueCell INPUT,
.FormValueCell TEXTAREA,
.FormRequiredValueCell SELECT,
.FormRequiredValueCell INPUT,
.FormRequiredValueCell TEXTAREA
{
	width:100%;
}
*/



/* 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. */

/*
.LoginButton,
.SendLoginDetailsButton,
.SubmitButton,
.RemoveButton
{
	border-style:none;
	vertical-align:middle;
	margin-left:3px;
	margin-right:3px;
	cursor: hand;
	display: inline;

}
*/

.ImageButton image
{
	border-style:none;
	vertical-align:middle;
	margin-left:3px;
	margin-right:3px;
	cursor: hand;	
}

a.TextButton,
input.TextButton
{
	color: #FFFFFF;
	white-space: nowrap;
	cursor: hand;
	width: auto;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	border: solid 1px ##052399;
	background: #5B8BE0 url(../UserFiles/Image/Buttons/BtnBg.gif) no-repeat left center;
	line-height:12px;
	margin: 0px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 1px 5px 1px 15px;
	vertical-align: middle;
}
a.TextButton:hover,
input.TextButton:hover
{
	color: #FFF;
}
input.TextButton
{
	padding: 0px;
	padding-left: 16px;
	text-align: left;
	width: auto;
}


/* 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,
	.LoginCommandRow,
	.ForgotLoginCommandRow,
	.ListCommandRow,
	.FormCommandRow,
	.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 #08086b;
	background-color:  White;
}

.UploadBarPercent
{
	background-color:  #08086b;
}

.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;
}

.Menu .Line
{
	padding: 0;
	margin: 0;
}

.Menu .Line hr
{
	width:100%;
	display: none;
}

.Menu .Item
{
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
		background: url(../UserFiles/Image/Frame/Spacer.gif) none;
	list-style: url(../UserFiles/Image/Frame/Spacer.gif) none;
}

.Menu .Item a
{
	width: 100%;
	display: block;
}
.Menu .Item a:hover
{
	width: 100%;
	background: #FFFFFF;
	text-decoration: none;
}

.Menu .Item .Menu
{
	position: absolute;
	left: 233px;
	top: 0;
	padding: 0;
	margin: 0;
}

.Menu .Item .Menu.Opened
{
	display: block;
	z-index: 100;
}

.Menu .Item .Menu.Closed
{
	display: none;
}


/* HORIZONTAL MENU */

.Horizontal .Menu
{
	margin: 0;
	padding: 0;
	height: 20px;
	cursor: default;
}

.Horizontal .Menu .Line
{
	display:none;
}

.Horizontal .Menu .Line hr
{
	display: none;
}
.Horizontal .Menu .Item
{
	float: left;
	clear: none;
	color: #000;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	width: 114px;
	background-image: url(../UserFiles/Image/Frame/Spacer.gif);
	list-style: none;
}
li.Item {
	background-image: url(../UserFiles/Image/Frame/Spacer.gif);
}
.Horizontal .Menu .Item a
{
	display: block;
	text-decoration: none;
	color: #000;
}
.Horizontal .Menu .Item a:hover
{
	color: #FFF;
	background-color: Transparent;
}

.Horizontal .Menu .Menu
{
	position: absolute;
	left: 0;
	top: 19px;
	width: 115px;
	height: auto;
	margin: 0;
	padding: 0;
	line-height: 19px;
}

.Horizontal .Menu .Menu.Opened
{
	display: block;
}

.Horizontal .Menu .Menu.Closed
{
	display: none;
}

.Horizontal .Menu .Menu .Item
{
	display: block;
	font-size: 11px;
	line-height: 19px;
	background: url(../UserFiles/Image/Frame/Spacer.gif) #8fa4a9 no-repeat;
	border-bottom: solid 2px #e0e0e0;
	width: 115px;
	padding: 0;
	margin: 0;
}
.Horizontal .Menu .Menu .Item a
{
	display: block;
}
.Horizontal .Menu .Menu .Item a:hover
{
	color: #FFF;
}

.Horizontal .Menu .Menu .Menu
{
	position: absolute;
	/*left: 115px;*/
	left: -115px;
	top: 0px;
}

#FooterMenu.Horizontal .Menu
{
	margin: 0;
	padding: 0;
	height: 17px;
	cursor: default;
}

#FooterMenu.Horizontal .Menu .Item
{
	display: inline;
	width: auto;
	list-style: none;
	color: #FFFFFF;
	padding: 0 15px 0 0;
	line-height: 17px;
	background: url(../UserFiles/Image/Frame/Spacer.gif) no-repeat left center;
	font-size: 10px;
}

#FooterMenu.Horizontal .Menu .Item a
{
	display: inline;
	width: auto;
	text-decoration: none;
	color: #FFFFFF;
}
#FooterMenu.Horizontal .Menu .Item a:hover
{
	color: #FFF;
	background-color: Transparent;
}

#FooterMenu.Horizontal .Menu .Item:hover
{
	color: #FFF;
	background: url(../UserFiles/Image/Frame/Spacer.gif) no-repeat 3px center;
}


/* 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;
	width: 100%;
	height: 100%;
	text-align: center;
	float: none;
	background: #052399 url(../UserFiles/Image/Frame/Wallpaper.jpg) repeat-x left top;
}

#Wrapper {
	margin: 0 auto;
	padding: 0;
	width: 799px;
	float: none;
	background-color: #FFF;
}
#Header {
	height: 123px;
	width: 799px;
	text-align: right;
	background: url(../UserFiles/Image/Frame/Header.jpg) no-repeat;
}
#Menu {
	height: 20px;
	width: 799px;
	background: url(../UserFiles/Image/Frame/MenuBg.jpg) no-repeat;
}
#BAContent {
	width: 797px;
	text-align: left;
	padding: 0;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
#BAContentTop {
	width: 795px;
	padding: 0;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	height: 7px;
}
#BAContentTop.Home {
	background-image: url(../UserFiles/Image/Frame/BodyTopHome.gif);
	background-repeat: repeat-x;
}
#BAContentTop.About {
	background-image: url(../UserFiles/Image/Frame/BodyTopAbout.gif);
	background-repeat: repeat-x;
}
#BAContentTop.Admin {
	background-image: url(../UserFiles/Image/Frame/BodyTopAdmin.gif);
	background-repeat: repeat-x;
}
#BAContentTop.Loans {
	background-image: url(../UserFiles/Image/Frame/BodyTopLoans.gif);
	background-repeat: repeat-x;
}
#BAContentTop.ApplyNow {
	background-image: url(../UserFiles/Image/Frame/BodyTopApply.gif);
	background-repeat: repeat-x;
}
#BAContentTop.CustomerBooklet {
	background-image: url(../UserFiles/Image/Frame/BodyTopCustomerBooklet.gif);
	background-repeat: repeat-x;
}
#BAContentTop.Contact {
	background-image: url(../UserFiles/Image/Frame/BodyTopContact.gif);
	background-repeat: repeat-x;
}
#BAContentBtm {
	width: 767px;
	padding: 15px 15px 0;
}
#Footer {
	height: 15px;
	width: 769px;
	padding-right: 15px;
	padding-left: 15px;
	background: #052399;
}
#DevelopedBy {
	line-height: 15px;
	float: right;
	width: auto;
	padding-right: 15px;
	font-size: 10px;
	color: #FFFFFF;
}
#DevelopedBy a:link,
#DevelopedBy a:visited,
#DevelopedBy a:hover {
	color: #FFFFFF;
}

#FooterMenu {
	line-height: 15px;
	width: auto;
	float: left;
	text-align: left;
	padding-left: 15px;
}
.BigBlue {
	font-size: 14px;
	font-weight: bold;
	color: #052399;
}
#ApplyNow {
	width: 767px;
	margin: 0;
	padding: 0;
	border: 1px solid #000;
	clear: both;
}
#ApplyNow input {
	background-color: #EFEFEF;
	border: 1px solid #052399;
}
#ApplyNow input.ApplyNowBtn  {
	color: #FFFFFF;
	background-color: #052399;
	font-weight: bold;
	margin: 15px 0;
}
.trColAlt {
	background-color: #EEE;
}
.trCol {
	background-color: #DEDEDE;
}
.ClearBody {
	clear: both;
	line-height: 1px;
	padding: 15px 0 0;
	font-size: 1px;
	height: 1px;
}

