﻿
body {
font:100% Arial, Helvetica, Tahoma, sans-serif;
padding:0;
background-color:#B7B7B7;
background-image: url('../../../layout/images/background.jpg');
background-repeat:repeat-x;
font-size:12px;
}

a {
color:#505050;
font-weight:bold;
text-decoration:underline;
}

a:hover {
color:#808080;
text-decoration:underline;
}

p {
line-height:1.5em;
margin:0 0 15px;
}

table
{ 
	border-bottom: medium none;
	border-left: medium none;
	border-collapse: collapse;
	border-top: medium none;
	border-right: medium none;
	font-size: 12px;
}

td
{
	border-color: #000000;
}

#container {
color:#303030;
margin:0 auto;
padding:0;
text-align:left;
width:1000px;
}

#header
{
	background-image: url('../../../layout/images/header_en.jpg');
	width: 1000px;
	height:110px;
}

#navigationHeader
{
    color:#ffffff;
    font-size:12px;
    position:relative;
    float: left;
    top: 12px;
    left: 787px;
}

#navigationHeader ul {
font-size:12px;
margin:0;
padding:0;
}

#navigationHeader li {
list-style:none;
}

#navigationHeader a
{
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
}

#navigationHeader a:hover 
{
	text-decoration:underline;
}

#languageSelection
{
    position: relative;
    left: 744px;
    margin:0;
    padding:0;
    color:#ffffff;
	font-size:12px;
	float: left;
	clear: both;
}

#languageSelection ul
{
}

#languageSelection li
{
    
    display: inline;
    list-style-type: none;
    padding-left: 5px;
}

#languageSelection a
{
    color:#ffffff;
    text-decoration: none;
}

#languageSelection a:hover
{
    color:#ffffff;
    text-decoration: underline;
}

#languageSelection a.current
{
    color:#ffffff;
    text-decoration: underline;
}

#searchTextBox
{
    position:relative;
	left:788px;
	top:20px;
	border-style:None;
	width:139px;
}

#searchButton
{
    position:relative;
	left:787px;
	top:24px;
	border-style:None;

}

#navigationLogo
{
    display: none
}

#siteName
{
     display: none
}

#siteName a
{
    display: none
}

#siteSlogan
{
    display: none;
}

/*-------------- Main-Navigation -------------------------------------------------*/

#navigationMain
{
	background:url('../../../layout/images/menu_background.jpg') top left no-repeat;
	min-height:25px;
}

/* Ie6 workaround for not understanding min-height
/* mac hide \*/
* html #navigationMain{height:25px}
/* end hide */ 

#navigationMain ul {
font-size:12px;
margin:0;
padding:0;
}

#navigationMain li {
float:left;
list-style:none;
margin:0;
padding:0;
}

#navigationMain a 
{
position:relative;
left:200px;
top:1px;
background:url('../../../layout/images/menu_unselected.jpg') top left repeat-x;
border-right:1px solid #FFFFFF;
color:#FFFFFF;
display:block;
padding:4px 5px 0px 5px;
text-decoration:none;
min-height:20px;
}

/* Ie6 workaround for not understanding min-height
/* mac hide \*/
* html #navigationMain{height: 20px}
/* end hide */ 

#navigationMain a:hover {
background:url('../../../layout/images/menu_selected.jpg') top left repeat-x;
color:#F02984;
text-decoration:none;
}

#navigationMain a.current {
background:url('../../../layout/images/menu_selected.jpg') top left repeat-x;
color:#F02984;  
text-decoration:none;
}


/*-------------- SubMain-Navigation -------------------------------------------------*/

#navigationSubMain
{
	float: left;
	clear:left;
	width: 170px;
	min-height: 45px;
}

/* Ie6 workaround for not understanding min-height
/* mac hide \*/
* html #navigationSubMain{height:45px}
/* end hide */ 

#navigationSubMain ul
{
    float: left;
	clear:left;
	font-size:12px;
	vertical-align:middle;
	margin:0px 0px 0px 5px;
	padding:0px 0px 0px 0px;
}

#navigationSubMain li
{
    float: left;
	clear:left;
	list-style-type:none;
	background-color:#D5D5D5;	
	margin:20px 0px 0px 10px;
	padding: 4px 0px 0px 5px;
	width: 170px;
	height:19px;
}

#navigationSubMain a
{
    float: left;
	clear:left;
color:Black; 
text-decoration:none;
}

#navigationSubMain a.current 
{
    float: left;
	clear:left;
color:#F02984; 
text-decoration:none;
}


/*-------------- Sub-Navigation -------------------------------------------------*/

#navigationSub
{
	min-height: 400px;
	float: left;
	clear:left;
	width: 144px;
	padding:0px 0px 0px 30px;
}

/* Ie6 workaround for not understanding min-height
/* mac hide \*/
* html #navigationSub{height:400px}
/* end hide */ 

#navigationSub ul {
font-size:12px;
margin:0px;
padding:0px;
}

#navigationSub li {
height:17px;
list-style-image:url('../../../layout/images/SubNaviListStyle.jpg');
margin: 8px 0px 0px 0px;

}

#navigationSub a {
color:Black;
display:block;
text-decoration:none;
}

#navigationSub a:hover {
color:#F02984;
text-decoration:none;
}

#navigationSub a.current {
color:#F02984;
text-decoration:none;
}


#navigationSubBottom
{
    display:none;
}

#preContent
{
    display: none;
}

/*-------------- ContentLeft -------------------------------------------------*/

#contentLeft
{
	font-size: 12px;
	float: left;
	clear:left;
	margin: 0px 0px 0px 12px;

}


/*** Content wrap ***/

#wrap 
{
	/*background:#ffffff url('../../layout/images/bg.jpg') repeat-y;*/
	background-color:#ffffff;
clear:both;
padding:0;
min-height: 630px;
}

/* Ie6 workaround for not understanding min-height
/* mac hide \*/
* html #wrap{height:630px}
/* end hide */ 


/*** Content ***/

#content
{
	margin: 0px 18px 0px 200px;
	padding: 19px 0px 10px 0px;
	text-align:left;
	font-size: 12px;
	min-height: 630px;
}

/* Ie6 workaround for not understanding min-height
/* mac hide \*/
* html #content{height:630px}
/* end hide */ 

#contentRight
{
}

/*** Various classes ***/

.hide {display:none;}


/*-------------- Footer-Navigation -------------------------------------------------*/

#footer 
{	background:url('../../../layout/images/footer.jpg') top left repeat-x;
	width: 1000px;
	height:22px;
 	color:#ffffff;
    font-size: 11px;
}

#contentFooter 
{	
    color: #303030;
    font-size: 12px;
    height: 1px;
    padding-left: 12px;
    position: relative;
    top: -120px;
    width: 144px;
}

#navigationFooter 
{	
	padding: 4px 0px 0px 4px;
}

#navigationFooter a
{	
	color:#ffffff;
	font-weight:400;
	text-decoration:none;
}

#navigationFooter a:hover 
{
	text-decoration:underline;
}


/* Used within the MusicEvent / Guestbook as an example */
 .tableheader
 {
	background: #086AEF;
	color: #ffffff;
	font-weight: bold;
	padding: 2px;
}

.fontMangenta
{
    color:#F02984;
}


/* ------------  Module Gallery ----------------------- */	

#galleryColorBoxTitle
{
	font-weight: bold;
}

#galleryColorBoxSmallText
{
	font-size:10px;
	margin: 0px 0px 20px 0px;
}

/* ------------  Module Results and Ranking ----------------------- */

.rankingTableHeader{
	background:#086AEF;
	color:White;
	padding: 2px 2px 2px 2px;
	font-size:12px;
	}

/*.tableNIStd */
.rankingTable1{
	padding: 2px 1px 2px 3px;
	font-size:11px;
	}

	
/*.tableNISBL {*/
.rankingTable1Bottom{
	padding: 2px 1px 2px 3px;
	font-size:11px;
	border-bottom: 1px solid #000;
	}
	

/*.tableNIStdHL */
.rankingTable2{
	background:#e7e7e7;
	padding: 2px 1px 2px 3px;
	font-size:11px;
	}
	
/*.tableNIStdHLBL */
.rankingTable2Bottom {
	background:#e7e7e7;
	padding: 2px 1px 2px 3px;
	font-size:11px;
	border-bottom: 1px solid #000;
	}
	

/* ------------  Module Schedule ----------------------- */
.scheduleTableHeader {
	padding: 2px 1px 2px 3px;
	}

.scheduleTableContent {
	background:#e7e7e7;
	padding: 2px 1px 2px 3px;
	}


/* ------------  Module News ----------------------- */		
.NewsTitle
{
	border-top-style:solid;
	border-top-color:#086AEF;
	border-top-width:thin;
	font-weight:900;
	padding:7px 0px 5px 0px;
	font-size:larger;
}

.NewsText
{
	font-weight:normal;
	margin:0px 0px 30px 0px;
}


/* ------------  Module Sitemap ----------------------- */	
#siteMapTop
{
	position: relative; left: 50px; top: 0px;
	padding:5px;
}

#siteMapTop a
{
	color:Black;
	font-weight:900;
}

#siteMapSub
{
	position: relative; left: 20px; top: 0px;
}

#siteMapSub a
{
	color:Gray;
	font-weight:300;
}


/* ------------  Module Search ----------------------- */		
.SearchPageName
{
	border-top-style:solid;
	border-top-color:#086AEF;
	border-top-width:thin;
	font-weight:900;
	padding:7px 0px 5px 0px;
	font-size:larger;
}

.SearchPageText
{
	font-weight:normal;
	margin:0px 0px 15px 0px;
}

/* ------------  Module Contact ----------------------- */	
.contactTitle
{
	
	font-weight:bold;
	/*padding:0px 0px 12px 0px;*/
}

.contactTitleContent
{
	padding:0px 0px 20px 0px;
}
