﻿body
{
	font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	background:url(bgnoise_lg.png);
	/*background: url(../Icon_Images/item_background.png) repeat-x left top; */
	font-weight: 700;
	font-size: 11px;
	color: #3a2127;
	overflow-y: scroll;
	margin: 3px 3px 3px 3px;
}

.SiteHeader
{
	background: url(green_bg_Tab.gif) repeat-x;
	font-family :sans-sarif;
	font-size :large ;
	font-style :oblique ;
	margin: 1px 3px 3px 3px;
	height:30px;
	padding-top:15px;
}

.mainHeadingStyle
{
    background-color :Aqua ;
    
    font-size :xx-large ;
    font-weight :bold ;
    font-style :oblique ;
}
.buttonstyle
{
    height:30px; width:140px; font-size :small;  margin-bottom: 3px;      
    background-color:#0094de; margin-left:1px; padding:1px 1px !important; border:solid 1px #0c2065; border-radius:7px; cursor: pointer; font-weight:bold; color:#fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00000000', EndColorStr='#54000000');*zoom:1;
	background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.33)),to(rgba(0,0,0,0))); 
	background-image:-webkit-linear-gradient(bottom, rgba(0,0,0,.33), rgba(0,0,0,0));
	background-image:   -moz-linear-gradient(bottom, rgba(0,0,0,.33), rgba(0,0,0,0));
	background-image:    -ms-linear-gradient(bottom, rgba(0,0,0,.33), rgba(0,0,0,0));
	background-image:     -o-linear-gradient(bottom, rgba(0,0,0,.33), rgba(0,0,0,0));
	background-image:        linear-gradient(bottom, rgba(0,0,0,.33), rgba(0,0,0,0)); 
}

.buttonstyle:hover
 {
    border: 1px solid;
    background-color:#005068; border-radius:7px; cursor: pointer; font-weight:bold; color:#fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00000000', EndColorStr='#54000000');*zoom:1;
	background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.33)),to(rgba(0,0,0,0))); 
	background-image:-webkit-linear-gradient(bottom, rgba(0,0,0,.33), rgba(0,0,0,0));
	background-image:   -moz-linear-gradient(bottom, rgba(0,0,0,.33), rgba(0,0,0,0));
	background-image:    -ms-linear-gradient(bottom, rgba(0,0,0,.33), rgba(0,0,0,0));
	background-image:     -o-linear-gradient(bottom, rgba(0,0,0,.33), rgba(0,0,0,0));
	background-image:        linear-gradient(bottom, rgba(0,0,0,.33), rgba(0,0,0,0));
 }
 
.buttonstyle[disabled]
{
    height:30px; width:140px; font-size :small;  margin-bottom: 3px;      
    background-color:White; margin-left:1px; padding:1px 1px !important; border:solid 1px #0c2065; border-radius:7px; cursor: inherit; font-weight:bold; color:Maroon;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00000000', EndColorStr='#54000000');*zoom:1;
	background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.33)),to(rgba(0,0,0,0))); 
	background-image:-webkit-linear-gradient(bottom, rgba(0,0,0,.33), rgba(0,0,0,0));
	background-image:   -moz-linear-gradient(bottom, rgba(0,0,0,.33), rgba(0,0,0,0));
	background-image:    -ms-linear-gradient(bottom, rgba(0,0,0,.33), rgba(0,0,0,0));
	background-image:     -o-linear-gradient(bottom, rgba(0,0,0,.33), rgba(0,0,0,0));
	background-image:        linear-gradient(bottom, rgba(0,0,0,.33), rgba(0,0,0,0));    
}

.buttonstyle:hover[disabled]
 {
    background-color:White; margin-left:1px; padding:1px 1px !important; border:solid 2px Green; border-radius:7px; cursor:inherit; font-weight:bold; color:Maroon;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00000000', EndColorStr='#54000000');*zoom:1;
	background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.33)),to(rgba(0,0,0,0))); 
	background-image:-webkit-linear-gradient(bottom, rgba(0,0,0,.33), rgba(0,0,0,0));
	background-image:   -moz-linear-gradient(bottom, rgba(0,0,0,.33), rgba(0,0,0,0));
	background-image:    -ms-linear-gradient(bottom, rgba(0,0,0,.33), rgba(0,0,0,0));
	background-image:     -o-linear-gradient(bottom, rgba(0,0,0,.33), rgba(0,0,0,0));
	background-image:        linear-gradient(bottom, rgba(0,0,0,.33), rgba(0,0,0,0));    
 }
      
.buttonstyle:focus
 {    
    height:30px; width:140px; font-size :small;  margin-bottom: 3px;      
    background-color:Lime; margin-left:1px; padding:1px 1px !important; border:solid 1px #0c2065; border-radius:7px; cursor: pointer; font-weight:bold; color:#fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00000000', EndColorStr='#54000000');*zoom:1;
	background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.33)),to(rgba(0,0,0,0))); 
	background-image:-webkit-linear-gradient(bottom, rgba(0,0,0,.33), rgba(0,0,0,0));
	background-image:   -moz-linear-gradient(bottom, rgba(0,0,0,.33), rgba(0,0,0,0));
	background-image:    -ms-linear-gradient(bottom, rgba(0,0,0,.33), rgba(0,0,0,0));
	background-image:     -o-linear-gradient(bottom, rgba(0,0,0,.33), rgba(0,0,0,0));
	background-image:        linear-gradient(bottom, rgba(0,0,0,.33), rgba(0,0,0,0));   
 }
 
 /*
 .greenborder
  {
            border: 1px solid #696;
            vertical-align:middle;
            padding-top:3px;
            text-align: center;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            -webkit-box-shadow: #666 5px 5px 5px;
            -moz-box-shadow: #666 5px 5px 5px;
            box-shadow: #666 5px 5px 5px;
            background: #EEFF99;
            background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEFF99), to(#66EE33));
            background: -webkit-linear-gradient(#EEFF99, #66EE33);
            background: -moz-linear-gradient(#EEFF99, #66EE33);
            background: -ms-linear-gradient(#EEFF99, #66EE33);
            background: -o-linear-gradient(#EEFF99, #66EE33);
            background: linear-gradient(#EEFF99, #66EE33);
            -pie-background: linear-gradient(#EEFF99, #66EE33);
            behavior: url(PIE.htc);
             width:99%;
             height:25px;      
             font-size:small;
             font-style: italic;
             font-weight:bold;   
             color:Blue;               
 } */
 
.txtstyle, textarea
{
    background-color: #EAFBFB ;
    color:Black;
    font-family:Arial;
    font-weight:bold;
    width:200px;
    height:20px;
    font-size: 12px;   
    padding:0px 2px 0px 4px;
    border-radius: 0.5em; 
}
.txtstyle:focus, textarea:focus
 {
    background-color: Yellow ;
    color:Black;
    font-family:Arial;
    font-weight:bold;
    width:200px;
    height:20px;
    font-size: 12px;   
    padding:0px 2px 0px 4px;
    border-radius: 0.5em;     
 }
 
 .waterMarkSytle
        {            
            background-color: #EAFBFB;
            color: Gray;
            height: 20px;
            font-size: 12px;
            padding: 0px 2px 0px 4px;
            border-radius: 0.5em;
        }



.fancy-green .ajax__tab_header
   {
       background: url(green_bg_Tab.gif) repeat-x;
       cursor:pointer;
   }
   .fancy-green .ajax__tab_hover .ajax__tab_outer, .fancy-green .ajax__tab_active .ajax__tab_outer
   {
       background: url(green_left_Tab.gif) no-repeat left top;
   }
   .fancy-green .ajax__tab_hover .ajax__tab_inner, .fancy-green .ajax__tab_active .ajax__tab_inner
   {
       background: url(green_right_Tab.gif) no-repeat right top;
   }
   .fancy .ajax__tab_header
   {
       font-size: 13px;
       font-weight: bold;
       color: #000;
       font-family: sans-serif;
   }
   .fancy .ajax__tab_active .ajax__tab_outer, .fancy .ajax__tab_header .ajax__tab_outer, .fancy .ajax__tab_hover .ajax__tab_outer
   {
       height: 46px;
   }
   .fancy .ajax__tab_active .ajax__tab_inner, .fancy .ajax__tab_header .ajax__tab_inner, .fancy .ajax__tab_hover .ajax__tab_inner
   {
       height: 46px;
       margin-left: 16px; /* offset the width of the left image */
   }
   .fancy .ajax__tab_active .ajax__tab_tab, .fancy .ajax__tab_hover .ajax__tab_tab, .fancy .ajax__tab_header .ajax__tab_tab
   {
       margin: 16px 16px 0px 0px;
   }
   .fancy .ajax__tab_hover .ajax__tab_tab, .fancy .ajax__tab_active .ajax__tab_tab
   {
       color: White;
   }
   .fancy .ajax__tab_body
   {
       font-family: Arial;
       font-size: 10pt;
       border-top: 0;
       border:1px solid #999999;
       padding: 8px;
       background-color: #ffffff;
   }   

