/*
 *  radiantis.css
 *  Style sheet for radiantis web site
 *
 *  Copyright 2008 by Radiant Light S.L.
 *  Created by Colimera Estrategia y organizacion S.L.
 *  www.colimera.com 
 */


@import url(layout.css);
@import url(fast-track.css);


p { font-size-adjust: inherit; margin: 0 0 0.67em; }
td { margin: 0; }
img {
	border: 0px;
}

h1 { 
	color: #0051b9; 
	font-size: 30pt; 
	line-height: 1em;

	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-weight: normal; 
	text-decoration: none; 
	margin: 0;
	padding: 0;
}

h2 { 
	color: #0051b9; 
	font-size: 16pt; 
	line-height: 1em;

	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-weight: normal; 
	margin-bottom: 16px; 
	padding: 0; 
}

h3 { 
	color: #0051b9; 
	font-size: 10pt; 
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-weight: normal; 
	margin: 0px;
	padding: 0px;
	margin-bottom: 4pt;
}


.entryText { 
	color: #0051b9; 
	font-size: 11pt; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-weight: normal; 
	margin: 0;
	padding: 0;  
}

h3.lmenuHeader { color: #444; font-size: 10pt; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; text-transform: uppercase; margin: 0 0 4pt; padding: 0; }




a:link { color: #4f75d5; text-decoration: none; }
a:visited { color: #4f75d5; text-decoration: none; }


a:active { color: #4f75d5; text-decoration: none; }

a:hover { color: #106cac; text-decoration: underline; }



.email {
	padding-left: 20px;
	background-image: url(images/bullet/bullet-email.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
}




hr { border-top: 1px solid #c8c8c8; }



div.fullWidth {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}

div.halfWidth {
	display: block;
	position: relative;
	float: left;
	width: 50%;
	height: auto;
	overflow: hidden;
}


div.SepV8, div.SepV16, div.SepV24, div.SepV32, div.SepV48, div.SepV64 {
	display: block;
	position: static;
	float: left;
	width: 100%;
	height: 16px;
}

div.SepV8  { height: 8px; }
div.SepV16 { height: 16px; }
div.SepV24 { height: 24px; }
div.SepV32 { height: 32px; }
div.SepV48 { height: 48px; }
div.SepV64 { height: 64px; }




div.titleBox { 
	display: block; 
	position: static;
	float: left;
	height: 40px; 
	width: 100%; 
	margin-top: 32px; 
	margin-bottom: 16px; 
	background-color: transparent;
}


div.titleBox h1 {
	font-size: 24pt;
	padding-left: 160px;
}


div.documentRow {
	display: block; 
	position: static;
	float: left;
	height: 24px; 
	width: 100%; 
	border-bottom: 1px dotted #666;
}


div.documentRow h3 {
	color: #0051b9; 
	font-size: 11pt; 
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-weight: normal; 
	margin-left: 0px;
	padding-left: 20px;
	background-image: url(images/bullet/bullet-navigate.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
}

div.documentRow h3.download {
	color: #0051b9;
	font-size: 11pt; 
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-weight: normal; 
	margin-left: 0px;
	padding-left: 20px;
	background-image: url(images/bullet/bullet-download.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
}



div.newsBar {
	display: block; 
	position: static;
	float: left;
	height: auto; 
	width: 100%; 
	border-bottom: 1px dotted #444;
	margin-bottom: 16px;
	padding-bottom: 8px;
}


div.newsBar h3 {
	color: #000; 
	font-size: 11pt; 
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-weight: normal; 
	margin: 0px;
	padding-left: 8px;
	padding-right: 8px;
}

div.newsBar a {
	color: #0051b9; 
	font-size: 11pt; 
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-weight: normal; 
	margin-left: 0px;
	padding-left: 20px;
	background-image: url(images/bullet/bullet-navigate.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	text-decoration: none;
}


div.newsBar a:hover {
	text-decoration: underline;
}


div.newsBar p {
	color: #444; 
	font-size: 10pt; 
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-weight: normal; 
	margin: 0px;
	padding-left: 8px;
	padding-right: 8px;
}

div.newsBar p.date {
	color: #444;
	font-size: 10pt; 
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-weight: normal; 
	font-style: italic;
	margin: 0px;
	padding-left: 8px;
	padding-right: 8px;
}







div.iconDownloadBar {
	display: block; 
	position: static;
	float: left;
	height: 128px;
	width: 100%; 
	border-bottom: 1px dotted #444;
	margin-bottom: 16px;
	padding-bottom: 8px;
}


div.iconDownloadBar h3 {
	color: #000; 
	font-size: 11pt; 
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-weight: normal; 
	margin: 0px;
	padding-left: 8px;
	padding-right: 8px;
}

div.iconDownloadBar a {
	color: #0051b9;
	font-size: 11pt; 
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-weight: normal; 
	margin-left: 0px;
	padding-left: 20px;
	background-image: url(images/bullet/bullet-download.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	text-decoration: none;
}


div.iconDownloadBar a:hover {
	text-decoration: underline;
}


div.iconDownloadBar p {
	color: #444; 
	font-size: 10pt; 
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-weight: normal; 
	margin: 0px;
	padding-left: 8px;
	padding-right: 8px;
}

div.iconDownloadBar img {
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 24px;
	padding-bottom: 0px;
	margin: 0px;
}


