﻿input 
{	
	font-family: Tahoma, Arial;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	
}
legend
{
	font-weight:bold;
	font-style:italic;
	color: #757065;
	font-size: 14px;
}
/*
img {
   behavior: url("/pngbehavior.htc");
}
*/
.Text
{
	background: #FFFFFF;
	color: black;
}
.Disabled
{
	background: #C0C0C0;
	color: black;
	text-align: right;
}

.DisabledLeft
{
	background: #C0C0C0;
	color: black;
	text-align: left;
}

select
{
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
}

/* Begin ButtonControl */
.ButtonDefault
{
	border: 0px;
	background: transparent;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #E6E2D7;
}
.ButtonMouseOver
{
	text-decoration: none;
	color:#5176a6;
}
.ButtonLeftImage
{
	/*background:url(/App_Themes/Default/Images/Button/ButtonLeft.png);
	width:7px;*/
}
.ButtonBackground
{
	/*background:url(/App_Themes/Default/Images/Button/ButtonBG.png);*/
	background:url(/App_Themes/Default/Images/Button/WorkAreaButtonStripe.jpg)
}
.ButtonRightImage
{
	/*background:url(/App_Themes/Default/Images/Button/ButtonRight.png);
	width:7px;*/
}
/* End ButtonControl */


.ButtonStyle
{
	font-family: Tahoma, Arial;
	font-size: 11px;
	background-color:#e9eaea;
	color: #000;
	/*border-style: solid;*/
	/*border-color: #000;*/
	/*border-width: 1px;*/
	background:url(/App_Themes/Default/images/Button/tabUnselected.jpg);
}

.OuterButtonStyle
{
	background:url(/App_Themes/Default/images/Button/BlankActionButton.jpg);
}

.TextBoxStyle
{
	font-family: Tahoma, Arial;
	font-size: 11px;
	color:#000000;
	/*border-style: solid;
	border-color: #000;
	border-width: 1px;*/
}
	

.SelectedButtonStyle
{
	background-color:#5176a6;
	color: #000;
	
	/*border-style: solid;
	border-color: #000;
	border-width: 1px;*/
	background:url(/App_Themes/Default/images/Button/tabSelected.jpg);
}

.CheckBoxStyle
{
}

.ListBoxStyle
{
	/*border-style: solid;
	border-color: #C00;
	border-width: 3px;*/
}

.BulletedListStyle
{
	font-family: tahoma; 
	font-size: 11px;
}

.DarkBackGround
{
	background-color: #2c3852;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
}

/* Start of TreeView */
.TreeView 
{ 
	/*background: #FFFFFF url(/Themes/Default/Images/Dashboard/left-menu-for-repeat.jpg) repeat-y left ;*/
  /*background-color:White;*/
  padding-top:0px; 
  padding-left:0px; 
  /*border: #7C7C94 1px solid; 
  border: 1px solid transparent;*/
  cursor:default; 

}

.TreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  color:#000000;
  /*border: 1px solid clear;*/
  /*padding: 1px 3px 1px 3px;*/
  padding: 0 2px 0 2px;
}

.GrayedTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  color:gray; 
  cursor:default;
  padding: 0 2px 0 2px;
}

.HoverTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  text-decoration:underline; 
  padding: 0 2px 0 2px;
 }

.SelectedTreeNode
{
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	cursor: default;
	padding: 0 2px 0 2px;
	background: #9D4D0F;
}
/* End of TreeView */

/* Start of LeftMenuNavAccordion */
.AccordionContent
{
	/*height: expression(SetMainLayoutContentRightHeight(this));*/
	/*height: expression(SetMainLayoutContentHeight(this, 0, true, true, true));*/
	height:100%;
	min-height: 425px;
	background: #d6ccb1; /*url(/App_Themes/Default/Images/NavBar1/MainItemBG.jpg) repeat-y left;*/
	/*height: expression(SetMainLayoutContentHeight(this, 0));*/
}
.AccordionHeaderCell
{
    color: #FFFFFF;
    font-family: Tahoma, verdana;
    font-size: 12px; 
    font-weight: bold;
    padding: 4px 0 0 10px;
    cursor:hand;
    vertical-align:middle;
    height: 20px;
    background-image: url(/App_Themes/Default/Images/NavBar1/MainItemBG.jpg);
    background-repeat: repeat-x;
    border-top: 1px solid #7E7472;
}
.AccordionHeaderCellSelected
{
    color: #FFFFFF;
    font-family: Tahoma, verdana;
    font-size: 12px; 
    font-weight: bold;
    padding: 4px 0 0 10px;
    cursor:hand;
    vertical-align:middle;
    height: 20px;
    background-image: url(/App_Themes/Default/Images/NavBar1/MainItemBGSelected.jpg);
    background-repeat: repeat-x;
    border-top: 1px solid #7E7472;
}
.AccordionHeader
{
    color: #FFFFFF;
    font-family: Tahoma, verdana;
    font-size: 12px; 
    font-weight: bold;
    padding: 0px 0 0 10px;
    cursor:hand;
    vertical-align:middle;
    height: 24px;
    background-image: url(/App_Themes/Default/Images/NavBar1/MainItemBG.jpg);
    background-repeat: repeat-x;
}
.AccordionHeaderSelected
{
    color: #FFFFFF;
    font-family: Tahoma, verdana;
    font-size: 12px; 
    font-weight: bold;
    padding: 5px 0 0 10px;
    cursor:hand;
    vertical-align:middle;
    height: 20px;
    background-image: url(/App_Themes/Default/Images/NavBar1/MainItemBGSelected.jpg);
    background-repeat: repeat-x;
}

/* End of LeftMenuNavAccordion */

/* Start of DataGrid style */
.DataGridCssClass
{
	background-color: #DDDDDD;
	font-family: Tahoma, Arial;
	font-size: 11px;
	width:100%;
}

.DataGridCssClassNoBackGround
{
	font-family: Tahoma, Arial;
	font-size: 11px;
	width:100%;
}

.AlternatingItemStyle 
{
	font-size: 11px;
	background-color: #FFFFFF;
}

.SelectedItemStyle
{
	font-size: 11px;
	background-color: #5176a6;
	color: #FFFFFF;
}

.EditItemStyle
{
	background-color: #5176a6;
	color: #FFF;
}

.DisabledItemStyle
{
	background-color: #CCCCCC;
	color: #777777;
}

.FooterStyle
{
	background-image:url(/App_Themes/Default/Images/Grid/FooterBG.jpg);
	background-color: #5176a6;
	text-align: right;
	color: #FFF;
}

.HeaderStyle
{
	padding:0px;
	background-color: #2c3852;
	/*background-image: url(/App_Themes/Default/images/Grid/GridTopBG.jpg);*/
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: 12px;
	height: 25px;
	color: #FFFFFF;
}

.ItemStyle
{
	font-size: 11px;
}

.PagerStyle-CssClass
{
}
/* End of DataGrid style */

/* Start of DataGrid style */
.ModalDataGridCssClass
{
	background-color: #DDDDDD;
	font-family: Tahoma, Arial;
	font-size: 11px;
	width:100%;
}

.ModalAlternatingItemStyle 
{
	font-size: 11px;
	background-color: #FFFFFF;
}

.ModalSelectedItemStyle
{
	font-size: 11px;
	background-color: #5176a6;
	color: #FFFFFF;
}

.ModalEditItemStyle
{
	background-color: #5176a6;
	color: #FFF;
}

.ModalDisabledItemStyle
{
	background-color: #CCCCCC;
	color: #777777;
}

.ModalFooterStyle
{
	background-color: #5176a6;
	color: #FFF;
}

.ModalHeaderStyle
{
	padding:0px;
	background-color: #647BA5;
	background-image: url(/App_Themes/Default/images/Grid/GridTopBG.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: 12px;
	height: 25px;
	color: #FFFFFF;
}

.ModalItemStyle
{
	font-size: 11px;
}

.ModalPagerStyle-CssClass
{
}
/* End of DataGrid style */

/* Start of Calendar style */
.calendar
{
	border:1px solid #57566F;
	cursor:default;
}

.topheadertext
{
	font-family:Arial Black;
	font-size:15px;
	color:#4A495E;
	line-height:20px;
	text-align: center;
}

.dayheader
{
	font-family:Tahoma, Verdana;
	font-size:11px;
	font-weight:bold;
	color:#333333;
	background-color:#E0DFE3;
	background-image:url(/App_Themes/Default/images/Calendar/dayheader_bg.gif);
	background-position: left bottom;	
	height:20px;
	text-align:center;
	cursor:default;
}

.monthselector
{
	font-family:Tahoma, Verdana;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	color:#333333;
	width:25px;
	background-color:#E0DFE3;
	background-image:url(/App_Themes/Default/images/Calendar/dayheader_bg.gif);
	background-position: left bottom;
	cursor:pointer;
}

.weekselector
{
	font-family:Tahoma, Verdana;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	color:#333333;
	background-color:#F6F6F6;
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid #EEEEEE;
	border-right:1px solid #EEEEEE;
	height:21px;
	width:29px;
	cursor:pointer;
}

.day
{
	font-family:Tahoma, Verdana;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	color:#57566F;
	background-color:white;
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid #F6F6F6;
	border-right:1px solid #F6F6F6;
	height:21px;
	width:29px;
	cursor:pointer;
}

.othermonthday
{
	color:#B2B1CA;
}

.selectedday
{
	font-family:Tahoma, Verdana;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:black;
	background-color:#FFEEC2;
	border:1px solid #BB5503;
	cursor:default;
}

.dayhover
{
	font-family:Tahoma, Verdana;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	color:#57566F;
	background-color:white;
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid #F6F6F6;
	border-right:1px solid #F6F6F6;
	height:21px;
	width:29px;
	cursor:pointer;

	text-decoration:underline;
}

.othermonthdayhover
{
	color:#B2B1CA;
	text-decoration:underline;
}

.selecteddayhover
{
	font-family:Tahoma, Verdana;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:black;
	background-color:#FFEEC2;
	border:1px solid #57566F;
}

/* End of Calendar style */

/* Start of Calendar Popup Style */
body, td
{
  font-family:Tahoma, Verdana;
}

.CPpicker
{
  background-color: #FFFFFF;
  border: 1px gray solid;
  font-size: 12px;
  font-weight: bold;
  font-family: Tahoma, Verdana , monospace;
  padding: 2px;
  cursor: pointer;
}

.CPcalendar_button
{
	border:none;
	cursor:pointer;
}

.CPcalendar td
{
  font-size:11px;
}

.CPtitle
{
  font-weight:bold;
  background-color:#D7D7E5;
}

.CPday
{
  width:25px;
  cursor:pointer;
  text-align:center;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}

.CPdayhover
{
  width:25px;
  cursor:pointer;
  text-align:center;
  text-decoration:underline;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}

.CPdayheader
{
  width:25px;
  text-align:center;
  border-width:1px;
  border-color:white;
  border-style:solid;
  font-weight:bold;
  background-color:#FFFFFF;
}

.CPothermonthday
{
  color:#999999;
}

.CPselectedday
{
  width:25px;
  background-color:#FBE694;
  color:#000000;
  border-width:1px;
  border-color:#BB5503 !important;
  border-style:solid;
  font-weight:bold;
}

.CPcalendar
{
  border-style:solid;
  border-width:1px;
  border-color:Black;
  border-collapse:collapse;
  background-color:#FFFFFF;
  cursor:default;
}

.CPmonth
{
  background-color:#F6F6F6;
  margin-left:5px;
  margin-right:5px;
  margin-bottom:5px;
  margin-top:0px;
}

.CPnextprev
{
  cursor:pointer;
  height:25px;
  vertical-align:middle;
  padding:0px 5px 0px 5px;
}

/* End of Calendar Popup Style */

/* Start of TabStrip */
.TopGroup
{
  z-index: 1;
  position:relative;
}

.DefaultTab
{
  color: #FFF;
  background-color: #CACACA;
  background-image:url(/App_Themes/Default/images/TabStrip/nrm_bg.gif);
  background-repeat: repeat-x;
  font-size:12px;
  height: 34px;
  font-family: Tahoma, verdana; 
  cursor:pointer;
}

.DefaultTabHover
{
  color: #FFF;
  background-color: #CACACA;
  background-image:url(/App_Themes/Default/images/TabStrip/nrm_bg.gif);
  background-repeat: repeat-x;
  height:34px;
  font-size:12px;
  font-family: Tahoma, verdana; 
  text-decoration: underline;
  cursor:pointer;
}

.SelectedTab
{
  color: #000;
  background-color: #DACEB5;
  background-image:url(/App_Themes/Default/images/TabStrip/sel_bg.gif);
  background-repeat: repeat-x;
  height:34px;
  font-size:12px;
  font-family: Tahoma, verdana; 
  cursor:default;
}

.Level2Tab
{
  color: #000000;
  font-size:12px;
  font-family: Tahoma, verdana; 
  cursor:pointer;
}

.Level2TabHover
{
  color: #000000;
  font-size:12px;
  font-family: Tahoma, verdana; 
  cursor:pointer;
}

.SelectedLevel2Tab
{
  color: #000000;
  font-size:12px;
  font-family: Tahoma, verdana; 
  cursor:default;
}

.Level2Group
{
  background-color: #FFFFFF;
  background-image: url(/App_Themes/Default/images/TabStrip/level2_group_bg.gif); 
  border: 1px solid #645546; 
  border-bottom-color: #493E34; 
  position: relative;
  top:-2px;
  z-index:1;
}
/* End of TabStrip */

/* Start of TabStrip2 */
.TopGroup2
{
  z-index:1;
  position:relative;
  text-align: center;
  left: 25px;
}

.TopGroup2b
{
  z-index:1;
  position:relative;
  top: -5px;
  text-align: center;
}

.DefaultTab2
{
  color: #000;
  background-color: #CACACA;
  background-image:url(/App_Themes/Default/images/TabStrip2/nrm_bg.gif);
  background-repeat: repeat-x;
  font-size:9px;
  height: 24px;
  font-family: Tahoma, verdana; 
  cursor:pointer;
  text-align: center;
}

.DefaultTabHover2
{
  color: #000;
  background-color: #CACACA;
  background-image:url(/App_Themes/Default/images/TabStrip2/nrm_bg.gif);
  background-repeat: repeat-x;
  height:24px;
  font-size:9px;
  font-family: Tahoma, verdana; 
  text-decoration: underline;
  cursor:pointer;
  text-align: center;
}

.SelectedTab2
{
  color: #FFF;
  background-color: #DACEB5;
  background-image:url(/App_Themes/Default/images/TabStrip2/sel_bg.gif);
  background-repeat: repeat-x;
  height:24px;
  font-size:9px;
  font-family: Tahoma, verdana; 
  cursor:default;
  text-align: center;
}

.Level2Tab2
{
  color: #000000;
  font-size:9px;
  font-family: Tahoma, verdana; 
  cursor:pointer;
  text-align: center;
}

.Level2TabHover2
{
  color: #FFF;
  font-size:9px;
  font-family: Tahoma, verdana; 
  cursor:pointer;
  text-align: center;
}

.SelectedLevel2Tab2
{
  color: #FFF;
  font-size:9px;
  font-family: Tahoma, verdana; 
  cursor:default;
  text-align: center;
}

.Level2Group2
{
  background-color: #FFFFFF;
  background-image: url(/App_Themes/Default/images/TabStrip2/level2_group_bg.gif); 
  border: 1px solid #645546; 
  border-bottom-color: #493E34; 
  position: relative;
  top:-2px;
  z-index:1;
  text-align: center;
}
/* End of TabStrip2 */

/* Start of NavBar */
	.NavBar
	{
		background-image: url(/App_Themes/Default/Images/NavBar1/MainBackground.jpg);
		padding-bottom: 1px;
		cursor: default; 
		height:100%;
    } 
    .TopItem
    {
		color: #000000;
		background-image: url(/App_Themes/Default/Images/NavBar1/MainItemBG.jpg);
		background-color: #757495;
		font-family: tahoma, verdana;
		font-size: 12px; 
		font-weight: bold;
		padding-left: 5px; 
		padding-right: 5px; 
		cursor:hand;
		height: 35px;
    }
    .TopItemHover
    {
      color: #000000;
      background-image: url(/App_Themes/Default/Images/NavBar1/MainItemHoverBG.jpg);
      background-color: #757495;
      font-family: tahoma, verdana; 
      font-size: 12px; 
      font-weight: bold;
      padding-left: 5px; 
      padding-right: 5px; 
      cursor:hand;
      height: 35px;
    }
    .TopItemExpanded
    {
      color: inherit;
      background-image: url(/App_Themes/Default/Images/NavBar1/MainItemBG.jpg);
      color: inherit;
      font-family: tahoma, verdana; 
      font-size: 12px; 
      font-weight: bold;
      padding-left: 5px; 
      padding-right: 5px; 
      cursor:hand;
      height: 35px;
    }
    .SecondLevelItem
    {
      color: #000000;
      background-image: url(/App_Themes/Default/Images/NavBar1/MainBackground.jpg);
      background-color: #757495;
      font-family: tahoma, verdana;
      font-size: 11px; 
      font-weight: bold;
      border: 10px solid #000000;
      cursor:hand;
      height: 20px;
    }
    .SecondLevelItemHover
    {
      color: #000000;
      background-image: url(/App_Themes/Default/Images/NavBar1/MainItemHoverBG.jpg);
      background-color: #757495;
      font-family: tahoma, verdana; 
      font-size: 11px; 
      font-weight: bold;
      cursor:hand;
      height: 20px;
    }
    .SecondLevelItemExpanded
    {
      color: inherit;
      background-image: url(/App_Themes/Default/Images/NavBar1/MainItemBG.jpg);
      color: inherit;
      font-family: tahoma, verdana; 
      font-size: 11px; 
      font-weight: bold;
      cursor:hand;
      height: 20px;
    }
/* End of NavBar */

/* Start of NavBar2 */
.NavBar2
{
  background-color: #000; 
  /*border: 1px solid #000000; */
  padding: 2px;
  padding-bottom: 1px;
  cursor: default; 
} 

.TopItem2
{
  color: #000;
  background-image: url(/App_Themes/Default/images/NavBar2/item_bg.gif);
  background-color: #757495; 
  font-family: tahoma, verdana; 
  font-size: 11px;
  border:1px solid #696885; 
  border-bottom-color: #57566F; 
  border-right-color: #57566F; 
  padding-top: 4px; 
  padding-bottom: 2px; 
  cursor:hand;
}

.TopItemHover2
{
  color: #000;
  background-image: url(/App_Themes/Default/images/NavBar2/item_hoverBg.gif);
  background-color: #8E8DA9; 
  font-family: tahoma, verdana; 
  font-size: 11px;
  border: 1px solid #7C7C94;
  border-bottom-color:#9593B2;
  padding-top: 4px; 
  padding-bottom: 2px; 
  cursor:hand;
}

.Level2Item2
{
  font-family: tahoma, verdana;
  font-size: 11px; 
  padding-left: 10px; 
  cursor:hand;
}

.Level2ItemHover2
{
  font-family: tahoma, verdana; 
  font-size: 11px; 
  text-decoration:underline;
  padding-left: 10px; 
  cursor:hand;
}

.Level2Group2
{
  /*background-color:white;*/
  background-image: url(/App_Themes/Default/images/NavBar2/group_bg.gif);
  border-top-color: #F0F1F5;
  padding:10px;
  padding-left:10px;
  padding-right:0px;
}

.Empty2
{
}

/* End of NavBar2 */


/* Begin SubMenu */
.SubMenuStyle
{
	background-image: url(/App_Themes/Default/images/SubMenu/Background.gif);
	height: 22px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.SubMenuStyle td, .SubMenuStyle a { margin:0 !important; padding:0 !important; }

.SubMenuHoverStyle
{
	background-image: url(/App_Themes/Default/images/SubMenu/BackgroundHover.gif);
	height: 22px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.SubMenuHoverStyle td, .SubMenuHoverStyle a { margin:0 !important; padding:0 !important; }
/* Rnf DunMenu */

/* Begin Label */
.GreyText
{
	color: #808080;
}
.GreenText
{
	color: #83975B;
	font-weight :bold;
}
.RedText
{
	color: #FF2828;
	font-weight :bold;
}
/* End Label */


/* Start AutoComplete */
/*AutoComplete flyout */
.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;	
    text-align : left; 
    list-style-type : none;
    cursor: pointer;
}

/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */
.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}
/* End AutoComplete */

.helplink
{
	color:White;
}
.helplink:hover
{
	color:White;
}

.InActiveItemStyle
{
	color: #9F9F9F;
}
