body {
font-family: verdana, Arial, Helvetica, sans-serif; font-size: 11px; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;}



/*

* This sets the link style.

*/

a {

    font-family: verdana, Arial, Helvetica, sans-serif;

    font-size: 11px;

    color: #003366

  }



/*

* This sets the style when cursor hover a link.

*/

a:hover {

    font-family: verdana, Arial, Helvetica, sans-serif;

    font-size: 11px;

    color: #FF0000;

    font-weight:normal;

    text-decoration: none

}



a.small {

    font-family: verdana, Arial, Helvetica, sans-serif;

    font-size: 11px;

    font-weight: bold;

    color: #003366

  }



/*

* This sets the style when cursor hover a link.

*/

a.small:hover {

    font-family: verdana, Arial, Helvetica, sans-serif;

    font-size: 11px;

    color: #996633;

    font-weight: bold;

    text-decoration: none

}



/*

* This sets the style for payment link.

*/

a.payment {

    font-family: verdana, Arial, Helvetica, sans-serif;

    font-size: 11px;

    font-weight: normal;

    color: #003366

}



/*

* This sets the style when cursor hover a link.

*/

a.payment:hover {

    font-family: verdana, Arial, Helvetica, sans-serif;

    font-size: 11px;

    color: #996633;

    font-weight: normal;

    text-decoration: none

}



/*

* This sets the style for top menu link.

*/

a.menu {

    font-family: verdana, Arial, Helvetica, sans-serif;

    font-size: 11px;

    color: #003366;

    TEXT-DECORATION: none;

}



/*

* This sets the style for top menu link cursor hover.

*/

a.menu:hover {

    font-family: verdana, Arial, Helvetica, sans-serif;

    font-size: 11px;

    color: #CC0000;

    TEXT-DECORATION: none;

}



/*

*  The following definitions are for tab style admin menus.

*/

    a.toptab{
        font-family: verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #003366;
        font-weight: bold;
        border-top: 1px solid #1975D1;
        border-right: 1px solid #1975D1;
        border-left: 1px solid #1975D1;
        border-bottom: 0px solid #1975D1;
        border-color: #1975D1;
        width: 100px;
        /*background-color: #DDDDDD;*/
        padding: 2px 0.5em 1px 0.5em;
        margin-top: 4px;
        text-decoration: none;
        text-align: center;
		background-image:url(../images/bot_bg1.gif);
		background-repeat:repeat-x;
     }



     a.toptab:hover {
	 background-image:url(../images/bot_bg.gif);
	 background-repeat:repeat-x;
        border-top: 1px solid #989EA5;
        border-right: 1px solid #989EA5;
        border-left: 1px solid #989EA5;
        border-bottom: 0px solid #989EA5;
        border-color: #989EA5;
        background-color: white;
     }

     .submenu {
         border: solid 1px #989EA5;
         background-color:#ECECEC;
         padding: 5px;
         overflow: auto;
     }



    /*

    * This sets the style for top menu link.

    */

    a.submenulink {

        font-family: verdana, Arial, Helvetica, sans-serif;

        font-size: 11px;

        font-weight: bold;

        color: #003366;

        text-decoration: none;

    }



    /*

    * This sets the style for top menu link cursor hover.

    */

    a.submenulink:hover {

        font-family: verdana, Arial, Helvetica, sans-serif;

        font-size: 11px;

        font-weight: bold;

        color: #CC0000;

        text-decoration: none;

    }

/*

* End of tab style definition

*/



a.footerlink{

    font-family: verdana, Arial, Helvetica, sans-serif;

    font-size: 10px;

    color: #FFFFFF

}

a.footerlink:hover {

    font-family: verdana, Arial, Helvetica, sans-serif;

    font-size: 10px;

    color: #996633;

    text-decoration: none

}



/*

* This sets the big heading style.

*/

.title1{

    font-family: verdana;

    font-size: 12px;

    COLOR: #000066;

    TEXT-DECORATION: none;

    font-weight: bold;

}



/*

* This sets the subtitle heading style.

*/

.title2{

    font-family: verdana;

    font-size: 11px;

    COLOR: #CC0000;

    TEXT-DECORATION: none;

    font-weight: bold;

}



/*

* This sets the invoice table heading style.

*/

.ivtitle1{

    font-family: verdana;

    font-size: 13px;

    COLOR: #000066;

    TEXT-DECORATION: none;

    font-weight: bold;

}



/*

* This sets the style for small paragraph, or notes.

*/

.small{

    font-family: verdana;

    font-size: 9px;

    COLOR: #000066;

    TEXT-DECORATION: none;

    font-weight: normal;

}



/*

* This sets the style for table header.

*/

tr.header{
    font-family: verdana;
    font-size: 11px;
    COLOR: #FFFFFF;
    background-color: #046B97;
    TEXT-DECORATION: none;
    font-weight: bold;
	height:40px;
}

.Linkkheader{
    font-family: verdana;
    font-size: 11px;
    COLOR: #FFFFFF;
    TEXT-DECORATION: none;
    font-weight: bold;
}

.Linkkheader:hover{
    font-family: verdana;
    font-size: 11px;
    COLOR: #FDB934;
    TEXT-DECORATION: none;
    font-weight: bold;
}



/*

* This sets the style for alternative row color etc.

*/

tr.row1{
    font-family: verdana;
    font-size: 10px;
    COLOR: #000000;
    background-color: #DDDDDD;
    TEXT-DECORATION: none;
    font-weight: normal;
    border-bottom: 1px #6699CC dotted;

}



/*

* This sets the style for alternative row color etc.

*/

tr.row2{
    font-family: verdana,sans-serif, Arial;
    font-size: 10pt;
    COLOR: #000000;
    background-color: #FFFFFF;
    TEXT-DECORATION: none;
    font-weight: normal;
    border-bottom: 1px #6699CC dotted;

}



/*

* This sets the style top menu.

*/

td.menu{

    text-align: right;

    font-family: verdana,sans-serif, Arial;

    font-weight: bold;

    font-size: 11px;

    color: #003366;

    background-color: #DDDDDD;

    border: 1px #CC0000 dotted;

    padding: 2px;

    border-spacing: 2px;



}



/*

* This sets the style for general paragraph.

*/

p{

    font-family: verdana, Arial, Helvetica, sans-serif;

    font-size: 11px

}



/*

* This sets the style for heading one <h1> tag.

*/

h1 {

    font-family: verdana, Arial, Helvetica, sans-serif;

    font-size: 13px

}



/*

* This sets the style for heading two <h2> tag.

*/

h2 {

    font-family: verdana,Arial, Helvetica, sans-serif;

    font-size: 15px; text-transform: capitalize

}



/*

* This sets the style for generic table cell.

*/

td {

    font-family: verdana, Arial, Helvetica, sans-serif;

    font-size: 11px

}



.admininv {

    font-family: verdana, Arial, Helvetica, sans-serif;

    font-size: 11px;

    font-weight: bold;

    text-align: left;

}





.toolheader {

    font-family: verdana, Arial, Helvetica, sans-serif;

    font-size: 12px;

    color: #CC0000;

    font-weight: bold;

}



.rptrlt{

    font-family: verdana, Arial, Helvetica, sans-serif;

    font-size: 11px;

    font-weight: bold;

}



.copyright{

    font-family: verdana, Arial, Helvetica, sans-serif;

    font-size: 10px;

    font-weight: normal;

    color:#FFFFFF;

}


/*CSS BY SWARUP*/
.headerCompanyName{
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#FFFFFF; font-weight:bold; font-style:normal; text-decoration:none; text-transform:uppercase;}

.headerCntactUs{
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#FFC821; font-weight:bold; font-style:normal; text-decoration:none;}
.headerCntactUsLink{
font-family:Verdana; font-size:14px; color:#FFC821; font-weight:bold; font-style:normal; text-decoration:none;}
.headerCntactUsLink:hover{
font-family:Verdana; font-size:14px; color:#FFFFFF; font-weight:bold; font-style:normal; text-decoration:none;}

.headerContactTitle{
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#FFFFFF; font-weight:bold; font-style:normal; text-decoration:none;}

.textfieldlogin {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; border: 1px solid #999999; width: 181px;}

.mainbg {
	background-color: #f6f6f6; border: 1px solid #C5C5C5;}
	
.ver11 {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; text-align: justify; padding-top: 3px;}
.ver11 a:link{
color: #2164F3; text-decoration: none;}
.ver11 a:active{
color: #2164F3; text-decoration: none;}
.ver11 a:visited{
color: #2164F3; text-decoration: none;}
.ver11 a:hover{
color: #333333; text-decoration: none;}

.mailHeader1{
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#FF0000; font-weight:bold; font-style:normal; text-decoration:none;}

.swarup{
background-color:#FF0000;}