/* General */
a:link,
a:visited {
	color: #0045ff;
	text-decoration:underline;
}
a:hover {
    text-decoration: none;
}
    #static {
        width: 580px;
        overflow: hidden;
        margin: 40px auto 0;
    }
    .StaticOuter {
		
       background: url(../images/bgcontent.gif) repeat-y left top;
        overflow: hidden;
    }
	.StaticOuter a:link,
	.StaticOuter a:visited{
		color: #a3ca78;
		text-decoration:underline;
	}
	.StaticOuter a:hover{
		color: #726865;
	}
        .StaticInner {
			
			background: url(../images/bgcontent_top.gif) no-repeat left top;
            overflow: hidden;
        }
            .StaticInner h3 {	
                color: #36334d;
                text-align: center;
                font-size: 18px;
                font-weight: bolder;
                padding: 12px 0 13px;
                margin-bottom: 20px;
                overflow: hidden
            }
            .StaticMain {
                width: 580px;
                padding: 0;
                overflow: hidden;				
            }
/* 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: 28px;			
            margin: 0 0 15px;
            overflow: hidden;
			border-bottom: 1px solid #2e2e2e;           			
        }
		#tabHeader li{
			float: left;			
			height: 30px;
			overflow: hidden;
			margin: 0 4px 0 0;	
		}
		#tabHeader li a,
		#tabHeader li a span,
		#tabHeader li a:hover,
		#tabHeader li a:hover span,
		#tabHeader li.Active a,
		#tabHeader li.Active a{
			display: block;
			height: 28px;
			float: left;
			cursor: pointer;
			background: url(../images/content/bg_tab_300x56.gif);	
		}
		#tabHeader li a{
			font: 700 13px/28px tahoma;
			color: #bbbfb0;
			padding: 0 0 0 15px;
			text-decoration: none;
			background-repeat: no-repeat;
			background-position: left top;
			_position: relative;
		}
		#tabHeader li a span{
			padding: 0 15px 0 0;
			background-repeat: no-repeat;
			background-position: right top;	
		}
		#tabHeader li a:hover,
		#tabHeader li.Active a{
			color: #f9ffe5;
			background-repeat: no-repeat;
			background-position: left bottom;	
		}
		#tabHeader li a:hover span,
		#tabHeader li.Active a span{
			background-repeat: no-repeat;
			background-position: right bottom;	
		}
				
/* END. Tab */

/* Anchor Links */
    ul.AnchorLink {
        margin: 0px 30px 20px;
        overflow: hidden;
    }
        ul.AnchorLink li {
            background: url(../images/content/icon.gif) no-repeat 0 8px;
            float: left;
            width: 140px;
            padding: 0 0 5px 10px;
            font-weight: bolder;
        }
            ul.AnchorLink li a:link,
            ul.AnchorLink li a:visited {
                text-decoration: none;
                color: #CEC9C7;
            }
            ul.AnchorLink li a:hover {
                color: #0066CC;
                text-decoration: none
            }
            ul.AnchorLink li a.Active:link,
            ul.AnchorLink li a.Active:visited,
            ul.AnchorLink li a.Active:hover {
                color: #0066CC;
            }
/* END. Anchor Links */

/* Content blocks*/
    .ContentBlock {
        margin-bottom: 20px;
		clear: both;
    }
        .ContentBlock p {
            margin-bottom: 10px;
            text-align: justify;
			color: #cec9c7;
        }
        
		.ContentBlock p.TextCenter{
			text-align: center;
		}

    .StaticMain h4 {
        padding: 4px 0 2px 30px;
        line-height: 22px;
        font-size: 16px;
        font-family: Arial;
        background: url(../images/content/icon_h4_22x21.png) left 5px no-repeat;
        color: #afa661;
		margin:0 0 5px;
    }
*html .StaticMain h4 {
	background:none;	
	height: 22px;
	line-height: 22px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='crop', src='images/content/icon_h4_22x27.png');	
}


    .ContentH4 {
        margin: 0 0 20px 30px;
    }
    .ContentH4 p {
        margin-bottom: 10px;
        text-align: justify;
		color: #CEC9C7;
    }

    .StaticMain h5 {
        margin: 0 0 5px 30px;
        line-height: 22px;
        font-size: 15px;
        font-family: Arial;
        color: #ffffff;
		padding: 0 0 0 18px;
		background: url(../images/content/icon_h5_13x12.png) left 5px no-repeat;
    }
*html .StaticMain h5{
	background:none;	
	height: 13px;
	line-height: 13px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='crop', src='images/content/icon_h5_13x12.png');	
}
    .ContentH5 {
        margin: 0 0 20px 55px;
    }
    .ContentH5 p {
        margin-bottom: 10px;
        text-align: justify;
		color: #CEC9C7;
    }

    .StaticMain h6 {
        padding: 2px 0 2px 15px;
        margin: 0 0 5px 45px;
        line-height: 20px;
        font-size: 14px;
        font-family: Arial;
        background: url(../images/content/icon_h6.png) no-repeat left 6px;
        color: #000;
    }
    .ContentH6 {
        margin: 0 0 20px 60px;
    }
    .ContentH6 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: #c9be95;
            background: #8e6135;
            font-weight: bolder;
            padding: 5px 10px;
			border:1px solid #000000;
        }
        .OddRow {
            background: #47423a;
        }
        .EvenRow{
            background: #2e2b25;
        }
        .MyTable tbody tr td {
            padding: 3px 5px;
			border:1px solid #000000;
			color: #c9be95;
        }
        .MyTable .HorzRight {
            text-align: right !important;
        }
        .MyTable .HorzCenter {
            text-align: center !important;
        }
        .MyTable .VeztTop {
            vertical-align: top !important;
        }
/* END. Tables */
    
/* Notice box */
    .NoticeBox {
        border: #c36e60 solid 1px;
        padding: 10px;
		background: #2e2b25;
    }
    .Legend {
        font-size: 13px;
        font-weight: bolder;
        padding: 0 15px;
        color: #eef8ba;
        background: #7a3007;
        height: 20px;
        margin: -22px 0 0px;
        float: left;
    }
    .NoteContent {
        width: 100%;
        overflow: hidden;
        text-align: justify;
		color: #a9ad95;		
    }
        .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 {       
		color: #A3CA78;
    }
    a.NoteLink:hover {
        text-decoration: underline;
		color: #726865;
    }
/* END. Notice box */

/* Pagination */
    .PagingWrapper {
        width: 100%;
        overflow: hidden;
        padding: 16px 0 15px;		
		margin-bottom:15px;
    }
        .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: 24px;
                    height: 0;                    
                    overflow: hidden;
                    text-indent: -1000em;                    
                    float: left;
                    position: relative;
					
					
					
                }                

                /* Normal states */
                .PagingControl span.PagingFirstPageLnk,
                .PagingControl a.PagingFirstPageLnk {
					margin: 0 5px 0 0;
					display: block;
					width: 37px;
					height: 22px;
					background:url(../images/news/icon_first_37x22.png) 0 0px no-repeat;
                }
	*html .PagingControl span.PagingFirstPageLnk,
	*html .PagingControl a.PagingFirstPageLnk{
		background:none;		
		position: relative;		
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='crop', src='images/news/icon_first_37x22.png');	
	}
                .PagingControl span.PagingPrevPageLnk,
                .PagingControl a.PagingPrevPageLnk {
                    margin: 0 5px 0 0;
                    border-left: none;
					display: block;
					width: 22px;
					height: 22px;
					background:url(../images/news/icon_prev_22x22.png) 0 0px no-repeat
                }
	*html .PagingControl span.PagingPrevPageLnk,
	*html .PagingControl a.PagingPrevPageLnk{
		background:none;		
		position: relative;
		cursor: pointer;		
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='crop', src='images/news/icon_prev_22x22.png');	
	}
                .PagingControl span.PagingNextPageLnk,
                .PagingControl a.PagingNextPageLnk {
                    margin: 0 5px 0 5px;
                    border-right: none;
					display: block;
					width: 22px;
					height: 22px;
					background:url(../images/news/icon_next_22x22.png) 0 0px no-repeat
                }
	*html .PagingControl span.PagingNextPageLnk,
	*html .PagingControl a.PagingNextPageLnk{
		background:none;		
		position: relative;
		cursor: pointer;		
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='crop', src='images/news/icon_next_22x22.png');	
	}
                .PagingControl span.PagingLastPageLnk,
                .PagingControl a.PagingLastPageLnk {
					display: block;
					width: 37px;
					height: 22px;
					background:url(../images/news/icon_last_37x22.png) 0 0px no-repeat
                }
	*html .PagingControl span.PagingLastPageLnk,
	*html .PagingControl a.PagingLastPageLnk{
		background:none;		
		position: relative;
		cursor: pointer;		
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='crop', src='images/news/icon_last_37x22.png');	
	}

                /* 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: 21px;
                    padding: 0;
                    margin: 0 2px;
                    overflow: hidden;
                    
                }
                    .PagingControl ul.PageList li span { /* active item */
                        display: block;
                        float: left;
                        height: 18px;
                        padding: 0 7px;
                        font-size: 11px;
                        font-weight: bolder;
                        text-align: center;                        
						color: #cec9c7;
                    }
                    .PagingControl ul.PageList li a {
                        display: block;
                        float: left;
                        white-space: nowrap;
                        height: 18px;
                        padding: 0 7px;
                        font-size: 11px;
                        text-align: center;
                        color: #cec9c7 !important;						
						text-decoration:none !important;
						font-weight: 700;
                    }
                    .PagingControl ul.PageList li a:hover {
                        text-decoration: none;                       
                        color: #cec9c7;
                    }
/* 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: #afa661;
        font-weight: bolder;
    }
    .RedText {
        color: #ea932d;
        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;
		color: #a9ad95;
    }
/* END. Text styles */

/* Image styles */
    .NoBorderImg {
        border: none;
        background: none;
        padding: 0;
    }
    .BorderImg {
        border: 2px solid #3d2b17;
        background: #EEEEEE;        
    }
    .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;
		color: #CEC9C7;
    }
        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;
		color: #CEC9C7;
    }
        ul.Icon li { 
            margin-bottom: 10px;
            background: url(../images/content/icon_person.gif) 0 2px 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;
		color: #CEC9C7;
    }
        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;
	color: #CEC9C7;
	}
select{
	width:205px;
	text-align:center;
	margin-bottom:5px;
	height:23px;
	}
form input{
	width:200px;
	float:left;
	}
.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 168px;
	}
.BtnReset{
	width:auto !important;
	}
.SurveyWrapper .BtnReg,SurveyWrapper .BtnReset{
	width:auto !important;
	}
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;
	color: #CEC9C7;
	}
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;
	color: #CEC9C7;
	}	
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{
	height:auto;
	display:block;
	font-weight:bold;
	color:#b0aa9e;
	text-align:right;
	padding: 5px 10px;
	margin:0 0 10px;
	background:#271e15;
	}
.UserInfo a:link,.UserInfo a:visited{
	color:#b0aa9e;
	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{
	
	}

.Popup{
	position:absolute;
	top:-95px;
	left:-240px;			
	width:480px;	
	padding:27px 0 0;
	z-index:100;
	}
.Popup .Title{
	position:absolute;
	top:-30px;
	left:10px;
	color:#fff;	
	font-weight:bold;
	font-size:18px;
	}
.Popup .PopupWrapper{
	position:relative;
	width:100%;
	}
.Popup .p_title{
	position:absolute;
	top:-28px;
	*left: 0;
	width: 458px;
	height: 22px;
	text-align: right;
	padding: 4px 10px 0;
	border: 1px solid #46311e;
	background: url(../images/content/bg_top_1x26.gif) repeat-x left top #fff7db;	
}
.Popup .PopupClose:link,.Popup .PopupClose:visited{	
	color:#fff;	
	text-decoration: none;	
	}
.Popup .PopupClose:link{
	text-decoration:none;
	
	}
.Popup .InnerContent{
	background:#2e2b25;
	padding:10px;
	width:auto;
	height:auto;
	color: #a9ad95;
	border-top: 1px solid #000;
	}
#Survey{
	height:400px;
	overflow:hidden;
	}
.SurveyWrapper{
	width:500px;
	height:357px;
	overflow:scroll;
	padding:30px;
	}
.SurveyWrapper h3.Title{
	font-weight:bold;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	margin:10px 0;
	padding-left:15px;
	text-transform:uppercase;
	}
.SurveyWrapper .Description{
	font-size:12px;
	margin-bottom:10px;
	}
.Question{
	font-size:12px;
	font-weight:bold;
	color:#3d3d3d;
	padding:0 0 0 20px;
	margin-bottom:5px;
	clear:both;
	}
ol{
	padding:0 0 0 20px;
	margin-bottom:20px;
	}
ol li{
	list-style:decimal;
	
	}
ol li a:link,
ol li a:visited{
	color:#3d3d3d;
	text-decoration:none;
	font-size:12px;
	}
ol li a:hover{
	color:#bdbdbd;
	}

.TextBox{
	padding:0 0 0 30px;
	margin-bottom:20px;
	}
textarea{
	width:510px;
	height:50px;
	font-size:12px;
	}
th,tr,td{
	border:0px solid #c4c4c4;
	padding:2px 5px;
	}
table.Result{
	margin:0 0 20px 20px;
	width:95%;
	}
th{
	background:#d5d5d5;
	}
td.TextCenter{
	text-align:center;
	}
.SurveyWrapper p{
	padding:0 ;
	clear:both;
	margin-bottom:5px;
	overflow:hidden;
	}
.LeftSide{
	float:left;
	width:200px;
	overflow:hidden;
	margin-right:20px;
	}
.LeftSide .Menu{
	list-style:none;
	width:100%;
	overflow:hidden;
	}
.LeftSide .Menu li{
	float:left;
	width:200px;
	}
.LeftSide .Menu li a:link,.LeftSide .Menu li a:visited{
	color:#fff;
	background:#666;
	font-weight:bold;
	height:25px;
	width:178px;
	display:block;
	padding:2px 10px 0;
	border-bottom:1px solid #ccc;
	text-decoration:none;
	}
.LeftSide .Menu li a:hover,.LeftSide .Menu li.Active a{
	color:#000;
	background:#eee;
	}
.LeftSide .Menu li.Off a{
	color:#aaa;
	background:#666;
	cursor:default;
	}
.LeftSide{
	position:absolute; /* login moi xuat hien menu */	
	top:50px;
	left:1px;
	display: none;
}
.MainContent{ /* define lai trong template subweb */
	margin: -635px auto 0 106px;
	width: 851px;
	height:auto;
	float: left;
	_display: inline;
	_position: relative;	
}
.ErrorText{
	font-size:13px;
	font-style:italic;
	color:#f00;
	text-align:center;
}
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 12px; height: 14px; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: 8px; margin:5px 15px 0; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(../images/slider.gif) repeat-y; color: #222222; width:200px; padding:0 2px 0 0;}
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; color: #222222; font-weight: bold; height:5px;}
.ui-widget-header a { color: #222222; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999;font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }


.ui-widget-overlay { background: #aaaaaa; opacity: .3; filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa; opacity: .3; filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }

/* end style promotion */

/* Events List */
    .StaticMain ul.ListEvent {
        margin: 0;
		padding:4px 0 0 0;
        overflow: hidden
    }
        .StaticMain ul.ListEvent li {
            height: 110px;
			width:540px;
            padding: 19px 0 0 0;
            overflow: hidden;
            margin-bottom: 0px;
			position:relative;
			border-bottom:1px dashed #1c1b14;
        }
        .StaticMain ul.ListEvent li.NewEvent {
        }
            .StaticMain ul.ListEvent li a img {
                float: left;
               border:3px #5a5542 solid;
                padding: 0px;
                margin: 0 10px 0 0;
				width:140px;
				height:80px;
            }
			.StaticMain ul.ListEvent li a:hover img {
                float: left;
                margin: 50;
            }
            .StaticMain ul.ListEvent li .EventContent {
                width: 380px;
                
                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: 15px;
                    font-family: Arial;
                    color: #197c39;
                    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: #a3ca78;
						text-decoration:none;
                    }
                    .StaticMain ul.ListEvent li .EventContent h3 a:hover {
                        text-decoration: underline;
                    }
                .StaticMain ul.ListEvent li .EventContent .Date {
                    color: #858585;
                    font-size: 12px;
					float:none;
                }
				.StaticMain ul.ListEvent li .EventContent .ShortText{
					overflow:hidden;
					padding:5px 0 0;
					color:#cec9c7;
				}
				.StaticMain ul.ListEvent li a.More:link,.StaticMain ul.ListEvent li a.More:visited{
					display:block;
					float:right;
					font-weight:bold;
					text-decoration:none;
					margin-right:10px;
					font-size:11px;
					color:#afa661;
					font-family: Arial;
					clear:both;
					padding: 0 0 0 12px;
					
				}
				.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;
		background: url(../images/bgcontent.jpg) repeat-y left top;
		padding:0 20px 10px;
		width:538px;
		overflow:hidden;
    }
    .BlockListNews h4 {
        background: url(../images/news/bg_title_538x28.gif) no-repeat left top;
        color: #a9ad95;
        font-size: 13px;
        height: 26px;
        padding: 0 0 0 20px;
        margin: 0 0 10px;
		line-height: 28px;
        overflow: hidden;		
        font-weight: bolder;
    }
        .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 {
        width: 518;
        overflow: hidden;
		margin: 0 0 0 20px;
    }
        .BlockListNews ul.ListEvent li {
            padding: 4px 5px 4px 15px;
            margin: 0;
            background: url(../images/news/icon_squa_7x7.gif) no-repeat left 11px;            
            overflow: hidden;
			float:left;
			width: 497px;
        }
        .BlockListNews ul.ListEvent li.New {
           
        }
            .BlockListNews ul.ListEvent li a:link,
            .BlockListNews ul.ListEvent li a:visited {
                float: left;
                color: #a3ca78;
				text-decoration: underline;
            }
            .BlockListNews ul.ListEvent li a:hover {
                color: #726865;
                text-decoration: none
            }
            .BlockListNews ul.ListEvent li .Date {
                float: right;
                width: 75px;
                text-align: right;
				color:#3c3c3c;
            }
/* 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;
	width:80px;
	padding-top:5px;
}

.DateDetailsEvent{
	float:right;
	text-align:right;
	width:180px;
}

.TitleEventNews{
	font-size: 16px;
    font-weight: bolder;   
    margin-bottom: 10px;
    overflow: hidden;
	text-align:left;
	padding:5px 0 12px 0;
	float:left;
}

#detailNews{
	color:#CEC9C7;
	overflow:hidden;
}
.Author{
text-align:right;
padding-bottom:20px;
}
