
/* CSS Document */
body
{
	font-family: Arial, Helvetica, sans-serif, "Swis721 LtCn BT";
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-image : url(../Images/backtx.png);*/
	background-image : url(../Images/bk2.jpg);
        background-repeat : repeat;
	background-color :#b5d594;
	background-attachment:fixed;
	
}


/* |Added by sagnik */
.level2
{
	padding: 5px 8px 2px 8px;
	border: 0.5px solid #999999;
	/* color: #2F5B93; */
}

.level1
{
	padding-left: 5px;
}

.Label_head
{
	font-family: Verdana;
	font-size: 14px;
	color: #073C4C;
	font-weight: bold;
}

.Label_head_New
{
	font-family: Verdana;
	font-size: 0px;
	color:  #ffffff;
	font-weight: 100;
	font-style:italic;
	
	/*text-shadow:0 0 3px yellow;*/
}
.Label_error
{
	font-family: Verdana;
	font-size: 14px;
	color: Red;
}

.Label_normal
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	text-align: center;
}
.Label_normal1
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	
}
.Label_normal3
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	text-align: left;
}
.normal_hyperlink
{
    font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: Black;
  text-decoration :none;
  
}

.Dropdown_normal
{
	font-family: Verdana;
	font-size: 12px;
	color: Black;
}
.LinkButton
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #000099;
}

.Label_head2
{
    font-family: Verdana;
    font-size: 14px;
    color: #666666;
    font-weight: bold;
}


.copyright-bar
{
	background-color: #5497c9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 22px;
	color: #FFFFFF;
	font-weight: bold;
}
.glossymenu, .glossymenu li ul
{
    list-style-type: none;
    margin: 0;
    padding: 0px;
    width: 155px; 
   border-top: .1em solid #999999;
	
}

.glossymenu li
{
    position: relative;
}

.glossymenu li a
{
    background: white url(../Images/m_button.png) repeat-x bottom left;
    font: 11px Verdana, Helvetica, sans-serif;
    color: Black;
    display: block;
    width: auto;
    padding: 5px 0;
    padding-left: 8px;
    text-decoration: none;
    font-weight :normal ;
    border-bottom: .1em solid #999999;
	border-left: .1em solid #999999;
	border-right: .1em solid #999999;
}

.glossymenu li ul
{
    
    position: absolute;
    width: 155px;
    left: 0;
    top: 0;
    display: none;
    z-index: 2000;
}

.glossymenu li ul li
{
    float: left;
}

.glossymenu li ul a
{
    width: 155px; 
}

/*.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(arrow.gif) no-repeat center right;
}*/



.glossymenu li a:hover
{
    background-image: url(../Images/m_hover_button.png);
}

/* Holly Hack for IE \*/
* html .glossymenu li
{
    float: left;
    height: 1%;
}
* html .glossymenu li a
{
    height: 1%;
}
/* End */

.glossymenu li a
{
    background: white url(../Images/m_button.png) repeat-x bottom left;
    font: 11px Verdana, Helvetica, sans-serif;
    color: Black;
    display: block;
    width: auto;
    padding: 5px 0;
    padding-left: 8px;
    text-decoration: none;
    font-weight :normal ;
}

.glossymenu li ul
{
    /*SUB MENU STYLE*/
    position: absolute;
    width: 155px; /*WIDTH OF SUB MENU ITEMS*/
    left: 0;
    top: 0;
    display: none;
    z-index: 2000;
    
	border-right: .1em solid #999999;
}

.glossymenu li ul li
{
    float: left;
}

/* new menu testing */
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
	background-image: url(../Images/menubkg.jpg)
	}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin:  0 0px 4px 0;
	padding: 4px 10px;
	
	/* background: #2F5B93; */
	/* background-image: Images/menuBkg.gif */
	/*background: white url(../Images/menuBkg.gif) repeat-x;*/
	
	COLOR: #fff; 
	
	text-align: center;
	text-decoration: none}
/*
#sddm li a:hover

{	
   background: #5c9fd0;}*/

#sddm div
{   
    
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0;
   
    border: 1px solid #FFFFFF;
}

	#sddm div a
{
    

    position: relative;
    display: block;
    margin: 0;
    border-bottom :  0.025em solid #FFFFFF;
    padding: 2px 10px;
    width: 155px;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    BACKGROUND: #0064b0;
    color: #FFFFFF;
    font: 11.4px arial;
}

	#sddm div a:hover
{
    
    BACKGROUND-COLOR: #5C9FD0;
    /*color: #2F5B93;*/
     border-bottom :  0.025em solid #FFFFFF;
}
		
.modal
        {
            background-color: Gray;
            filter: alpha(opacity=70);
            opacity: 0.7;
        }
        
.Label_normal2
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: center;
}


.txtbox
{
	height:17px;
	width:94px;
	overflow:hidden;
	
}
 
.txtbox:focus
{
	height:45px;
	width:200px;
	overflow:hidden;
}

.Label_normal31
{
	font-family: Verdana;
	font-size: 12px;
	font-weight:  normal;
	color: Black;
	text-align: left;
}

.frcolor
        {
            color: Black;
            
        }