@import url('colors.css');
@import url('head-styles.css');

body {
	margin: 0;
	padding: 0;
	border: 0;			/* This removes the border around the viewport in old versions of IE */
	width: 100%;
	background: #fff;
	min-width: 600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	line-height: 1.5;
}
a:link, a:visited {
  color: #0029a3;
  text-decoration: none;
}

a:hover {
  color: #5d59ac;
  border-bottom: 1px solid #5d59ac;
}

/* links with no changes */
a.cleanlink:link {
	color: #0029a3; /* blue */
	text-decoration: none;
	border: 0;
}

a.cleanlink:visited {
	color: #0029a3; /* blue */
	text-decoration: none;
	border: 0;
}
a.cleanlink:hover {
	text-decoration: none;
	border: 0;
}
a.cleanlink:active {
	text-decoration: none;
	border: 0;
}

a.sans:link {
	text-decoration: none;
	border-bottom: 0;
	color: white;
}
a.sans:visited {
	text-decoration: none;
	border-bottom: 0;
	color: white;
}
a.sans:hover {
	text-decoration: none;
	border-bottom: 0;
	color: white;
}
a.sans:active {
	text-decoration: none;
	border-bottom: 0;
	color: white;
}

/**********************/
.centered {
	text-align: center;
}

 /* centered block */
.video {
	display: block;
	text-align: center;
	width: 100%;
	background-color: #fff;
	margin: auto auto;
}

.splash {
	width: 100%;
	margin: 10% auto;
	background-color: #fff;
}

acronym {
	border-bottom: 1px dotted grey;
}

/* block elements */

h1, h2, h3, h4, h6 {
  color: #114477;
  font-family: Verdana, Arial, sans-serif;
  white-space: nowrap;
  font-weight: bold;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 15px;
}

h4 {
  font-size: 15px;
  text-decoration: underline;
}

h6 {
  font-size: 13px;
}

/*
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
*/

/* images */

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

img.center {
	margin: 0 auto;
	display: block;
}

.bordered {
	padding: 3px;
	border: 1px solid #114477;
}

.dotbordered {
	padding: 10px;
	border-bottom: 1px dotted #114477;
}

/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}

/* special style for colabora page */

.colabora {
	background-image: url('../../images/castellers.jpg');
	background-position: center 3px;
	background-repeat: no-repeat;
}

/* fin */

.col3 img {
	border:0;
}


/* 3 Column settings */
.threecol {
	background:#f4f4f4;		/* right column background colour */
}
.threecol .colmid {
	right:25%;			/* width of the right column */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:50%;			/* width of the middle column */
	background:#f4f4f4;	/* left column background colour */
}
.threecol .col1 {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
}
#footer p {
	padding:10px;
	margin:0;
	text-align: center;
	font-size: 90%;
	color: darkgray;
}

/* lists */

ul.none {
	list-style-type: none;
}

ul.check {
	list-style-image: url("../images/navigation/check.gif");
}

ul.acrobat {
	list-style-image: url("../images/navigation/pdf.gif");
}

table, th, td {
	border-color: 1px solid green;
}

td.even {
	background-color: lightgray;
	}
	
td.odd {
	background-color: white;
}

li.here-fund, li.here-sch, li.here-tal, li.here-cae, li.here-sar {
	font-weight: bold;
}

li.here-fund {
	color: #8e002d;
	list-style-image: url("../images/navigation/pointer-fund.gif")
	
}

li.here-sch {
	color: #8e002d;
	list-style-image: url("../images/navigation/pointer-sch.gif")
	
}

li.here-tal {
	color: #8e002d;
	list-style-image: url("../images/navigation/pointer-tal.gif")
	
}

li.here-cae {
	color: #8e002d;
	list-style-image: url("../images/navigation/pointer-cae.gif")
	
}

li.here-sar {
	color: #8e002d;
	list-style-image: url("../images/navigation/pointer-sar.gif")
	
}

.note {
	background: #fef6eb url("../images/navigation/note.gif") 5px 2px no-repeat;
	padding-left: 40px;
	border: 1px dotted black;
}

.calendar {
	background: #fef6eb url("../images/navigation/calendar.gif") 5px 2px no-repeat;
	padding-left: 50px;
	border: 1px dotted black;
}

.warn {
	background:#ffc url(../images/navigation/warn.gif) 0.5em no-repeat;
	background-position: 1em 0.5em;
	width: 70%;
	font-size:0.8em;
	margin: 0em 4em 0.5em 4em;
	padding-top: 0.4em;
	padding-right: 1em;
	padding-bottom: 0.4em;
	padding-left: 4em;
	border: 1px dotted #2b5977; /* dark blue */
	}
	
.bus {
	background: #fff url(../images/navigation/TMB.gif) 0.5em no-repeat;
	background-position: 1em 0.5em;
	font-size: 1em;
	margin: 0em 4em 0.5em 4em;
	padding-top: 0.4em;
	padding-right: 1em;
	padding-bottom: 0.4em;
	padding-left: 4.5em;
	color: black;
}

.fgc {
	background: #fff url(../images/navigation/FGC.gif) 0.5em no-repeat;
	background-position: 1em 0.5em;
	font-size: 1em;
	margin: 0em 4em 0.5em 4em;
	padding-top: 0.4em;
	padding-right: 1em;
	padding-bottom: 0.4em;
	padding-left: 4.5em;
	color: black;
}

#language {
	position: absolute;
	top: 50px;
	right: 150px;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	/*border: 1px solid red;*/
	background-color: #f4f4f4;
}

.cleanup {
	clear: both;
}

/* special display style, used for pages with centered pictures */

.display {
	padding: 0;
	text-align: center;
}
.display img {
	margin: 2px;
}

/********************************************
   LAYOUT
********************************************/
#header {
	height: 270px;
	color: #fff;
	background-color: #caced1;
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	overflow: hidden;
	z-index: 1;
}

#header img {
	border: 0;
	padding: 0;
	margin: auto;
}

#header2 {
	height: 270px;
	color: #fff;
	background-color: #caced1;
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	overflow: hidden;
	z-index: 1;
}

#header2 img {
	border: 0;
	padding: 0;
	margin: auto;
}
