
body
{
    /*font-family: Tahoma, Calibri, Arial, Sans-Serif;
    font-size: .8em;*/
    font-family: Arial, Sans-Serif;
	font-size: .75em;
    /* This is the grey colour used in the galilee logo */
    color:  #404040;/*#9A8B83;*/
    /*header backgroup image, logo will sit over the top */
    background-image: url('../images/header_bg.jpg');
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
}

h1, h2, h3
{
    /* This is the dark red/maroon colour used in the galilee logo */
    color: #9F0024;
}

h1
{
    font-size: 1.5em;
    font-weight: bold;
}

h2
{
    font-size: 1.2em;
    font-weight: bold;
}

h3
{
    font-size: 1em;
    font-weight: bold;
}

.PageContainer
{
    
    margin: 0px;
    padding: 0px;
}

.Header
{
    margin-top: 0px;
    margin-bottom: 25px;
    text-align: center;
}

ul.TopNav
{ 
    /* using a negative margin so that the nav items will appear in the grey section of the header image */
    list-style: none;
    margin-top: -40px;
    margin-left: 95px;
}

ul.TopNav li
{
    display: inline;
}

ul.TopNav a
{
    font-size: 1.2em;
    padding: 5px 15px 5px 15px;
    color: White;
    text-decoration: none;
}

ul.TopNav a:hover
{
    color: #9F0024;
}

ul.TopNav a.Selected
{
    color: #9F0024;
}

.Content
{
    margin: auto;
    width: 900px;
}

.ImageBox
{
    /* frames the main image on each page */
    margin: 10px;
    padding: 5px;
    float: left;
    border: solid 1px black;
    width: 655px;
    height: 218px;            
}
.ImageBox1
{
    /* frames the main image on each page */
    margin: 10px;
    padding: 5px;
    float: left;
    border: solid 1px black;
    width: 655px;
    height: 218px;            
}
.ImageDiv
{
	position:relative;		
	width:100%;
	z-index:-1;
}
.ImageBox1 img
{
	padding: 5px;	
	position:relative;		
	z-index:0;
}
.OverTopBg
{
	background-color:#000000;
	height:218px;
	opacity:0.5;
	filter: alpha(opacity = 50);
	position:absolute;
	right:5px;
	top:5px;
	width:220px;	
	z-index:0;
}
.OverTopLink
{
	display:block;
	height:218px;	
	position:absolute;
	right:5px;
	top:5px;
	width:655px;	
	z-index:100;	
}
.ImageDescription
{	
	height:224px;
	overflow:hidden;
	padding: 10px 10px 15px 15px;
	position:absolute;
	right:0;
	top:0;
	width:200px;
	z-index:0;	
}
.ImageDescription p
{
	color:#FFFFFF !important;
	font-size:1.4em !important;
	font-family:Arial,Helvetica,sans-serif;
	font-style:italic;	
}

.GoldLoginBorder
{
    margin-top: 10px;
    padding: 5px;
    float: right;
    border: solid 1px black;
    width: 200px;
    height: 218px;
}

.GoldLogin
{
    padding: 5px;
    width: 190px;
    height: 208px;
    color: White;
    background-color: Black;
    border-width: 0px;
}

.GoldLogin p
{
    margin: 5px 0px 5px 0px;
}

.GoldLogin #Username, #Password
{
    width: 180px;   
}

.GoldLogin #Submit
{
    background-color: Black;
    color: White;
    border: solid 1px White;
/*    margin-left: 123px;*/
}

.MainBorder
{
    margin: 10px;
    padding: 5px;
    clear: both;
    border: solid 1px black;
    width: 877px;
    overflow: hidden;
}

.Main
{
    margin: 0px;
    padding: 5px;
    background-image: url('../images/grey_fade.jpg');
    background-repeat: repeat-x;    
}

.PageText
{
    margin-left: 210px;
}
.SmallMargin
{
    margin-left: 10px !important;
}
.ClearFloats
{
    clear: both;
}

.Footer
{
    margin: 15px 10px 0 10px;
    padding: 5px;
    font-size: .9em;
    border-top: solid 1px black;
    width: 877px;
}

.Footer a
{
    text-decoration: none;
    /*color: #9A8B83;*/
	color: Black;
}

.Locations
{
    float: right;
    margin: 0px;
    padding: 0px;   
}

.Locations ul
{
    list-style: none;
    margin: 0px;
}

.Locations ul li
{
    display: inline;
}
.AusMapLocations
{
    float: right;
    width: 300px;
    border-left: dashed 1px #9A8B83;
    padding: 0px 10px 10px 10px;
    margin: 2px;
    text-align: center;
}
.LatestNews
{
    float: right;
    width: 350px;
    border-left: dashed 1px #9A8B83;
    padding: 0px 10px 10px 10px;
    margin: 0px;
}

.LatestNews p
{
    border-bottom: solid 1px #9A8B83;
    padding-bottom: 10px;
}

.NewsItem
{
    color: #9F0024;
    display: block;
    margin-bottom: 10px;
}
.StandOut
{
    font-size: 1.3em;
}
.Links
{
    float: left;
    width: 200px;
    margin: 0px 10px 0px 0px;
}

.Links ul
{
    list-style: none;
    margin: 0px 30px 0px 0px;
    padding: 0px;
}

.Links li
{
    padding: 5px;
    border-bottom: dotted 1px #9A8B83;
}

.Links a
{
    text-decoration: none;
    /*color: #9A8B83;*/
	color: Black
}

.Links a:hover
{
   color: #9F0024;
   font-weight: bold;
}

.DottedLine
{
    margin: 0px 10px 0px 10;
    border-bottom: dotted 1px #9A8B83;   
}

#AusMap
{
    float: right;
    margin-right: 100px;
    border-width: 0px; 
}

.OfficeDetails
{
    position: absolute;
    background-image: url('../images/talk.gif');
    height: 215px;
    width: 505px;
    background-repeat: no-repeat;
    display: none;
    padding: 10px;
}

.OfficeDetails img
{
  float: left;   
}

.OfficeDetails p, .OfficeDetails h2
{
  padding: 0px;
  margin: 5px 0px 5px 160px;  
}

.OfficeDetails span
{
    color: #9F0024;
    display: inline-block;
    width: 70px;
}

.OfficeMainDetails
{
    padding: 5px;
    border: solid 1px #E1E2E4;
    margin: 5px 0px 0px 0px;
}

.OfficeMainDetails strong
{
    color: #9F0024;
}

.OfficeMainDetails img
{
  float: left;
  margin-top: 15px;  
}

.OfficeDescription
{
    margin: 5px 10px 5px 20px;
    float: left;
    width: 370px;
}

.OfficeContact
{
    margin: 5px 5px 5px 10px;
    float: left;
    width: 280px;
}

#Adelaide span, #Brisbane span, #Canberra span, #Hobart span, #Melbourne span, #Perth span, #Sydney span
{
    color: #9F0024;
    display: inline-block;
    width: 70px;
}

/* Main Login Begin */
.MainGoldLoginBorder
{
    margin-top: 10px;
    padding: 5px;
    float: left;
    border: solid 1px black;
    width: 300px;
    height: 318px;
}

.MainGoldLogin
{
    padding: 5px;
    width: 290px;
    height: 308px;
    color: Black;    
    border-width: 0px;
}

.MainGoldLogin p
{
    margin: 5px 0px 5px 0px;
}

.MainGoldLogin #Username, .MainGoldLogin #Password
{
    width: 210px; 
    margin-left:5px;  
}

.MainGoldLogin #Submit
{
    background-color: Black;
    color: White;
    border: solid 1px White;
    margin-left: 220px;
}

.Validator
{
	color:Red;
}

.NoList ul
{
	list-style:none;
	padding:0;
	margin:0;
}
/* Main Login End */

/* Search Begin */
.BodyTextBold
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: black ;
}

.BodyTextBlue
{
	font-family: Tahoma;
	font-size: 11px;	
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: blue;
}

.TextBold
{
	font-weight:bold;
}

.BodyTextGrey
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform: none;
	color: #999999;	
}

.Width90
{
	width:90px;
}

.Width56
{
	width:56px;
}

.Width130
{
	width:130px;
}

.Width200
{
	width:180px;
}

.Input100
{
	width:100px;
}

.Input145
{
	width:146px;
}

.Input250
{
	width:400px;
	height:110px;
}

.HeaderTable
{
	border-bottom:dotted 1px Gray;
	width:100%;
	margin: 0 0 10px 0;
}

.GridTable
{
	color:Black;
	background-color:White;
	border-color:Gray;
	border-width:1px;
	border-style:Solid;
	width:100%;
}

.HeaderRow
{
	background-color:DarkGray;
	font-weight:bold;	
	font-family: Tahoma;
	font-size: 11px;
}

.DataRowItems
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform: none;	
}

.DataRowItems a
{
	font-weight:bold;
}

.AltRow1
{
	background-color:Gainsboro;
	border-color:White;
	border-width:0px;	
}

.AltRow2
{
	background-color:Silver;
	border-color:White;
	border-width:0px;
	border-style:None;
}

.AjaxLoader
{
	width:200px;
	color:Black;
	font-family: Tahoma;
	font-size: 12px;
	margin-left:5px;		
}

.HandCursor
{
	cursor:pointer;
}

.SearchMessage
{
	font-weight:bold;
	color: Black;
}

.Paging a
{
	text-decoration:none;
	font-family: Tahoma;
}

.Paging a:hover
{
	text-decoration:underline;
}

.Button
{
	background-color:#999999;
	color:Black;
	border:none;	
	cursor:pointer;
	font-family:Verdana;
	font-size::smaller;	
	font-weight:500;	
	padding:2px 2px 2px 2px;	
	width:60px;	
}

.Button:hover
{
	background-color:#666666;
	font-weight:600;
}
/* Search End */

/* Comment page */
.CommentsLabel
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight:  bold;
	font-style: normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform: none;
	color: Black ;
	
}

.CommentsData
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform: none;
	color: Black ;
}

.BodyText
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform: none;
	color: black ;	
}

.CommentsEventMissing
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	font-style:italic;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform: none;
	color: Gray;
}

.CommentsEvent
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform: none;
	color: Black ;	
}

.CommentsData
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform: none;
	color: Black ;		
}

.AlignRight
{
	text-align:right;
}

.AlignLeft
{
	text-align:left;
}

.Width40P
{
	width:40%;
}
.Width25P
{
	width:25%;
}
.BoxTable 
{
	border-collapse: collapse;
	border: 1px solid #000000;
	width:100%;
	margin: 2px 0 6px 0; 
}
.DetailTable
{
	background-color: lightgrey;
	width:100%;
}
.CommentTable
{
	border-collapse: collapse;
	border: solid 1px Gray;	
	width:100%;	
}

.CommentTableImageBackground
{
	background-image: url('../images/small_galilee_logo_watermark.jpg');
}

.CommentTable tr td
{
	padding:4px 4px 4px 4px;
	border: solid 1px Gray;
}

.LightGrayCenter
{
	background-color:lightgrey;
	text-align:center;
}

.InfoBox
{
	border: solid 1px black;	
	margin: 5px 0px 5px 0px;
	padding: 0px;
	width:100%;
}

.InfoBox p.Heading
{
	background-color: #D3D3D3;
	padding: 2px;
	margin: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}
.InvoiceTable, .InfoBox tr td
{
	width:100%;
}
.InvoiceTable tr td
{
	width:20%;
}

.PaddingRight30
{
	padding-right:30px;
}
.PaddingRight30 img
{
	border:none;
}
.LinkCell input
{
	cursor:pointer;
}
.LinkCell input:hover
{
	text-decoration:underline;
}
.Item td input
{
	width:100px;
}
.Not-allow
{
	color:Red;
	font-weight:bold;
}

.Width100P
{
	width:100%;
}

.Width120Px
{
	width:120px;
}

.Height10px
{
	height:10px;
}
.CertComment
{
	height:70px;
	width:300px;
}
.CertCheck
{
	vertical-align:bottom;	
}
.Certificate
{
	color:Black;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 1em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
.Link a
{
	color:Blue;
	cursor:pointer;	
}

.Link a:hover
{
	text-decoration:underline;
}
.DischargeForm
{
	color:Black;
	FONT-FAMILY: Tahoma;
    font-size: 11px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
/* Comment page End*/
/* Discharge menu */
.Box
{
	width:100%;
	height:180px;
}
.TotalText
{
	text-decoration:underline;
	font-weight:bold;
}

/* Discharge menu End*/
/* Card Field */
.Disabled
{
	background-color:LightGray;
	width:160px !important;	
}
.Enabled
{
	background-color:White;
	width:160px !important;
	border:solid 1px LightGray;
}
.WidthStreet
{
	width:400px;	
}
.WidthSuburb
{
	width:180px;	
}
.Width60
{
	width:60px;
}
.Width260
{
	width:260px;
}
.Width330
{
	width:330px;
}
.Width335
{
	width:335px;
}
.Width210
{
	width:210px;
}
.Hidden
{
	display:none;
}

/* Card Field End*/
.CardList
{
	width:450px;
	height:150px;	
}

/* always visible */
.MenuHeader
{
	width:100%;
	float:right;	
	margin: 0 0 10px 0;	
}
.MenuHeader ul
{	
	list-style-type: none;	
	padding:0;		
	margin:0;
	float:right;
}

.MenuHeader ul li
{
    float:left;   
}

.MenuHeader ul li a
{
    font-family: Tahoma;
	font-size: 11px;	
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: blue;
	font-weight:bold;
}

.MenuHeader a:hover
{
   color: #9F0024;
   font-weight: bold;
}

.MenuHeader li a.Selected
{
    color: #9F0024;
}

.HomeLink ul li a
{
	font-family: Tahoma;
	font-size: 11px;	
	font-style: normal;
	text-decoration: underline;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: White;
	font-weight:bold;
}

.HomeLink a:hover
{   
   font-weight: bold;
   text-decoration: none;
}
.White
{
	color: White;
}
/* always visible end */
/* Settlement */
.Settlement h2
{
	color:Black;
	font-size:1.3em;	
}
.SettlementHeader
{
	padding-top:1px; 
	text-align:center;
}
.Calendar
{
	position:absolute;
	left:50%;
}
.SettlementHeader a
{
	font-weight:bold;
	text-decoration:underline;
	/*cursor:pointer;*/
}
.SettlementHeader a:hover
{
	text-decoration:none;
	color:Green;
}
.SettlementHeader label
{
	font-size:1em;
	font-weight:bold;	
	margin-top:-17px;
	width:100%;
	float:right;	
	text-align:right;	
	margin-right:125px;
}
.SettlementContent
{
	margin-left:40px;
}
.SettlementLabelRow
{
	height:25px;
	padding-top:2px;
	font-weight:bold;
	font-size:1.1em;
}
.SpaceCell
{
	width:20px;
}
.RowPadding
{
	padding-bottom:15px;
}
.TimeSelect
{
	width:100px; 
	height:150px; 
	padding-left:8px;
	text-align:center;
}
.VenueSelect
{
	width:550px;
	height:150px; 
	padding-left:5px;
}
.SettlementTime
{
	border:solid 1px Gray; 
	background-color:LightGray; 
	text-align:center;
	font-weight:bold;
	color:Black;
	height:30px;
}
.SettlementVenueCell
{
	border:solid 1px Gray; 
	background-color:LightGray;
	height:30px;
}
.SettlementVenue
{
	padding-left:5px;
	width:500px;
	border:none;
	font-weight:bold;
	background-color:LightGray;
}
.VenueText
{	
	background-color:#FFFF99;
}
.DisableColor
{
	background-color:LightGray;
	border:solid 1px Gray; 
}
.Settlement p
{
	font-weight:bold; 
	padding-left:2px;
}

.TextEmailInput
{
	width:310px; 
	padding-left:7px;
}
.TextFaxInput
{
	width:215px; 
	padding-left:5px;
}
.SettlementComment
{
	font-weight:bold; 
	padding-left:10px !important;
	font-size:1.1em !important;
}
.LDiv
{
	float:left; 
	height:150px;	
}
.LLabelDiv
{
	width:100%;
	margin-bottom:10px;
	font-weight:bold;
}
.RDiv
{
	height:130px;
	padding:50px 0 0 20px; 
	float:left;
}
.SettlementLogout
{
	width:99%;
	text-align:right;	
}
.SettlementLogout a
{
	font-weight:bold;
	text-decoration:none;	
	cursor:pointer;
	color:Blue;
}
.SettlementLogout a:hover
{	
	text-decoration:underline;	
}
.BookDetail
{
	color:Black;
	font-size:1.1em;
}
.BookUpDetail
{
	width:80%; 
	text-align:left; 
	margin-left:40px; 
	margin-bottom:10px;	
}
.FileDetail
{
	width:68%; 
	vertical-align:top; 
	font-weight:bold;	
	border:solid 1px Gray;
	padding:5px;
}
.FileDetail table tr .PropertyTD
{	
	padding:4px 2px 4px 20px;
	width:100%;		
	color: #666666;	
}
.FileDetail table
{
	width:100%;	
}

.BorrowerTD
{	
	color: #666666;	
	padding:4px 2px 10px 20px;
	border-top:solid 1px #CCCCCC;
}

.SecurityTD
{	
	border-top:solid 1px #CCCCCC;
}

.CalendarTd
{
	width:32%;
	border:solid 1px Gray;
	vertical-align:top;	
	padding:3px;	
}
.LowerTable tr td
{	
	text-align:left;
}

.LowerTable textarea
{
	width:450px; 
	height:80px; 
	padding-left:5px;
}

#EnquiryForm p label
{
    width: 50px;
	float: left;
	text-align: right;
	margin: 0px 10px 0px 0px;
}

#EnquiryForm input#Name, input#Phone, input#Email , textarea#Enquiry
{
	width: 200px;
	margin-top: -2px;
}

#EnquiryForm textarea#Enquiry
{
	width: 500px;
	margin-top: -2px;
}

#EnquiryForm input#SubmitEnq
{
    margin-left: 60px;
    background-color: White;
    color: Black;
    border: solid 1px Black;
}

.Spacer
{
	width: 40px;
	display: inline-block;
}

/*Settlement end*/
