/* cycade template css file v1.2
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: #dbc4a7;
	background-color: #6f4a1a;
	text-align: center;
}
/* main table */
#global {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/* prevents forms from messing up the layouts (thanks berro!) */
form {
	margin: 0px;
	padding: 0px;
}
/* lists */
ul {
	margin: 5px;
	padding: 0px;
	list-style-position: inside;
}
.globaltable {
}
/* used in most areas with normal text */
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dbc4a7;
}
.text a {
	color: #dbc4a7;
	text-decoration: underline;
}
.text a:Hover {
	color: #dbc4a7;
	text-decoration: none;
}
/* smaller text */
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #dbc4a7;
}
.smalltext a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #dbc4a7;
	text-decoration: underline;
}
.smalltext a:Hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #dbc4a7;
	text-decoration: none;
}
/* links using template's main colour */
a.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cdb26b;
	text-decoration: none;
}
a.link:Hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cdb26b;
	text-decoration: underline;
}
/* title usually uses template's main colour */
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
.title a:link, .title a:visited, .title a:active {
	color: #ffffff;
}
.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 #dbc4a7;
	text-align: center;
	height: 16px;
	width: 200px;
	color: #333333;
	float: right;
	margin-right: 4px;
}
.contentcell {
	padding: 5px;
	font-size: 12px;
}
.form {
	font-size: 12px;
	color: #333333;
	border: 1px #dbc4a7;
	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: #bfaf90;
	font-size: 9px; 
	color: #ffffff;
	text-decoration: none;
  }
a.b#bdaf90utton: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;
}
/* classes for modules (common to all templates: adapt style but do not remove) */
.moduletable {
	padding: 5px;
	margin: 0px;
	border: none;
	display: table;
	background-color: #5f3f15;
	width: 100%;
}
.modulebg {
	background-color: #5f3f15;
}
.moduleheader {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	border: none;
	visibility: hidden;
}
.moduletitle {
	color: #cdb26b;
	font-weight: bold;
	border: 0px;
}
.moduleseparator {
	background-color: #825e30;
	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: #dbc4a7;
	vertical-align: top;
}
.moduletext a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cdb26b;
	vertical-align: top;
	text-decoration: none;
}
.moduletext a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cdb26b;
	vertical-align: top;
	text-decoration: underline;
}
.moduletext a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cdb26b;
	vertical-align: top;
	text-decoration: none;
}
/* module text for even lines in a table (for alternating bg for instance) */
.moduletexteven {
	background-color: #533106;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #dbc4a7;
	vertical-align: top;
}
.moduletexteven a {
	background-color: #533106;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cdb26b;
	vertical-align: top;
	text-decoration: none;
}
.moduletexteven a:hover {
	background-color: #533106;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cdb26b;
	vertical-align: top;
	text-decoration: underline;
}
.moduletexteven a:visited {
	background-color: #533106;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cdb26b;
	vertical-align: top;
	text-decoration: none;
}
.moduletitle {
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cdb26b;
}
.moduletitle a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cdb26b;
	font-weight: bold;
	vertical-align: top;
	text-decoration: none;
}
.moduletitle a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cdb26b;
	font-weight: bold;
	vertical-align: top;
	text-decoration: underline;
}
.moduletitlesmall {
	font-size: 12px;
	vertical-align: top;
	color: #cdb26b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.moduletitlesmall a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cdb26b;
	vertical-align: top;
	text-decoration: none;
}
.moduletitlesmall a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cdb26b;
	vertical-align: top;
	text-decoration: underline;
}
.moduletextsmall {
	font-size: 10px;
	color: #cccccc;
}
.moduletextsmall a {
	font-size: 10px;
	color: #cdb26b;
	text-decoration: none;
}
.moduletextsmall a:hover {
	font-size: 10px;
	color: #cdb26b;
	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 #e3ca7e;
}
a:hover .modulethumbgallery {
	border: 4px solid #533106;
}
/* thumbnails of highlighted pictures/products should be differenciated */
.modulethumbgalleryhighlight {
	border: 4px solid #e3ca7e;
}
a:hover .modulethumbgalleryhighlight {
	border: 4px solid #533106;
}
/* pictures in galleries can have cool rollover effects and borders */
.modulepicgallery {
	border: 1px solid #e3ca7e;
}
a:hover .modulepicgallery {
	border: 1px solid #533106;
}
.moduleform {
	color: #826c50;
	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(layouts/pictures/module_news_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: #5b759c;
	padding: 0px;
	margin: 0px;
	height: 11px;
	line-height: 11px;
}
.moduleresultremaining {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #dbc4a7;
	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: #826c50;
}
.language a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #826c50;
	text-decoration: underline;
}
.language a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #826c50;
	text-decoration: none;
}
.separator {
	background-color: #825e30;
}
/* footer text (legal info etc) */
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #dbc4a7;
}
.footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #dbc4a7;
	text-decoration: none;
}
.footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #dbc4a7;
	text-decoration: underline;
}
/* background colour for the right column (specific layouts only) */
.rightcolbg {
	background-color: #533106;
}
/* navigation for template 2 can be removed from css of other templates */
.navigationtable {
}
.navbgon {
	background-image: url(layouts/pictures/nav_bg_on.jpg);
	background-repeat: repeat;
	text-align: center;
	min-width: 68px;
}
.navbgon:Hover {
	background-image: url(layouts/pictures/nav_bg_off.jpg);
	background-repeat: repeat;
	text-align: center;
	min-width: 68px;
}
.textnavon {
	font-size: 12px;
	color: #5b759C;
	text-align: center;
	text-decoration: none;
}
.textnavon a {
	font-size: 12px;
	color: #5b759C;
	text-align: center;
	text-decoration: none;
}
.textnavon a:hover {
	font-size: 12px;
	color: #5b759C;
	text-align: center;
	text-decoration: underline;
}			
.navbgoff {
	background-image: url(layouts/pictures/nav_bg_off.jpg);
	background-repeat: repeat;
	text-align: center;
	border-left-width: 1px;
	border-left-style: double;
	border-left-color: #999999;
	min-width: 68px;
}
.navbgoff:hover {
	background-image: url(layouts/pictures/nav_bg_on.jpg);
	background-repeat: repeat;
	text-align: center;
	border-left-width: 1px;
	border-left-style: double;
	border-left-color: #999999;
	min-width: 68px;
}
.textnavoff {
	font-size: 12px;
	color: #333333;
	text-align: center;
	text-decoration: none;
}
.textnavoff a {
	font-size: 12px;
	color: #333333;
	text-align: center;
	text-decoration: none;
}
.textnavoff a:hover {
	font-size: 12px;
	color: #333333;
	text-align: center;
	text-decoration: underline;
}
/* vertical navigation for template 4 */
.navigvertul {
	color: #e3ca7e;
	list-style-type: none;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
}
.navigvertul a {
	color: #ffffff;
	list-style-type: none;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
.navigvertul a:hover {
	color: #e3ca7e;
	list-style-type: none;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
.rightcolbg2 {
	background-color: #5f3f15;
}
/* gallery */
.gallerylist {
}
/* powered by cycade part */
.copycycade {
	border-top: 1px dotted #825e30;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	text-align: center;
	color: #DBC4A7;
}
.copycycade a:link, .copycycade a:visited, .copycycade a:active {
	text-decoration: none;
	color: #DBC4A7;
}
.copycycade a:hover {
	text-decoration: underline;
	color: #84AE2C;
}

