#topnews{background:#ecf2f7;border:1px solid #c3d3e0;margin-bottom:10px;padding:4px}#topnews div.indent{background:#f9fbfd;height:222px}#topnews ul.lastest-news{list-style-type:none}#topnews ul.lastest-news li{text-indent:10px}#topnews ul.lastest-news a{background:transparent url(../images/squared-blue.png) no-repeat 5px 9px;border-bottom:1px dotted #bbdbf6;color:#383838;display:block;font-weight:normal;padding:2px 0}#topnews ul.lastest-news a:hover{background:#fff url(../images/squared-blue.png) no-repeat 5px 9px}.t-news .other-news{border-top:1px solid #d8d8d8;padding:8px 10px 0}.listz-news p{margin:0;padding:0}.listz-news .info{border-top:1px solid #d8d8d8;color:#8c8c8c;font-size:1em;padding:8px 10px}.news-search .rows{margin-bottom:10px}.news-search label{display:block;float:left;width:30%}.table-list-news{border:1px solid #e5e5e5;border-collapse:collapse;border-spacing:0;text-align:left;width:100%}.table-list-news th{background:url(../images/cat-header-bg.png) 0 0 repeat-x;border-bottom:1px solid #e5e5e5}.table-list-news tbody tr:nth-child(even) td{background:#e5ecf9}.table-list-news td{padding:4px 10px 4px 5px}.news_grid{border:1px solid #e5e5e5}.news_grid h3.cat{background:url(../images/cat-header-bg.png) 0 0 repeat-x;border-bottom:1px solid #e5e5e5;font-size:13px;margin:0;padding:4px 10px}.news_grid .item{text-align:center}.news_grid .item_content{background:#fcfcfc;height:170px;margin:2px;padding:10px;position:relative}.news_grid .admintab{bottom:0;padding:5px;position:absolute;right:0}.news_grid h2{font-size:12px;margin:0;padding:0;text-align:left}.t-news h4,.listz-news h4{font-size:1.3em;font-weight:bold;margin-bottom:.5em}

/*Tabview*/

div.TabView {

	margin-top: 10px;

}



div.TabView div.Tabs {

	overflow: hidden;

	background: #F7F7F7 url('../images/bg_divtab.png') repeat-x bottom;

	height: 30px;

}



div.TabView div.Tabs a {

	float: left;

	display: block;

	text-align: center;

	height: 30px;

	line-height: 30px;

	text-decoration: none;

	color: #000;

	padding-left: 10px;

	padding-right: 10px;

	font-weight: normal;

	text-transform: uppercase;

}



div.TabView div.Tabs a:hover {

	color: #FF0000;

}



div.TabView div.Tabs a.Active {

	color: #000000;

	background: url('../images/pro_tab.png') repeat-x;

	border-top: 1px solid #e6e6e6;

	border-right: 1px solid #e6e6e6;

	border-left: 1px solid #e6e6e6;

	font-weight: bold;

}



div.TabView div.Pages {

	background: #FFFFFF;

	height: auto;

	width: auto;

	clear: both;

	overflow: hidden;

}



div.TabView div.Pages div.Page {

	height: auto;

	padding: 5px;

	width: auto;

	overflow: hidden;

	border: 1px solid #e6e6e6;

	border-top:0;

}

/*--t news--*/
#topnews {
	border: 1px solid #c3d3e0;
	background: #ecf2f7;
	padding: 4px;
	margin-bottom: 10px;
}

#topnews div.indent {
	background: #f9fbfd;
	height:222px;
}

#topnews ul.lastest-news {
	list-style-type: none;
}

#topnews ul.lastest-news li {
	text-indent: 10px;
}

#topnews ul.lastest-news a {
	font-weight: normal;
	background: transparent url(../images/squared-blue.png) no-repeat 5px 9px;
	color: #383838;
	display: block;
	border-bottom: 1px dotted #bbdbf6;
	padding: 2px 0;
}

#topnews ul.lastest-news a:hover {
	background: #fff url(../images/squared-blue.png) no-repeat 5px 9px;
}

.t-news h4 {
	font-size: 1.3em;
	font-weight: 700;
	margin-bottom: 0.5em;
}

.t-news .other-news {
	border-top: 1px solid #d8d8d8;
	padding: 8px 10px 0;
}

/*--List news --*/
.listz-news h4 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.listz-news p {
	margin: 0;
	padding: 0;
}

.listz-news .info {
	border-top: 1px solid #d8d8d8;
	padding: 8px 10px;
	font-size: 1em;
	color: #8c8c8c;
}

.news-search  .rows {
	margin-bottom: 10px;
}

.news-search label {
	display: block;
	float: left;
	width: 30%;
}

.table-list-news {
    text-align: left;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.table-list-news th {
    background: url(../images/cat-header-bg.png) 0 0 repeat-x;
    border-bottom: 1px solid #e5e5e5;
}

.table-list-news tbody tr:nth-child(even) td {background:#e5ecf9;}

.table-list-news td {
    padding: 4px 10px 4px 5px;
}

.news_grid {
    border: 1px solid #e5e5e5;
}

.news_grid h3.cat {
    margin: 0;
    padding: 4px 10px;
    background: url(../images/cat-header-bg.png) 0 0 repeat-x;
    border-bottom: 1px solid #e5e5e5;
    font-size: 13px
}

.news_grid .item {
    text-align: center;
}

.news_grid .item_content {
    padding: 10px;
    height: 170px;
    margin: 2px;
    position: relative;
    background: #fcfcfc;
}

.news_grid .admintab {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px;
}

.news_grid h2 {
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-align: left
}
        /*--Tooltip Styles--*/
        .tip {
            color: #000000;
            background:#fffccc;
            padding:8px;
            position:absolute;   
            z-index:1000;
            border: 1px solid #ffd800;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            width:320px;
			text-align:justify;
			behavior: url(../PIE/PIE.htc);
        }
        .tooltip .tip { display:none; }
        .tip .tooltip_img{
           border:#ffe13b 1px solid;
           background: #FFFFFF;
           margin-top: 3px;
		   margin-right: 3px;
           padding:5px;
			-webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
			behavior: url(../PIE/PIE.htc);
        }
