﻿*{
     margin: 0 auto;
     padding: 0 auto;    
     font-size:8pt;
}
body 
{
    margin: -4px;
    font-family : Verdana; 
    text-align : center; 
    background-image : url("../image/general/design/image001.gif"); 
} 
.subheader { 
background-image : url("../image/general/design/subheader1.jpg"); 
text-align : center; 
font-size : 12px; 
font-weight : bolder; 
color : white; 
} 
.gsubheader { 
background-image : url("../image/general/design/subheaderyellow.jpg"); 
text-align : center; 
font-size : 14px; 
font-weight : bolder; 
color : white; 
} 
.subheader1 { 
background-image : url("../image/general/design/subheader2.jpg"); 
color : #330099; 
} 
.borderred { 
border-style : solid; 
border-color : red; 
border-width : 1px; 
background-color:White;
} 
.borderdotted 
{ 
border-style : dotted; 
border-color : gray; 
border-width : 1px; 
} 
.button 
{ 
background-image : url("../image/general/button.gif"); 
background-repeat : no-repeat; 
} 
.button:hover 
{ 
background-image : url("http:/www.myemagazines.com/buttonhover.gif"); 
background-repeat : no-repeat; 
} 
.link1 
{
    color:Orange;
    font-weight:bold;
    background-color:Lime;
}
.link1 a:hover
{
    text-decoration:underline;
    font-weight:bold;
}

.curved {
 -moz-border-radius:5px;
 -webkit-border-radius:5px; 
 behavior:url(../script/border-radius.htc);

}
#marqueecontainer{
position: relative;
width: 200px; /*marquee width */
height: 200px; /*marquee height */
background-color: white;
overflow: hidden;
border: 3px solid orange;
padding: 2px;
padding-left: 4px;
}

li
{
    font-size:10pt;
    padding:5px;
}
li a
{
    font-size:10pt;
    color: #006699;
    text-decoration:none;
}

li a:hover
{
    font-size:10pt;
    color: #006699;
    text-decoration:underline;
}
li a:visited
{
    font-size:10pt;
    color:Maroon;
    text-decoration:none;
}
li a:active
{
    font-size:10pt;
    color:Green;
    text-decoration:underline;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

.sahityad
{
    background-image:url(../image/general/design/myemagadbg.jpg);
    background-repeat:repeat-x;
    color:White;   
    font-size:10pt;
    font-weight:bold;
}
.sahityad a
{
    color:White;
    text-decoration:none;       
}







