/*
*   Categories List Style
*/
.categories_view{
    padding-top: 10px; 
    padding-left: 10px;
}
/*
* Category Blog Styling
*/
.category_blog_view,
.category_blog_view .items-column, .category_blog_view .items-column .item{
    margin:0;
    padding:0;
}
.category_blog_view .article_title {
    width: 95.5%;
    margin:0 0 8px;
    padding:0 0 0 30px;
    background: url('/template/pro/deltaonline/delta/css/images/icon/blog_article_icon.png') no-repeat top left #cce9f5;
}
.category_blog_view .article_title  ul {
    display:none;
}
.item-separator {
    border-bottom: 4px double #ddd;
    display: block;
    height: 1px;
    margin: 25px 0 5px;
    visibility: visible !important;
}
/*
* Category List Styling
*/
.category_list_view{
    padding-left: 10px;
}
/* Articles */
/*h4*/
.category_blog_view .article_title h4{
    padding-top: 5px;
    padding-bottom: 5px;
    color:#007998;
    font-weight: bold;
    font-size: 15px;
}

.category_blog_view .article_title h4 a{
    color:#000;
}

.category_blog_view .article_title h4 a:hover{
    color:#0fa365;
}

/*
* Article Styling
*/
.articles_view{
    padding-left:10px;
}
.article_title_area {
    background-color: transparent;
}
/*
* Title
*/
/*h2*/
.article_title{
    margin:0;
}
.article_title h2{
    color:#007998; 
}

.article_title h2 a{
    color:#000;
}

.article_title h2 a:hover{
    color:#0fa365;
}
/*
* Special Table CSS
*/

tr.special {border:1px solid #ccc;}

td.left {border-left:1px solid #ccc;}

td.right {border-right:1px solid #ccc;}

table.general td{    
    vertical-align: top;
}
/*
* Career Table CSS
*/
table#career {
    margin-bottom:25px;
}
table#career td{    
    vertical-align: top;
    border-bottom:1px dashed #ccc;
}
.row_text td{
    padding:12px 10px 20px 15px;
}
.row_separator td{
    padding:0;
}
tr.header_bg{
    background: #70aed0;
    font-weight: bold;
    color:#fff;
}
.header_bg td{
    padding:10px 0 10px 15px!important;
}
td.bord_top_dashed {
    border-top:1px dashed #ccc;
}
tr.row_color {
    background: #f4f4f4;
}
/*
* Icons
*/
div.icons{
    float:right;    
}

div.icons ul{
    text-align: right;
    list-style-type: none;
}

div.icons ul li{
    display: inline;
}

/*
* Article Info
*/
dl.article-info{
    float: left;    
}

dl.article-info dd{
    margin:0;
    padding:0;
}

/*
*   Search Form
*/
.search_form ul{
    margin-top:10px;
    margin-bottom:10px;
    padding:0;
}

.search_form ul li{
    display: inline;
    list-style: none;
}

/*
*   Search results page
*/
div.search_results{
    margin-bottom: 5px;
    padding: 20px;
    background-color: #f5f5f5;
}

/* Tags */
/* Module */
h1.tag_title{
    font-size: 34px;
    margin-bottom: 20px;
}

.popular_tags{
    margin-top: 15px;
}

.popular_tags a:link, .popular_tags a:visited{
    text-decoration:none;
    color: #21759b;
}

.popular_tags a:hover {
    color: #f1831e;
}

.popular_tags span {
    padding: 0 15px 10px 0;
}

.popular_tags .smallest {
    font-size: 12px;
}

.popular_tags .small {
    font-size: 18px;
}

.popular_tags .medium {
    font-size:24px;
}

.popular_tags .large {
    font-size:30px;
}

.popular_tags .largest {
    font-size:36px;
}

/* Widget */
.article_tags {
    width: 225px;
    background:#f6f6f6;
    color:#acacac;
    padding: 5px;
    border: 1px solid #a9a9a9;
    text-align:center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.article_tags a:link, .article_tags a:visited {
    text-decoration:none;
    color: #333;
}

.article_tags a:hover {
    text-decoration: underline;
    color: #f1831e;
}

.article_tags span {
    padding: 4px;
}

.article_tags .smallest {
    font-size: 12px;
}

.article_tags .small {
    font-size: 14px;
}

.article_tags .medium {
    font-size:16px;
}

.article_tags .large {
    font-size:18px;
}

.article_tags .largest {
    font-size:20px;
}



/* Content Bullets / Lists */
#component ul, #component ol{
    list-style-type: none;
    margin: 0 0 15px 20px;
    padding: 0;
}

#component .articles_view ul li {
    background: url("images/bullet_green.png") no-repeat scroll 0 3px transparent;
    padding:0 0 5px 20px;
    list-style-type: none;
}

#component ul.events {
    list-style-type: none;
    margin:0;
    padding:0;
}

#component ul.events li{
    background: transparent;
    margin-bottom: 25px;
    padding:0;
    min-height: 100px;
    list-style-type: none;
}

a.readmore3:link,
a.readmore3:visited {
    background: url(images/left_menubg.png) left no-repeat;
    width: 120px;
    padding:5px 0 5px 25px;
    font-size:10px;	
    font-weight:bold;
    text-decoration:none;
    color:#031c3d;	

} 

a.readmore3:hover,
a.readmore3:active {
    background: url(images/left_menubg_hover.png) left no-repeat;
    color:#45b672;
}