/*MENU CSS
**************************************/
.ddsmoothmenu1{
	background:#FFFFFF; /*background of menu bar (default state)*/
	width: 100%;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.ddsmoothmenu{
	width: 100%;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003665;
	}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block; /*background of menu items (default state)*/
	color: #FFFFFF;
	text-decoration: none;
	text-align:left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #778;
	border-bottom-color: #778;
	margin-left: 2px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 11px;
	background-color: #003665;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	text-align:left;
	
}


.ddsmoothmenu ul li a{
	color: #000000;	
}


.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color:#FFF;
	background-color: #ffb423;
}

/*mitem ul li  ul li a:link{
	color: #000000;	
}
*/
.ddsmoothmenu ul li a:hover{
	color: #FFF;
	background-color: #ffb423;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
	top: 0;
	background-color: #387E4E;
	color: #FFFF33;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	width: 180px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid gray;
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background-color: #003665;
	color: #FFF;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
	background-image: url(/rootinc/menu/down.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(/rootinc/menu/down.gif);
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}
.ddsmoothmenu ul li a:visited{
color:#ffffff;
}
.ddsmoothmenu ul li a:link{
color:#ffffff;
}
/*
.topBar:visited{
color:#ffffff;
}
.topBar:link{
color:#ffffff;
}
*/

/* End
*********************************************/

/*MAIN CSS*/
.main-border {
	border: 1px solid #333333;
}
.iner-page-head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #009900;
	padding-bottom: 5px;
}

.left-right-border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dfdfdf;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dfdfdf;
}
.iner-content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	padding-top: 3px;
	line-height: 20px;
}

.desk-massage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
.news-events {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #003333;
	padding: 4px;
}


.border-2 {
	border: 1px solid #D8D8D8;
}
.bottom-border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #406797;
}
.more a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006600;
	text-decoration: underline;
	font-weight: bold;
}
/*2011*/
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background:#990000;
}

/*2011*/
.marqueeCell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
	padding: 2px;
	width: 100%;
	height: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#990000;
}

.iner-head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #303030;
	background-color: #C0C0C0;
	height: 22px;
	border: 3px dotted #666666;
}
.iner-txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#f5ffff;
	border: 1px solid #003333;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #003333;
}

.overView-bg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	height: 20px;
	border: 1px solid #999999;
	padding-left: 4px;
	background-image: url(/rootinc/menu/overview-strip.jpg);
}
/*2011*/
.homeWidget td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	border: 1px solid #003333;
	padding: 3px;
}
/*2011*/
.homeWidget th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
	background-color:#2D81AD;
	height: 20px;
	color: #FFFF66;
	text-align: left;
	
}

.homeWidget ul{
	list-style-type: decimal;
}

.homeWidget li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.homeWidget li a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:underline;
}

/*2011*/
.headText1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #003366;
	font-weight: bold;
}
.headText2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: normal;
}
.glanceTable th{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #D2D6F7;
	padding: 0px;
}
.glanceTable td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.overView-matter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: circle;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #333333;
	font-weight: normal;
}
@charset "utf-8";
input, select, textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
legend {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#120C66;
	font-weight:bold;
	text-align:left;	
}
fieldset {
	width: 98%;
	/*width:100;*/
	padding:10;
	text-align: center;
  	border-radius: 5px;  
}
fieldset table{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#admSubLink a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	padding-right: 2px;
	padding-left: 2px;
	margin-left: 1px;
	background-color: #F2F2F2;
	color: #333;
	border: 1px solid #CCC;
}
#admSubLink a:hover{
	background-color: #FFF;
	color: #900;
}

.cell3
{
	background-color:#D7D7FD;
	border-bottom-width:thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.cellX
{
display:none;
background-color:#FFFF99;
}
.rowSortable {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #DDDDFF;
}
.pad1
{
padding-left:5px;
}
.pad2
{
padding-left:10px;
}
.lev1
{
	font-size:14px;
	color:#FFFF00;
	background-color:#000033;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.lev2
{
	font-size:12px;
	color:#000000;
	background-color:#7171FF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
.lev3
{
	font-size:10px;
	color:#000000;
	background-color:#DFDFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.admMenu tr td a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block;
	text-decoration:none;
}
.lev1 a
{
	color:#FFFF00;
	margin-left:2px;
}
.lev2 a
{
	color:#000000;
	margin-left:6px;
}
.lev3 a 
{
	color:#000000;
	margin-left:10px;
}
.ifv
{
visibility:visible;
height:400;
width:800;
}
.ifh
{
visibility:hidden;
height:0;
width:0;
}
.hindiFonts
{
	font-family:DV_ME_Shree0701;
	font-size:18px;
}
.heading
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#006;
	font-weight:bold;
}
.text{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#000;
}
.footNote {	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#000;
}
.calendar-box {
	background-color:#fff;
	border:1px solid #444;
	position:absolute;
	width:250px;
	padding: 0 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000D1A;
}
.calendar-box select.calendar-month {
	width:90px;
}
.calendar-box select.calendar-year {
	width:70px;
}
.calendar-box .calendar-cancel {
	width:100%;
}
.calendar-box table td {
	width:14%;
}
.calendar-box .calendar-title {
	text-align:center;
}
.calendar-box a {
	text-decoration:none;
}
.calendar-box .today a {
	margin-left:-5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #A4A4A4;
	border-right-color: #A4A4A4;
	border-bottom-color: #A4A4A4;
	border-left-color: #A4A4A4;
	background-color: #090;
	height: 15px;
	width: 15px;
} 
.calendar-box .selected a {
	margin-left:-5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	font-weight: bold;
	background-color: #950000;
	height: 15px;
	width: 15px;
}
.divCalendarClass{
	position: relative;
	left: 65%;
	}
.mon-sun{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #9D0000;
}
.h-border
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8A8A8;
}
.pro-list a
{
	font-family: Verdana, Geneva, sans-serif;
	color: #1374c5;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.pro-list a:hover
{
	text-decoration: underline;
}
.pro-list-border
{
	border: 1px solid #e7d595;
}
.pro-details-border
{
	border: 1px solid #BEBEBE;
}
.pro-detail-head
{
	font-family: Verdana, Geneva, sans-serif;;
	font-size: 15px;
	font-style: normal;
	color: #2f85cb;
	font-weight: bold;
}
.pro-details
{
	font-family: Verdana, Geneva, sans-serif;;
	font-size: 13px;
	font-style: normal;
	color: #333;
}
.pro-catageri-cart-link{
font-family:Verdana, Geneva, sans-serif;;
font-size:12px;
font-weight:bold;
color:#900;
}
.pageNumber{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10;
	font-weight:bold;
	color:#C00;
	background:#D5D5E3;
	padding:2;
	border-color:#000;
	border-style:solid;
	border-width:1px;
	height:15px;
	width:15px;
	text-decoration:none;
}
.pageNumber-selected{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12;
	font-weight:bold;
	color:#C00;
	background:#C60;
	padding:2;
	border-color:#000;
	border-style:solid;
	border-width:1px;
	height:15px;
	width:15px;
	text-decoration:none;
}