/* GENERAL STYLES */
/* GENERAL STYLES */
/**, body,*/
 div {
	font-family: Arial;
	font-size: 12px;
}


p {
	font-family: Times;
	font-size: 14px;
	padding: 0px 0px 10px 0px;
	margin: 0;
}

td, th {
	font-family: Times;
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #000000;
}

td {
	vertical-align: top;
}

img { border: none; }

body {
	background-image: url(/img/bg.jpg);
	margin: 0px 0px 0px 0px;
	height: 100%;
}

/* Classes */

.image_container {
	/* contains image and caption */ 
	text-align:right;
}

.image_container span {
	font-family: Arial;
	font-size: 9px;
	font-style: italic;
	color: #000000; 
	display: box;
}

.publishdate {
	float:right;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: xx-small;
	font-style: italic;
	text-transform: uppercase;
	color: #676b6e;
}


.linkbutton_black {
	font-family: Arial;
	font-style: oblique;
	font-weight: bold;
	text-transform:uppercase;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;	
}

a.linkbutton_black {
	text-decoration: none;
	color: #000000;
}

a.linkbutton_black:hover {
	color: #e30015;
}

a.linkbutton_black img {
	padding: 0px 2px 0px 0px;
	text-align: center;
}

.linkbutton_grey {
	width: 100px; 
	font-family: Arial;
	font-style: oblique;
	font-weight: bold;
	text-transform:uppercase;
	font-size: 11px;
	color: #979c9f;
}

.linkbutton_grey img {
	padding: 0px 2px 0px 0px;
	text-align: center;
}

a.linkbutton_grey {
	text-decoration: none;
}

a.linkbutton_grey:hover {
	color: #e30015;
}



/* WRAPPERS */
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0;
	width: 1004px;
	background-image: url(/img/mainbg.png);
	background-repeat: repeat-y;
}

#wrapper2 {
	
	margin-left: 2px;
	margin-right: 2px;
}


/*END WRAPPERS*/


/* GLOBAL */
.global_text p {
	/*border: 1px solid black;*/
	font-family: Arial; 
	font-style: oblique;
	font-size: 12px;
	margin: 3px 0px;
	padding-bottom: 2px;
}

.spanright {
	padding: 0px 0px 0px 140px;
}

/*END GLOBAL*/

/*DEFAULT PAGES*/
.Headline{
	font-family: Arial;
	font-style: oblique;
	font-size: 2.5em;
	line-height: 1em;
	color: #676b6e;
	padding-bottom: 20px;
}

.Ingress {
	font-family: Times;
	font-style: italic;
	font-size: medium;
	font-weight: bold;
	color: #676b6e;
	padding-bottom: 20px;
}

.BreadText {
	font-family: Times;
	font-size: 14px;
	padding-bottom: 20px;
}

P.BreadText {
	padding-bottom: 20px;
}

TD.Breadtext {
	font-family: Times;
	font-size: 14px;
	padding-bottom: 12px;
}

#EditableContent {
	width: 600px; 
	padding: 0px 19px 0px 19px;
}

/*END DEFAULT PAGES */

/* FIRST LEVEL MENU (main navigation)*/
#firstlevelmenu {
	padding: 0px 0px 0px 20px;
	/*background-image: url(/img/nav_menu/menu_background.jpg);
	background-repeat: no-repeat;*/
	background-color: #d4d6d9;
	height: 20px;
	width: 980px;
}

#firstlevelmenu ul{
	margin: 0px;
	padding: 0px;
	list-style:none;
}

#firstlevelmenu span {
	font-family: Arial;
	font-style: oblique;
	font-weight: bold;
	font-size: 11px;
}

#firstlevelmenu li{
	display: inline;
	margin: 0px ;
	padding-right: 0px;
	width: 122px;
	line-height: 20px;
}

#firstlevelmenu a {
	float: left;
	color: white;
	width: 122px; 
	margin: 0;
	padding: 0;
	text-decoration:none;
	line-height: 20px;
	background: url(/img/nav_menu/menu_tab_unselected.jpg) no-repeat;
}

#firstlevelmenu a span{
	float:left;
	display:block;
	line-height: 20px;
	padding: 0px 10px 0px 10px;
}


#firstlevelmenu a span{
	float:none;
}

#firstlevelmenu a:hover
{
	color: #00004F;
	background: url(/img/nav_menu/menu_tab_selected.jpg) no-repeat;
}

#firstlevelmenu #tabselected a {
	background: url(/img/nav_menu/menu_tab_selected.jpg) no-repeat;
	color: #00004F;
	text-decoration: underline;
	line-height: 20px;
	width: 122px;
}

#firstlevelmenu #tabselected_right a {
	float:right;
	padding-right: 20px;
	background: url(/img/nav_menu/menu_tab_selected.jpg) no-repeat;
	color: #00004F;
	text-decoration: underline;
	line-height: 20px;
	width: 122px;
}

/*END FIRST LEVEL MENU */

/* LEFT MENU */
#leftmenu {
	margin 0;
	padding: 0;
	width: 180px;
}

#leftmenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 16px 0px 16px 0px;
	/*line-height: 2em;*/
}

#leftmenu li {
	list-style-type: none;
	padding: 4px 20px 4px 20px;
	margin: 0;
		/*width: 160px;*/
}

#leftmenu a {
	font-family: Arial;
	font-style: oblique;
	font-size: 12px;
}

#leftmenu li a:hover
{
	color: #339;
}

#not_selected { 
	color: #777;
}

#leftmenu_selected {
	color: #339;
	background-image: url(/img/menu2_selected.jpg);
}

#leftmenu_selected a {
	color: #33c;
	text-decoration: underline;
	letter-spacing: 1px;
}
/* END LEFT MENU*/

/* Highligted list */
#highlightedList {
	margin 0;
	padding: 0;
}

#highlightedList ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px
}

#highlightedList li {
	list-style-type: none;
	padding: 4px 0px 4px 0px;
	margin: 0;
}

#highlightedList a {
	display:-moz-inline-block;	
	display:-moz-inline-box;
	display:inline-block;
	width: 100%;
	font-family: Arial;
	font-style: oblique;
	font-size: 12px;
}

#highlightedList li a:hover
{
	background-color: lightgrey;
	color: #339;
}

.span130 {
	display:-moz-inline-block;	
	display:-moz-inline-box;
	display:inline-block;
	width: 130px;
}

.span160 {
	display:-moz-inline-block;	
	display:-moz-inline-box;
	display:inline-block;
	width: 160px;
}

.boxedspan {
	display:-moz-inline-block;	
	display:-moz-inline-box;
	display:inline-block;
}
/* End Highlghted list */

/* ADs */
#ads_bottom {
	position: relative;
	background-image: url(/img/ad_background.gif);
	background-repeat: repeat-y;
	margin: 0px 0px 0px 20px;
	padding: 10px 0px 0px 0px;
}

#ads_bottom IMG {
	vertical-align:text-bottom;
	padding: 10px 0px 0px 0px;

}

#ads_top {
	width: 140px;
	margin-left: 20px;
	padding-right: 19px;
	min-height: 560px;
}

#ads_top IMG {
	padding: 0px 0px 10px 0px;
}

/* END ADs */


#top {
	background-image: url(/img/top.jpg);
	/*background-image: url(/img/lang_buttons/background.gif);*/*
	background-repeat: no-repeat;
	width: 1000px;
	height: 20px;
}

#logo {
	width: 1000px;
	height: 74px;
	padding: 0;
	margin: 0;
}

#menu {
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	height: 20px;
	width: 1000px;
}

#content {
	padding: 20px 0px 20px 0px;
	min-height: 560px;
	height: auto;
	/*height: 560px;*/
	width: 1000px;
	background-color: #ffffff;
}

#imgleft { 
	float: left; 
	margin: 0px 10px 10px 0px;
	width: 50%;
}

#imgright { 
	float: right; 
	margin: 10px 0px 0px 10px;
	width: 50%;
}

#footer {
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-image: url(/img/bottom.png);
	width: 1004px;
	height: 22px;
}

/* RIGHT FIELDS */

#rightpanel {
	padding: 0px 20px 0px 19px;
}

#search
{
	background: url(/img/search_background.gif);
	background-repeat: no-repeat;
	height: 80px;
	margin: 0px;
	padding: 0px;
}

#search_input { 
	font-family: Arial; 
	font-style: oblique;
	font-size: small;
	color: #676b6e;
	width: 110px;
	padding: 0px 4px 0px 0px;
}

#search_field
{
	width: 120px;
	text-align: right;
	padding: 30px 10px 3px 10px;
}

#news 
{		
	width: 140px;
	background: url(/img/news_background.gif);
	background-repeat: no-repeat;
	margin: 12px 0px 0px 0px;
	padding: 14px 0px 0px 0px;
	border-bottom: 1px solid #000066;
}

.news_headline {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-style: oblique;
	font-size: 13px;
	color: #676b6e;
}

#news a {
	text-decoration: none;
}

#news a:hover SPAN { 
	color: #00004F;
}

.news_text {
	display: block;
	margin: 5px 0px 0px 0px;
	font-family: Times, serif;
	font-style: italic;
	font-size: 13px;
}

.news_date {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: x-small;
	font-style: italic;
	text-transform: uppercase;
}

.news_publ_date {
	line-height: 20px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: xx-small;
	color: #676b6e;
}

#news_bottom
{
	background: url(/img/news_bottom.gif);
	background-repeat: no-repeat;
	margin: 0px; /*auto ?*/
	padding: 0px;
}

#box_text
{
	width: 120px;
	padding: 10px 10px 0px 10px;
}

#box_text img {
	padding: 2px 0px 2px 0px;
}

#box_button
{
	width: 120px;
	text-align:right;
	padding: 4px 10px 8px 10px;
	color: #979c9f;
}

#events 
{
	width: 140px;
	background: url(/img/events_background.gif);
	background-repeat: no-repeat;
	margin-top: 12px;
	padding-top: 16px;
	border-bottom: 1px solid #640004;
}

#events a {
	text-decoration: none;
}

#events a:hover SPAN { 
	color: #00004F;
}

.event_headline {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-style: oblique;
	font-size: 13px;
	color: #676b6e;
}

.event_text {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	font-family: Times, serif;
	font-style: italic;
	font-size: 13px;
}

.event_date {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	font-style: italic;
	text-transform: uppercase;
}

.event_publ_date {
	line-height: 20px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: xx-small;
	font-style: italic;
	text-transform: uppercase;
	color: #676b6e;
}


#events_bottom
{
	background: url(/img/events_bottom.gif);
	background-repeat: no-repeat;
	margin: 0px; /* auto*/
	padding: 0px;
	/*border: 0;*/
}

#newslist{
	width: 600px; 
	padding: 0px 19px 0px 19px;
}

#newslist a {
	text-decoration: none;
	color: #000000;
}

#newslist a:hover span{
	color: #00004F;
}





/* EDITOR PROPERTIES */
