/*
#----------------------------------------------------------------#
#         File: template.css                                     #
#  Application: Strata Plus Web System                           #
#  Description: Joomla and Client Section                        #
#       Author: Peter Hedera & Peter Salka                       #
#      Version: 1.00                                             #
#    Copyright: Sigma Online Technologies - All Rights Reserved  #
#----------------------------------------------------------------#
*/

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus 
{
	outline: 0;
}
body 
{
	line-height: 1;
	color: #000000;
	background: #FFFFFF;
}
ol, ul 
{
	list-style: none;
}
table 
{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td 
{
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after 
{
	content: "";
}
blockquote, q 
{
	quotes: "" "";
}
form
{
	margin: 0px;
	padding: 0px;
}

/* Basics */
body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
}
.clr 
{
	clear: both;
}
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address 
{
	margin: 0.5em 0;
}
p, ul, ol
{
	text-align: justify;
	line-height: 1.5em;
	margin: 1em 0;
}
li
{
	line-height: 1.8em;
}
a
{
	text-decoration: underline;
	color: #667242;
}
a:hover
{
	color: #334613;
}
strong 
{
	font: bold 1em/1.5em Verdana, Arial, Helvetica, sans-serif;
}
input, textarea
{
	background-color: #F9F9F6;
}
input.radio
{
	position: relative;
	top: 2px;
	margin-right: 5px;
}
label
{
	display: block;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top: 10px;
}

/* Layout */
div#wrapper 
{
	width: 850px;
	margin: 0px auto;
}

/* Hero Images */
div.hero-image
{
	background: url('../images/hero/home.jpg') no-repeat top center;
	width: 850px;
	height: 230px;
}
div.hero-image-article-12
{
	background: url('../images/hero/about-us_v4.jpg') no-repeat top center;
}
div.hero-image-article-13, div.hero-image-article-16
{
	background: url('../images/hero/contact-us_v4.jpg') no-repeat top center;
}
div.hero-image-article-6
{
	background: url('../images/hero/developers.jpg') no-repeat top center;
}
div.hero-image-article-8
{
	background: url('../images/hero/directors_v4.jpg') no-repeat top center;
}
div.hero-image-article-17, div.hero-image-article-9
{
	background: url('../images/hero/news.jpg') no-repeat top center;
}
div.hero-image-article-4
{
	background: url('../images/hero/portfolio.jpg') no-repeat top center;
}
div.hero-image-article-11
{
	background: url('../images/hero/privacy-policy.jpg') no-repeat top center;
}
div.hero-image-article-2
{
	background: url('../images/hero/services.jpg') no-repeat top center;
}
div.hero-image-article-3
{
	background: url('../images/hero/strata-essentials.jpg') no-repeat top center;
}
div.hero-image-article-5
{
	background: url('../images/hero/tailormade-solutions.jpg') no-repeat top center;
}
div.hero-image-article-20, div.hero-image-article-21
{
	background: url('../images/hero/team_v5.jpg') no-repeat top center;
}
div.hero-image-article-10
{
	background: url('../images/hero/terms-of-use.jpg') no-repeat top center;
}
div.hero-image-article-19
{
	background: url('../images/hero/quick-links.jpg') no-repeat top center;
}
div.hero-image-article-18
{
	background: url('../images/hero/what-our-clients-say.jpg') no-repeat top center;
}
div.hero-image-article-7
{
	background: url('../images/hero/why-choose-us.jpg') no-repeat top center;
}

/* Accessibility Skip Links */
div#skiplinks 
{
	display: none;
	text-indent: -9999px;
}

/* Main Body (Joomla only) - contains article and sidebar */
div#mainbody 
{
	width: 100%;
	float: left;
	margin-top: 5px;
}

/* Joomla Article */
div#content
{
	width: 68%;
	float: left;
	margin-top: 10px;	
}

/* Client Section Component Output - when sidebar is used */
div#MainContent
{
	width: 68%;
	float: left;
	padding: 5px 0px 20px 5px;
}

/* Client Section Component Output - when sidebar is not used */
div#MainContentFull
{
	width: 98%;
	padding: 5px 0px 20px 5px;
}

/* Sidebar */
div#sidebar 
{
	width: 27%;
	float: right;
	padding: 20px 0px;
}

/* Footer */
div#footer 
{
	color: #667242;
	font-size: .90em;
	text-align: center;
	background: #FFFFFF url('../images/logos/strata-plus-small.png') no-repeat 20px;
	width: 850px;
	border-top: 1px dotted #ccc;
	padding: 20px 0;
	margin: 10px auto;
}
div#footer a
{
	text-decoration: none;
	margin-right: 8px;
}
div#footer a#onlinetechnologies
{
	margin: 0px 0px 0px 8px;
}
div#footer a:hover 
{
	color: #E0393D;
}

/* Headings */
h1, h3, .componentheading
{	
	font: normal 1.6em/1.6em "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #E0393D;
}
h2, .contentheading
{
	font: bold 1.4em "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #667242;
}
h3, h4
{
	font-size: 1.2em;
	font-weight: bold;
}
div#content h2
{
	margin-top: 18px;
}
div#content h3
{
	margin-top: 15px;
}
div.moduletable h3, div.moduletable_menu h3, div#sidebar h3, div#Panel h2  
{
	color: #FFFFFF;
	font-size: inherit;
	background: url('../images/bg-sidebar-heading.gif') no-repeat;
	padding: 5px 0px 9px 20px;
	margin-bottom: 0px;
}
div#MainContent h2, div#MainContentFull h2
{
	margin-top: 20px;
}
div.componentheading
{
	padding-top: 10px;
}

/* Image Buttons */
input.button
{
	position: relative;
	top: 5px;
}

/* CSS Buttons */
div.buttons
{
	margin-top: 15px;
}
div.buttons a.button_cancel
{
	margin-left: 10px;
	position: relative;
	bottom: 1px;
}
a.button_new
{
	display: block;
	text-indent: -999em;
	width: 170px;
	height: 26px;
	float: right;
	margin-bottom: 10px;
}
a.button_new_poll
{
	background: url('../images/buttons/new-poll.gif') no-repeat 50% 0;
}
a.button_new_motion
{
	background: url('../images/buttons/new-motion.gif') no-repeat 50% 0;
}
a.button_new_facility
{
	background: url('../images/buttons/new-facility.gif') no-repeat 50% 0;
}
a.button_new_discussion
{
	background: url('../images/buttons/new-discussion.gif') no-repeat 50% 0;
}
a.button_book
{
	background: url('../images/buttons/book.gif') no-repeat;
	float: right;
	text-indent: -999em;
	width: 80px;
	height: 20px;
}

/* Article Links - Joomla */
div.article a
{
	text-decoration: underline;
}

/* Logo Link */
a#logo
{
	display: block;
	background: #FFFFFF url('../images/logos/strata-plus.png') no-repeat;
	width: 197px;
	height: 55px;
	float: left;
	margin: 23px 0;
}

/* Client Section Header Links */
a#logout, a#account_manager_link
{
	display: block;
	line-height: 25px;
  color: #667242;
  text-decoration: underline;
  float: right;
  margin: 40px 10px 0px 0px;
}

/* Client Section Strata Plan Changer */
div#strata_plan_changer
{
	float: right;
	margin: 37px 10px 0px 0px;
}

/* Client Section Login Form - in Joomla template */
form#login 
{
	font-size: 95%;
	background: url('../images/bg-login.png') no-repeat top right;
	width: 350px;
	height: 70px;
	float: right;
	padding-top: 14px;
	margin-top: 10px;
}
form#login input
{
	display: inline;
}
form#login label 
{
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	display: inline;
	padding-left: 17px;
}
form#login label.strata_plan, form#login label.lot
{
	width: 70px;
}
form#login input#button_login
{
	margin: 5px 0 0 10px;
}
label.lot 
{
	margin-left: 14px;
}
a#needhelp 
{
	color: #999999;
	text-decoration: underline;
	margin-left: 5px;
}
a#needhelp:hover 
{
	color: #333333;
}

/* Forces contentpaneopen to span across the page */
div.contentpaneopen 
{
	width: 100%;
}
div.contentpaneopen ul li
{
	list-style: disc;
	list-style-position: outside;
	margin-left: 14px;
}

/* Horizontal Menu Bar */
div#mainnavwrap 
{
	background: url('../images/menubar/normal.gif') repeat-x top;
	height: 32px;
}
div#mainnav-l
{
	background: #FFFFFF url('../images/menubar/left.gif') no-repeat;
	width: 19px;
	height: 32px;
	float: left;
}
div#mainnav-r
{
	background: #FFFFFF url('../images/menubar/right.gif') no-repeat right;
	width: 19px;
	height: 32px;
	float: right;
}
div#mainnav 
{
	height: 32px;
}
div#mainnav ul.menu 
{
	margin: 0 0 0 0;
}
div#mainnav li 
{	
	display: inline !important;
	float: left;
	border-right: 2px solid #667242;
}
div#mainnav a 
{
	display: block;
	color: #CEE09B;
	font-weight: normal;
	text-decoration: none;
	line-height: 32px;
	float: left;
	padding: 0 11px;
}
div#mainnav a:hover, div#mainnav a:active, div#mainnav a:focus 
{
	color: #FFFFFF;
	background: url('../images/menubar/hover.gif') repeat-x top;
}
div#mainnav li.active a, div#mainnav li.active a:hover, div#mainnav li.active a:active, div#mainnav li.active a:focus 
{
	color: #FFFFFF;
	background: url('../images/menubar/normal.gif') repeat-x top;
}
div#mainnav-shadow 
{
	background: url('../images/menubar/shadow.gif') repeat-x center top;
	width: 840px;
	height: 5px;
	margin: 0 auto;
}

/* Sidebar Menu */
div.moduletable 
{
	margin-bottom: 10px;
}
div.moduletable_menu 
{
	margin: 20px 0px 10px 0px;
}
div.moduletable_menu a:hover, div.moduletable_menu li ul li a:hover  
{
	color: #666666;
	text-decoration: none;
}
ul#mainlevel-nav li 
{
	display: inline;
}
div#sidebar ul.menu
{
	margin-top: 0px;
}
div#sidebar ul.menu li a 
{
	display: block;
	font-weight: normal;
	text-decoration: none;
	color: #626A69;
	outline: none;
	padding: 6px 0 6px 20px;
	border-bottom: 1px solid #E7E8E6;
}
div#sidebar ul.menu li a:hover,div#sidebar ul.menu li a:active,div#sidebar ul.menu li a:focus 
{
	color: #667242;
	background: url('../images/arrow.png') no-repeat 3% center;
}
div#sidebar ul.menu li.active a 
{
	color: #667242;
	font-weight: bold;
}
div#sidebar ul.menu li.active ul
{
	margin: 0px;
	padding-bottom: 6px;
	border-bottom: 1px solid #E7E8E6;
}
div#sidebar ul.menu li li a 
{
	font-weight: normal !important;
	text-indent: 1em;
	padding: 7px 0 0 20px;
	width: 75%;
	padding-left: 20px !important;
	border: none;
}
div#sidebar ul.menu li:last-child a
{
	border-bottom: 0;
}

/* Sidebar Spotlights */
a.spotlight
{
	display: block;
	margin: 15px 0px 10px 0px;
}
a#spotlight-ask-david
{
	margin-bottom: 0px;
	position: relative;
	top: 22px;
}

/* Award Sponsor Logo on Home Page */
img#award-sponsor
{
	position: relative;
	top: 10px;
}
img#sca-logo-home
{
	float: right;
	position: relative;
	top: 15px;
}
h1#award-sponsor-text
{
	font-size: 94%;
	clear: both;
	margin-top: 15px;
}

/* Main Content Area Menu */
ul.main_content_menu li
{
	background: url('../images/arrow.png') no-repeat 0 9px;
	padding-left: 12px;
}

/* Joomla Search Box */
div#search 
{	
	float: right;
}
div#search .inputbox 
{
	background: url('../images/search.gif') no-repeat 5px center #FFFFFF;
	width: 120px;
	border: 1px solid #E7E8E6;
	padding: 1px 0 2px 22px;
}

/* Joomla Search Results */
ol.list li
{
	margin: 10px auto;
}
ol.list p
{
	color: #999;
	font-size: .95em;
}
ol.list span.highlight
{
	color: #667242;
	font-weight: bold;
}

/* Introduction Paragraph */
p.intro
{
	border-top: 3px solid #e4e4e4;
	border-bottom: 3px solid #e4e4e4;
	padding: 10px 30px;
	margin: 20px 0;
}

/* Testimonials */
p.testimonial
{
	background: url('../images/quotes-red.jpg') no-repeat top left;
	font-style: italic;
	padding: 5px 00px 0px 65px;
	margin-bottom: 0px;
}
p.testimonial_author
{
	color: #E0393D;
	font-style: italic;
	margin-top: 3px;
	padding: 0px 0px 5px 65px;
}

/* Team Bio */
img.bio
{
	float: left;
	margin: 8px 10px 5px 0px;
}

/* Association Logos */
div.logos img
{
	margin: 10px 7px 10px 0px;
}

/* Contact Us Form - Joomla */
form#contact_form div 
{
	clear: both;
}
form#contact_form label 
{
	float: left;
	width: 100px;
	text-align: right;
}
span.required_field_mark 
{
	color: #667242; 
	font-weight: bold;
}
form#contact_form input, form#contact_form textarea , form#contact_form select
{
	margin: 5px 0 0 10px;
}
form#contact_form input#send 
{
	display: block;
	clear: both;
	margin: 5px 0 0 110px;
}
p.left 
{
	width: 50%;
	float: left;
}
p.right
{
	width: 50%;
	float: right;
}

/* Error Messages */
div.error_message
{
  color: #990000;
	background: url('../images/exclamation.png') no-repeat 8px 8px;
  border: solid 1px #990000;
  margin: 10px 0px 0px 0px;
  padding: 10px 0px 10px 30px; 
}

/* PDF Documents */
a.pdf_document
{
	background: url('../images/pdf.gif') no-repeat 0 50%;
	padding-left: 20px;
}
span.pdf_document_date
{
	color: #666666;
	margin-left: 15px;
}

/* Client Section Forms */
div.sub_label
{
	font-size: 85%;
}
div#MainContent label, div#MainContentFull label
{
	margin: 15px 0px 5px 0px;
}
div#MainContent input.large, div#MainContentFull input.large,
div#MainContent textarea.large, div#MainContentFull textarea.large
{
	width: 400px;
}
div#MainContent input.medium, div#MainContentFull input.medium,
div#MainContent textarea.medium, div#MainContentFull textarea.medium
{
	width: 200px;
}
div#MainContent input.small, div#MainContentFull input.small,
div#MainContent textarea.small, div#MainContentFull textarea.small
{
	width: 100px;
}


/* Entity Title Box - in lists of polls, motions and facilities */
div.entity_title
{
	clear: both;
	border-bottom: 1px solid #667242;
	margin-top: 20px;
}

/* Entity Admin Options - in lists of polls, motions and facilities */
ul.entity_admin_menu
{
	float: right;
	width: 230px;
	margin: 0px;
}
ul.entity_admin_menu li
{
	float: right;
	margin-left: 10px;
}
ul.entity_admin_menu a
{
	font-size: 0.85em;
}

/* Com_Overview */
a.minisite_thumbnail
{
	position: relative;
	right: 62px;
}

/* Com_Polls */
h1.recent_polls
{
	margin-top: 30px;
}
form.poll
{
	margin-bottom: 10px;
}
div#options input 
{
	display: block;
}

/* Com_Voting */
div.motion h2
{
	border-bottom: solid 1px #667242;
}
div.motion div
{
	margin: 20px 0;
}
table#respondents th, table#respondents td
{
	width: 100px;
	padding-top: 10px;
}
table#respondents th
{
	font-weight: bold;
	color: #333333;
}

/* Com_FacilityBooking */
div.facility_list_separator
{
	height: 20px;
}
div.facility_image
{
  float: right;
  padding: 3px;
  border: 1px solid #667242;
  margin: -1px 0 0 10px;
}
div#facility_image_edit
{
	margin-top: 15px;
}
table.calendar
{
  width: 100%;
  margin-top: 10px;
}
table.calendar th
{
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  background-color: #667242;
  height: 30px;
  border: 1px solid #FFFFFF;
}
div.calendar_header
{
	text-align: center;
	margin-top: 10px;
}
span.calendar_month 
{
	font-size: 1.5em;
	color: #667242;
	padding: 0 10px;
}
table.calendar tr td
{
	width: 110px;
  border: 1px solid #FFFFFF; 	
}
td.calendar_day ul, td.calendar_today ul
{
  font: .85em Arial, sans-serif;
  text-align: right;
  padding: 0 5px 5px 0;
  margin:0;	
}
td.calendar_day, td.calendar_today
{
  background-color: #CEE09B;
  height: 125px;
}
td.calendar_today a, td.calendar_day a 
{
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #334613;
  padding: 1px 10px 2px 0;
  border-bottom: 2px solid #FFFFFF;
}
td.calendar_today a:hover, td.calendar_day a:hover
{
  background-color: #E0393D;
} 
td.calendar_today
{
  background-color: #A2AB88;
}
span.manager_booking
{
	color: #E0393D;
}

/* Com_OnlineMeeting */
div#chat
{
	margin-top: 20px;
}
div#chat div#scroll 
{
  position: relative; 
  height: 400px; 
  overflow: auto;
}
div#chatInput
{
	margin-top: 20px;
}
div#chatInput input#messageBox
{
	width: 400px;
}
div#chat div.item
{
  color: #000000;
	width: 556px;
  margin-bottom: 10px;
  background-color: #FFFFFF;
}
div#chat div.item_header
{
	background: url('../images/bg-chat-message-heading.gif') no-repeat;
	height: 20px;
	padding: 3px 6px 3px 6px;
}
div#chat div.admin
{
	color: #E0393D;
}
div#chat div.self
{
	color: #667242;
}
div#chat div.item_header span.item_time
{
	display: block;
	float: right;
}
div#chat div.item_message
{
	padding-left: 6px;
}

/* Com_Levies */
table.levies
{
	margin-bottom: 20px;
	border-top: 1px solid #667242;
}
h2.levies 
{
	color: #667242;
	margin-top: 20px;
}
table.levies tr td
{
	text-align: right;
	min-width: 90px;
	padding: 4px 15px 4px 15px;
}
table.levies tr td.due
{
	min-width: 170px;
}
table.levies td.value
{
	width: 60px;
}
table.levies td.paid
{
	width: 40px;
}
table.levies tr.total td
{
	text-align: right;
	background-color: #A2AB88;
}

/* Com_AccountManager */
form#contact_details_form, form#password_form
{
	margin-top: 30px;
}
form#contact_details_form div, form#password_form div
{
	margin: 10px 0;
}
form#contact_details_form div span, form#password_form div span
{
	display: block;
	padding-top: 5px;
}
form#contact_details_form label, form#password_form label
{
	float: left;
	text-align: right;
	vertical-align: bottom;
	width: 210px;
	margin: 5px 10px 0px 0px;
}
form#contact_details_form input.basic
{
	margin: 3px 5px 0px 0px;
}
form#contact_details_form div.buttons, form#password_form div.buttons
{
	padding-left: 220px;
}

/* Com_ByLawReport - Summary Table of Cases */
table#by_law_report_table
{
	width: 100%;
	margin: 20px 0px 50px 0px;
}
table#by_law_report_table th
{
	color: #667242;
	font-weight: bold;
	text-align: left;
	border-bottom: solid 1px #667242;
	padding: 0px 0px 4px 1px;
}
table#by_law_report_table td
{
	border-bottom: solid 1px #CCCCCC;
	padding: 5px 3px 5px 3px;
	vertical-align: middle;
}
table#by_law_report_table .lot
{
	width: 70px;
}
table#by_law_report_table .unit
{
	width: 70px;
}
table#by_law_report_table .bylaw
{
	width: 70px;
}
table#by_law_report_table .breacher
{
	width: 150px;
}
table#by_law_report_table .details
{
	width: 80px;
}

/* Com_ByLawReport - Case Details */
div#by_law_report
{
	margin: 10px 0px 50px 0px;
}
div#by_law_report h2
{
	padding-bottom: 6px;
	margin: 20px 0px 6px 0px;
	border-bottom: solid 1px #667242;
}
div#by_law_report div
{
	padding: 2px 0px;
}
div#by_law_report span.label
{
	display: block;
	float: left;
	font-weight: bold;
	width: 130px;
}

/* Com_Forum */
div.forum_discussion
{
	clear: both;
	border-bottom: 1px solid #667242;
	margin: 10px 0px 10px 0px;
}
div.forum_discussion a.title
{
	display: block;
	font: bold 1.4em "Lucida Grande", Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 5px 0px 0px 0px;
}
div.forum_discussion div
{
	padding: 10px 0px 15px 0px;
	font-size: 90%; 
}
div.forum_discussion div.posted_by
{
	float: left;
	width: 300px;
}
div.forum_discussion div.num_comments
{
	float: left;
	width: 120px;
}
div.forum_discussion span
{
	color: #667242;
}
div.forum_discussion_page div.details
{
	border-bottom: 1px solid #667242;
	padding: 0px 0px 15px 0px;
}
div.forum_discussion_page div.details a
{
	font-size: 0.85em;
}
div.forum_discussion_page div.details span
{
	color: #667242;
}
