﻿/* 
-----------------------------------------------------------------------------
NULL BROWSER DEFAULTS
-----------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: top;
}
ul {
	list-style: none;
}
iframe {
	border: 0;
}
/* 
-----------------------------------------------------------------------------
GLOBAL DEFAULT ELEMENTS
-----------------------------------------------------------------------------*/
body {
	text-align: left;
	font: 10px Arial, 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', sans-serif;
	color: black;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #000000;
}
a:focus {
	-moz-outline: 0;
	outline: 0;
	color: #8d2d2c;
}
a:hover {
	text-decoration: underline;
	color: #8d2d2c;
}
a img {
	border: 0;
}
p {
	margin: 0 0 18px 0;
}
small {
	font-size: 9px;
	line-height: 1.2;
}
strong {
	font-weight: bold;
}
/* 
-----------------------------------------------------------------------------
GLOBAL ClASSES
-----------------------------------------------------------------------------*/
.seperator {
	clear: both;
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

.selected
{
	color: #8d2d2c;
}

.sep18 {
	height: 18px;
}

.sep25 {
	height: 25px;
}


.textBox {
	width: 120px;
	text-align: left;
	height: 16px;
	margin: 0px 5px 5px 5px;
	vertical-align: top;
	background-color: #f7f7f8;
	border: solid 1px #b0aeae;
	padding: 0px 2px 0px 2px;
	color: #333333;
	text-align: left;
}
.comboBox {
	color: #333333;
	text-align: left;
	margin: 0px 5px 5px 5px;
	background-color: #f7f7f8;
	border: solid 1px #b0aeae;
	padding: 0px;
}
.comboBox option {
	padding: 0px 2px 0px 2px;
}
/* 
-----------------------------------------------------------------------------
Main
-----------------------------------------------------------------------------*/
#main {
	width: 999px;
	margin: 0 auto 0 auto;
	background-image: url('images/bg_main.gif');
}
/* 
-----------------------------------------------------------------------------
Foundation Header
-----------------------------------------------------------------------------*/
.TopHeader {
	background-image: url('images/bg_foundation.gif');
	height: 40px;
}
.TopLeft {
	float: left;
}
.TopRight {
	float: right;
}
#popup,.popup
{
	width:440px;
	
	background-image: url('images/bg_popup.png');
	
}
.BigImg
{width:400px;
	height:400px;
	margin-left:20px;
	}
	
	.BigPrevNext
	{
		width:400px;
		margin-left:20px;
		margin-right:20px;
		margin-top:6px;
		margin-bottom:6px;
		color:White;
	}
	.closeDiv
	{
		width:400px;
		margin-left:5px;
		margin-right:20px;
		
		margin-bottom:6px;
	}
	.DivTopPadding
	{
		height:6px;
	}
	
.leftBigImg
{ 
	width:440px;
	height:440px;
	
	}
	.CaptionBigImg
	{margin-left:20px;
		margin-top:10px;
		margin-bottom:5px;
		padding-bottom:5px;
	}
/* 
-----------------------------------------------------------------------------
Main
-----------------------------------------------------------------------------*/
#main {
	width: 999px;
	margin: 0 auto 0 auto;
	background-image: url('images/bg_main.gif');
}
/* 
-----------------------------------------------------------------------------
Foundation Header
-----------------------------------------------------------------------------*/
.TopHeader {
	background-image: url('images/bg_foundation.gif');
	height: 40px;
}
.TopLeft {
	float: left;
}
.TopRight {
	float: right;
}
/* 
-----------------------------------------------------------------------------
Menu items
-----------------------------------------------------------------------------*/
#menu{
height:34px;
}
#subMenus{
	margin-top: 18px;
	z-index: 99;
	position: absolute;
}
.MenuItem {
	font-size: 11.5px;
	position: absolute;
}
.MenuItem a {
	text-decoration: none;
	cursor: pointer;
	color:black
}
.MenuItem a:hover {
	text-decoration: underline;
	color: #8d2d2c;
}

.MenuItem .selected
{
	color: #8d2d2c;
}
.MenuItem .Ctc,.MenuItem .Eshop,.MenuItem .Links,.MenuItem .News,.MenuItem .Research,.MenuItem .Search,.MenuItem .Projects,.MenuItem .Funding,.MenuItem .AboutUs{
	padding-top: 3px;
	height: 17px;
	width: 111px;
	background-image: url('images/menu/bg_submenu_big.gif');
	background-repeat: repeat-x;
	text-align: center;
	float: left;
} 

.SubCtc, .SubEshop,.SubLinks,.SubNews,.SubResearch,.SubSearch,.SubProjects,.SubFunding,.SubAboutUs {
	padding-top: 3px;
	height: 17px;
	background-image: url('images/menu/bg_submenu_big.gif');
	background-repeat: repeat-x;
	text-align: left;
}

.MenuItem .AboutUs {
	background-position: 0 0;
}
.MenuItem .Funding {
	
	background-position: 0 -30px;
}
.MenuItem .Projects {

background-position: 0 -60px;
}
.MenuItem .Search {
	background-position: 0 -90px;
}
.MenuItem .Research {
	background-position: 0 -120px;
}
.MenuItem .News {
	background-position: 0 -150px;
}
.MenuItem .Links {
	background-position: 0 -180px;
}
.MenuItem .Eshop {
	background-position: 0 -210px;
}
.MenuItem .Ctc {
	background-position: 0 -240px;
}

.MenuItem .SubAboutUs {
	width: 968px;
	background-position: 0 0;
	padding-left: 31px;
}
.MenuItem .SubFunding {
	width: 859px;
	background-position: -2px -30px;
	padding-left: 140px;
}
.MenuItem .SubProjects {
	width: 743px;
	background-position: -1px -60px;
	padding-left: 256px;
}
.MenuItem .SubSearch {
	width: 629px;
	background-position: 0 -90px;
	padding-left: 370px;
}
.MenuItem .SubResearch {
	width: 525px;
	background-position: 0 -120px;
	padding-left: 474px;
}
.MenuItem .SubNews {
	width: 410px;
	background-position: 0 -150px;
	padding-left: 589px;
}
.MenuItem .SubLinks {
	width: 291px;
	background-position: 0 -180px;
	padding-left: 708px;
}
.MenuItem .SubEshop {
	width: 185px;
	background-position: 0 -210px;
	padding-left: 814px;
}
.MenuItem .SubCtc {
	width: 85px;
	background-position: 0 -240px;
	padding-left: 914px;
}
/* 
-----------------------------------------------------------------------------
Middle Divisions Backgrounds
-----------------------------------------------------------------------------*/
#middle
{
	width: 202px;
	margin:-3px 5px 5px 5px;
	padding:30px 5px 5px 5px;
	float: left;
	height:474px;

}
/*.middleAbout, .middleFunding, .middleProjects, .middleSearch, .middleResearch, .middleNews, .middleLinks, .middleEshop, .middleCtc {
}*/
.About {
	background-image: url('images/bg_about.gif');
}
.Funding {
	background-image: url('images/bg_funding.gif');
}
.Projects {
	background-image: url('images/bg_projects.gif');
}
.Search {
	background-image: url('images/bg_search.gif');
}
.Research {
	background-image: url('images/bg_research.gif');
}
.News {
	background-image: url('images/bg_news.gif');
}
.Links {
	background-image: url('images/bg_links.gif');
}
.Eshop {
	background-image: url('images/bg_eshop.gif');
}
.Ctc {
	background-image: url('images/bg_ctc.gif');
}
.Listing-div{
padding-left:168px;
padding-bottom:18px;

}
.Listing-td{
 vertical-align:top;
 padding-left:10px;
 /*width:100%*/
}

.table-16
{   
margin-left:1px;
margin-right:1px
}

.alignright 
{
 text-align:right
}
.pad2{
padding-top:2px;
padding-bottom:3px
}

.img-dt
{
margin-top:-16px;
margin-bottom:-17px

}
.center{
 text-align:center

}

/* 
-----------------------------------------------------------------------------
Fonts
-----------------------------------------------------------------------------*/
.Sections {
	font-size: 11.5px;
}
.ThirdLevel {
	font-weight: Bold;
	font-size: 12px;
}
.Title {
	font-size: 20px;
}
.Title1 {
	font-size: 18px;
}
.TitleBold {
	font-size: 20px;
	font-weight:bold
}
.Subtitle {
	font-size: 12px;
}
.Text {
	font-size: 12px;
}
.CaptionTextBold {
	font-size: 9.5px;
	font-weight:bold;
}
.CaptionText {
	font-size: 9.5px;
}

.CaptionCopyright {
	font-size: 9px;
}
.FooterText {
	font-size: 10px;
}
.BoxTitle {
	font-size: 11px;
}
.BoxText {
	font-size: 9px;
}
/*.BoxInput: Arial - Regular - font-size: 10px - Cool Gray */
.InputCaption {
	font-size: 11px;
}
.Path {
	font-size: 9px;
	color: #8d2d2c;
}
.ListTitle {
	font-weight: Bold;
	font-size: 12.5px;
	color: #B4B2B3;
}
.ProjectTitle {
	font-weight: Bold;
	font-size: 12.5px;
	
}
.IntroText
{
	font-size: 12.5px;
}
.ListDescription {
	font-size: 10px;
	font-weight:bold
}
.ListText {
	font-size: 11px;
}
.SearchTitles {
	font-size: 15px;
}
.BlackTitle,.BlackTitle a
{
	text-align: left;
	font-size:  10px ;
	font-family:Arial, 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', sans-serif;
	color:black;
	font-weight:bold;
}

.GrayTitle {
	font-size: 12.5px;
	color:#7D6A55;
	font-weight:bold
}
.GrayTitle a{
	font-size: 12.5px;
	color:#7D6A55;
	font-weight:bold
}
.GrayTitle a:hover{
	font-size: 12.5px;
	text-decoration:none;
	color:#8d2d2c;
	font-weight:bold
}
.picbuts {
	width:100%
}

/* 
-----------------------------------------------------------------------------
Buttons
-----------------------------------------------------------------------------*/
.ButtonBlack {
	font-weight: bold;
	background-color: #b7b3a4;
	font-size: 10px;
}
.ButtonWhite {
	font-weight: bold;
	background-color: #b7b3a4;
	font-size: 10px;
	color: white;
}
.ButtonGo
{

height:15px;
font-weight: bold;
background-color: #b7b3a4;
font-size: 10px;
color: white;
border:0px;

}
.ButtonEnter
{
width:101px;
height:15px;
font-weight: bold;
font-size: 10px;
background-image:url('images/bg_btnEnter.gif');
border:0px
}

/* 
-----------------------------------------------------------------------------
Input
-----------------------------------------------------------------------------*/
.input-left
{
height:15px;
border:0;
}
.divInputButtonLeft
{
float:left;
margin:3px 0px 3px 0px 
}
.inputRegistration
{
border:1px #b7b3a4 solid;
padding-left:3px;
color: #b7b3a4;
height:15px;
width:199px;
}
/* 
-----------------------------------------------------------------------------
First Page - NEWS
-----------------------------------------------------------------------------*/
#mainNews {
	width: 999px;
	margin: 0 auto 0 auto;
	background-image: url('images/bg_firstPage.gif');
}
.MainDivNews
{
	width:323px;
	margin: 0 5px 0px 5px;
	float:left;
	
}
.MainDivNewsVideo
{
	width:323px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 10px 120px;
	float:left;
	background-image:url('images/bg_btnEnter.gif');
	
}

.LeftNews {
padding-top:28px;
padding-left:65px;
}
.NewsTitle
{
		margin: 45px 5px 5px 5px;
}
.NewsImage
{
	width: 323px;
	float: left;
}


.NewsBody
{
	float: left;
}
.NewsRight{
	width: 777px;
	margin: 10px 5px 5px 5px;
	padding: 5px;
	float: left;

}
.NewsContent
{
	padding-left:10px;
	float:left;
	width:424px;
	margin-top:-3px;
}
#EnterWebsite
{
text-align:right;
margin:5px 10px 10px 5px;
}
/* 
-----------------------------------------------------------------------------
Main Divisions
-----------------------------------------------------------------------------*/
#main {
	width: 999px;
	margin: 0 auto 0 auto;
	background-image: url('images/bg_main.gif');
}
#MainContent {

}

.LeftContent
{
	width:212px;
	margin: 10px 5px 5px 5px;
	float:left;
}
.RightContent
{
width:767px;
float:left;
}
.MiddleContent
{
		float:left;
}
.RightBody
{
	float:left;

	margin:0px 0px 5px 5px;
	width: 530px;
	padding:0px 5px 5px 5px
	}

.LeftBox {

	padding: 5px;
	margin-bottom: 10px;
	background-image: url('images/bg_boxes.gif');

}
.PathDiv
{
		padding:5px 5px 7px 0px

}

#ImgCaption
{
	margin-top:25px
}
#LeftIntro
{
	padding:5px;
	margin-bottom:10px;
	height:405px;
	
}
/* 
-----------------------------------------------------------------------------
Main Page
-----------------------------------------------------------------------------*/

.MainDiv
{
	width:313px;
	margin: 0px 5px 5px 5px;
	float:left;
	
}
.MainImg
{
height:323px;
background-image:url('images/bg_mainimages.gif');
padding:5px;
}
.DivName
{
	text-align:right;
	height:10px;
	padding-top:3px

}
.hidden
{
		
		display:none;
}
.MainTopTitles
{
	height:40px;
    padding-left:5px;
    padding-right:5px;
    margin-top:-7px
}
.PaddingDiv{
	padding:5px;
}
.NewsTicker{
	padding:5px;
	background-image:url('images/bg_ctc.gif');
	visibility:hidden;
}



.inputRegistration1
{
	border:1px #b7b3a4 solid;

margin:0;
color: black;

height:13px;

width:199px;

font-size:10px
}


.yellowNote {
	background-color:Transparent;
	padding: 3px;
	
	font-size: 11.5px;
	color: black;
	text-align: left;
	font-weight: bold;
	display: block;
	text-align: left;
	height:auto;
	margin: 0px;
}
.yellowNote A {
	font-weight: bold;
	text-decoration: underline;
}
.yellowNote .info {
	color:  black;
	padding-top: 10px;
}
.yellowNote .error {
	color:#8d2d2c;
}
/*.modalBackground
{
	background-color:White;
	filter:alpha(opacity=50);
	opacity:0.5;
}*/


