/* General */
   /* #static {
        width: 100%;
        overflow: hidden;
        margin: 0;
		
    }
	
    .StaticOuter {
        width: 100%;
        overflow: hidden;
    }
	
        .StaticInner {
            overflow: hidden;
        }
           .StaticMain {
                width: 690px;
                margin: 0 0 0 40px;
                padding: 0 3px 20px 0;
                overflow: hidden;
            }
			#subContent02  .StaticMain {
				width:560px;
				
				
				
			}*/
/* END. General */

/* Top Panel */
    /*.StaticTopPanel {
        overflow: hidden;
        height: 41px;
		margin-bottom:20px;
		position:relative;
    }*/

    /* Main title */
       /* .StaticTopPanel h2.TitleMain {
            color:#f1db64;
			font-size:20px;
			line-height:26px;
			padding:7px 10px 8px 55px;
			font-family:Arial, Helvetica, sans-serif;
			background:url(../images/title-h2-content.png) no-repeat;

        }
		#subContent02 .StaticTopPanel h2.TitleMain {
           
			background:url(../images/title-h2-content-hd.png) no-repeat;

        }*/
    /* END. Main title */

    /* Breadcrumbs */
        #breadcrumbs {
            text-align: left;
            color: #e0d9d8;
            font-size: 11px;
			position:absolute;
			right:10px;
			top:10px;
        }
            #breadcrumbs a:link,
            #breadcrumbs a:visited {
                color: #e0d9d8;
 				text-decoration: none;
            }
			#breadcrumbs span {
				font-weight:bold;
                		
            }
           
            #breadcrumbs a:hover {
                color: #f1db64;
                text-decoration: underline;				
            }
    /* END. Breadcrumbs */
/* END. Top Panel */

/* Tab */
    
         ul#tabHeader {
			height:31px;
			overflow:hidden;
			border-top:none;
			background:url(../images/tab_bg.gif) bottom repeat-x;
			margin:10px 0;
			
        }
		
            ul#tabHeader li {
                display: inline;
                padding: 0;
                line-height: 18px;
                font-weight: bolder;
				text-transform:uppercase;
				font-size:13px;
				
            }
                /*ul#tabHeader li a:link,
                ul#tabHeader li a:visited {
                      float: left;
                      margin: 0 1px 0 0;
                      padding: 0 0 0 10px;
                      text-decoration: none;
                      height: 29px;
					  cursor:pointer;
					  background: url(../images/tab_left.gif) no-repeat left bottom;
                      }
               
                    ul#tabHeader li a span {
                          float: left;
                          display: block;
                          padding:6px 10px 5px 0px;
                          color: #fff;
                          font-size:12px;
						  background:url(../images/tab_right.gif) no-repeat bottom right;
                    }
               
                    
					ul#tabHeader li.Active a:link,
                	ul#tabHeader li.Active a:visited,
					ul#tabHeader li a:hover {
                      background: url(../images/tab_left1.gif) no-repeat left top;
                      color: #FFF;
                      
                	}
					ul#tabHeader li.Active a:link span,
                    ul#tabHeader li.Active a:visited span,
					ul#tabHeader li.Active a:hover span,
					
					ul#tabHeader li a:hover span {
                        color: #FFF;
                        background: url(../images/tab_right1.gif) no-repeat right top;
                        font-weight: bolder;
                        padding:6px 10px 5px 0px;
                    }*/
					ul#tabHeader li a:link,
					ul#tabHeader li a:visited
					{
	display:block;
	padding:0 0 0 10px;
	background:url(../images/tab_left.gif) no-repeat bottom left;
	text-decoration:none;
	text-align:center;
	float:left;
	
}
ul#tabHeader li a span{
	display:block;
	padding:6px 20px 7px 10px;
	background:url(../images/tab_right.gif) no-repeat bottom right;
	color:#110c0c;
	text-decoration:none;
	
}
ul#tabHeader li a:hover{
	background-position:top left;
	color:#FFF;
	text-decoration:none;
}
ul#tabHeader li a:hover span{
	background-position:top right;
	color:#FFF;
	text-decoration:none;
}

ul#tabHeader li.ui-state-active a:link,
ul#tabHeader li.ui-state-active a:visited,
ul#tabHeader li a:hover{
	background-position:top left;
	color:#FFF;
	cursor:pointer;	
	text-decoration:none;
}
ul#tabHeader li.ui-state-active a span,
ul#tabHeader li a:hover span{
	background-position:top right;
	cursor:default;
	color:#FFF;
	cursor:pointer;
	}

				
/* END. Tab */

/* Anchor Links */
    ul.AnchorLink {
        margin: 0px auto 20px;
        overflow: hidden;
		width:640px;
		background:#e0dbd3;
		padding:15px 25px;
    }
	#subContent02  ul.AnchorLink {
		width:510px;
	}
        ul.AnchorLink li {
            background:url(../images/icon-home01.gif) no-repeat 0 8px;
            float: left;
            width: 200px;
            padding: 0 0 5px 10px;
            font-weight: bolder;
        }
            ul.AnchorLink li a:link,
			ul.AnchorLink li a:visited {
                text-decoration: none;
                color: #000000;
            }
            ul.AnchorLink li a:hover {
                color: #990000;
                text-decoration:underline;
            }
			
           /* ul.AnchorLink li a:visited {
                text-decoration: none;
                color: #990000;
            }*/
            ul.AnchorLink li a.Active:link,
            ul.AnchorLink li a.Active:visited,
            ul.AnchorLink li a.Active:hover {
                color: #990000;
            }
/* END. Anchor Links */

/* Content blocks*/
    .ContentBlock {
        margin-bottom: 20px;
		clear: both;
    }
        .ContentBlock p {
            margin-bottom: 10px;
            text-align: justify;
        }
        
		.ContentBlock p.TextCenter{
			text-align: center;
		}

    .StaticMain h4 {
        padding: 4px 0 10px 50px;
        line-height: 26px;
        font-size: 20px;
        font-family: Arial;
        background: url(../images/icon-h4.png) left 0 no-repeat;
		margin:0 0 0px;
		color:#990000;
    }
    .ContentH4 {
        margin: 0 0 20px 50px;
    }
    .ContentH4 p {
        margin-bottom: 10px;
        text-align: justify;
    }

    .StaticMain h5 {
        padding: 0;
        margin: 0 0 5px 50px;
        line-height: 22px;
        font-size: 18px;
        font-family: Arial;       
    }
    .ContentH5 {
        margin: 0 0 20px 50px;
    }
    .ContentH5 p {
        margin-bottom: 10px;
        text-align: justify;
    }

    

    .ImagesBlock {
        text-align: center;
        margin-bottom: 20px;
    }
    .ImagesH4 {
        text-align: center;
        margin: 0 0 20px 52px;
    }
    .ImagesH5 {
        text-align: center;
        margin: 0 0 20px 52px;
    }
   
    .FirstChar {
        padding: 4px 4px 0 0;
        line-height: 30px;
        font-size: 40px;
        float: left;
    }
/* END. Content blocks */

/* Tables */
    .MyTable {
        margin: 0 auto 10px;
        border-collapse: collapse;
    }
        .MyTable thead tr th {
            color: #fff;
            background: #65413c;
            font-weight: bolder;
            padding: 5px 10px;
			border:1px solid #f2ebe5;
        }
        .OddRow {
            background: #d8d3d1;
        }
        .EvenRow {
            background: #faf7f5;
        }
        .MyTable tbody tr td {
            padding: 3px 5px;
			border:1px solid #f2ebe5;
        }
        .MyTable .HorzRight {
            text-align: right !important;
        }
        .MyTable .HorzCenter {
            text-align: center !important;
        }
        .MyTable .VeztTop {
            vertical-align: top !important;
        }
/* END. Tables */
    
/* Notice box */
    .NoticeBox {
        /*border: #949494 solid 1px;*/
        padding: 10px;
		background:#ddd8d6;
    }
    .Legend {
        font-size: 13px;
        font-weight: bolder;
        padding: 0 15px;
        color: #fff;
        background: #65413c;
        height: 20px;
        margin: -20px 0 0;
        float: left;
    }
    .NoteContent {
        width: 100%;
        overflow: hidden;
        text-align: justify;
		
    }
        .NoteContent ul.Icon {
            margin: 10px 0 0;
        }
        .NoteContent ul.UpperAlpha {
            margin: 10px 0 0;
        }
        .NoteContent ul.LowerAlpha {
            margin: 10px 0 0;
        }
        .NoteContent ul.Decimal {
            margin: 10px 0 0;
        }

    a.NoteLink:link,
    a.NoteLink:visited {
       
		text-decoration: underline;
		
    }
    a.NoteLink:hover {
        text-decoration: underline;
    }
/* END. Notice box */

/* Pagination */
    .PagingWrapper {
        width: 688px;
        overflow: hidden;
        padding: 10px 0 10px;
		margin-bottom:20px;
		background:#e4d7cd;
		border:1px solid #e4d7cd;
    }
        .PagingControl {
            position: relative;
            left: -50%;
            float: right;
            padding: 0;
            margin: 0;
        }
            .CenterWrapper {
                position: relative;
                left: 50%;
                padding: 0;
                margin: 0;
                overflow: hidden;
            }
                .PagingControl span.PagingFirstPageLnk,
                .PagingControl span.PagingPrevPageLnk,
                .PagingControl span.PagingNextPageLnk,
                .PagingControl span.PagingLastPageLnk,
                .PagingControl a.PagingFirstPageLnk,
                .PagingControl a.PagingPrevPageLnk,
                .PagingControl a.PagingNextPageLnk,
                .PagingControl a.PagingLastPageLnk {
                    display: block;
                    width: 33px;
                    height: 0;
                    padding: 30px 0 0;
                    overflow: hidden;
                    text-indent: -1000em;                    
                    float: left;
                    position: relative;
					
					
					
                }
                .PagingControl span.PagingFirstPageLnk,
                .PagingControl span.PagingPrevPageLnk,
                .PagingControl span.PagingNextPageLnk,
                .PagingControl span.PagingLastPageLnk {
                    opacity: 0.3;
                    -moz-opacity: 0.3;
                    filter: alpha(opacity=30);
                }

                /* Normal states */
                .PagingControl span.PagingFirstPageLnk,
                .PagingControl a.PagingFirstPageLnk {
					margin: 0 5px 0 0;
					background:url(../images/bt_first.gif) 0 -30px no-repeat;
                }
                .PagingControl span.PagingPrevPageLnk,
                .PagingControl a.PagingPrevPageLnk {
                    margin: 0 5px 0 0;
                    border-left: none;
					background:url(../images/bt_pre.gif) 0 -30px no-repeat
                }
                .PagingControl span.PagingNextPageLnk,
                .PagingControl a.PagingNextPageLnk {
                    margin: 0 5px 0 5px;
                    border-right: none;
					background:url(../images/bt_next.gif) 0 -30px no-repeat
                }
                .PagingControl span.PagingLastPageLnk,
                .PagingControl a.PagingLastPageLnk {
					background:url(../images/bt_end.gif) 0 -30px no-repeat
                }

                /* Hover&Disabled states */
                .PagingControl a.PagingFirstPageLnk:hover {
					background-position:0 0;
                }
                .PagingControl a.PagingPrevPageLnk:hover {
					background-position:0 0;
                }
                .PagingControl a.PagingNextPageLnk:hover {
					background-position:0 0;
                }
                .PagingControl a.PagingLastPageLnk:hover {
					background-position:0 0;
                }
            
            /* Number list */
            .PagingControl ul.PageList {
                float: left;
                position: relative;
                padding: 0;
                margin: 0;
            }
                .PagingControl ul.PageList li {
                    float: left;
                    height: 30px;
                    padding: 0;
                    margin: 0 2px;
                    overflow: hidden;
                    
                }
                    .PagingControl ul.PageList li span { /* active item */
                        display: block;
                        float: left;
                        height: 28px;
						line-height:26px;
                        padding: 0 11px;
                        font-size: 12px;
                        font-weight:bold;
                        text-align: center;
                        color: #000;
						background:#FFF;
						border:1px solid #a28e7d;
                    }
                    .PagingControl ul.PageList li a {
                        display: block;
                        float: left;
                        white-space: nowrap;
                        height: 28px;
						line-height:26px;
                        padding: 0 10px;
                        font-size: 12px;
                        text-align: center;
                        color: #000000;
						background:url(../images/bg-paging.png) bottom repeat-x #f1eae4;
						border:1px solid #a28e7d;
						text-decoration:none;
						font-weight:bold;
                    }
                    .PagingControl ul.PageList li a:hover {
                        text-decoration: none;
                       background:#FFF;
                        color: #000;
                    }
/* END. Pagination */

/* List news */
    ul.NewsList { 
        width: 100%;
        overflow: hidden;
		margin-bottom:15px;
    }
    /*.NewsList ul {
        width: 100%;
        overflow:hidden
    }*/
        ul.NewsList li {
            list-style: none;
            overflow: hidden;
			background:url(../images/line-news.gif) bottom repeat-x;
            position: relative;
			height:39px;
			padding:0 0 1px;
			display:block;
			width:100%;
			float:left;
        }

    ul.NewsList  li a:link,
	ul.NewsList  li a:visited{
		 padding: 10px 0;
		 line-height:19px;
		color:#000;
		text-decoration:none;
		display:block;
	}
	ul.NewsList  li a:hover{
		background:#f8f5f3;
		color:#990000;
		text-decoration:none;
	}
	
	ul.NewsList  li .TextNews {
        text-align: left;
		line-height:19px;
    }
	
        ul.NewsList  li .TextNews img.Cate {
            float: left;
            padding: 0 10px;
        }
        /*ul.NewsList  li .TextNews a:link,
        ul.NewsList  li .TextNews a:visited {
            color: #000;
			padding:0;
			text-decoration:none;
            
        }
        ul.NewsList  li .TextNews a:hover {
            color: #990000;
			text-decoration:underline;
        }*/
            ul.NewsList  li .TextNews a img {
                display: inline;
            }

    ul.NewsList  li .TextDate{
        text-align: right;
		font-size:11px;
        white-space: nowrap;
        position: absolute;
        right: 10px;
        top: 10px;
		font-weight:normal;
		color:#666;
    }
/* END. List news */

/* Text styles */
	p.TextCenter{ text-align:center}
    .Strong01 {
        color: #000;
        font-weight: bolder;
    }
    .RedText {
        color: #cc0000;
        font-weight: bolder;
    }
    .TextFont15 {
        font-size: 15px;
        font-weight: bolder;
        font-family: Arial;
    }
    .TextFont16 {
        font-size: 16px;
        font-weight: bolder;	
        font-family: Arial;
    }
    .TextFont17 {
        font-size: 17px;
        font-weight: bolder;	
        font-family: Arial;
    }
/* END. Text styles */

/* Image styles */
    .NoBorderImg {
        border: none;
        background: none;
        padding: 0;
    }
    .BorderImg {
        border: 5px solid #e0dbd3;
       
    }
    .ImgLeft {
        float: left;
        margin: 0 10px 5px 0;
    }
    .ImgRight {
        float: right;
        margin: 0 0 5px 10px;
    }
	a .BorderImg01{
	border:5px solid #e0dbd3;
	}
	a:hover .BorderImg01{
		border:5px solid #dad1d0;
	}
	a .BorderImg02{
	border:1px solid #00251A;
	}
	a:hover .BorderImg02{
		border:1px solid #10100d;
	}
/* END. Image styles */

/* List styles */
    ul.Decimal {
        margin: 0px 0px 10px 25px;
    }
        ul.Decimal li {
            list-style-type: decimal;
            margin-bottom: 10px;
			text-align: justify;
        }

    ul.UpperAlpha {
        margin: 0px 0px 10px 25px;
    }
        ul.UpperAlpha li {
            list-style-type: upper-alpha;
            margin-bottom: 10px;
			text-align: justify;
        }

    ul.LowerAlpha {
        margin: 0px 0px 10px 25px;
    }
        ul.LowerAlpha li {
            list-style-type: lower-alpha;
            margin-bottom: 10px;
			text-align: justify;
        }

    ul.Icon {
        margin: 0px 0px 10px 5px;
    }
        ul.Icon li { 
            margin-bottom: 10px;
            background: url(../images/content/icon_person.gif) 0 2px no-repeat;
            padding-left: 20px;
            list-style-type: none;
			text-align: justify;
        }
            ul.Icon li ul.LowerAlpha li {
                list-style-type: lower-alpha;
                margin-bottom: 10px;
                background: none;
                padding-left: 0px;
            }

    ul.Dash {
        margin: 0px 0px 10px 5px;
    }
        ul.Dash li {
            margin-bottom: 10px;
            background: url(../images/content/icon_dash.gif) 0 2px no-repeat;
            padding-left: 20px;
            list-style-type: none;
			text-align: justify;
        }

    ul.Disc {
        margin: 0px 0px 10px 15px;
    }
        ul.Disc li {
            list-style-type: disc;
            margin-bottom: 10px;
            background: none;
            padding: 0;
			text-align: justify;
        }
ul.Decimal li ul{ padding-top:5px;}
ul.UpperAlpha li ul{ padding-top:5px;}
ul.LowerAlpha li ul{ padding-top:5px;}
ul.Icon li ul{ padding-top:5px;}
ul.Dash li ul{ padding-top:5px;}
ul.Disc li ul{ padding-top:5px;}
/* END. List styles */