﻿body
{
    font-family: Arial;
    font-size: 12px;
    line-height: 150%;
    color: #333333;
}

a
{
    font-family: Arial;
    color: #666666;
    font-size: 11px;
    text-decoration: none;
}

a:hover
{
    font-family: Arial;
    color: #d8140b;
    font-size: 11px;
    text-decoration:underline;    
}

.topLink
{
    font-family: Arial;
    color: #006991;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

.topLink:hover
{
    font-family: Arial;
    color: #cccc00;
    font-size: 11px;
    text-decoration:underline; 
    text-transform: uppercase;  
    font-weight: bold;         
}

.lbl
{
    font-family: Arial;
    color: #006991;
    font-size: 11px;
    text-decoration: none;
}

.nochange
{
    font-size: 11px;    
}

div#Content
{
    background-color: #ffffff;
    z-index: 1;
    width: 95%; /*margin: 100px auto 0 auto;*/
    border: 1px solid #ddd;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

div#Links
{
    background-color: #ffffff;
    /*z-index: 1;*/
    border: 1px solid #ddd;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 95%;
}

.heading
{
    font-family: Arial;
    font-size: 20px;
    color: #006991;
}

.cg
{
    font-family: Arial;
    font-size: 15px;
    color: #006991;
    font-weight: bold;
    text-transform: uppercase;
    
}
.cg:hover
{
    font-family: Arial;
    font-size: 15px;
    color: #cccc00;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration:underline;
    
}

/* Set the padding and font size for each even element in a GridView. */
.GridRowStyle
{
  padding-left: 3px;
  font-size: 80%;
}

/* Set the padding, font size and background color for each odd element in a GridView. */
.GridAlterenatingRowStyle
{
  background-color: #add4f9;
  padding-left: 3px;
  font-size: 80%;
}

/* Align the text in each of the <td> item cells in a GridView. */
.GridRowStyle td, .GridAlterenatingRowStyle td
{
   vertical-align: middle;
}

/* Change the background color, color, alignment and padding for the Header row of a GridView. */
.GridHeaderStyle
{
  background-color: #3399ff;
  padding-left: 3px;
  text-align: left;
  font-size: 80%;
}

/*  */
.TextBox
{
  font-family: Arial;
}

.Msg
{
    border-right: gold 1px solid;
    border-top: gold 1px solid;
    border-left: gold 1px solid;
    border-bottom: gold 1px solid;
    font-family: Sans-Serif;
    background-color: #ffff99;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.MsgHeader
{
    font-weight: normal;
    font-size: 12pt;
    color: blue;
    font-family: "Lucida Sans Unicode" , "Lucida Sans" , Arial, sans-serif;
}

.MsgBody
{
    font-size: 11pt;
    color: #990000;
    font-family: "Lucida Sans Unicode" , "Lucida Sans" , Arial, sans-serif;
}

.footer
{
    font-family: "Lucida Sans Unicode" , "Lucida Sans" , Arial, sans-serif;
    font-size: 10px;
    color: #fffff0;
}

.alert
{
    background: url(image/cancel.png) #fff6bf no-repeat 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
}

.phead
{
    border-bottom: #231f20 6px solid;
    padding-bottom: 3px;
    padding-top: 2px;
}

.lside
{
    border-left: #231f20 1px solid;
    padding-right: 2px;
    padding-left: 2px;    
}

.rside
{
    border-right: #cccccc 1px solid;
    padding-right: 2px;
    padding-left: 2px;
}

.tdCon
{
    border-bottom:#231f20 1px solid;
    padding-bottom: 3px;
    padding-top: 7px;        
}

.divCon
{
    border-bottom:#cccccc 4px solid;
    padding-bottom: 4px;  
    padding-top: 2px;
      
}

.dhead
{
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #99cc33;
    font-family: Arial;
}
.dhead:hover
{
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #cccc00;
    font-family: Arial;
    text-decoration:underline;    
}

.error
{
    background: url(../image/exclamation.png) no-repeat; /* x-pos y-pos */
    font-family: "Lucida Sans Unicode" , "Lucida Sans" , Arial, sans-serif;
    padding-left: 17px;
    color: red;
}

.info
{
    background: url(../image/information.png) no-repeat; /* x-pos y-pos */
    font-weight: normal;
    color: #4169e1;
    font-family: "Lucida Sans Unicode" , "Lucida Sans" , Arial, sans-serif;
    padding-left: 17px;
}

.btn
{
  Font-Size:10pt;
  background-color:#4169e1;
  color:#FFFFFF;
  Border-Style:Outset;
  Border-Width:1;   
}

.event
{
    font-weight: bold;
    font-size: 14px;    
    text-transform: uppercase;
    color: #ffff00;
    background-color: #000000;
    text-align: center;
}

.divEvent
{
    background-color: #e6f2de;
}

.breaking
{
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #cc0033;
    font-family: Arial;
    background-color: white;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    position: relative;
    top: -13px;
}

.evtitle
{
    font-weight: bold;
    font-size: 11px;
    color: #4169e1;
    font-family: Arial;
}

.poll
{
background-position: right top; left: 90%; background-image: url(image/vote.png);
                    width: 60px; clip: rect(auto auto auto auto); background-repeat: no-repeat;
                    position: absolute; top: 10px; height: 59px;
}

.thead
{
    font-weight: bold;
    background-color: #eeeeee;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.tdata
{
    border: #eeeeee 1px solid;
}

.contitle
{
    font-weight: bold;
    color: #333333;
    font-family: Arial;
}

.cover
{
    font-weight: bold;
    color: #4169e1;
    font-family: Arial;
    text-transform: uppercase;
    font-size: 13px;    
}

.cover:hover
{
    font-weight: bold;
    color: #d8140b;
    font-family: Arial;
    text-transform: uppercase;
    font-size: 13px;    
}

.readmore
{
    color: #6495ed;
    font-family: Arial;
}

.pollBorder
{
    border-bottom: #cccccc 1px solid;    
}

.rborder
{
    border-right: #cccccc 1px solid;
    padding-right: 3px;
}

.bottomBorder
{
    border-bottom: #cccccc 1px solid;
    padding-bottom: 3px;
}

.bottomBorderBlack
{
    border-bottom: #231F20 1px solid;
    padding-bottom: 3px;
}

.rborderBlack
{
    border-right: #231F20 1px solid;
    padding-right: 3px;
}

.topBorder
{
    border-top: #cccccc 2px solid;  
    padding-top: 3px;      
}

.hfoot
{
    font-family: Arial;
    font-size: 10px;
    color: #a9a9a9;
}

.flink
{
    font-family: Arial;
    font-size: 10px;
    color: #a9a9a9;
    padding-top: 2px;          
}

.flink:hover
{
    font-family: Arial;
    font-size: 10px;
    color: #d8140b;
    padding-top: 2px;              
}

img
{
    border-width:0px
}

.gridStyle
{
    border-bottom:1px;
    border-bottom-width:100%;
    border-bottom-color:Black;
    border-bottom-style:solid;
    font-size:medium;
}


.subscribePage
{
    font-family: Arial;
    font-size: 12px;
    line-height: 150%;
    color: #333333;
}