﻿/* css/tooltip.css -- fancy tooltips */

a.tool {
  position: relative;  
  cursor: help;
}
 
a.tool span.tip {
  display: none;       
}
 
a.tool:hover span.tip {
  display: block;
  z-index: 100;
  position: absolute;
  top: 1.6em;
  left: 0;
  width: auto;
  padding: 3px 7px 4px 6px;
  border: 1px solid #336;
  background-color: #f7f7ee;
  font: normal 0.9em/1.2em arial, helvetica, sans-serif;
  text-align: left;
  color: #000;
}

#content a.tool::after {
  padding-left: 2px;            
  content: url(/img/bubble.gif);
}
body
{
	font-family: Tahoma;
	margin: 0px;
	padding: 0px;
	background: #DAF3FD;
	font-family: Tahoma;
	font-size: 11px;
}
input
{
	font-size:11px;
}
select
{
	font-size:11px;
}
ul, ol, li
{
	list-style: none;
	list-style-type:none;
}
.clr
{
	clear: both;
}
 .menu_list
        {
            width: 150px;
        }
        .menu_head
        {
            padding-left: 5pxs;
            cursor: pointer;
            position: relative;
            margin: 1px;
            font-weight: bold;
            background: #E6E6E6;
        }
        #trueContainer
        {
        	width:100%;
        	height:120px;
        }
        .menu_head a
        {
        	color:#000000;
        	text-decoration:none;
        }        
        .menu_body
        {
            display: none;
        }
        .menu_body a
        {
            display: block;
            color: #006699;
            background-color: #EFEFEF;
            padding-left: 10px;
            font-weight: bold;
            text-decoration: none;
        }
        .menu_body a:hover
        {
            color: #000000;
            text-decoration: underline;
        }
a
{
	text-decoration: none;
	color: #0050F1;
}
a:hover
{
	color: #000000;
}
.tabs_child
{
	display: block;
	position: absolute;
}
.menu_child
{
	display: block;
}
.content_details
{
	float:left;
	padding-top:10px;
	background-color:#ffffff;
	width:718px;

	min-height:728px;
	text-align:left;
}
#div_wrap
{
	width: 974px;
	height: auto;
	margin: 0px;
	padding: 0px;
}
/*Banner*/
#banner
{
	float: left;
	height: 142px;
	margin: 0;
	padding: 0;
	width: 976px;
}
/*Tabs*/
#tabs
{
	background-image: url(/Content/Images/center_tabs.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 28px;
	margin: 0;
	padding: 0;
	width: 974px;
}
#tabs ul
{
	margin-top: 5px;
	padding:0;
}
.left_tabs
{
	background-image: url('/Content/Images/left_tabs.jpg' );
	background-repeat: no-repeat;
	width: 6px;
	height: 28px;
	float: left;
}
.center_tabs
{
	float: left;
	width: 960px;
	height: 28px;
}
.right_tabs
{
	float: right;
	width: 7px;
	height: 28px;
	background-image: url('/Content/Images/right_tabs.jpg' );
	background-repeat: no-repeat;
}
#tabs li
{
	display: inline;
}
.cot
{
	color: #FFFFFF;
}
/******************MENU******************/
.divmenu
{
	width: 99%;
	font-weight: bold;
	line-height: 20px;
}
.detailnationals
{
	float:left;
	margin:30px;
	width:656px;
	text-align:left;
	min-height:700px;
	overflow:auto;
}
.divmenu:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.divmenu ul
{
	margin: 0;
}

.divmenu ul li
{
	display: inline;
}

.divmenu ul li a
{
	/*color: #494949;*/
padding:2px 5px;
	margin: 0;
	text-decoration: none;
}

.divmenu ul li a:hover, .divmenu ul li a.selected
{
	background-color: #FFFFFF;
	color: #000000;
}


.dropmenudiv
{
	text-align: left;
	position: absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: normal 11px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	width: 200px;
	visibility: hidden;
}


.dropmenudiv a
{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

* html .dropmenudiv a
{
	/*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover
{
	/*THEME CHANGE HERE*/
	background-color: #F0F0F0;
}
/*************Search**************/
#panelsearch
{
	float: left;
	width: 974px;
	height: 28px;
}
.leftsearch
{
	float: left;
	width: 8px;
	height: 28px;
	background-image: url('/Content/Images/left_panel_search.jpg' );
	background-repeat: no-repeat;
}
.centersearch
{
	float: left;
	width: 957px;
	height: 28px;
	background-image: url('/Content/Images/center_panel_search.jpg' );
	background-repeat: repeat-x;
	line-height: 28px;
	text-align: left;
}
.rightsearch
{
	float: right;
	width: 9px;
	height: 28px;
	background-image: url('/Content/Images/right_panel_search.jpg' );
	background-repeat: no-repeat;
}
.calender
{
	float: left;
}
.searchbox
{
	float: right;
}
#txtsearch
{
	width: 270px;
	color: #000000;
}
/**Intro**/
#dvIntro
{
	float: left;
	width: 974px;
	margin-top: 2px;
}
.dvfocusnews
{
	background-color: #FFFFFF;
	border: 1px solid #D2D2D2;
	float: left;
	height: 300px;
	padding: 5px;
	width: 395px;
}
.dvnewslastest
{
	background-color: #FFFFFF;
	float: left;
	width: 234px;
	margin-left: 5px;
	border: 1px solid #D2D2D2;
	padding: 2px;
	text-align: left;
}
.dvvideo
{
background:#FFFFFF;
border:1px solid #D2D2D2;
float:right;
height:308px;
padding-top:2px;
width:315px;
}
.img_focusnews
{
	float: left;
	width: 395px;
	height: 300px;
}
.menu_dvnewslastest
{
	background-image:url(/Content/Images/bg_menu.jpg);
background-repeat:no-repeat;
color:#FFFFFF;
float:left;
font-size:12px;
font-weight:bold;
height:22px;
line-height:20px;
padding-left:24px;
width:210px;
}
.content_dvnewslastest
{
	float: left;
	width: 234px;
	height: 284px;
	line-height: 15px;
}
.newslastest
{
	color:Red;
	float:left;
	font-weight:bold;
	line-height:16px;
	padding-bottom:10px;
	padding-left:5px;
	padding-top:5px;
	width:99%;
}
.sumlastest
{
	float: left;
	padding-left: 5px;
	padding-bottom: 15px;
		width:99%;
	border-bottom: 1px dotted #000000;
}
.dotted
{
	border-top: 1px dotted #d2d2d2;
	float: left;
	width: 234px;
	height: 1px;
}
.relationnewslastest
{
	float:left;
	height:160px;
	line-height:20px;
	margin-top:5px;
	overflow-y:scroll;
	padding-left:5px;
	width:225px;
}
.relationnewslastest a
{
	color: #000000;
}
/*********slide image**********/
#img_slide
{
	float: left;
	width: 696px;
	height: 120px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #D2D2D2;
	padding: 10px;
}
.pre_img
{
	float: left;
	width: 20px;
	padding-top: 55px;
}
.next_img
{
	float: right;
	width: 20px;
	padding-top: 55px;
}
.relation_country
{
float:left;
width:680px;
}
#advs_inpage
{
	float: left;
	width: 718px;
	margin-top: 1px;
	height: 80px;
}
/***********Content***************/
#contenthome
{
	float: left;
	width: 718px;
}
.newshome
{
	float: left;
	width: 502px;
	margin-top: 1px;
}
.box_newshome
{
	float: left;
	width: 500px;
	border: 1px solid #D2D2D2;
	margin-bottom: 2px;
}
.menu_box_newshome
{
	float: left;
	width: 500px;
}
.leftmenu_box_newshome
{
	float: left;
	background-image: url('/Content/Images/left_menu_center.jpg' );
	background-repeat: no-repeat;
	width: 26px;
	height: 28px;
}
.centermenu_box_newshome
{
	background-image: url(/Content/Images/center_menu_center.jpg);
	background-repeat: repeat-x;
	float: right;
	height: 28px;
	line-height: 25px;
	width: 474px;
}
.title_centermenu
{
	float: left;
	font-weight: bold;
	color: Red;
}
.content_box_newshome
{
	float:left;
	width:499px;
	height:120px;
	background-color: #FFFFFF;
	border: 1px solid #D2D2D2;
	text-align:left;
	
}
.img_contentnewshome
{
float:left;
height:100px;
padding:5px;
width:120px;
}
.news_contentnewshome
{
	float:left;
	width:180px;
	height:100px;
	padding:5px;
	text-align:justify;
	line-height:17px;
}
.news_contentnewshome strong
{
	padding-bottom:5px;
}

.title_newscontentnewshome
{
	font-weight:bold;
	float:left;
	
}
.sum_newscontentnewshome
{
	float:left;
}
.relation_newcontentnewshome
{
color:#024272;
float:left;
line-height:23px;
margin-left:5px;
padding:5px;
width:164px;
}

.relation_newcontentnewshome a
{	
	color:#024272;
}
.line_training
{
	float:left;
text-align:left;
width:220px;
}
.advsinpage
{
	float:left;
	/*width:500px;*/
	height:63px;
}
.content_other
{
	margin-top:1px;

	float:right;
	width:215px;
}
.boxcontentarticle
{
	float:left;
	text-align:left;
	width:685px;
	
}
.box_other
{
background-color:#FFFFFF;
border:1px solid #D2D2D2;
float:left;
width:212px;
margin-bottom:2px;
}
.title_boxother
{
	float:left;
	font-weight:bold;

}
.left_titleboxother
{
	float:left;
	width:20px;
	height:23px;
	background-image:url(/Content/Images/left_menuright.jpg);
	background-repeat:no-repeat;
}
.center_titleboxother
{
background-image:url(/Content/Images/center_menuright.jpg);
background-repeat:repeat-x;
float:left;
font-weight:bold;
height:23px;
line-height:20px;
text-align:justify;
width:192px;
}
.content_boxother
{
float:left;
/*font-weight:bold;*/
line-height:20px;
padding-bottom:10px;
padding-left:5px;
padding-top:5px;
text-align:left;
width:200px;
}
.col_boxother
{
	float:left;
	width:48%;
	
}
#advs_rightcontent
{
	float:left;
margin-bottom:2px;
width:213px;
}
.linkfocus a
{
	color:#FFFFFF;
	
}
.linkfocus a:hover
{
	color:#FFFFFF;
}

.left_advsrightcontent
{
	float:left;
	width:140px;
}
.right_advsrightcontent
{
	padding-left:6px;
	float:right;
	width:60px;
}
/*Botton Content*/
#bottomcontent
{
	float:left;
	width:718px;
	border:1px solid #CCCCCC;
	margin-top:3px;
}
.title_bottomcontent
{
	float:left;
	width:718px;
	background-image:url('/Content/Images/center_panel_tabs_bottom.jpg');
	background-repeat:repeat-x;
	height:31px;
}
.left_titlebottomcontent
{
	float:left;
	width:5px;
	height:31px;
	background-image:url('/Content/Images/left_panel_tab_bottom.jpg');
	background-repeat:no-repeat;
	margin-right:10px;
	
}
.lefttabbottomcontent_selected
{
background-image:url(/Content/Images/left_tabs_bottom.jpg);
background-repeat:no-repeat;
float:left;
height:25px;
width:5px;
}
.centertabbottomcontent_selected
{
	background-image:url('/Content/Images/center_tabs_bottom.jpg');
	background-repeat:repeat-x;
	height:25px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	width:90px;
	font-size:10px;
	font-weight:bold;
	line-height:23px;
}
.righttabbottomcontent_selected
{
	float:right;
	width:5px;
	height:25px;
	background-image:url('/Content/Images/right_tabs_bottom.jpg');
	background-repeat:no-repeat;
}
.tabbottom_selected
{
	float:left;
	margin-left:5px;
	margin-top:6px;
	width:120px;
	cursor:pointer;
}
.lefttabbottomcontent
{
background-image:url(/Content/Images/left_tabs_bottom_unselect.jpg);
background-repeat:no-repeat;
float:left;
height:25px;
width:5px;
}
.centertabbottomcontent
{
	background-image:url('/Content/Images/center_tabs_bottom_unselect.jpg');
	background-repeat:repeat-x;
	height:25px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	width:90px;
	font-size:10px;
	font-weight:bold;
	line-height:23px;
}
.righttabbottomcontent
{
	float:right;
	width:5px;
	height:25px;
	background-image:url('/Content/Images/right_tabs_bottom_unselect.jpg');
	background-repeat:no-repeat;
}
.tabbottom
{
	float:left;
	margin-left:5px;
	margin-top:6px;
	width:120px;
	cursor:pointer;
}
.under_tab_bottom
{
	float:left;
	width:718px;
	background-color:#0D7AFD;
	height:3px;
}
.top_content_tab_bottom
{
	float:left;
	width:713px;
	background-color:#F5F5F5;
	height:20px;
	font-weight:bold;
	color:Red;
	text-align:left;
	line-height:20px;
	padding-left:5px;
}
.content_tab_bottom
{
background-color:#F7F7F7;
float:left;
padding-left:10px;
padding-top:5px;
text-align:left;
width:708px;
	
}
.col_content_tab_bottom
{
	float:left;
	width:130px;
	/*font-weight:bold;*/
	line-height:17px;
}
.mappath
{
color:Red;
float:left;
font-weight:bold;
margin-left:10px;
margin-top:10px;
text-align:left;
width:718px;
}
#contentleft
{
	float:left;
	width:718px;
	background-color:#FFFFFF;
	border:1px solid #B3B3B3;
}
#contentright
{
	float:right;
	width:250px;
}
.contentnationals
{
	float:left;	
	width:680px;
	display:none;
}
.advsbanner
{
	float:right;
	width:397px;
	height:80px;
	margin-top:22px;
	margin-right:28px;
}

.languagebanner
{
	float:right;
	width:350px;
	height:20px;
	margin-top:10px;
	text-align:right;
}
.contentnationals_selected
{
	float:left;
	width:680px;
	display:block;
}
.titlecontentarticle
{
float:left;
padding-left:20px;
text-align:left;
width:700px;
padding-bottom:10px;
padding-top:10px;

	
}
.detailcontentarticle
{
	float:left;
	width:680px;
	
}
.titlerelation
{
color:Red;
float:left;
font-weight:bold;
margin-bottom:10px;
margin-top:10px;
padding-left:20px;
text-align:left;
width:700px;
padding-top:10px;
}
.listrelation
{
	 float:left;
	 width:700px;
	 padding-left:20px;
	 text-align:left;
	 margin-bottom:10px;
margin-top:10px;
}
.box_right
{
	float:left;
	width:248px;
	background-color:#E6E6E6;
	border:1px solid #B3B3B3;
	margin-bottom:2px;	
}
.title_boxright
{
	float:left;
	width:248px;
	
}
.left_boxright
{
	background-image:url(/Content/Images/left_menuright.jpg);
background-repeat:no-repeat;
float:left;
height:23px;
width:20px;
}
.center_boxright
{
	background-image:url(/Content/Images/center_menuright.jpg);
background-repeat:repeat-x;
float:left;
font-weight:bold;
height:23px;
line-height:20px;
text-align:justify;
width:228px;
color:#0370FF;
}
.content_boxright
{
	float:left;
	width:220px;
	padding:10px;
	text-align:left;
	line-height:25px;
}
#advs_right
{
	float:left;
	width:240px;
	
}
.img_advs_right
{
	float:left;
	border:1px solid #B3B3B3;
}
#contentall
{
	float:left;
margin-top:2px;
width:974px;
}
#bottompage
{
	float:left;
	background-image:url(/Content/Images/bottom_page.jpg);
	background-repeat:repeat;
	width:974px;
	margin-top:10px;
	padding-top:5px;
	height:117px;
}

.menubottom
{
	float:left;
	 height:25px;
	 text-align:center;
	 width:100%;
}
.left_bottompage
{
	float:left;
	width:79%;
	text-align:left;
	margin-left:10px;
	
}
.center_bottompage
{
	float:left;
	width:40%;
	text-align:left;
	margin-left:10px;
}
.right_bottompage
{
	float:right;
	width:17%;
	text-align:left;
	margin-left:10px;
}
.col_news_random
{
float:left;
height:120px;
margin-left:5px;

}
.title_news_random
{
	float:left;
	width:120px;
}
#content_slide
{
	float:left;
	width:680px;
	text-align:center;
}


