﻿body
{
    color:Black;
}

body A
{
    color: Gray;
    font-weight:bold;
}

body A:visited
{
    color: LightGray;
    font-weight:bold;
}

#container {
	min-width: 600px;
	height:100%;
}

#left_col
{    
    width: 205px;
    background-image: url('/img/MainLeft.jpg');
    background-repeat: repeat-y;
    background-attachment:fixed;
    background-color: Black;
}

#right_col 
{
	width: 205px;	
	background-image: url('/img/MainRight.jpg');
    background-repeat: repeat-y;
    background-attachment:fixed;
    background-position:right top;
    background-color: Black;
}

#page_content {
	margin-right: 205px;
	margin-left: 205px;	
	height:100%;
	background-color:Black;
	vertical-align:top;
}

#page_logo 
{
    background-image:url('/img/MainLogo.jpg');   
    background-position:center top;
    height:100px;
    background-repeat:no-repeat;
    background-color:Transparent;
}

.menu
{
    background-position: center top;
    background-repeat: no-repeat;    
    margin-bottom: 15px;    
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left:2px;
    width: 100%;
}

.copyright
{
    background-position:center bottom;
    height:20px;
    background-repeat:no-repeat;
    background-color:#181715;    
    margin-bottom:10px;    
    text-align:center;
    font-size: small;
    color: #FFD700;
}

#content
{
    height:100%;
    background-color:Red;
}

.SimpleLabel
{
    font-family: 'Times New Roman' , Times, serif;
    font-size:medium;
    color: #CCCCCC;
}

/*Begin Login Style*/
.Login
{
   border: solid 1px #D3410E;
   color: White;
}    

.Login TABLE
{    
    
}
/*End Login Style*/

/*Begin News Style*/
.News
{
    border : solid 1px DimGray;
    display: block;
}

.News h1
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: large;
    font-weight: bold;    
    background-color: DimGray;
    border-bottom: double 6px Gray;
    padding: -3px -3px -3px 0px;
    margin : 0px 0px 3px 0px;
    text-align : center;    
    color : White;
}

.News h1 A
{
    color : White;
    padding: 5px 1px 5px 1px;
    font-size : 18px;
    font-weight : normal;
    text-decoration: none;
    display : block;
}

.News h1 A:hover
{
    color : Gold;
}

.News h1 A : visited
{
    color : LightYellow !important;
}

.NewsPagerNumeric
{
    color:#FFD700;
    text-decoration: none;
}
.NewsPagerFirstNumber
{
    color:#ffffff;
}

.NewDetailsLink
{
    font-size: small;
}

.NewsPagerNextPrevious
{
    text-decoration: none;
}

.C
{
    margin: 14px 0px 14px 0px;
    text-align:center;
    width:100%;
}
.NewsDate
{
    color:#FF0000 !important;
    font-size: 12px !important;
    font-weight:bold;
}

.ModalPopupBackground
{
    /*background-color:Black;*/
    /*filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    */
    /*opacity: 0.5;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
*/
}
/*End News Style*/