﻿html,body
{
	font-family: Verdana;
    font-size:13px;
}
.modalBackground
{
	background-color:#6A5ACD;
	filter: alpha(opacity=70);
	opacity: 0.7;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding : 3px;
	width: 100%;
}
.modalPanel
{
    background-color: #DCDCDC;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 100%;
}

.lbl
{
	font-family: Verdana;
	font-size: 10pt;
	color: Black;
}
.lbl1
{
	font-family: Verdana;
	font-size: 10pt;
	color: Black;
	text-align:right
}
.lbl2
{
	font-family: Verdana;
	font-size: 10pt;
	color: Black;
	text-align:left;
}

.lblErrorText
{
	font-family: Verdana;
	font-size: 10pt;
	color: Red;
}

.textbox
{
	font-family: Verdana;
	font-size: 10pt;
	color: Black;
	width : 200px;
	
}


.dropdown
{
	font-family: Verdana; 
	font-size: 10pt;
	color: black;
	width : 200px;
	max-width:200px;
}

.dropdown,select:focus {
    width: auto;
    position: relative;
}
.linkButton
{
	font-family: Verdana;
	font-size: 10pt;
	color: Blue;
}


.staticMenuItemStyle
{
	text-align: center;
	display: block;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 0;
}

.staticMenuItemSelectedStyle
{
	border: solid 1px #000;
}

.staticHoverStyle
{
	background-image: url(../Images/bg-black.gif);
}

.menuItem
{
	display: block;
}

.dynamicMenuItemStyle
{
	border: solid 1px #000;
	background-color: Silver;
	color: Red;
	z-index: 200;
	position: relative;
}

.background
{
	border: solid 1px #000;
	background-image: url(../Images/bg-menu-main.png);
}

.NavigationMenu
{
	font-family: Verdana;
	font-size: 10pt;
	color: #FFF;
	font-weight: 400;
	z-index: 101;
	background-image: url(../Images/bg-menu-main.png);
}

#h
{
	background: #CCCFFF;
	padding: 5px 0 6px 10px;
}

#e
{
	border: solid 1px #919191;
	background-image: url(../Images/sub.gif);
	padding: 0 0 1px;
}

.menuItemMouseOver, .menuItemSelected
{
	border: solid 1px Navy;
	background-image: url(../Images/bg-black.gif);
}

.NavigationMenu A:link, .NavigationMenu A:visited, .NavigationMenu A:active
{
	text-decoration: none;
	color: #FFF;
	display: block;
}

.currentNodeStyle, .nodeStyle, .rootNodeStyle, a.siteMapPath
{
	text-decoration: none;
	font-family: Verdana;
	font-size: 10pt;
}

.buttonLine
{
	border-top: 1px solid #96d1f8;
	background: #65a9d7;
	background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
	background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
	background: -moz-linear-gradient(top, #3e779d, #65a9d7);
	background: -ms-linear-gradient(top, #3e779d, #65a9d7);
	background: -o-linear-gradient(top, #3e779d, #65a9d7);
	padding: 3.5px 7px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 11px;
	font-family: Georgia, serif;
	text-decoration: none;
	vertical-align: middle;
}
.buttonLine:hover
{
	border-top-color: #39729e;
	background: #39729e;
	color: #ccc;
}
.buttonLine:active
{
	border-top-color: #1b435e;
	background: #1b435e;
}

/*Hover Menu*/
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
	opacity:.9;
	filter: alpha(opacity=90);
}

.popupHover {
	background-image:url(images/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#F5F7F8;
}

.btn {
  background-position: 0% 0%;
	-webkit-border-radius: r;
	-moz-border-radius: i;
	border-radius: ipx;
	font-family: Verdana;
	color: #ffffff;
	font-size: 10pt;
	text-decoration: none;
	background-image: linear-gradient(to bottom, #345dd9, #2980b9);
	background-color: #345dd9;
	background-repeat: repeat;
	background-attachment: scroll;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


.Grid 
{
	background-color: #fff; 
	margin: 3px 0 6px 0; 
	border: solid 1px #525252; 
	border-collapse:collapse; 
	font-family:Verdana; 
	font-size:3pt;
	color:Black;
	
    overflow:scroll;
}

.Grid td 
{
      padding: 1px;
      border: solid 1px #c1c1c1; 
     
      font-size:2.8em;
      white-space:nowrap;
}

.Grid th  
{

      padding : 2px 1px;
      color: #fff;
      background: url(Images/bg-menu-main.png) repeat-x top;
      border-left: solid 1px #525252;
      font-size: 2.9em; 
}
.Grid .alt 
{
      background: #fcfcfc url(Images/grid-alt.png) repeat-x top; 
}

.Grid .pgr 
{
	background: #363670 url(Images/grid-pgr.png) repeat-x top;
	font-size:1.9em; 
}

.Grid .pgr table 
{ 
	margin: 2px 0;
	font-size:1.9em; 
}

.Grid .pgr td 
{ 
	border-width: 0; padding: 0 6px; border-left: solid 1px #666; font-weight: bold; color: #fff; line-height: 8px;
	font-size:1.9em; 
}  

.Grid .pgr a 
{ 
	color: Gray; text-decoration: none; 
	font-size:1.9em; 
}

.Grid .pgr a:hover 
{ 
	color: #000; text-decoration: none; 
	font-size:1.9em; 
}

.table
{
	height:100%;
	border-color:#3399FF;
	table-layout:fixed;
}
.td
{
	height:20%;
}

/* Modlog0001 Starts */
.ajax__combobox_itemlist { 
    height: 100px !important;
    overflow: auto !important;
    top: 0px !important;
    left: 0px !important;
    font-family: Verdana !important; 
	font-size: 10pt !important;
	color: black !important;
	 width: auto !important;
    position: relative !important;
}
 /*Modlog0001 Ends*/

