/* cycade template css file v1.2b
refer to template guidelines when creating new templates
updated 03/06/04
added class for highlighted thumbnail
/*

/* default font face, size and colour (for uniformity) */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #ffffff;
}
/* prevents forms from messing up the layouts (thanks berro!) */
form {
	margin: 0px;
	padding: 0px;
}
/* used in most areas with normal text */
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.text a {
	color: #666666;
	text-decoration: underline;
}
.text a:Hover {
	color: #666666;
	text-decoration: none;
}
/* smaller text */
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.smalltext a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
.smalltext a:Hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
/* links using template's main colour */
a.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8c9679;
	text-decoration: none;
}
a.link:Hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8c9679;
	text-decoration: underline;
}
/* title uses template's main colour */
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8c9679;
	font-weight: bold;
}
.servicesbg {
	background-color: #f2f2f2;
}
.servicesbgbottom {
	background-color: #f2f2f2;
	background-image: url(layouts/pictures/services_bg.gif);
	background-repeat: repeat;
}
/* subnavigation is achieved through this drop down menu */
.subsectionmenu {
	font-size: 10px;
	background-color: #f2f2f2;
	border: thin solid #c2c9b1;
	text-align: center;
	height: 15px;
	width: 130px;
	color: #333333;
	float: right;
}
.contentcell {
	padding: 5px;
	font-size: 12px;
}
.form {
	font-size: 12px;
	color: #333333;
	border: 1px #c2c9d1;
	background-color: #f2f2f2;
}
/* links displayed as buttons */
a.button {
    font-weight: bold;
    font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 4px 8px;
    border-top: 1px solid white;
    border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid white;
	text-align: center;
    min-width: 75px;
    text-transform: uppercase;
}
a.button:link { 
	background-color: #bdaf90;
	font-size: 9px;
    color: #ffffff;
    text-decoration: none;
  }
a.button:visited {
	background-color: #bdaf90;
	font-size: 9px; 
	color: #ffffff;
	text-decoration: none;
  }
a.button:hover { 
	background-color: #999999;
	font-size: 9px; 
	color: #ffffff;
	border-color: black white white black;
	text-decoration: none;
  }
a.button:active { 
	background-color: #cccccc;
	font-size: 9px; 
	color: #ccc; 
	text-decoration: none;
  }
/* real buttons (usually identical to links as buttons) */  
.button {
	font-weight: bold;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 8px;
	border-top: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid white;
	text-align: center;
	text-transform: uppercase;
	background-color: #bdaf90;
    color: #ffffff;
    text-decoration: none;
}
.button:hover { 
	background-color: #999999;
	font-size: 9px; 
	color: #ffffff;
	border-color: black white white black;
	text-decoration: none;
}
/* vertical dotted line */
.dotsv {
	background-image: url(layouts/pictures/dots_vertical.gif);
	width: 2px;
	background-repeat: repeat-y;
}
/* horizontal dotted line */
.dotsh {
	background-image: url(layouts/pictures/dots_horizontal.gif);
	height: 5px;
	background-repeat: repeat-x;
}
.modulebg {
	background-color: #f4efdf;
}
.moduletable {
	width: 100%;
}
.moduleheader {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	border: none;
	visibility: hidden;
}
.moduletitle {
	color: #8c9679;	
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.moduletitle a {
	color: #8c9679;
	text-decoration: none;
}
.moduletitle a:hover {
	color: #8c9679;
	text-decoration: underline;
}
.moduletitlesmall {
	font-size: 10px;
	vertical-align: top;
	color: #8c9679;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.moduletitlesmall a {
	color: #8c9679;
	text-decoration: none;
}
.moduletitlesmall a:hover {
	color: #8c9679;
	text-decoration: underline;
}
.moduleseparator {
	background-color: #cccccc;
	margin: 0px;
	padding: 0px;
}
/* standard module text. used for odd lines of tables (for alternating bg for instance) */
.moduletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	vertical-align: top;
}
.moduletext a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8c9679;
	vertical-align: top;
	text-decoration: none;
}
.moduletext a:hover {
	color: #8c9679;
	text-decoration: underline;
}
.moduletext a:visited {
	color: #8c9679;
	text-decoration: none;
}
/* module text for even lines in a table (for alternating bg for instance) */
.moduletexteven {
	background-color: #f4efdf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	vertical-align: top;
}
.moduletexteven a {
	background-color: #f4efdf;
	color: #8c9679;
	text-decoration: none;
}
.moduletexteven a:hover {
	background-color: #f4efdf;
	color: #8c9679;
	text-decoration: underline;
}
.moduletexteven a:visited {
	background-color: #f4efdf;
	color: #8c9679;
	text-decoration: none;
}
.moduletextsmall {
	font-size: 10px;
	color: #8c9679;
}
.moduletextsmall a {
	color: #8c9679;
	text-decoration: none;
}
.moduletextsmall a:hover {
	color: #8c9679;
	text-decoration: underline;
}
.modulethumb {
	vertical-align: top;
	width: 65px;
	border: 1px solid #cccccc;
	height: 49px;
}
/* thumbnails in galleries can have cool rollover effects and borders */
.modulethumbgallery {
	border: 4px solid #f4efdf;
}
a:hover .modulethumbgallery {
	border: 4px solid #c4b98e;
}
/* thumbnails of highlighted pictures/products should be differenciated */
.modulethumbgalleryhighlight {
	border: 4px solid #9e9061;
}
a:hover .modulethumbgalleryhighlight {
	border: 4px solid #c4b98e;
}
/* pictures in galleries can have cool rollover effects and borders */
.modulepicgallery {
	border: 1px solid #f4efdf;
}
a:hover .modulepicgallery {
	border: 1px solid #c4b98e;
}
.moduleform {
	color: #666666;
	margin: 0px;
	padding: 0px;
}
/* lists for modules */
.modulelist {
	list-style-position: outside;
	list-style-image: url(layouts/pictures/module_news_bullet.gif);
}
/* can be used to add a bullet next to a module title or next to poll proposals */
.modulebullet {
	width: 20px;
	border: 1px;
	background-image: url(pictures/bullet.gif);
	background-repeat: no-repeat;
	margin: 5px;
	background-position: center;
}
/* display poll results */
.moduletableresult {
	padding: 0px;
	margin: 0px;
	border: none;
	width: 100%;
	display: table;
}
.moduleresult {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	background-color: #8c9679;
	padding: 0px;
	margin: 0px;
	height: 11px;
	line-height: 11px;
}
.moduleresultremaining {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	padding: 0px;
	margin: 0px;
	height: 11px;
	line-height: 11px;
}
.modulefooter {
	background-color: #b8b8b8;
	height: 3px;
	margin: 0px;
	padding: 0px;
	border: none;
	visibility: hidden;
}
/* language selection */
.language {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.language a {
	color: #ffffff;
	text-decoration: none;
	background-color: #411e1d;
}
.language a:hover {
	color: #ffffff;
	background-color: #cccccc;
}
/* footer text (legal info etc) */
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.footer a {
	color: #666666;
	text-decoration: none;
}
.footer a:hover {
	color: #666666;
	text-decoration: underline;
}
/* specific classes for template 5 */
.headerbg {
	background-color: #859173;
}
.navbg {
	background-color: #ffffff;
}
.navbgon {
	font-weight: 900;
	color: #7d6f3b;
	text-decoration: none;
	font-size: 11px;
	text-indent: 20px;
	background-color: #c4b98e;
}
.navbgon a {
	color: #7d6f3b;
	text-decoration: none;
}
.navbgon a:hover {
	color: #ffffff;
	text-decoration: none;
}
.navbgoff {
	font-weight: bold;
	background-color: #c4b98e;
	color: #ffffff;
	font-size: 11px;
	text-indent: 20px;
}
.navbgoff a {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}
.navbgoff a:hover {
	color: #7d6f3b;
	text-decoration: none;
}
.sectiontitle {
	font-size: 18px;
	font-weight: bold;
	color: #788665;
}
.separator {
	background-color: #cccccc;
}
.rightcolbottombg {
	background-image: url(pictures/rightcol_div.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.moduletableright {
	width: 90%;
}