/* 
    Document   : news
    Created on : November 12, 2008, 5:14 PM
    Author     : Arup
    Description:
        Purpose of the stylesheet is for combo news of mutual fund, equity and IPO.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

BODY {background: none transparent; margin: 0px;}

.news { 
    font-family: arial; 
    font-size: 11px; 
    font-weight: normal; 
    color: #222222; 
    padding-top: 3px; 
    padding-bottom: 3px; 
    padding-left: 2px; 
    text-decoration: none; 
    text-align: justify;
}
.news a:link{ 
    font-family: arial; 
    font-size: 11px; 
    font-weight: normal; 
    color: #222222; 
    padding-top: 3px; 
    padding-bottom: 3px; 
    padding-left: 2px; 
    text-decoration: none; 
    text-align: justify;
}
.news a:hover{ 
    font-family: arial; 
    font-size: 11px; 
    font-weight: normal; 
    color: #222222; 
    padding-top: 3px; 
    padding-bottom: 3px; 
    padding-left: 2px; 
    text-decoration: underline; 
    text-align: justify;
}
.news a:active{ 
    font-family: arial; 
    font-size: 11px; 
    font-weight: normal; 
    color: #222222; 
    padding-top: 3px; 
    padding-bottom:3px; 
    padding-left: 2px; 
    text-decoration: none; 
    text-align: justify;
}
.news a:visited{ 
    font-family: arial; 
    font-size: 11px; 
    font-weight: normal; 
    color: #222222; 
    padding-top: 3px; 
    padding-bottom: 3px;  
    padding-left: 2px; 
    text-decoration: none; 
    text-align: justify;
}
.sdate { 
    font-family: arial; 
    font-size: 11px; 
    color: #555555; 
    padding-left: 2px;
} 

#nhead{width:970px; height:25px; margin:0px 0 0 0px; padding:0px 0 0 0px; position:relative; }

#nhead ul{width:950px; height:25px; margin:0px 0 0 0px; padding:0px 0 0 0px;}

#nhead ul li{height:25px; float:left; overflow:hidden;}

#nhead ul li a{ font:12px/25px Verdana, Arial, Helvetica, sans-serif; color:#191919; background-color:#eeeeee ; display:block; text-align:center; text-decoration:none;}

#nhead ul li a.mutual{ width:120px; font:12px/25px Verdana, Arial, Helvetica, sans-serif; color:#191919; background-color:#eeeeee ; display:block; border-left:#000000 solid 1px; border-top:#000000 solid 1px; border-bottom:#000000 solid 1px;}
#nhead ul li a.equity{ width:120px; font:12px/25px Verdana, Arial, Helvetica, sans-serif; color:#191919; background-color:#eeeeee ; display:block; border-left:#000000 solid 1px; border-top:#000000 solid 1px; border-bottom:#000000 solid 1px;}
#nhead ul li a.ipo{ width:120px; font:12px/25px Verdana, Arial, Helvetica, sans-serif; color:#191919; background-color:#eeeeee ; display:block; border-left:#000000 solid 1px; border-top:#000000 solid 1px; border-bottom:#000000 solid 1px; border-right:#000000 solid 1px;}


#nhead ul li a:hover{font:12px/25px Verdana, Arial, Helvetica, sans-serif; color:#f1f1f1; display:block; background-color:#666666 ; border-left:#000000 solid 1px; border-top:#000000 solid 1px; border-bottom:#ffffff solid 1px;}

#nhead ul li a:active{font:12px/25px Verdana, Arial, Helvetica, sans-serif; font-weight:bold; color:#f1f1f1; display:block; background-color:#666666 ; border-left: #000000 solid 1px; border-top:#000000 solid 1px; border-bottom:#ffffff solid 1px;}

.newsbighead { font-family: tahoma; font-size: 11px; color: #51504E; font-weight: bold; text-decoration: none; padding-left: 5px; }
.newsbighead a:link{ font-family: tahoma; font-size: 11px; color: #51504E; font-weight: bold; text-decoration: none; border-bottom: dashed 1px #4D2D0D; }
.newsbighead a:visited{ color: #51504E; text-decoration: none; border-bottom: dashed 1px #4D2D0D; }
.newsbighead a:hover{ color: #995702; text-decoration: none; }


.sdate { font-family: arial; font-size: 11px; color: #A0917E; font-weight: bold; text-decoration: none; padding-left: 5px; }

.newstxt { font-family: arial; font-size: 11px; color: #333333; text-decoration: none; padding-left: 5px; text-align: justify; padding-right: 5px; }

.newstxt { font-family: arial; font-size: 11px; color: #5D5E5F; text-decoration: none; padding-left: 5px; text-align: justify; padding-right: 5px; }
.newstxtmultiply { font-family: arial; font-size: 11px; color: #0576bd; text-decoration: none; padding-left: 5px; text-align: justify; padding-right: 5px; }

.newsmainhead { font-family: verdana; font-size: 14px; color: #333333; font-weight: bold; }

.newsmaintext { font-family: verdana; font-size: 12px; color: #444444; font-weight: normal; text-align: justify; line-height: 18px; }


