/* 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: #000000;
	height: 100%;
	background-color: #ffffff;
	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: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding-left: 10px;
	background-color: #a1b4bb;
	vertical-align: middle;
	padding-right: 10px;
	height: 16px;
}
.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 #7d8c93;
	text-align: right;
	height: 15px;
	width: 130px;
	color: #333333;
	vertical-align: text-bottom;
	float: right;
}
.contentcell {
	padding: 10px;
	font-size: 12px;
	background-color: #ffffff;
	background-image: url(pictures/contentbg.jpg);
	background-repeat: repeat-x;
}
.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: #909bb3;
	font-size: 9px;
    color: #ffffff;
    text-decoration: none;
  }
a.button:visited {
	background-color: #909bb3;
	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: #909bb3;
    color: #ffffff;
    text-decoration: none;
}
.button:hover { 
	background-color: #909bb3;
	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-image: url(pictures/modulebg.jpg);
	background-repeat: no-repeat;
	width: 260px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
.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: #333333;
	vertical-align: top;
}
.moduletext a {
	color: #333333;
	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: #a1b4bb;
	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: 2px;
	background-color: #a1b4bb;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 20px;
}
.moduletitle a {
	color: #ffffff;
	text-decoration: none;
}
.moduletitle a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.moduletitlesmall {
	font-size: 10px;
	vertical-align: top;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.moduletitlesmall a {
	color: #333333;
	text-decoration: none;
}
.moduletitlesmall a:hover {
	color: #333333;
	text-decoration: underline;
}
.moduletextsmall {
	font-size: 10px;
	color: #989898;
}
.moduletextsmall a {
	color: #989898;
	text-decoration: none;
}
.moduletextsmall a:hover {
	color: #989898;
	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 #6a6a6a;
}
a:hover .modulethumbgallery {
	border: 1px solid #ffffff;
}
/* thumbnails of highlighted pictures/products should be differenciated */
.modulethumbgalleryhighlight {
	border: 1px solid #ff8a00;
}
a:hover .modulethumbgalleryhighlight {
	border: 1px solid #ffffff;
}
/* pictures in galleries can have rollover effects and borders */
.modulepicgallery {
	border: 1px solid #6a6a6a;
}
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;
}
/* 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: 30px;
	padding: 5px;
	background-color: #7d8c93;
}
.language a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	word-spacing: 5px;
}
.language a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	word-spacing: 5px;
}
.languageon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.languageon a {
	color: #333333;
}
/* 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 : MSIE6 OK, NETSCAPE 7 OK, FIREFOX OK, OPERA NAVIG IS VERTICAL!
MAC : MSIE5.1 OK, SAFARI OK
CONSTRAINTS: max 8 sections. unlimited subsections. */

/* fix for msie */
html, body {
	height: 100%
}
/* misc layout classes */
.globaltable {
	width: 760px;
}
.headerbg {
	background-image: url(pictures/header_bg.jpg);
	background-repeat: repeat-x;
}
.logobg {
	background-color: #ff8a00;
	text-align: left;
	width: 120px;
	padding-right: 10px;
	padding-left: 10px;
}
.navbg {
	background-color: #ec9000;
	background-image: url(pictures/navig_bg.gif);
	width: 350px;	
}
.languagetable {
	text-align: left;
	word-spacing: 10px;
	background-color: #7D8C93;
	white-space: nowrap;
	width: 260px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.languagebg {
	background-color: #7d8c93;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigation {
	position: absolute;
	z-index:100;
}
#navigation dl {
	float: left;
	width: 7em;
	margin: 0px;
}
#navigation dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #7d8c93;
	border: 1px solid gray;
	color: #ffffff;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#navigation dd {
	border: 1px solid gray;
}
#navigation ul {
	list-style-position: outside;
	list-style-type: none;
}
#navigation li {
	text-align: center;
	background: #ffffff;
	font-size: 10px;
}
#navigation li a, #navigation dt a {
	color: #000000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#navigation li a:hover, #navigation dt a:hover {
	background: #eee;
}
/* gallery */
.gallerylist {
}
/* powered by cycade part */
.copycycade {
	border-top: 1px solid #A1B4BB;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 10px;
	text-align: center;
	color: #666666;
}
.copycycade a:link, .copycycade a:visited, .copycycade a:active {
	text-decoration: none;
	color: #666666;
}
.copycycade a:hover {
	text-decoration: underline;
	color: #84AE2C;
}
