/* General */
a:link, a:visited {
	color: #0066cc;
	text-decoration:underline;
}
a:hover {
	color:#ce4143;
}
#static {
	background:url("../images/outer.jpg") no-repeat scroll -552px -234px transparent;
	width:683px;
	float:left;
}
.StaticOuter {
}
.StaticInner {	
	margin:0 auto;
	padding:150px 50px 50px;	
}
.StaticInner h3 {
	color: #4e0503;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding:5px 0 20px 0;
	overflow: hidden;
	text-align:left;
}
.StaticMain {	
	overflow: hidden;
	width:100%;
	
}
/* END. General */

/* Top Panel */
    .StaticTopPanel {
        background: url(../images/bgtitle_main.jpg) left top no-repeat;
        width: 100%;
        overflow: hidden;
        height: 44px;
    }

    /* Main title */
        .StaticTopPanel h2.TitleMain {
            color: #000;
            font-size: 16px;
            padding: 10px 0 8px 65px;
            text-transform: uppercase;
            float: left;
			font-family:Arial;
        }
    /* END. Main title */

    /* Breadcrumbs */
        #breadcrumbs {
            float: right;
            text-align: left;
            color: #000;
            font-size: 12px;
            text-transform: none;
            padding: 8px 64px 0 0;
        }
            #breadcrumbs a:link,
            #breadcrumbs a:visited {
                color: #000;
                text-decoration: none;
            }
            #breadcrumbs span,
            #breadcrumbs a:hover {
                color: #000;
				text-decoration: underline;
            }
    /* END. Breadcrumbs */
/* END. Top Panel */

/* Tab */
    
         ul#tabHeader {
            height: 39px;
			padding: 0;
            margin: 0 0 15px 0;
            overflow: hidden;
			background:url(../images/news/tab_header.gif) repeat-x 0px 37px;  
        }
		#boxTab ul#tabHeader {
            margin: 0;
			overflow:hidden;   
        }
            ul#tabHeader li {
                display: inline;
                padding: 0;
                line-height: 20px;
                font-weight: bolder;
				border: none !important;
            }
			ul#tabHeader li.Space{
				background: url(../images/news/space.gif) no-repeat 0 4px;
				height:30px;
				width:1px;
				float:left;
			}
                ul#tabHeader li a:link,
                ul#tabHeader li a:visited {
                      float: left;                      
                      padding: 0 2px 0 9px;
                      text-decoration: none;
                      height: 39px;
                      background: url(../images/news/tab_cor_left.gif) no-repeat left bottom;
					  cursor:pointer;
                      }
                ul#tabHeader li.ui-tabs-selected a:link,
                ul#tabHeader li.ui-tabs-selected a:visited {
                      background: url(../images/news/tab_cor_left_act.gif) no-repeat left bottom;
                      color: #fff;
                      
                }
                    ul#tabHeader li a span {
						background: url("../images/news/tab_cor_right.gif") no-repeat scroll right bottom transparent;
						color: #f7f2d5;
						display: block;
						float: left;
						height: 21px;
						padding: 12px 16px 6px 8px;
						font-weight:bold;
					}
                ul#tabHeader li a:hover {
                      background: url(../images/news/tab_cor_left_act.gif) no-repeat left bottom;
                      color: #b7220a;
                }
                    ul#tabHeader li a:hover span {
                        color: #b7220a;
                        background: url(../images/news/tab_cor_right_act.gif) no-repeat right bottom;
                        font-weight: bold;
                        padding: 9px 16px 9px 8px;
						height:21px;
                    }
                    ul#tabHeader li.ui-tabs-selected a:link span,
                    ul#tabHeader li.ui-tabs-selected a:visited span {
                        color: #b7220a;
                        background: url(../images/news/tab_cor_right_act.gif) no-repeat right bottom;
                        font-weight: bold;
                        padding: 5px 16px 5px 8px;
                    }
					ul#tabHeader li.Active a:link,
                	ul#tabHeader li.Active a:visited {
                      background: url(../images/news/tab_cor_left_act.gif) no-repeat left bottom;
                      color: #b7220a;
                	}
					ul#tabHeader li.Active a:link span,
                    ul#tabHeader li.Active a:visited span,
					ul#tabHeader li.Active a:hover span {
                        color: #b7220a;
                        background: url(../images/news/tab_cor_right_act.gif) no-repeat right bottom;
                        font-weight: bold;
                        padding: 9px 16px 9px 8px;
						height:21px;
                    }
				
/* END. Tab */

/* Anchor Links */
ul.AnchorLink {
	margin: 0px 0px 20px 0px;
	padding:25px 0px 25px 0px;
	overflow: hidden;
	background:#f1e1bb;
	border:#cc8113 1px solid;
	width:581px;
}
ul.AnchorLink li {
	background: url(../images/content/icon_person.gif) no-repeat 13px 10px;
	float: left;
	width: 165px;
	padding: 0 0 5px 27px;
	font-weight: bolder;
}
ul.AnchorLink li a:link, ul.AnchorLink li a:visited {
	text-decoration: none;
	color: #560f06;
}
ul.AnchorLink li a:hover {
	color:#560f06;
	text-decoration: underline;
}
ul.AnchorLink li a.Active:link, ul.AnchorLink li a.Active:visited, ul.AnchorLink li a.Active:hover {
	text-decoration: underline;
}
/* 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: 13px 0 0 50px;
	line-height: 22px;
	font-size: 20px;
	font-weight:bold;
	font-family: Arial;
	background: url(../images/iconh4.gif) left 0 no-repeat;
	color: #b7220a;
	height:30px;
}
.ContentH4 {
	margin: 0 0 20px 50px;
}
.ContentH4 p {
	margin-bottom: 10px;
	text-align: justify;
}
.StaticMain h5 {
	background: url(../images/iconh5.gif) 12px 11px no-repeat;
	margin: 0 0 0 40px;
	padding:5px 0 0 30px;
	line-height: 22px;
	font-size: 18px;
	font-weight:bold;
	font-family: Arial;
	color: #560f06;
	height:24px;
}
.ContentH5 {
	margin: 0 0 20px 70px;
}
.ContentH5 p {
    margin-bottom: 10px;
    text-align: justify;
}
    .ImagesBlock {
        text-align: center;
        margin-bottom: 20px;
    }
    .ImagesH4 {
        text-align: center;
        margin: 0 0 20px 30px;
    }
    .ImagesH5 {
        text-align: center;
        margin: 0 0 20px 45px;
    }
    .ImagesH6 {
        text-align: center;
        margin: 0 0 20px 60px;
    }
    .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: #d1aa60;
	font-weight: bolder;
	padding: 5px 10px;
	border:1px solid #efd7a1;
}
.OddRow {
	background: #f8f3e8;
}
.EvenRow {
	background: #f1e0ba;
}
.MyTable tbody tr td {
	padding: 3px 5px;
	border:1px solid #efd7a1;
	color:#560f06;
}
.MyTable .HorzRight {
	text-align: right !important;
}
.MyTable .HorzCenter {
	text-align: center !important;
}
.MyTable .VeztTop {
	vertical-align: top !important;
}
/* END. Tables */
    
/* Notice box */
    .NoticeBox {
	border: #cc8113 solid 1px;
	background:#f1e1bb;
	color:#000;
	padding: 10px;
}
.Legend {
	font-size: 13px;
	font-weight: bolder;
	padding: 0 15px;
	color: #fff;
	background: #b4773b;
	height: 20px;
	margin: -22px 0 0px;
	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;
}
/* END. Notice box */

/* Pagination */
    .PagingWrapper {
        width: 100%;
        overflow: hidden;
        padding: 20px 0 20px;
		background:url(../images/news/bg_paging.gif) left 14px repeat-x;
    }
        .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: 11px;
                    padding: 19px 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/news/bt_first.gif) no-repeat;
                }
                .PagingControl span.PagingPrevPageLnk,
                .PagingControl a.PagingPrevPageLnk {
                    margin: 0 5px 0 0;
                    border-left: none;
					background:url(../images/news/bt_pre.gif) no-repeat
                }
                .PagingControl span.PagingNextPageLnk,
                .PagingControl a.PagingNextPageLnk {
                    margin: 0 5px 0 5px;
                    border-right: none;
					background:url(../images/news/bt_next.gif) no-repeat
                }
                .PagingControl span.PagingLastPageLnk,
                .PagingControl a.PagingLastPageLnk {
					background:url(../images/news/bt_end.gif) no-repeat
                }

                /* Hover&Disabled states */
                .PagingControl a.PagingFirstPageLnk:hover {
                }
                .PagingControl a.PagingPrevPageLnk:hover {
                }
                .PagingControl a.PagingNextPageLnk:hover {
                }
                .PagingControl a.PagingLastPageLnk:hover {
                }
            
            /* Number list */
            .PagingControl ul.PageList {
                float: left;
                position: relative;
                padding: 0;
                margin: 0;
            }
                .PagingControl ul.PageList li {
                    float: left;
                    height: 30px;
					width:30px;
                    margin: 0 2px;
                    overflow: hidden;
					line-height:25px;
                }
                    .PagingControl ul.PageList li span { /* active item */
                        background:url(../images/news/number.gif) no-repeat -30px 0;
						display: block;
                        float: left;
                        height: 30px;
						width:30px;                        
                        font-size: 12px;
                        font-weight: bolder;
                        text-align: center;
                        color: #c72f00;
                    }
                    .PagingControl ul.PageList li a {
						background:url(../images/news/number.gif) no-repeat;
                        display: block;
                        float: left;
                        white-space: nowrap;
                        height: 30px;
						width:30px;                        
                        font-size: 12px;
						font-weight:bold;
                        text-align: center;
                        color: #000;
						text-decoration:none;
                    }
                    .PagingControl ul.PageList li a:hover {
						background-position:-30px 0;
                        text-decoration: none;                       
                        color: #c72f00;
                    }
/* END. Pagination */

/* List news */
    ul.NewsList { 
        width: 100%;
        overflow: hidden;
        font-size: 13px;
		margin-bottom:15px;
    }
    
        ul.NewsList li {
            list-style: none;
            overflow: hidden;
            border-bottom: 1px solid #A8ABC2;
            padding: 4px;
            position: relative;
			height:20px;
			display:block;
        }

    ul.NewsList li .TextNews {
        
        text-align: left;
        padding: 1px 0 0;
    }
        ul.NewsList li .TextNews img.Cate {
            float: left;
            margin: 1px 10px 0 0;
        }
        ul.NewsList li .TextNews a:link,
        ul.NewsList li .TextNews a:visited {
            color: #000;
            border: none;
            padding: 1px 0;
			text-decoration:none;
            
        }
        ul.NewsList li .TextNews a:hover {
            color: #544CAE;
            border: none;
			text-decoration:none;
        }
            ul.NewsList li .TextNews a img {
                display: inline;
            }

    ul.NewsList li .TextDate{
        text-align: right;
        padding: 3px 0 0;
        color: #000;
        white-space: nowrap;
        position: absolute;
        right: 5px;
        top: 1px;
    }
/* END. List news */

/* Advanced search box */
    .BoxSearch {
        margin: 0 auto 10px;
        padding: 10px;
        overflow: hidden;
        border: 1px solid #999;
		width:95%;
    }
	.BoxSearch .BlockFormItem{
		float:left;
		width:86%;
		overflow:hidden
	}
        .BoxSearch .FormItem {
            float: left;
            margin:0 5px 5px 0;
        }
            .BoxSearch .FormItem label {
                float: left; 
                margin-right: 5px; 
                font-size: 12px; 
                padding: 0;
            }
            .BoxSearch .FormItem select,
            .BoxSearch .FormItem input.TextInput {
                float: left;
                width: 149px;
                padding: 2px 0 2px 3px;
                margin: 0;
                font-size: 12px;
                color: #4d4d4d;
                outline: none;
            }
            .BoxSearch .FormItem select {
                width: 151px;
            }
            .BoxSearch .FormItem input.TextInput {
                border: 1px solid #666;
                background: #ffffff;
            }
            .BoxSearch .FormItem input.TextInputAlt {
                 width: 117px;
            }
            .BoxSearch .FormItem img {
                    float: left;
                    display: block;
                    
            }
            .BoxSearch  input.SubmitBtn {
                float: right;
                margin: 0px 0 0;
				background:url(../images/news/button_tim.gif) no-repeat;
				width:68px;
				height:41px;
				border:none;
				text-indent:-9999px;
				font-size:0;
            }
			
/* END. Advanced search box */
/* Text styles */
	.Require{
		color:#F00;	
	}
    .Strong01 {
		color:#560f06;
        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;
    }
    p.TextCenter {
        text-align: center;
    }
/* END. Text styles */

/* Image styles */
    .NoBorderImg {
        border: none;
        background: none;
        padding: 0;
    }
    .BorderImg {        
        background: #ffefcc;
		padding:4px;
    }
    .ImgLeft {
        float: left;
        margin: 0 10px 5px 0;
    }
    .ImgRight {
        float: right;
        margin: 0 0 5px 10px;
    }
/* END. Image styles */

/* List styles */
    ul.Decimal {
        margin: 0px 0px 10px 25px;
    }
        ul.Decimal li {
            list-style-type: decimal;
            margin-bottom: 10px;
        }

    ul.UpperAlpha {
        margin: 0px 0px 10px 25px;
    }
        ul.UpperAlpha li {
            list-style-type: upper-alpha;
            margin-bottom: 10px;
        }

    ul.LowerAlpha {
        margin: 0px 0px 10px 25px;
    }
        ul.LowerAlpha li {
            list-style-type: lower-alpha;
            margin-bottom: 10px;
        }

    ul.Icon {
        margin: 0px 0px 10px 5px;
    }
        ul.Icon li { 
            margin-bottom: 10px;
            background: url(../images/content/icon-arr.gif) 2px 5px no-repeat;
            padding-left: 20px;
            list-style-type: none;
        }
            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;
        }

    ul.Disc {
        margin: 0px 0px 10px 15px;
    }
        ul.Disc li {
            list-style-type: disc;
            margin-bottom: 10px;
            background: none;
            padding: 0
        }
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 */

/* style promotion */


label.Reg{
	clear:left;
	text-align:right;
	font-size:12px;
	height:23px;
	display:block;
	width:160px;
	float:left;
	padding-right:10px;
	margin-bottom:5px;
	}
select{
	width:205px;
	text-align:center;
	margin-bottom:5px;
	height:23px;
	}
form input{
	width:200px;
	float:left;
	}
input.FormBt{
    outline: medium none;
	display:inline;
	margin-right:20px;
	height:auto;
	width:auto;
}
.Note{
	text-align:left;
	float:right;
	font-size:11px;
	color:#fff;
	width:115px;
	background:url(../images/Note.jpg) no-repeat 0 -4px #999;
	height:20px;
	padding-left:5px;
}
.ImgVerify{
	float:left;
	margin-right:10px;
	}
form input.Verify{
	width:100px;
	margin:1px 0 0 10px;
	clear:right;
	}
form span.Gent input{
	width:auto;
	}

.BtnReg{
	width:auto !important;
	margin:0 0 0 110px;
	}
.BtnReset{
	width:auto !important;
	margin:0 0 0 30px;
	}
.SurveyWrapper .BtnReg,SurveyWrapper .BtnReset{
	width:auto !important;
	margin:0 0 0 30px;
	}
form ul{
	list-style:none;
	}
form ul li{
	width:100%;
	float:left;
	overflow:hidden;
	margin-bottom:5px;
	}
form ul li p.TextNote{
	text-align:left;
	font-size:11px;
	color:#F00;
	font-style:italic;
	padding:0 0 0 170px;
	margin:0;
	}
form ul.Radio{
	list-style:none;
	float:left;
	width:auto;
	overflow:hidden;	
	margin-bottom:10px;
	}
form ul.Radio li{
	float:left;
	width:auto;
	padding-left:15px;
	padding-right:60px;
	}
form ul.RadioLine{
	}
form ul.RadioLine li{
	width:100%;
	overflow:hidden;
	float:left;
	}
form ul.RadioLine li p{
	width:40%;
	float:left;
	text-align:left;
	}
form ul.RadioLine li input{
	width:auto;
	float:left;
	margin:4px 33px 10px;
	outline:none;
	}
form ul.RadioLine li span{
	float:left;
	overflow:hidden;
	width:20%;
	}
form ul.RadioLine li span.Space{
	float:left;
	width:40%;
	height:1px;
	overflow:hidden;
	}
form ul.Radio li input,form ul.Checkbox li input{
	width:auto;
	float:none;
	}
form ul.Checkbox{
	list-style:none;
	float:left;
	overflow:hidden;
	margin-bottom:10px;
	padding:0;
	width:310px;
	}
form ul.Checkbox li{
	float:left;
	width:190px;
	padding-right:10px;
	}	
form ul.Checkbox li.AnotherIdea{
	clear: both; 
	width: 100%;
	}
form ul.Slider{
	
	}
form ul.Slider li{}
form ul.Slider li .SliderHead{float:right}
form ul.Slider li .Less,form ul.Slider li .Great,form ul.Slider li .slider{
	float:left;
	}
form ul.Slider li .Less,form ul.Slider li .Great{
	width:19%;
	}
form ul.Slider li input{
	width:auto;
	margin:3px 0 0 0;
	float:left;
	}
form textarea{
	width:350px;
	height:80px;
	margin-bottom:10px;
	}

.UserInfo{
	width:570px;
	height:25px;
	display:block;
	font-weight:bold;
	color:#fff;
	text-align:right;
	padding:5px 20px 0 0;
	margin:0 0 10px 62px;
	background-color:#65413c;
	}
.UserInfo a:link,.UserInfo a:visited{
	color:#fc9;
	text-decoration:none;
	font-weight:bold;
	}
.UserInfo a:hover{
	text-decoration:underline;
	}


.breadCrumbs {
	width:100%;
	height:auto;
	margin: 0 0 10px 0;
	padding:0 0 0 30px;
	}
.StaticInner .breadCrumbs a:link,.StaticInner .breadCrumbs a:visited{
	}
.StaticInner .breadCrumbs a:hover{
	
	}

.BtnReg1 {
    border: medium none;
    clear: both;
    margin: 20px 0 0 170px;
    width: auto !important;
}
.BtnReg {
    border: medium none;
    margin: 20px 0 0 30px;
    width: auto !important;
}
.BtnReset {
    border: medium none;
    margin: 20px 0 0 30px;
    width: auto !important;
}

/* Events List */
.StaticMain ul.ListEvent {
	margin: 0;	
	overflow: hidden
}
.StaticMain ul.ListEvent li {
	height: 110px;
	overflow: hidden;
	margin-bottom:19px;
	position:relative;
	border-bottom:1px solid #2d2d2d;
}
.StaticMain ul.ListEvent li.NewEvent {
}
.StaticMain ul.ListEvent li a img {
	float: left;
	background:#505050;
	padding:4px;
	margin: 3px 10px 0 0;
}
.StaticMain ul.ListEvent li a:hover img {
	float: left;
	margin: 50;
}
.StaticMain ul.ListEvent li .EventContent {
	overflow: hidden;
	height:80px;
}
.StaticMain ul.ListEvent li .BorE {
	position:absolute;
	top:19px;
	left:0px;
}
.StaticMain ul.ListEvent li .BorE a {
	background:url(../images/border_sukien.png) no-repeat;
	display:block;
	width:202px;
	height:122px;
	text-indent:-9999px;
}
.StaticMain ul.ListEvent li .EventContent h3 {
	font-size: 14px;	
	float:left;
	color: #b44320;
	background: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
.StaticMain ul.ListEvent li .EventContent h3 a:link, .StaticMain ul.ListEvent li .EventContent h3 a:visited {
	color: #b44320;
	text-decoration:none;
}
.StaticMain ul.ListEvent li .EventContent h3 a:hover {
	text-decoration:underline;	
}
.StaticMain ul.ListEvent li .EventContent .Date {
	color: #a9ad95;
	font-size: 12px;
	float:none;
}
.BlockNameItem {
	overflow:hidden;
	display:block;
}
.StaticMain ul.ListEvent li .EventContent .ShortText {
	overflow:hidden;
	font-size:12px;
	_clear:both;
	color:#d1d1d1;
}
.StaticMain ul.ListEvent li a.More:link, .StaticMain ul.ListEvent li a.More:visited {
	display:block;
	float:right;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	color:#636363;
	padding-left:10px;
	clear:both;
}
.StaticMain ul.ListEvent li a.More:hover {
	text-decoration:underline;
}
/* END. Events List */
/* Begin detail event*/
.BlockListNews {
	width: 100%;
	overflow: hidden;
}
/* List related news */
/* END. ist related news */

/* Block list news */
.BlockListNews {
	margin: 0;
	position:relative;
	padding:0;
	overflow:hidden;
}
.BlockListNews h4 {
	background:url(../images/news/title_news.jpg) no-repeat;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 10px 0 20px;
	margin:0;
}
.BlockListNews a.ViewMore:link, .BlockListNews a.ViewMore:visited {
	position: absolute;
	z-index: 5;
	top: 5px;
	right: 50px;
	background: url(../images/news/icon_more.gif) right 7px no-repeat;
	padding: 0 5px 0 0;
	color: #FFF;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	text-indent:inherit;
	text-decoration:none;
}
.BlockListNews a.ViewMore:hover {
	color: #cecfdd;
	text-decoration: none;
}
.BlockListNews ul.ListEvent {
	overflow: hidden;
	padding:5px 0 10px 3px;
}
.BlockListNews ul.ListEvent li {
	padding: 5px 18px 5px;
	margin: 0;
	overflow: hidden;
	height:auto;
	background:url(../images/icon1.gif) no-repeat scroll 0 11px transparent; border:none;
}
.BlockListNews ul.ListEvent li.Last {
	border:none;
}
.BlockListNews ul.ListEvent li a:link, .BlockListNews ul.ListEvent li a:visited {
	float: left;
	font-size:12px;
	color: #d1d1d1;
	text-decoration:none;
}
.BlockListNews ul.ListEvent li a:hover {
	font-weight:bold;
}
.BlockListNews ul.ListEvent li a:link.hot, .BlockListNews ul.ListEvent li a:visited.hot {
	font-weight:bold;
}
.BlockListNews ul.ListEvent li .Date {
	float: right;
	font-size:11px;
	width: 75px;
	text-align: right;
	color:#000;
}
/* END. Block list news */
.BlockNameEvent {
	clear:both;
	overflow:hidden;
	padding:0 5px;
}
.BlockNameEvent h3.DetailNews {
	color: #544340;
	font-size: 18px;
	font-weight: bolder;
	padding: 2px 0 2px 0px;
	margin-bottom: 20px;
	overflow: hidden;
	text-align:left;
	float:left;
	font-family:Arial;
}
.DateDetails {
	float:right;
	text-align:right;
	color:#636363;
	font-size:11px;
	width:80px;
}
.DateDetailsEvent {
	float:right;
	text-align:right;
	width:180px;
}
.TitleEventNews {
	color:#4C448A;
	font-size: 16px;
	font-weight: bolder;
	margin-bottom: 10px;
	overflow: hidden;
	text-align:left;
	float:left;
	padding:5px 0 12px 32px;
	background: url(../images/content/icon_title_event.png) left 0px no-repeat;
}
#detailNews {
	display:none;
}
html > body input.StyleTextBox {
    margin: 0;
    vertical-align: text-bottom;
	border: 1px solid #cc8113;
	background:#f1e1bb;
	padding:5px;
}