﻿.article-container
{
	border: 0 none;
    margin-bottom: 0;
    padding: 5px;
    top: 0;
}
.g-container
{
	border: 0 none;
    margin-bottom: 0;
    padding: 0;
    top: 0;
}
.article-titletext
{
	color: #29739D;
	font-weight:bold;
	font-size: 17px;	
    letter-spacing: -1px;
    line-height: 27px;
    position: relative;
    top: -4px;
    padding-left:10px;
    padding-right:5px;
}

.article-summarytext
{
	color: #505050;
	font-weight:bold;
	font-size: 15px;
    line-height: 18px;        
    text-align:justify;
    padding-top: 8px;    
    margin-bottom: 4px;
    padding-left:10px;
    padding-right:5px;
}

.article-contextual-links 
{
	padding-top:5px;
	padding-left:10px;
    font-family: arial,verdana,helvetica,sans-serif;
	color: #505050;
	font-weight:normal;
	font-style:italic;
	font-size: 13px;
    line-height: 18px;    
}
.article-contextual-links A
{
	color: #505050;
	text-decoration:none;
}
.article-contextual-links a:hover, a:active, a:focus     
{
	color: #505050;
    text-decoration:underline;
}

.article-bodytext 
{	
	padding-top:10px;
	padding-left:10px;
	padding-right:5px;
    padding-bottom: 16px;
    color: #505050;
    font-family: arial,verdana,helvetica,sans-serif;
    line-height: 16px;
    font-size: 1.3em;
}
.article-bodytext p
{
    clear: left;
    margin: 0 0 13px;
}

a {
    color: #29739D;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    color: #29739D;
    text-decoration: underline;
}
.padding-right {
    padding-right: 10px;
}
.TopLeftsummary {
    color: #464646;
    height: auto;
    margin: 0 auto;
    padding-bottom: 15px;
    text-align: justify;
    width: 100%;
}
.BottomTitleList a:hover {
    color: #666666;
    text-decoration: underline;
}
.Title_footer .BottomTitleList a:hover {
    text-decoration: underline;
}
.folder-content {
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
}

.folder-content span{
	display:block;
}

.folder-content UL {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.folder-content LI {
    background-image: url("Images/arr1.gif");
    background-position: 0 7px;
    background-repeat: no-repeat;
    padding-left: 6px;
}
.folder-content LI A {
    color: #29739D;
    font: bold 11.5px/1.3 arial;
    position: relative;
    text-align: justify;
    text-decoration: none;
}
.img-subject {
    border-color: #A5A5A5;
    border-style: solid;
    border-width: 1px;
    margin-right: 8px;
    margin-top: 2px;
    max-height: 100px;
    max-width: 200px;
}
.img-subject-small {
    border-color: #A5A5A5;
    border-style: solid;
    border-width: 1px;
    margin-right: 8px;
    margin-top: 2px;
    max-height: 60px;
    max-width: 120px;
}
.link-title {
    color: #29739D;
    font: 13px arial;
    position: relative;
    text-align: justify;
    text-decoration: none;
}
.link-title:visited {
    color: #004080;
}
.ads_left {
    float: left;
    margin: 0;
    padding: 5px;
}

.fl {
    float: left;
}
.fr {
    float: right;
}

/* this is css for float item in content navigator float */
.img-float-item {
    border-color: #A5A5A5;
    border-style: solid;
    border-width: 1px;
    margin-right: 8px;
    margin-top: 2px;
    max-height: 135px;
    max-width: 150px;
    vertical-align:middle;
}
.folder-float-item {
    float: left;
    padding: 9px 0px 0px 9px;
    position: relative;
    width: 160px;
    height:180px;
}
.folder-float-item-scroll {
    float: left;
    padding: 9px 0px 0px 9px;
    position: relative;
    width: 160px;
    height:180px;
}
.ads-left-float-item {
    float: left;
    margin: 0;
    padding: 5px;
    max-height:135px;
    max-width:150px;
}

.tip {
  width: 0px;
  height: 0px;
  position: absolute;
  background: transparent;
  border: 10px solid #ccc;
}

.tip-up {
  top: -25px; /* Same as body margin top + bordere */
  left: 10px;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

.tip-down {
  bottom: -25px;
  left: 10px;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;  
}

.tip-left {
  top: 10px;
  left: -25px;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;  
}

.tip-right {
  top: 10px;
  right: -25px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;  
}

.dialogbox .boxbody {
  position: relative;
  max-width: 500px;
  height: auto;
  margin: 20px 10px;
  padding: 5px;
  background-color: #DADADA;
  border-radius: 3px;
  border: 5px solid #ccc;
}

.boxbody .message {
  min-height: 30px;
  border-radius: 3px;
  font-family: Arial;
  font-size: 14px;
  line-height: 1.5;
  color: #797979;
}