
/* 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/bk2.jpg');*/
    background-repeat: repeat-x; /*background-color :#809f59;*/
    background-color: #006699; /*background-image : url(../Images/backtx.png);
	background-image : url(../Images/bk2.jpg);*/
}


/* |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_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;
}

.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;
}


/* new menu testing */
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#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;
    background: #F5F5F5;
    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: #5c9fd0;
    color: #FFFFFF;
    font: 11px arial;
}

	#sddm div a:hover
{
    background: #a6ceeb;
    /*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;
}

