/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
// Define home css values 											//
// 																			//
/////////////////////////////////////////////////////////////// */


/* General and font css values */
body 
	{
		background-color: #749DC2;
		margin: 0px;
		padding: 0px;
	}

.emphasize 
	{
		font-weight: bold;
	}

.aux-nav, .search, .search-input, .bottom, .copyright 
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #666666;
	}

td, .mlist-input, select  
	{
	/*
.main-page, .main-article, .mlist, .search-input, .mlist-input,  .rightBar
.cell-content, .cell-header, .cell-NoBottom, .cell-content select
	{ */
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
	}
	
.area 
	{
		font-family: Georgia, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		font-weight: bold;
		color: #333333;
		width: 265px;
		text-align: left;
		vertical-align: bottom;
		padding: 5px;
	}

.date 
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #666666;
		width: 265px;
		text-align: right;
		vertical-align: bottom;
		padding: 5px;
	}
	
.main-article-title 
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 19px;
		font-style: normal;
		font-weight: bold;
		color: #346D98;
	}

.aux-nav, .search, .bottom 
	{
		height: 30px;
		background-color: #FFFFFF;
	}

.search 
	{
		width: 540px;
		text-align: center;
	}

.mlist 
	{
		color: #FFFFFF;
		width: 220px;
		height: 60px;
		background-color: #BF6904;
		padding: 5px;
	}

.search-input
	{
		color: #333333;
		text-align: left;
		width: 180px;
		height: auto;
	}

.mlist-input 
	{
		color: #333333;
		text-align: left;
		width: 120px;
		height: auto;
	}

.thyreos-top, .area, .date
	{
		height: 50px;
		background-color: #DCDCDC;
	}

.thyreos-top 
	{
		width: 200px;
	}

.thyreos-bottom
	{
		height: 80px;
		background-color: #346D98;
	}

.thyreos-bottom 
	{
		width: 200px;
	}
	
.navigation-container
	{
		width: 75%;
		height: 80px;
		text-align: right;
		vertical-align: bottom;
		background-color: #346D98;
	}

.navigation, .navigation-on 
	{
		font-weight: bold;
		color: #FFFFFF;
		vertical-align: bottom;
		height: 20px;
		padding-left: 2px;
	}
	
.main-page 
	{
		width: 770px;
		height: 450px;
		vertical-align: top;
		background-color: #FFFFFF;
		padding-bottom: 10px;
	}

.aux-nav 
	{
		width: 400px;
		text-align: left;
		vertical-align: middle;
		padding: 5px;
	}

.language 
	{
		width: 370px;
		text-align: right;
		background-color: #FFFFFF;
	}

.bottom 
	{
		color: #E5E5E5;
		text-align: center;
		vertical-align: middle;
		height: 35px;
		background-color: #333333;
	}
	
.copyright 
	{
		color: #333333;
	}

.rightBar 
	{
		color: #000000;
		width: 220px;
		height: 300px;
		vertical-align: top;
		background-color: #FF8A00;
		padding: 10px;
	}

.main-article 
	{
		color: #666666;
		vertical-align: middle;
		width: 96.4%;
	}

.cell-content, .cell-header, .cell-NoBottom 
	{
		width: 250px;
		vertical-align: top;
	}

.cell-content, .cell-NoBottom 
	{
		color: #666666;
		padding: 5px;
	}
 
.cell-content, .cell-header
	{
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
	}

.cell-header
	{
		color: #FF8A00;
		font-weight: bold;
	}

.cell-content select 
	{
		width: 230px;
	}
	
	
/* Link css values */

.aux-nav a:link 
	{
		color: #666666;
		text-decoration: none;
	}

.aux-nav a:visited 
	{
		color: #666666;
		text-decoration: none;
	}

.aux-nav a:hover 
	{
		color: #000000;
		text-decoration: underline;
	}

.bottom a:link 
	{
		color: #E5E5E5;
		text-decoration: underline;
	}

.bottom a:visited 
	{
		color: #E5E5E5;
		text-decoration: underline;
	}

.bottom a:hover 
	{
		color: #FFCC33;
		text-decoration: underline;
	}

.copyright a:link 
	{
		color: #333333;
		text-decoration: underline;
	}

.copyright a:visited 
	{
		color: #333333;
		text-decoration: underline;
	}

.copyright a:hover 
	{
		color: #FFCC33;
		text-decoration: underline;
	}

.rightBar a:link 
	{
		color: #FFFFFF;
		text-decoration: underline;
	}

.rightBar a:visited 
	{
		color: #FFFFFF;
		text-decoration: underline;
	}

.rightBar a:hover 
	{
		color: #333333;
		text-decoration: underline;
	}


.cell-content a:link, .cell-NoBottom a:link, .main-article a:link 
	{
		color: #6699CC;
		text-decoration: none;
	}

.cell-content a:visited, .cell-NoBottom a:visited, .main-article a:visited 
	{
		color: #6699CC;
		text-decoration: none;
	}

.cell-content a:hover, .cell-NoBottom a:hover, .main-article a:hover 
	{
		color: #FF8A00;
		text-decoration: underline;
	}

.cell-header a:link
	{
		color: #FF8A00;
		text-decoration: none;
	}

.cell-header a:visited
	{
		color: #FF8A00;
		text-decoration: none;
	}

.cell-header a:hover
	{
		color: #6699CC;
		text-decoration: underline;
	}

/* Menu classes */

.clCMEvent
	{
		position:absolute; 
		width:99%; 
		height:99%; 
		clip:rect(0,100%,100%,0); 
		left:0; 
		top:0; 
		visibility:visible;
	}
	
.clCMAbs
	{
		position:absolute; 
		visibility:hidden; 
		left:0; 
		top:0;
	}

.clLevel0, .clLevel0over
	{
		position:absolute; 
		padding:0px; 
		font-family:tahoma,arial,helvetica; 
		font-size:11px; 
		color:white; 
		font-weight: bold; 
		text-align:center;
	}
	
.clLevel0
	{
		background-color:#346D98;
		layer-background-color:#8DAEC6;
		color:#FFFFFF; 
		border-top: 1px solid #346D98;
		border-left: 1px solid #346D98;
		border-right: 1px solid #346D98;
	}
	
.clLevel0over 
	{
		background-color:#8DAEC6;
		layer-background-color:#8DAEC6;
		color:FFFFFF; 
		cursor:pointer; 
		cursor:hand; 
		border-top: 1px solid #E2E2E2; 
		border-left: 1px solid #E2E2E2; 
		border-right: 1px solid #E2E2E2;
	}
	
.clLevel0border
	{
		position:absolute; 
		visibility:hidden; 
		background-color:#999999; 
		layer-background-color:#999999;
	}

.clLevel1, .clLevel1over
	{
		position:absolute; 
		padding:2px; 
		font-family:tahoma, arial,helvetica; 
		font-size:11px; 
		font-weight:bold; 
		text-align:left;
	}
	
.clLevel1
	{
		background-color:#8DAEC6;
		layer-background-color:#8DAEC6;
		color:#FFFFFF;
	}
	
.clLevel1over
	{
		background-color:#FFFFFF; 
		layer-background-color:#8DAEC6;
		color:#8DAEC6;
		cursor:pointer; 
		cursor:hand; 
	}
	
.clLevel1border
	{
		position:absolute; 
		z-index:500; 
		visibility:hidden; 
		background-color:#E2E2E2; 
		layer-background-color:#999999;
	}
