﻿/*@charset "utf-8";*/
/* CSS Document */

body
{
    margin: 0px;
    background-color: #fff6ec;
	font-family:Arial, Helvetica, sans-serif;
}
.WrapStyle TD
{

word-break :  break-all; 
align="left";
}
.WrapAll
{

word-break :  break-all;

}
img {
	border:none;
}
.leftmenu
{
    background-image: url(../../images/table_tab.gif);
    background-repeat: repeat-x;
    height: 26px;
}
.headerbg
{
    background-image: url(../../images/header_bg.gif);
    background-repeat: repeat-x;
    height: 157px;
}
.footer
{
    background-image: url(../../images/footer_bg.gif);
    height: 67px;
}
.footer_link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.copyrights
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #8f5a23;
}
.table_bg
{
    background-color: #ddd1c3;
}
.tab_caption
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}
.text_bold_
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}
.Breadcrumb
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #b7660d;
    border-bottom: dashed 1px;
}
.Breadcrumb a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #b7660d;
    text-decoration: none;
}
.text_box_
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}
.register
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #945e02;
    font-weight: bold;
}
.whats
{
    color: #1ba6c9;
    font-size: 42px;
    font-family: "Times New Roman" , Times, serif;
}
.content
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.legend
{
    color: #b7660d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
/* Added by Dinesh on 18/Dec/09*/
.legendPrint
{
    color: #b7660d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:bold;
}

/* added by niti shah on 25/8/2009*/
.legendHeader
{
    color: #b7660d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}
/*------------------*/


#left ul
{
    border: none;
    padding: 0px;
    margin: 0px;
    width:100%; 
    
    
}
#left ul li
{
    
    list-style: none;
}
#left ul li a
{
    font-family: Arial, Helvetica, sans-serif;
    background: url(../../images/arrow_green.gif) 19px 9px no-repeat #ddd1c3;
    padding: 0px 0px 0px 31px;
    font-weight: bold;
    color: #2F2F20;
    font-size: 12px;    
    text-decoration: none;    
    border-bottom:solid 1px #FFF;
    width:210px;
    display:block;
    height:20px;
    line-height:20px;
}


#left ul li a:hover
{
    color: #2F2F20;
    background-color: #f7c389;
}


.td_style
{
    border: solid 1px #f7c389;
}
legend
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #2f2f20;
    font-weight: bold;
}

.Prompt
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color:Black;
    font-weight: bold;
}
/* added and commented by niti shah on 25/8/2009
legendHeader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #2f2f20;
    font-weight: bold;
}*/

.starsign
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #945e02;
    font-weight: bold;
}
a
{
    text-decoration: none;
    vertical-align: text-bottom;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
}
.alnk
{
    color: #b7660d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    vertical-align: text-bottom;
}

/*----------- Progress Bar -------- */
.updateProgressMessage
{
    margin: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    vertical-align: middle;
    color: #000000;
    font-weight: bold;
}
.updateProgress
{
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFFF;
    position: absolute;
    width: 150px;
    height: 50px;
}
.modalPopup
{
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
}
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=0);
    opacity: 0.60;
}
.ajax_style
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
}


/*new classes added by deepak*/
.blank_height15 {
	width:100%;
	height:15px;
}

textarea, input {
	font-family:Arial, Helvetica, sans-serif;
}

.red_color_text {
	color:#FF0000;
}

.blue_color_text {
color:#31859b;
}

.waiting-popup
{
    position:absolute;
    left:0px;
    top:0px;
    width:130%;
    height:970px;
    z-index:1000;
    background-color: Gray;
    filter: alpha(opacity=60);
    opacity: 0.60;
}

.waiting-image
{
    position:absolute;
    left:50%;
    top:300px;
    z-index:1000;
    
}

.divPop
{
	position: absolute; 
	background-color: #fff6ec;
	color: #eee;
	border: solid 1px #CCC;
    visibility: hidden; 
    padding: 2px;
    
}
.popupControl 
{
	border:solid 1px #CCC;
	background-color: #124689;
	border:outset 1px #c0c0c0;
	color: #eee;
	width:200px;
	height:200px;
	position:absolute;
	visibility:hidden;
}
table.tr
{
    height:10px;
}
.Test
{
    margin-top:0;
    vertical-align:top;
    background-color: #ffffff;
    }
    
.PdpClass
{
    font-family:Arial Narrow!important;
    font-size:15px!important;
    
    }
    
