﻿/*homepage start*/
/*News Flash category START:*/
.ticker
{
	margin: 0px 10px 0px 0px;/*t,r,b,l*/	
	width: 365px;
	line-height: 1.4em;
	color: #FF0000;
	background-color: #E3E6EA;
}
.ticker a
{   
    font-style:italic;
}
/*News Flash category END*/


.CategoryContainer
{
	margin: 0px 10px 25px 13px;
}
.CategoryTitle
{
	font-size: 220%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #215194;
	margin: 0px 3px 8px 0px;
	font-variant: small-caps;
	letter-spacing: 0.05cm;
}
.CategoryContainer ul /*FF*/
{
	margin: 20px 0px 3px -47px;
	font-weight: 500;
	list-style: none;
}
html/**/body .CategoryContainer ul /*IE*/
{
	margin: 0px 0px 3px -6px;
	/*font-size:inherit;*/
}
.CategoryContainer ul li
{
    padding-bottom: 10px;
}
.CategoryContainer ul li a
{
	text-decoration: none;
	list-style: none;
	margin: 0px;
	font-weight: bold;
	text-indent: -17px;/*-17px;*/
}
.CategoryContainer ul li a:hover
{
	text-decoration: underline;
	color: #215194;
}
.DivArchLink
{
    text-align: center;	
    border-bottom:1px silver solid;
    border-top:1px silver solid;
    padding:5px;

}
.ArchStoryLnk, .ArchStoryLnk a:active a:visited a:link
{
	font-size:80%;
	padding-left:30px;
    color:#333333;
    text-decoration: none;
    margin: 0px 20px 0px 0px;
}
.DivSubmitNewStoryLink
{	
    font-size:80%;
    color:#333333;
    text-decoration: none;
}
/*homepage end*/

/*archive page start*/
.ArchiveContainver
{
    width: 550px;
    display:inline-table; /*FF*/
    font-size: 0.9em;
}
.CategoryDDL
{
    width: 160px; 
    display: block;
    float: left;
    margin-bottom: 10px;
}
.TitleTXT
{
    display: block;
    width: 120px;
    float: left;
    margin-bottom: 10px;
}
.TagLBX
{
    display: block;
    width: 260px;
    float: left;
    margin-bottom: 10px;
}
.DateTXT
{
    display: block;
    width: 70px;
    float: left;
    margin-bottom: 10px;
}
.SearchBtn
{
    float: left;
    display: block;
    margin-bottom: 10px;

}
.controlLabel
{
    display: block;
    width: 120px;
    float: left;
    margin-bottom: 10px;
    
    text-align: right;
    padding-right: 20px;
}
.ClearLeftBr
{
    clear: left;
}
.RightArchiveLink
{
	font-style: italic;
	font-size: 90%;
	float: right;
	margin: 73px 0px 0px 0px;
	border: 1px #C1DAFF solid;
	padding: 8px;
}
.divider
{
	color:silver;
	border-width:1px;
	width:550px;
}
.instructions
{
 	font-size:85%;
	margin-left:15px;
	color:#333333;	
}
/*archive page end*/
