/************************************************************************************************************
    TEMPLATE: CONTENT
*************************************************************************************************************/ 
/* Contains all node type templates */
.Template-Content
	{
	}
	/* common stuff */	
	.Template-Content .ArticleList
		{
		}	
		.Template-Content .ArticleList li
			{
				margin-top:0.5em;
				margin-bottom:0.5em;
			}	
	.Template-Content .Lead
		{
			display:block;
			margin-bottom:1em;
		}
	.Template-Content .Body
		{
			display:block;
			margin-bottom:1em;
		}
		
/************************************************************************************************************
    TEMPLATE: ROOT
*************************************************************************************************************/ 	

.Template-Root
	{
	}

/************************************************************************************************************
    TEMPLATE: FOLDER
*************************************************************************************************************/ 	

.Template-Folder
	{
	}

/************************************************************************************************************
    TEMPLATE: ARTICLE
*************************************************************************************************************/ 	

.Template-Article
	{
	}

/* ---------- General ---------------- */
body
{
    background:url(images/bg/body_bg1x226.gif) repeat-x left top;
    font-family:Arial;
    color:#4c4c4c;
      
}

a
{
    text-decoration:none;
    outline: none;
    color:#004CA7;
}

a:hover
{
    text-decoration:underline;
}

a img
{
    border:none;
}

/* ---------- Template ---------------- */
#container
{
    width:900px;
    margin:0 auto;
}

#header
{
    width:100%;
    float:left;
    padding: 15px 0;
}
.logo
{
    float:left;
    margin-right:20px;
}

.logo a
{
    display:block;
}


.top_info
{
    clear:both;
    float:left;
    margin-left:65px;
    padding-top:5px;
    color:#0071bc;
    font-family:Arial;
    font-size:12px; 
} 

.search
{
    float:right;
    padding-top:20px;
	width:236px;
}
.search input.search_textbox
{
    background:#fff;
    width:168px;    
    border:none;
    padding:2px 0px 2px;
    color:#aaa9b1;
	border-bottom:solid 1px #e8e9e9;
	border-right:solid 1px #e8e9e9;
	display:inline-block;
	float:left;
}
.search input.BtnSearch
{
    margin-bottom:-5px;
    outline: none;
    border: none;
    display:inline-block;
	float:right;
    
}

.menu
{
    width:100%;
    clear:both;
    float:left;
    background:url(images/bg/menu_bg1x33.gif) repeat-x left top;
    height:33px;
    padding-top:0;
}

.menu ul li
{
    float:left;
    background:url(images/bg/menu_line3x33.gif) no-repeat right top;
    padding-right:2px;
}

.menu ul li.last
{
    background:none;
}

.menu ul li a
{
    float:left;
    padding:5px 15px;
    height:22px;
    line-height:20px;    
    color:#fff;
}

.menu ul li a:hover,.menu ul li.Current a
{
    background:#6593ca url(images/bg/navhover_bg_1x33.gif) repeat-y left top;
    text-decoration:none;       
}
.menu ul li.first a
{
    font-weight: bolder;
}
#footer
{
    width:100%;
    clear:both;
    float:left;
    background:url(images/bg/bottom_bg.gif) repeat-x left bottom;
    color:#808080;
    font-size:12px;
    height:52px;
    padding-top:5px;
    margin-top:6px;
}

#footer .fwFooter
{
    width:99%;
    /*background:url(images/dot3x1.gif) repeat-x left top;*/
    padding-top:15px;
    padding-left:1%;   
}

#footer span
{    
    color:#9e9e9e;
    padding:0 10px;
}

#footer a
{
    color:#808080;
}
/* ------------------------ Contents ----------------------*/

.Template-Content
{
    width:100%;
    float:left;
    margin-top:10px;
    background:url(images/bg/dot3x1.gif) repeat-x left 20px;	        
}
.SceneBanners .item{
    display:none;
}
.banner
{
    width:100%;
    float:left;
    background:#dfdfdf url(images/bg/blueline308.gif) repeat-y right;
    height:260px;
    overflow:hidden;
}
.banner .left
{
    float:left;
    width:590px;
    height:260px;
    overflow:hidden;
}

.banner .right
{
    float:right;
    width:258px;    
    padding:20px 20px 0 20px;
    color:#fff;
    font-size:14px;
    line-height:18px;
}
.banner .right h2
{
    font-size:24px;
    margin:15px 0;
    line-height:28px;
}

.banner .right p
{
    margin-bottom:10px;
}

.banner .right a
{
    color:#fff;
}
.info
{
    width:900px;
    float:left;
    background:#eff0f0 url(images/bg/article_bg1x228.gif) repeat-x left top;
    margin-top:10px;
    padding-bottom:8px;
}
.info .header
{
    overflow:hidden;
}
.info .boxcontainer
{
    background: url(images/bg/bg_box_news.png) repeat-y center center;
    overflow:hidden;
    padding-left:15px;
    margin-top:10px;
}
.info .box
{
    width:285px;
    float:left;
    margin-right:15px;
}
.info .no_line
{
    background:none;
    margin:0;
}

.info label
{   
    width: 285px;
    font-size:18px;
    color:#194669;
    padding-left:15px;
    float:left;
    height:30px;
    line-height:30px;
}

.info .box > div
{
    width:272px;
    float:left;
    padding-right:15px;
    overflow:hidden;
    /*border-right:solid 1px #ccc;*/
}
.info .box .ingressImage div,
.info .box .ingressImage{
    min-height:auto;
    padding-top:0;
    margin-bottom:10px;
}
.info .box label a
{   
    font-size:18px;
    color:#666666;
    text-decoration:none;
}
.info .box ul li
{
    margin: 3px 0 10px;
    font-size:12px;
    color:#4c4c4c;
}

.info .box ul li h3,h3
{
    font-size:16px;
    color:#004ca7;
    font-weight:normal;
    margin-bottom:5px;
}
.info .box ul li h3 a
{
    text-decoration:none;
}
.info .box ul li a
{
    color:#004ca7;
    cursor:pointer;    
}

.info .box ul li img
{
    margin-top:5px;
}
.info .box ul li p 
{
    margin-bottom: 4px; 
    line-height:18px;   
}
.info .no_line ul li
{
    margin-bottom:0;
    background:none;
    text-indent:5px;
    border-top:#ccc solid 1px;
    padding:8px 0 8px 0px;    
}
.info .no_line ul li:first-child
{
    border-top:none;
}
.info .no_line ul li a
{
    background:url(images/icons/icon_arrow7x9.gif) no-repeat left 4px;     
    cursor:pointer;
    color:#004ca7;
    padding-left:15px;
    line-height:16px;
}

.info .no_line ul li a:hover
{
    text-decoration:underline;
}

.articleList
{
    padding:10px 0;
}

.articleList ul li
{
   margin-bottom:10px;
   line-height:18px;    
}

.articleList ul li a
{
   color:#205b85;    
}
/* --------------------- Template2 --------------------- */   
.Template-Content2
{
    width:100%;
    float:left;
    margin:5px 0px 0px;
    background:url(images/bg/dot3x1.gif) repeat-x left 20px;
    padding-top:20px;
}
.Template_inner{
 
   background:url(images/bg/dot1x3.gif) repeat-y 180px;
   width:100%;
   float:left;
}
.Template_inner2{
 
   background:url(images/bg/dot1x3.gif) repeat-y 720px;
   width:100%;
   float:left;
}
.left_sidebar .name
{
    color:#666666;
    text-decoration:none;
    padding:2px 4px 4px 0;
    background:url(images/bg/dot3x1.gif) repeat-x left bottom;
}
.left_sidebar .name a
{
    color:#666666;
    text-decoration:none;
}
.left_sidebar .name span
{
    display:block;   
    background:url(images/bg/leftmenu_bg1x33.gif) repeat-x left top;
    height:25px;  
    padding:8px 0 0 10px;  
}
.left_sidebar
{
    width:180px;
    float:left;    
    margin-top:2px;
    min-height:550px;
    font-size: 12px;
    overflow:hidden;
}

.left_sidebar ul
{
    margin-bottom:40px;
}

.left_sidebar ul li
{
    background:url(images/bg/dot3x1.gif) repeat-x left bottom;
    padding:2px 4px 4px 0;
     
}
.left_sidebar ul li.MenuHeader
{
    list-style:none;
    background-color:Maroon;
    color:White;
}
.left_sidebar ul li.MenuFooter
{
    list-style:none;
    background-color:Olive;
    color:White;
}

.left_sidebar ul li a
{
    display:block;
    padding:8px 0 5px 10px;
    color:#004ca7;
}

.left_sidebar ul li a:hover, .left_sidebar ul li a.active
{
    background:#fefefe url(images/bg/submenu2_bg1x33.gif) repeat-x left bottom;
    text-decoration:none;
}

.left_sidebar .relatedFiles .name
{
   background:none;
   font-weight:normal;   
}
.left_sidebar .relatedFiles ul li
{
    background:none;    
    padding-left: 10px;
}

.left_sidebar .relatedFiles ul li a
{
    padding:0px 0px 0px 10px;
    height:20px;
    line-height:20px;
    display:inline;
    font-weight:normal;
    background: url(images/icons/icon_arrow7x9.gif) no-repeat left 3px;    
}

.left_sidebar .relatedFiles ul li a:hover
{
    text-decoration:underline;   
}
/* -----------------------------------------------------------------*/

.Template-Folder,.Template-Article
{
    width:705px;
    padding:35px 0 10px 15px;
    float:left;
    color:#4c4c4c;
    overflow: hidden;
}
.Template-Folder h1,.Template-Article h1
{
    font-size:18px;
    color:#004ca7;
    margin:15px 15px 15px 0px;
}
.Template-Folder h1.title,.Template-Article h1.title
{
    font-size:18px;
    color:#000;
    margin:0 15px 15px 0px;
    font-family:Tahoma;
    font-weight:100;
}
.Template-Folder .Lead,.Template-Article .Lead
{    
    font-weight:bold;
    padding:0 15px 10px 0px;
}

.Template-Folder .Body,.Template-Article .Body
{
	color: #4c4c4c;
    font-size: 12px;
}
.Template-Folder .Body,.Template-Article .Body .Image
{
    margin-bottom:25px;    
}
.fwCrumbs
{
    font-weight:bold;
    color:#29abe2;
    vertical-align:middle;
    line-height:28px;
}

.fwCrumbs p
{
    background:url(images/icons/icon_arrow_12x12.gif) no-repeat left 9px;
    padding-left:20px;
}

.fwCrumbs a
{
    color:#29abe2;
}

.Body
{
    line-height:18px;
}
.SearchFields 
{
    width: 100%;
    height: auto;
    overflow: hidden;  
    padding-bottom: 10px;  
}
.SearchFields span 
{
    display: block;
    margin-bottom: 5px;    
}
.SearchFields input[type=text] 
{   
    border:1px solid;
    color:#4C4C4C;
    padding:1px 2px 2px;
    width:168px;   
    vertical-align: top; 
    float: left;
    margin-right: 5px;
    display: inline;
}
.SearchFields input[type=image] 
{
    float: left    
} 

.SearchResults {}
.SearchResults dt 
{
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0px 5px;    
}
    .SearchResults dt a 
    {
        color: #004ca7;
    }
.SearchResults dd a         
{
    color:#4C4C4C;
}

.SearchPageCount 
{
    display: block;
    text-align: center;
    padding: 10px 0px;    
}
    .SearchPageCount a 
    {
        margin: 0px 5px;        
        color: #004ca7;
    }
    .SearchPageCount a.CurrentSearchPage 
    {
        font-weight: bold;    
    }
.fckbox
{
    overflow:hidden;
}
.fckbox .Ingress
{
    overflow:hidden;
    margin-bottom:10px;    
}
.fckbox .Ingress .Image
{
    margin-bottom:10px;    
}
.fckbox .Ingress h2
{
    font-size:12px;   
}
.Template-Folder.w515,.Template-Article.w515
{
    width:515px;
    padding:15px 0 10px 15px;
    float:left;
    color:#4c4c4c;
    overflow: hidden;
}


.fckbox ul
{
	float:left;
	width:350px;
}



.right180
{
    width:180px;
    padding:0;
    float:right;
    color:#4c4c4c;
    overflow: hidden; 
    margin-top:2px;
    min-height:550px;
}
.right180 ul
{
    float:left;
    width:176px;
    padding:10px 0px 10px 4px;
    text-align:center;
    overflow:hidden;
}
.right180 ul li, .videolist ul li
{
    margin:0;
    padding:0;
    width:150px;
    margin-bottom:20px;
    overflow:hidden;
    float:left;
    margin-right:20px;
}
.right180 .caption{
    background:url("images/bg/leftmenu_bg1x33.gif") repeat-x scroll left top transparent;
    display:block;
    height:25px;
    padding:8px 0 0 10px;
    clear:both;
    margin:2px 0px 0 4px;
    width:166px;
}
.right180 ul li .name, .videolist ul li .name
{
    font-weight:700;
    text-align:center;
    padding-top:5px;    
}
