/**
 * @package   Versatility III Template - RocketTheme
 * @version   1.0 October 25, 2011
 * @author    RocketTheme, LLC http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2011 RocketTheme, LLC
 * @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 *
 * Rockettheme Versatility III Template uses the Joomla Framework (http://www.joomla.org), a GNU/GPLv2 content management system
 *
 */

/* @group Main */

html {
  /* this is a hack to force scrollbars on at 
     all times so that the page does not jump
     when going from short to long pages */
  height: 100%;
  margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
}

p {
  /* setup some more readable paragraph spacing */
  margin-top: 10px;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h4 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 15px 0;
}

/* @group Fonts */

/* @group Sizes */

body {
	font-size: 13px;
}

body.f-smaller {
	font-size: 10px;
}

body.f-default {
	font-size: 12px;
}

body.f-larger {
	font-size: 15px;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 180%;
}

h3 { 
   font-size: 150%;
}

h4 {
	font-size:  120%;
}

.small,
.modifydate,
.createdate,
div.mosimage_caption {
	font-size: 95%;
}

div.moduletable h3,
div.module h3,
.componentheading {
	font-size: 145%;
}

table.sections .contentheading {
	font-size: 145%;
}

.contentheading {
	font-size: 160%;
}

.componentheading {
 margin-bottom: 15px;
}

td.componentheading {
	padding-bottom: 15px;
}

/* @end */

/* @group Family */

body {
		line-height: 135%;
		font-family: Arial, Helvetica, sans-serif;
}

.contentheading,
.componentheading {
	font-weight: bold;
}

a {
	/* color: see style css */
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* @end */

/* @end */

/* @end */

/* @group Structure */

/* @group pull-down */

#fxContainer {
	position: absolute;
	padding-top: 0px;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 0;
}

#fxTarget { 
	padding-top: 1px;
	margin: 0;
	width: 100%;
	position: relative;
	top: 0;
	z-index: 100;
	height: 0;
	overflow: hidden;
}

#fxPadding {
	visibility: hidden;
	padding: 0 45px;
}

#fxTrigger {
	position: relative;
	cursor: pointer;
}

#fxTab {
	position: relative;
	margin: -6px auto 0;
	text-align: center;
	height: 38px;
	line-height: 36px;
	font-weight: bold;
	width: 176px;
	z-index: 100;
}

#fxTab a,
#fxContainer a {
	z-index: 100;
}

#fxTab a:hover {
	text-decoration: none;
}

/* @end */

/* @group mainbody */

td.mainbody {
	width: 100%;
}

div#mainbody .contentheading {
	font-size: 200%;
}

/* @end */

#template {
	position: relative;
}

img#logo {
	position:  absolute;
	float: left;
	margin-left: 20px;
	margin-top: 40px;
	width: 327px;
	height: 57px;
}

div#banner {
	margin-left:  370px;
	padding-top: 20px;
	height: 84px;
	overflow: hidden;
}

div#banner .padding {
	padding:  10px;
}

div#horiz-menu {
	height: 46px;
}

table.mainbody,
table.usermodules,
table.sections {
	width: 100%;
	padding: 0;
}

td.section {
	padding: 0;
}

td.section.w49 {
	width: 50%;
}

td.section.w24 {
	width: 33%;
}

td.mainbody .padding {
	padding: 15px;
}

div#footer .rk-2 {
	height: 114px;
	overflow: hidden;
}

div#the-footer {
	text-align: center;
}

img#rocket {
	width: 150px;
	height: 58px;
}

/* @group content */

/* @group menus */

/* @group Horiz Menu */

div#horiz-menu ul {
	margin: 0;
	padding: 0;
}

div#horiz-menu li {
	margin: 0;
	padding: 0;
	padding-right: 2px;
	float: left;
	list-style: none;
}

div#horiz-menu span.separator {
	display: block;	
}

div#horiz-menu a {
	display: block;
	float: left;
	padding: 0 25px;
	height: 42px;
	line-height: 40px;
	font-weight: bold;
	text-decoration: none;
}

div#horiz-menu ul.submenu span.separator {
	width: 120px;
	height: 30px;
	line-height: 30px;
}

.nolink {cursor: default;}

/* @end */

/* @group Contact Menu */

div#top ul {
	margin: 0;
	padding: 0;
	float: right;
}

div#top li {
	float:  left;
	list-style: none;
	margin-right: 20px;
}

div#top li img {
	float: left;
	vertical-align: middle;
	margin-right: 5px;
}

div#top ul.menutop a,
div#top a.mainlevel {
	display:  block;
	float:  left;
	background: none;
	margin: 0;
	padding: 0 5px;
	font-weight:  bold;
}

/* @end */

/* @end */

/* @group Code */

pre {
	padding: 10px;
}

/* @end */

/* @group Notices */

span.alert,
span.info,
span.download,
span.note {
	display: block;
	padding: 10px 10px 10px 50px;
	margin: 15px 0;	
}

/* @end */

/* @group Lists */
#section1 ul,
#section2 ul,
#mainbody ul {
	margin-left: 0;
	padding-left: 1em;
}

#section1 li,
#section2 li,
#mainbody li {
	margin-left: 0;
	list-style: none;
	padding-left: 25px;
	padding-top: 2px;
	margin-bottom: 3px;
}

#mainbody ul.check1,
#mainbody ul.check2,
#mainbody ul.arrow1,
#mainbody ul.arrow2,
#mainbody ul.arrow3,
#mainbody ul.star,
#mainbody ul.circle,
#mainbody ul.morespace {
	margin-left: 35px;
	padding: 0;
}

ul.check1 li,
ul.check2 li,
ul.arrow1 li,
ul.arrow2 li,
ul.arrow3 li,
ul.star li,
ul.circle li,
li.check1,
li.check2,
li.arrow1,
li.arrow2,
li.arrow3,
li.star,
li.circle {
	list-style: none;	
	padding-bottom: 15px;
	padding-left: 40px;
}

/* @end */

/* @group Blockquote */

blockquote {
	width: auto;
	padding: 10px 10px 10px 80px;
	margin: 15px 0;
}

/* @group My Group */

/* @end */

/* @end */

/* @group Login Area */

#fxPadding div.moduletable h3 {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 40px;
	height: 40px;
}

#fxPadding form {
	float: left;
	padding-left: 30px;
	height: 22px;
	margin-top: 8px;
}

#fxPadding div.loginelement {
	float: left;
	margin-left: 30px;
	height: 22px;
	line-height: 22px
}

#fxPadding div.loginelement input {
	width: 100px;
	padding-left: 5px;
}

span.loginsubmit,
span.logoutsubmit {
	display: block;
	padding-left: 8px;
	margin-left: 10px;
	line-height: 25px;
	width: 96px;
	float: left;
	cursor: pointer;
}

/* @end */

/* @group Regular Content Items */

table.contentpaneopen tbody tr td span.small,
td.createdate {
	padding-left: 20px;
}

/* @end */

.screenshot {
	float:  right;
	margin-top: -35px;
	z-index: 9;
}

.hide {
	display: none;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}

fieldset.input {
	border: 0;
}

table.blog span.article_seperator {
	display: block;
	height: 20px;
}

/* @end */

/* @end */

/* @group Joomla Core */

/* @group modules */

div.moduletable,
div.module,
div.moduletable-hilite1,
div.moduletable-hilite2,
div.moduletable-hilite3,
div.moduletable-hilite4,
div.moduletable-hilite5,
div.moduletable-hilite6,
div.moduletable-hilite7,
div.moduletable-hilite8 {
	padding: 0 15px 10px 15px;
}

div.moduletable h3,
div.module h3,
div.moduletable-hilite1 h3,
div.moduletable-hilite2 h3,
div.moduletable-hilite3 h3,
div.moduletable-hilite4 h3,
div.moduletable-hilite5 h3,
div.moduletable-hilite6 h3,
div.moduletable-hilite7 h3,
div.moduletable-hilite8 h3 {
	margin: 0 -15px 15px -15px;
	padding: 10px 15px;
	line-height: 100%;
}

td.left div.moduletable,
td.left div.module,
td.right div.moduletable,
td.right div.module {
	margin-bottom: 25px;
}

/* @end */

/* @group content */

.contentheading {
	padding: 10px 0;
	line-height:100%;
}

td.buttonheading {
 	vertical-align: middle;
}

td.buttonheading img {
	margin-right: 5px;
}

table.contentpaneopen, table.contentpane {
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  width: 100%;
}

div.contentpane, div.contentpaneopen {
  width: 100%;
}

.clr {
	clear: both;
}

div.mosimage {
  margin: 5px;
}

a.readon {
	margin-top: 15px;
	display: block;
	width:  116px;
	height: 36px;
	line-height: 26px;
	padding-left: 10px;
	font-weight: bold;
	/* background: see style css */
}

a.readon:hover {
	text-decoration: none;
}

span.content_rating img {
	vertical-align: top;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
}

.createdate {
	height: 20px;
	vertical-align: top;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
}

table.contenttoc {
  margin: 5px;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}

/* @end */

/* @group pathway */

span.pathway {
	display: inline;
	height: 16px;
	float: left;
	line-height: 18px;
	vertical-align: middle;
	margin-left: 25px;
	margin-bottom: 10px;
	font-weight: bold;
}

span.pathway img {
	float: left;
	margin: 2px 12px 0 14px;
	border: 0;
	width: 17px;
	height: 16px;
	vertical-align: middle;
}

span.pathway a {
	float: left;
	font-weight: normal;
}

/* @end */

/* @group sections */

table.mainbody td.mainbody td.sectiontableheader {
  font-weight: bold;
  padding: 4px;
  line-height: 20px;
}

tr.sectiontableentry1 td,
tr.sectiontableentry2 td,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 5px;
}

/* @group My Group */

/* @end */

.pollstableborder {
	text-align: left;
}

.pollstableborder .sectiontableentry1,
.pollstableborder .sectiontableentry2 {
	background: none;
	border:  0;
}

/* @end */

/* @group mainmenu */

a.mainlevel {
	text-decoration: none;
}

a.mainlevel {
	font-weight: bold;
	display: block;
	padding: 2px 0 2px 20px;
	margin-bottom: 3px;
}

a.sublevel {
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
}

a.mainlevel:hover {
	text-decoration: underline;
}

a.sublevel:hover {
	text-decoration: none;
}

.nounder {
	text-decoration: none;
	border: 0;
}

.style-wrapper {
	padding-left: 70px;
	padding-top: 30px;
}

.style {
	float: left;
	margin-right: 50px;
	margin-bottom: 50px;
}

ul.menu li {
	margin-bottom: 5px;
}

ul.menu li ul {
	float:none;
	left:0;
	padding: 0;
	margin: 5px 0 0 0;
	position: static;
	width: 100%;
}

ul.menu li:hover ul,
ul.menu li.sfHover ul {
	left:0;
	top: 0;
}

ul.menu li li,
ul.menu li li a {
	width: 100%;
	padding: 1px 0;
	margin: 1px 0 0 0;
}

ul.menu li li a:hover {
	text-decoration: underline;
}

/* @end */

/* @end */

/*
Images are wrapped in divs classed "flickr_badge_image" with ids
"flickr_badge_imageX" where "X" is an integer specifying ordinal position.
Below are some styles to get you started!
*/
#flickr_badge_uber_wrapper {text-align:center;}
#flickr_badge_wrapper {padding:10px 0 10px 0;}
.flickr_badge_image { float:left;}
.flickr_badge_image img {float: left; margin: 0 3px 3px 0;}
#flickr_badge_icon {float:left; margin-right:5px;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}

a img {
	border: 0;
}

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {font-size: 100%; margin: 0; }

/* For Joomla! 1.7 */

/* General */
#mainbody ul.actions{margin:0;list-style:none;} 
#mainbody ul.actions li{list-style: none; display:inline; float:right;background: none; padding: 0 3px;} 
dl {display: block; margin: 5px 0 10px 0;}
dt, dd {display: inline; margin: 2px;}
.profile dt {margin-top: 10px; font-weight: bold;}
.profile dt, .profile dd {display: block;}
form fieldset dt {clear: left;float: left;padding: 3px 0;width: 12em;}
form fieldset dd {float: left;padding: 3px 0;}
button {margin: 10px 0;}
fieldset {border: 0;}
#mainbody p.readmore {display: block; margin-top: 15px;}
#mainbody .article-info-term {font-weight: bold;}
#mainbody .article-info dt, #mainbody .article-info dd {display: block;}
#mainbody ul#archive-items, #mainbody ul#archive-items li.row0, #mainbody ul#archive-items li.row1 {background: none; list-style:none;}
#mainbody ul#archive-items {margin: 0;padding:0;}

/* Mulitple Columns Blog Layout */
.cols-2 {display: block; float: none; margin:0; clear: both;}
.cols-2 .item {width: 47.2%; margin: 10px; float: left;}
.cols-2 .column-1 {margin-left: 0;}
.cols-2 .column-2 {margin-right: 0;}
.cols-3 .item {width: 30%; margin: 10px; float: left;}
.cols-3 .column-1 {margin-left: 0;}
.cols-3 .column-3 {margin-right: 0;}
.items-more {clear: both; display: block;}

/* Login Component */
#username-lbl, #password-lbl {display: block; width: 150px; margin-top: 10px;}
.login fieldset {margin-bottom: 0; padding-bottom: 0;}

/* Pagination */
#mainbody .pagination ul, #mainbody ul.pagenav {list-style:none; height: 21px;line-height: 21px;margin-top: 10px;margin-bottom: 15px;padding-left: 0;}
#mainbody .pagination ul li, #mainbody ul.pagenav li {list-style: none; float: left;margin-right: 6px;background: none; padding: 0;}
#mainbody .pagination ul li a, #mainbody ul.pagenav li a {display: block; padding: 0 8px;}

/* Breadcrumbs */
.breadcrumbs {margin: 0 0 10px 0;display: block;position:relative;overflow: hidden;height: 30px;color: #fff;font-size: 110%;font-weight: bold;}
.breadcrumbs-home {width: 24px;height: 24px;display: block;float: left;margin-left: 4px;margin-top: 4px;}
.breadcrumbs h3 {display: none;}
div.breadcrumbs img {display: none;}
div.breadcrumbs a, div.breadcrumbs span {padding: 0 20px 0 0px;float: left;display: block;height: 30px;line-height: 27px;}
div.breadcrumbs a:hover {text-decoration: none;}
div.breadcrumbs span.showHere {padding-right: 5px;}

/* Single Contact Style */
address {display: inline;}
.panel h3 {margin: 5px 0;}
.contact-suburb, .contact-state, .contact-postcode, .contact-country {display: block; margin-left: 25px;}
.jicons-icons {padding-right: 5px;}
.contact-form fieldset {padding: 0; border: 0;}

/* Weblinks Category */
.hidelabeltxt {display: none;}
.display-limit {text-align: right;}
.category .title {text-align: left;}
.category p {margin: 3px 0;}
.weblink-category table.category {border: 0; width: 100%;}
.weblink-category table.category thead {background: none;}
.weblink-category .cat-list-row0 td, .weblink-category .cat-list-row1 td {border-bottom: 1px solid #e7e7e7;}
.weblink-count {margin: 10px 0;}
.weblink-count dt, .weblink-count dd {display: inline; margin: 2px;}

/* Section Tables */
.sectiontableheader {font-weight: bold;padding: 3px;line-height: 25px;text-align: left;}
.sectiontablefooter {padding-bottom: 8px;}
tr.sectiontableentry0 td, tr.sectiontableentry1 td, tr.sectiontableentry2 td, td.sectiontableentry0, td.sectiontableentry1, td.sectiontableentry2 {text-align: left;padding: 6px 5px;vertical-align: middle;}
tr.sectiontableentry0 td, td.sectiontableentry0, tr.sectiontableentry1 td, td.sectiontableentry1, tr.sectiontableentry2 td, td.sectiontableentry2 {height: 30px;}
.contentpane, .contentpaneopen {width: 100%;}

/* Tables */
#mainbody table {border-collapse: collapse;}
#mainbody table.weblinks, #mainbody table.category {font-size: 1em;margin: 10px 10px 20px 0px;width: 99%;}
#mainbody table.weblinks td {border-collapse: collapse;}
#mainbody table.weblinks td, #mainbody table.category td {padding: 7px;vertical-align: top;}
#mainbody table.weblinks th, #mainbody table.category th {padding: 7px;text-align: left;}
#mainbody td.num {vertical-align: top;text-align: left;}
#mainbody td.hits {vertical-align: top;text-align: center;}
#mainbody td p {margin: 0;line-height: 1.3em;}
#mainbody .filter {margin: 10px 0;}
#mainbody .display-limit, #mainbody .filter {text-align: right;margin-right: 7px;}
#mainbody table.category th a img {padding: 2px 10px;}
#mainbody .filter-search {float: left;}
#mainbody .filter-search .inputbox {width: 6em;}
#mainbody legend.element-invisible {position: absolute;margin-left: -3000px;margin-top: -3000px;height: 0;}
#mainbody .cat-items {margin-top: 20px;}

/* Contact */
#mainbody .contact {padding: 0 5px;}
#mainbody .contact-category {padding: 0 10px;}
#mainbody .contact-category  #mainbody #adminForm fieldset.filters {border: 0;padding: 0;}
#mainbody .contact-image {margin: 10px 0;overflow: hidden;}
#mainbody address {font-style: normal;margin: 10px 0;}
#mainbody address span {display: block;}
#mainbody .contact-address {margin: 20px 0 10px 0;}
#mainbody .contact-email div {padding: 2px 0;margin: 0 0 10px 0;}
#mainbody .contact-email label {width: 17em;float: left;}
#mainbody span.contact-image {margin-bottom: 10px;overflow: hidden;display: block;}
#mainbody #contact-textmsg {padding: 2px 0 10px 0;}
#mainbody #contact-email-copy {float: left;margin-right: 10px;}
#mainbody .contact .button {float: none !important;clear: left;display: block;margin: 20px 0 0 0;}
#mainbody dl.tabs {float: left;margin: 50px 0 0 0;z-index: 50;clear: both;}
#mainbody dl.tabs dt {float: left;padding: 4px 10px;border-left: 1px solid #ccc;border-right: 1px solid #ccc;border-top: 1px solid #ccc;margin-right: 3px;background: #f0f0f0;color: #666;}
#mainbody dl.tabs dt.open {background: #F9F9F9;border-bottom: 1px solid #F9F9F9;z-index: 100;color: #000;}
#mainbody div.current {clear: both;border: 1px solid #ccc;padding: 10px 10px;max-width: 500px;}
#mainbody div.current dd {padding: 0;margin: 0;}
#mainbody dl#content-pane.tabs {margin: 1px 0 0 0;}

/* Weblinks */
#mainbody .weblinks fieldset div {overflow: hidden;}
#mainbody .weblinks label.label-left {display: block;width: 150px;float: left;}

/* Search */
#mainbody .display_limit p.counter {width: 200px; float: left;}
#mainbody .search-results ol {margin-left: 0; padding-left: 0;}
#mainbody .search-results ol li {background: none; padding-left: 0;}
#mainbody .searchintro {font-weight: normal;margin: 20px 0 20px;}
#mainbody #searchForm {padding: 0;}
#mainbody .form-limit {margin: 20px 0 0;text-align: right;padding: 0 10px 0 20px;}
#mainbody .highlight {font-weight: bold;}
#mainbody .ordering-box {float: none;}
#mainbody .phrases-box {float: none;margin-bottom: 10px;}
#mainbody .ordering-box .inputbox {width: auto !important}
#mainbody .only, #mainbody .phrases {margin: 10px 0 0 0px;padding: 15px 0;line-height: 1.3em;}
#mainbody label.ordering {display: block;margin: 10px 0 10px 0;}
#mainbody .word {padding: 0;}
#mainbody .word input {font-weight: bold;}
#mainbody .word label {font-weight: bold;}
#mainbody fieldset.only label, #mainbody fieldset.phrases label {margin: 0 10px 0 0;}
#mainbody .ordering-box label.ordering {margin: 0 10px 5px 0;float: left;}
#mainbody form .search label {display: none;}
#mainbody dl.search-results dt.result-title {padding: 15px 15px 0px 5px;font-weight: bold;}
#mainbody dl.search-results dd {padding: 2px 15px 2px 5px;}
#mainbody dl.search-results dd.result-text {padding: 10px 15px 10px 5px;line-height: 1.7em;}
#mainbody dl.search-results dd.result-created {padding: 2px 15px 15px 5px;}
#mainbody dl.search-results dd.result-category {padding: 10px 15px 5px 5px;}
#mainbody #search-results dl, #mainbody #search-results dt, #mainbody #search-results dd {display: block; padding-left: 0; margin-left: 0;}

/* RokAjaxSearch */
#roksearch_results span.small span.small {display: block; margin: 10px -10px 0 0; position: relative;}
#searchForm fieldset.word {border: 0;}
form.search_result input#search_searchword.inputbox {margin-top: 10px;}

/* Editing */
.edit #editor-xtd-buttons a:link, .edit #editor-xtd-buttons a:visited, .edit #editor-xtd-buttons a:hover {color: #323232;}
.edit .inputbox, .edit textarea {border: 1px solid #ddd;}
.edit legend {font-size: 150%;}
.edit form#adminForm fieldset {padding: 20px 15px;margin: 10px 0 15px 0;}
.formelm {margin: 5px 0;}
.formelm label {width: 9em;display: inline-block;}
form#adminForm .formelm-area {padding: 5px 0;}
form#adminForm .formelm-area label {vertical-align: top;display: inline-block;width: 7em}
.formelm-buttons {text-align: right;margin-bottom: 10px}
.button2-left {float: left;margin-right: 5px;margin-top: 10px;}
.button2-left a {background: #eee;padding: 4px;margin: 0;line-height: 1.2em;border: solid 1px #ddd;font-weight: bold;text-decoration: none;}
.edit-article fieldset legend {font-size: 230%;}
.edit-article fieldset div {overflow: visible;margin-bottom: 8px;}
.edit-article fieldset #editor-xtd-buttons div {clear: none;}
#system-message dd.notice {border: 0;background: none;}
.save .readon {margin-left: 10px;}
div.calendar {z-index: 9999;}
.tip-wrap {z-index: 100; background: #333; padding: 5px; color: #fff;}
.edit .formelm {margin-bottom: 10px;}
.edit .calendar {margin-left: 5px; vertical-align: bottom;}
.profile-edit .readon {vertical-align: middle;}
.list-title a {float: left;}

/* Editor */
#editor-xtd-buttons {padding: 5px 0;}
.button2-left {margin-top: 5px;margin-right: 5px;}
.button2-left, .button2-right, .button2-left div, .button2-right div {float: left;}
 .button2-left .linkmacro,  .button2-left .image {background: none;}
.toggle-editor .button2-left {margin-top: 0px;}
.button2-left a {line-height: 2.0em;}
.button2-left a, .button2-right a, .button2-left span, .button2-right span {display: block;height: 22px;float: left;line-height: 22px;font-size: 11px;cursor: pointer;margin-bottom: 5px;}
.button2-left span, .button2-right span {cursor: default;}
.button2-left .page a, .button2-right .page a, .button2-left .page span, .button2-right .page span {padding: 0 6px;}
.button2-left a:hover, .button2-right a:hover {text-decoration: none;}
.button2-left a, .button2-left span {padding: 0 6px !important;}
.button2-right a, .button2-right span {padding: 0 6px !important;}
.button2-left .blank a {padding-right: 6px;}
.img_caption.left {float: left;margin-right: 1em;}
.img_caption.right {float: right;margin-left: 1em;}
.img_caption.left p {clear: left;text-align: center;}
.img_caption.right p {clear: right;text-align: center;}
.img_caption {text-align: center !important;}
.edit-article fieldset div input, .edit-article fieldset textarea {padding: 4px;}
.edit-article fieldset div .label-left {padding: 0;}
.edit-article fieldset div img.calendar {vertical-align: middle;margin-left: 5px;}

/* RokGallery */
#mainbody .rg-sort ul li {background: none; padding-left: 0; padding-top: 0;}
#mainbody .rg-view-selector ul li {background: none; padding-left: 5px; padding-top: 5px;}

/* Five-Day Outlook Generic Settings, the style#.css files have color specifics */
ul.outlook-nav {
    font-family: Arial,Helvetica,sans-serif;
}

#outlook-main ul.outlook-nav li {
    background: none;
    margin: 0;
    padding: 0;
}

/* Fix for the banner div, otherwise it pushes the menu down */
div#banner {
    position: absolute; /* the 1.5 template had this */
}