/*****************/
/** CSS TRICAST **/
/*****************/

html {
	padding:				0;
	margin:					0;
}

body {
	font-family:			"Verdana", "Arial";
	font-size:				11px;
	color:					#333333;
	padding:				0;
	margin:					0;
	background-image:		url('img/bg_body.gif');
	background-position:	top;
	background-repeat:		repeat-x;
	background-color:		#FDF7F7;
}

form {
	display:				inline;
	padding:				0;
	margin:					0;
}

img {
	border:					none;
}

#container {
	float:					left;
	width:					100%;
	text-align:				center;				
}

#site {
	width:					996px;
	margin:					0 auto;
	text-align:				left;
}

#header {
	float:					left;
	width:					996px;
	height:					100px;
}

#menu {
	float:					left;
	width:					996px;
	height:					30px;
	background-image:		url('img/bg_menu.gif');
	background-position:	top;
	background-repeat:		repeat-x;	
}

#flags {
	float:					right;
	display:				inline;
	width:					150px;
	text-align:				right;
	margin:					8px 8px 0 0;
}

#flags img {
	margin-left:			1px;
}

#flags a {
	text-decoration:		none;
}

#tabs {
	float:					left;
	width:					800px;
}

ul#tabs_list {
	list-style-type:		none;
	padding:				0;
	margin:					0;
}

ul#tabs_list li {
	float:					left;
	list-style-type:		none;
	padding:				0;
	margin:					0;
}

ul#tabs_list li a {
	float:					left;
	display:				block;
	height:					23px;
	color:					#FFFFFF;
	font-weight:			bold;
	text-decoration:		none;
	padding:				7px 30px 0 30px;
}

ul#tabs_list li a:hover, ul#tabs_list li a.selected {
	background-image:		url('img/bg_tab.gif');
	background-position:	top;
	background-repeat:		repeat-x;
}

#content {
	float:					left;
	width:					980px;
	padding:				17px 8px 0 8px;
	background-image:		url('img/bg_content.gif');
	background-position:	bottom;
	background-repeat:		repeat-x;
	background-color:		#F6F8F7;
}

table#table_content {
	width:					100%;
	background-image:		url('img/bg_table_content.jpg');
	background-position:	bottom right;
	background-repeat:		no-repeat;
}

/** COLUMN LEFT **/
td#column_left {
	width:     				auto !important;
	max-width: 				222px !important;
	vertical-align: 		top;
}

#menu_left {
	width: 					220px;
	float:					left;
	display:				inline;
	margin:					0 0px 0 0;
	border-bottom:			none;
}

#menu_left.no_display {
	width:	0px;	
}

#menu_left_title {
	float:					left;
	width:					180px;
	height:					auto !important;
	height:					17px;
	min-height:				17px;
	color:					#FFFFFF;
	font-weight:			bold;
	padding:				5px 0 4px 20px;
	background-color:		#9ABCD7;
	border:			        1px solid #C6CEDB;
    margin:                 0 20px 0 0;
}

#menu_left_title.combined {
    border-bottom:          0px;	
}

#menu_left_content {
	float:					left;
	font-family:			"Arial", "Verdana";
}

ul#menu_left_list {
	font-size:				12px;
	list-style-type:		none;
	padding:				0;
	margin:					0;
}

ul#menu_left_list li {
	list-style-type:		none;
	padding:				0;
    margin:                 0 20px 0 0;
    width:                  200px;
}

ul#menu_left_list li a {
	display:				block;
	width:					180px;
	color:					#5F6C8F;
	font-weight:			bold;
	text-decoration:		none;
	background-color:		#DAE4ED;
	padding:				5px 10px 6px 10px;
    border-top:             1px solid #C6CEDB;
    border-left:            1px solid #C6CEDB;
    border-right:           1px solid #C6CEDB;
}

ul#menu_left_list li#last_menu_item a{
    border-bottom:          1px solid #C6CEDB;
}

ul#menu_left_list li a:hover, ul#menu_left_list li a.selected {
	color:					#DAE4ED;
	background-color:		#556E96;
}

/** MAIN COLUMN **/
td#main_column {
	width: 					auto !important;
	width:     				100% !important;
	min-width: 				536px;
	max-width: 				980px;
	padding-bottom:			0px;
	vertical-align: 		top;
	padding-bottom:			100px;
}

#blue_frame_small {
	width:					100%;
	background-position:	left;
	background-repeat:		repeat-y;
	background-image:		url('img/bg_blue_frame_small.gif');
	margin-bottom:			7px;
}

#blue_frame_medium {
	width:					100%;
	background-position:	left;
	background-repeat:		repeat-y;
	background-image:		url('img/bg_blue_frame_medium.gif');
	margin-bottom:			18px;
}

#blue_frame_large {
	width:					100%;
	background-position:	left;
	background-repeat:		repeat-y;
	background-image:		url('img/bg_blue_frame_large.gif');
	margin-bottom:			18px;
}

#blue_frame_content {
	width:					90%;
	color:					#FFFFFF;	
	padding:				12px 0 15px 0;
	margin-left:			28px;
}

#blue_frame_content_title, #blue_frame_content h1 {
	font-size:				19px;
	font-family:			"Arial", "Verdana";
	margin:					0px;
	padding:				0px;
	margin-bottom:			5px;
	color:					#FFF;
	font-weight:			normal;
}

td#main_column #blue_frame_content p.bodytext {
	margin:		0px;
	padding:	0px;	
}

#shadow_blue_frame {
	width:					100%;
	height:					10px;
	font-size:				3px;
}

#blue_frame_small #shadow_blue_frame {
	text-align:				center;
	background-color:		#FFFFFF;
	background-image:		url('img/shadow_blue_frame_small.jpg');
	background-position:	top left;
	background-repeat:		repeat-x;
}

#blue_frame_medium #shadow_blue_frame {
	text-align:				center;
	background-color:		#FFFFFF;
	background-image:		url('img/shadow_blue_frame_medium.jpg');
	background-position:	top left;
    background-repeat:      repeat-x;
}

#blue_frame_large #shadow_blue_frame {
	text-align:				center;
	background-color:		#FFFFFF;
	background-image:		url('img/shadow_blue_frame_large.jpg');
	background-position:	top left;
	background-repeat:		no-repeat;
}

table#table_center {
	width:					100%;
}

td#column_1 {
	width:					auto !important;
	min-width:				284px !important;
	vertical-align:			top;
	padding-right:          5px;
}

td#column_2 {
	width:					auto !important;
	max-width:				475px !important;
	vertical-align:			top;
    padding-left:           5px;
}

td#column_1 h1 {
    width:                  100%;
    margin:                 0 0 18px 0;
}

td#column_2 h1 {
    width:                  170px;
    /*min-width:              475px !important;*/
    margin:                 0 0 18px 0;
}

td#column_1 h2 {
    width:                  100%;
    margin:                 0 0 18px 0;
}

td#column_2 h2 {
    width:                  170px;
    min-width:              475px !important;
    margin:                 0 0 18px 0;
}

td#main_column td#column_2 p.bodytext {
	max-width:				475px !important;
}

h3 {
	width:					100%;
	margin:					0px 0 0px 0;
	padding:				0px 0 0px 0;
}

/* SMALL NEWS IN SYSTEMS PAGE */
.news {
	float:					left;
	display:				inline;
	width:					240px;
	margin-bottom:			32px;
}

.news#first_left {
	margin-top:				37px;
}

#column_2 h1, #column_2 h2, #column_2 h3, #column_2 h4, #column_2 h5, #column_2 h6, #column_2 div, #column_2 p.bodytext {
    width:                  235px;
}

#column_2.large div, #column_2.large p.bodytext {
}

#column_2.large h1, #column_2.large h2, #column_2.large h3, #column_2.large h4, #column_2.large h5, #column_2.large h6 {
    float:                  none;
    width:                  100%;
}

#column_2.large table h1, #column_2.large table h2, #column_2.large table h3, #column_2.large table h4, #column_2.large table h5, #column_2.large table h6, #column_2.large table div, #column_2.large table p.bodytext {
    width:                  auto;
}


td#main_column p.bodytext {
	width:					100%;
	padding:				0;
	margin:					0 0 12px 0;
}

td#main_column p.bodytext a, 
td#main_column ul a, 
td#main_column ol a, 
td#main_column dl a,
td #yellow_frame a {
	color:					#66a8d8;
	text-decoration:		none;
}

td#main_column p.bodytext a:hover, 
td#main_column ul a:hover, 
td#main_column ol a:hover, 
td#main_column dl a:hover,
td #yellow_frame a:hover {
	text-decoration:		underline;
}

td#main_column ul, td #yellow_frame ul {
	list-style-type:		none;
	padding:				0;
	margin:					0 0 20px 10px;
}

td#main_column ul li, td #yellow_frame  ul li {
	background-image:		url('img/bullet.gif');
	background-position:	top left;
	background-repeat:		no-repeat;
	padding:				0 0 0 10px;
	margin:					0 0 8px 0;
	clear:					both;
}

/** COLUMN RIGHT **/
td#column_right {
	width:     				auto !important;
	max-width: 				222px !important;
	vertical-align: 		top;
	padding:				0;
	padding-bottom:			100px;
}

#yellow_frame {
	float:					right;
	display:				inline;
	width:					189px;
	padding-left:			11px;
	margin-left:			20px;
	background-color:		#FFFFDD;
	border:					1px solid #E0E6D8;
}

.yellow_news {
	float:					left;
	width:					180px;
	padding-bottom:			15px;
}

.yellow_news_title,
#yellow_frame h1 {
	float:					left;
	width:					180px;
	font-family:			"Arial", "Verdana";
	color:					#617897;
	font-weight:			bold;
	font-size:				14px;
	line-height:			1.2em;
	margin:					10px 0 9px 0;
}

.yellow_news_content{
	float:					left;
	width:					180px;
	font-size:				10px;
	line-height:			1.1em;
}

#yellow_frame p {
	float:					left;
	font-size:				10px;
	line-height:			1.1em;
	margin:					0px;
	padding:				0px;
}

#yellow_frame table {
	margin-bottom:			15px;
}

.yellow_news_content img {
	margin:					0 10px 2px 0;
}

#footer {
	float:					left;
	width:					996px;
	height:					29px;
	font-family:			"Georgia", "Times";
	color:					#FFFFFF;
	font-size:				13px;
	padding-top:			10px;
	background-image:		url('img/bg_footer.gif');
	background-position:	top left;
	background-repeat:		no-repeat;
}

#footer_links {
	float:					right;
	width:					215px;
	margin-top:				7px;
}

#footer_mentions {
	float:					left;
	width:					230px;
	text-align:				right;
	margin-top:				7px;
}

#footer a {
	color:					#FFFFFF;
	text-decoration:		underline;
}

#footer a:hover {
	text-decoration:		none;
}

#main_content ul, #yellow_frame ul {
	clear:					both;
}

#yellow_frame table {
	clear:					both;
}

td#main_column table table td {

	width: 					auto;	
}


/** SITEMAP **/
.tx-dropdownsitemap-pi1 div.expAll {
	background-color:		#FFFFFF;	
	border:					1px solid #617897;
	display:				none;
}

.tx-dropdownsitemap-pi1 a, .tx-dropdownsitemap-pi1 a:link, .tx-dropdownsitemap-pi1 a:visited, .tx-dropdownsitemap-pi1 a:hover, .tx-dropdownsitemap-pi1 a:active {
	color: 					#000;	
}

.table_h3 a {
	color:					#66A8D8;
}

