﻿.ArticleUl
{
    padding: 5px 0px 10px 25px;
}
.ArticleTD 
{
    padding: 0px 5px 0px 5px;
}
.ArticleTD_Center
{
    text-align: center;
}
.Article_Fill
{
    background-image: url(/images/articles/article_corner.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    /*background-color: #f9f9f9;*/    
}
.ArticleLink
{
    color: #129ae8;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
.ArticleLinkOver
{
    color: #129ae8;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}
.Related_Icon
{
    padding-top: 4px;
    vertical-align: top;
    cursor: pointer;
}
.ReadMore
{
    cursor: pointer;
}
/*
==================================
          Articles
==================================
*/
.tdArticleIntro
{
    padding: 10px 10px 0px 10px;
}
.ArticleBody
{
    color: #29505c;
    padding: 10px 0px 10px 10px;    
}

/* For any paragraph in the ArticleBody.*/
/* Date: 12/09/2009 */
/* Author: MG*/
.ArticleBody p 
{
	line-height:1.5em;
    text-align:left;
	}

.ArticleBody p.smallnote
{
	font-size:.9em;
	color:Gray;
	}		
	
.ArticleBody li 
{	
	font-weight:bold;
	line-height:1.5em;
    text-align:left;
    margin-bottom:20px;    
	}

.ArticleBody li span
{
	font-weight:normal;
	}
	
/* -- end of style -- */
	
.lblArticleTitle
{
    color: #000000;
    font-size: 21px;
    font-weight: normal;
}
.lblArticleAbstract
{
    color: #84825d;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 5px;
}
#ArticleTools
{
    padding: 0px 0px 0px 10px;
    float: right;
}
#MainTools
{
    background-image: url(/images/articles/tools.jpg);
    background-repeat: no-repeat;
    padding: 10px 0px 5px 10px;
    width: 145px;
    height: 140px;
    text-align: left;
    vertical-align: top;
}
#SubTools
{
    padding: 0px 10px 5px 0px;
    width: 145px;
    text-align: left;
    vertical-align: top;
}
.SubToolsHeader
{
    width: 145px;
    height: 6px;
    background-image: url(/images/articles/subtools_header.png);
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 4px;
}
.SubToolsContent
{
    width: 145px;
    background-image: url(/images/articles/subtools_fill.jpg);
    background-repeat:  repeat-y;
    background-position: left top;
}
.SubToolsFooter
{
    width: 145px;
    height: 6px;
    background-image: url(/images/articles/subtools_footer.png);
    background-repeat: no-repeat;
    background-position: left top;
}
.TopicLocation
{
    width: 125px;
    margin: 0px 15px 0px 15px;
}
.TopicOff
{
    background-color: Transparent;
    color: #0382c7;
    font-size: 10px;
    text-decoration: none;
    cursor: pointer;
    padding: 5px 0px 5px 10px;
    margin-left: 5px;
    margin-right: 7px;
}
.TopicOn
{
     color: #000000;
     background-color: #fff1d0;
     font-size: 10px;
     text-decoration: none;
     cursor: pointer;
     padding: 5px 0px 5px 10px;
     margin-left: 5px;
     margin-right: 7px;
}
.stTitle
{
    padding-left: 10px;
    font-weight: bold;
    font-size: 10px;
    color: #696f5c;
}
.ToolDivider
{
    background-image: url(/images/articles/divider.png);
    background-repeat: repeat-x;
    height: 10px;
    width: 120px;
}
.PrintToolLink
{
    background-image: url(/images/icons/print.png);
    background-position: left top;
    background-repeat: no-repeat;
    height: 22px;
    padding-left: 35px;
    padding-bottom: 5px;
    vertical-align: top;
    color: #59889b;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}
.EmailToolLink
{
    background-image: url(/images/icons/email.png);
    background-position: left top;
    background-repeat: no-repeat;
    height: 22px;
    padding-left: 35px;
    padding-bottom: 5px;
    vertical-align: top;
    color: #59889b;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}
#smallArticleTopics
{
    background-image: url(/images/articles/tools.jpg);
    background-repeat: no-repeat;
    padding: 10px 10px 5px 10px;
    width: 145px;
    height: 140px;
    float: right;
    text-align: left;
    vertical-align: top;
    
}
.ArticleInfoLeft
{
    background-color: #e3e7e8;
    width: 25%;
    height: 20px;
    text-align: left;
    font-size: 10px;
    color: #327786;
    padding-left: 5px;
}
.ArticleInfoRight
{
    background-color: #e3e7e8;
    width: 75%;
    height: 20px;
    text-align:  right;
    font-size: 10px;
    color: #327786;
    padding-right: 5px;
}
.ArticleBodyBold
{
    color: #204f6b;
    font-weight: bold;
}
.ArticlePaging
{
    text-align: center;
    vertical-align: middle;
    height: 91px;
    background-image: url(/images/articles/pager.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
.article_spacerleft
{
    background-image: url(/images/articles/middle_spacerleft.png);
    background-repeat: no-repeat;
    vertical-align: top;
    height: 35px;
    width: 5px;
}
.article_spacerfill
{
    background-image: url(/images/articles/middle_spacerfill.png);
    background-repeat: repeat-x;
    vertical-align: top;
    height: 35px;
}
.article_spacerright
{
    background-image: url(/images/articles/middle_spacerright.png);
    background-repeat: no-repeat;
    vertical-align: top;
    height: 35px;
    width: 5px;
}
.ArticleNavTitle
{
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}
.article_navleft
{
    padding: 10px 0px 10px 20px;
    text-align: left;
    vertical-align: top;
    background-color: #f9f9f9;
    cursor: pointer;
}
.article_navfill
{
    background-color: #f9f9f9;
}
.article_navright
{
    background-color: #f9f9f9;
    width: 170px;
    padding: 10px 20px 10px 0px;
    text-align: right;
    vertical-align: top;
    cursor: pointer;
}
.NavArticleTitle
{
    color: #129ae8;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}

/*
==================================
          Slider
==================================
*/
.RadSlider_Chapstick .horizontal
{
	height: 20px;
}
.RadSlider_Chapstick .horizontal a.handle
{
	width: 22px; height: 20px;
	line-height:20px;
}

.RadSlider_Chapstick .horizontal .decrease
{
	background: url('/images/articles/scrollbar/handles_horizontal.png') no-repeat 0 0;
}

.RadSlider_Chapstick .horizontal .increase
{
	background: url('/images/articles/scrollbar/handles_horizontal.png') no-repeat -22px 0;
}

.RadSlider_Chapstick .horizontal a.draghandle
{
	top: 0;
	margin-top: -1px;
	width: 14px; height: 20px;
	background: url('/images/articles/scrollbar/drag_handles_horizontal.png') no-repeat;
}

.RadSlider_Chapstick .horizontal a.draghandle:hover,
.RadSlider_Chapstick .horizontal a.draghandle:active
{
	background: url('/images/articles/scrollbar/drag_handles_horizontal.png') no-repeat -14px 0;
}

.RadSlider_Chapstick .horizontal .track,
.RadSlider_Chapstick .horizontal .rslItemsWrapper
{
	left: 22px;
}

.RadSlider_Chapstick .horizontal .track
{	
	height: 18px;
	background: transparent url('/images/articles/scrollbar/track_horizontal.png') repeat-x;
}