/* cycade template css file v1.4
refer to template guidelines when creating new templates
updated 17/06/04
history: added class for highlighted thumbnail, separator, sectiontitle, form fix, moduletitle cleanup, compatibility check at bottom
for assistance: mail css (at) cycade dot com
-----------------------------------------------------------------------------------
DEFAULT COMMON CLASSES START HERE.
EDIT STYLES AS YOU WISH BUT DO NOT REMOVE OR ADD CLASSES.
ADD YOUR TEMPLATE-SPECIFIC CLASSES AT THE END OF THE FILE.
/*

/* default font face, size and colour (for uniformity) */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ebebeb;
	height: 100%;
	background-color: #72898c;
	text-align: center;
}
/* prevents forms from messing up the layouts (thanks berro!) */
form {
	margin: 0px;
	padding: 0px;
}
/* lists */
ul {
	margin: 5px;
	padding: 0px;
	list-style-position: inside;
}
/* main table */
#global {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/* used in most areas with normal text */
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ebebeb;
}
.text a {
	color: #ebebeb;
	text-decoration: underline;
}
.text a:Hover {
	color: #ebebeb;
	text-decoration: none;
}
/* smaller text */
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ebebeb;
}
.smalltext a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ebebeb;
	text-decoration: underline;
}
.smalltext a:Hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ebebeb;
	text-decoration: none;
}
/* links using template's main colour */
a.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5b759c;
	text-decoration: none;
}
a.link:Hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5b759c;
	text-decoration: underline;
}
/* title uses template's main colour */
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5b759c;
	font-weight: bold;
}
.title a:link, .title a:visited, .title a:active {
	color: #5b759c;
}
/* section title often uses template's main colour and a big size */
.sectiontitle {
	font-size: 18px;
	font-weight: bold;
	color: #a9cb60;
	text-align: right;
}
.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: 11px;
	background-color: #f2f2f2;
	border: thin solid #a9cb60;
	text-align: left;
	height: 16px;
	width: 200px;
	color: #333333;
	vertical-align: text-bottom;
}
.contentcell {
	padding: 5px;
	font-size: 12px;
	background-color: #777777;
}
.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: #a9cb60;
	font-size: 9px;
    color: #ffffff;
    text-decoration: none;
  }
a.button:visited {
	background-color: #a9cb60;
	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: #a9cb60;
    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;
}
/* module style starts here */
.modulebg {
	background-color: #72898c;
}
.moduletable {
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.moduleheader {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	border: none;
	visibility: hidden;
}
.moduleseparator {
	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: #ebebeb;
	vertical-align: top;
}
.moduletext a {
	color: #fdbe00;
	text-decoration: none;
}
.moduletext a:hover {
	text-decoration: underline;
}
.moduletext a:visited {
	text-decoration: none;
}
/* module text for even lines in a table (for alternating bg for instance) */
.moduletexteven {
	background-color: #789093;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	vertical-align: top;
}
.moduletexteven a {
	color: #ffffff;
	text-decoration: none;
}
.moduletexteven a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.moduletexteven a:visited {
	color: #ffffff;
	text-decoration: none;
}
.moduletitle {
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding-top: 0px;
	background-color: #789093;
}
.moduletitle a {
	color: #ffffff;
	text-decoration: none;
}
.moduletitle a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.moduletitlesmall {
	font-size: 10px;
	vertical-align: top;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.moduletitlesmall a {
	color: #ffffff;
	text-decoration: none;
}
.moduletitlesmall a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.moduletextsmall {
	font-size: 10px;
	color: #b7b7b7;
}
.moduletextsmall a {
	color: #b7b7b7;
	text-decoration: none;
}
.moduletextsmall a:hover {
	color: #b7b7b7;
	text-decoration: underline;
}
.modulethumb {
	vertical-align: top;
	width: 65px;
	border: 1px solid #f0f1e9;
	height: 49px;
}
/* thumbnails in galleries can have rollover effects and borders */
.modulethumbgallery {
	border: 1px solid #2E5E64;
}
a:hover .modulethumbgallery {
	border: 1px solid #ffffff;
}
/* thumbnails of highlighted pictures/products should be differenciated */
.modulethumbgalleryhighlight {
	border: 1px solid #fdbe00;
}
a:hover .modulethumbgalleryhighlight {
	border: 1px solid #ffffff;
}
/* pictures in galleries can have rollover effects and borders */
.modulepicgallery {
	border: 1px solid #2E5E64;
}
a:hover .modulepicgallery {
	border: 1px solid #ffffff;
}
.moduleform {
	color: #555555;
	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.
If you dont want to use any bullet, remove the value for background-image. Do not delete the class. */
.modulebullet {
	background-repeat: no-repeat;
	background-position: left center;
	width: 12px;
	background-image: url(pictures/bullet.gif);
}
/* 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: #5b759c;
	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 {
	height: 1px;
	margin: 0px;
	padding: 0px;
	border: none;
	visibility: visible;
}
/* language selection */
.language {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	word-spacing: 20px;
	padding: 5px;
}
.language a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	word-spacing: 5px;
	height: 20px;
	width: 20px;
}
.language a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	word-spacing: 5px;
	background-color: #91ad54;
}
.languageon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color: #91ad54;
	text-decoration: none;
	height: 20px;
	width: 20px;
	padding: 5px;
}
.languageon a {
	color: #ffffff;
	background-color: #91ad54;
	padding: 5px;
}
/* used quite a lot to add a spearating line (before the footer msot of the time) */
.separator {
	background-color: #999999;
}
/* footer text (legal info etc) */
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ebebeb;
	background-color: #6a6a6a;
	height: 10px;
	padding: 5px;
}
.footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ebebeb;
	text-decoration: none;
}
.footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ebebeb;
	text-decoration: underline;
}
/*
-----------------------------------------------------------------------------------
END OF BASIC COMMON CLASSES.
ADD ALL YOUR SPECIFIC CLASSES BELOW THIS LINE.
-----------------------------------------------------------------------------------
TEMPLATE ID: template 8 (events 2)
COMPATIBILITY CHECK:
PC 
MAC 
CONSTRAINTS: max 8 sections. unlimited subsections. */

/* fix for msie */
html, body {
height: 100%
}
/* misc layout classes */
.globaltable {
	width: 760px;
}
.headerbg {
	background-color: #ffffff;
}
.logobg {
	background-color: #ffffff;
	text-align: left;
	width: 120px;
}
.navbg {
	background-color: #ec9000;
	background-image: url(pictures/navig_bg.gif);
	width: 350px;	
}
/* a row with shadow between nav and content */
.undernav {
	background-image: url(pictures/top_bg.gif);
	height: 40px;
	vertical-align: bottom;
	background-repeat: repeat-x;
}
.rightcolbg {
	background-color: #637a7d;
	margin-right: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
}
.languagetable {
	text-align: left;
	word-spacing: 10px;
	background-color: #a9cb60;
	white-space: nowrap;
	width: 300px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.navigseparator {
	background-image: url(pictures/navig_separator.gif);
	height: 90px;
	width: 5px;
	background-repeat: no-repeat;
}
.navigtable {
	background-color: #ffffff;
	height: 90px;
	width: 760px;
	color: #8ea3bd;
	text-align: left;
	text-indent: 10px;
	vertical-align: top;
	white-space: nowrap;
}
.navigtable a {
	color: #8ea3bd;
	text-decoration: none;
}
.navigtable a:hover {
	color: #8ea3bd;
	text-decoration: underline;
}
/* gallery */
.gallerylist {
}
/* powered by cycade part */
.copycycade {
	border-top: 1px solid #F2F2F2;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	text-align: center;
	color: #EBEBEB;
}
.copycycade a:link, .copycycade a:visited, .copycycade a:active {
	text-decoration: none;
	color: #EBEBEB;
}
.copycycade a:hover {
	text-decoration: underline;
	color: #84AE2C;
}
