/* ================================
    CSS STYLES FOR WAPS
   ================================
*/   

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: white;
}

/* background color for the content part of the pages */
Body
{
    border:0;
    background-color: white;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
}

/* content background (all background content) */
.ContentBg
{
}

/* no border on img on hyperlink  (controlRenderingCompatibilityVersion > 3.5) */
a img, a:link img, a:visited img, a:hover img, a:active img { border:0; }


/* background/border colors for the selected tab */
.TabBg {
    background-color: rgba(0, 88, 160, 1);
}

/* 2nd. background/border colors for the selected tab */
.TabBg2 {
    background-color: rgba(2, 143, 116, 1);
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 12px;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    underline;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:hover    {
    text-decoration:    underline;
    color:lightgrey;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    font-size: 12px;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration: underline;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:hover    {
    text-decoration: underline;
    color:lightgrey;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead, .SubHead a, .RadGrid_Default .rgHeader a, .RadGrid .rgHeader {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight: bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal, p
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalGreen
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #008000;
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}
    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}
A:link  {
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR
{
  border:0;                   /* for FF; border reset */
  border-top:1px solid #C0C0C0; /* set hr thickness for good browsers, set style and color for all */
  height:1px;                /* set hr thickness for IE */
  background:transparent;     /* for Opera and Safari; remove default hr color */
  font-size:1px;             /* for FF to mimic the fix "margins" on hr in IE */
  text-align: left;
  margin: 5px 0 0 0;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer
{
    border-right: #404040 0px solid;
    border-top: #ff8080 0px solid;
    border-left: #ff8080 0px solid;
    border-bottom: #404040 0px solid;
    background-color: #5480cf;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16px;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #5480cf 0px solid; 
	border-bottom: #5480cf 1px solid; 
	border-top: #5480cf 1px solid; 
	border-right: #5480cf 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #5480cf; 
	border-left: #5480cf 1px solid; 
	border-bottom: #5480cf 1px solid; 
	border-top: #5480cf 1px solid; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #5480cf; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 1px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 1px solid;  
	border-right: #404040 0px solid; 
	background-color: White; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #CCCCCC; 
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #5480cf 1px solid; 
	border-bottom: #5480cf 1px solid; 
	border-top: #5480cf 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* ComponentArt Date Picker (Feb/2006) */

.CACalendarPicker
{
    width: 130px;
}

.CACalendarButton
{
	border:none;
	cursor:pointer;
}

.CACalendar td
{
  font-size:11px;
}

.CACalendarTitle
{
  font-weight:bold;
  background-color:#D7D7E5;
  font-family: Tahoma, Arial, Helvetica;
}

.CACalendarDay
{
  width:20px;
  cursor:pointer;
  text-align:center;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
  font-family: Tahoma, Arial, Helvetica;
}

.CACalendarDayHover
{
  width:20px;
  cursor:pointer;
  text-align:center;
  text-decoration:underline;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
  font-family: Tahoma, Arial, Helvetica;
}

.CACalenarDayHeader
{
  width:20px;
  text-align:center;
  border-width:1px;
  border-color:white;
  border-style:solid;
  font-weight:bold;
  background-color:#FFFFFF;
  font-family: Tahoma, Arial, Helvetica;
}

.CACalendarOtherMonthday
{
  color:#999999;
  font-family: Tahoma, Arial, Helvetica;
}

.CACalendarSelectedDay
{
  width:20px;
  background-color:#FBE694;
  color:#000000;
  border-width:1px;
  border-color:#BB5503 !important;
  border-style:solid;
  font-weight:bold;
  font-family: Tahoma, Arial, Helvetica;
}

.CACalendar
{
  border-style:solid;
  border-width:1px;
  border-color:Black;
  border-collapse:collapse;
  background-color:#FFFFFF;
  cursor:default;
}

.CACalendarMonth
{
  background-color:#F6F6F6;
  margin-left:5px;
  margin-right:5px;
  margin-bottom:5px;
  margin-top:0px;
  font-family: Tahoma, Arial, Helvetica;
}

.CACalendarNextPrev
{
    cursor: pointer;
    height: 20px;
    vertical-align: middle;
    padding: 0px 5px 0px 5px;
}


/* ComponentArt Menu (Jul/2006) */
.CAMenuTopGroup
{
  background-color:#5480cf;
}

.CAMenuGroup
{
  background-color:#5480cf;
    border:1px;
    border-color:#333333;
    border-top-color:#808080;
    border-left-color:#808080;
    border-style:solid;
}

.CAMenuItem
{
  background-color:#5480cf;
  color:white;
  font-family: Tahoma, Arial, Helvetica; 
  font-size: 9pt; 
  font-weight: normal; 
  font-style: normal; 
  border:1px;
  border-color:#5480cf;
  border-style:solid;
  cursor:hand;
}

.CAMenuItemHover
{
  background-color:#8D8F95;
  color:white;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal; 
  border:1px;
  border-top-color:#B8B8B9;
  border-left-color:#B8B8B9;
  border-right-color:black;
  border-bottom-color:black;
  border-style:solid;
  cursor:hand;
}

.CAMenuItemDown
{
  background-color:#8D8F95;
  color:white;
  font-family: Tahoma, Arial, Helvetica; 
  font-size: 9pt; 
  font-weight: normal; 
  font-style: normal; 
  border:1px;
  border-left-color:black;
  border-top-color:black;
  border-right-color:#B8B8B9;
  border-bottom-color:#B8B8B9;
  border-style:solid;
  cursor:hand;
}                                     

/* Container: Action Menu Button */
.CATopMenuActionsItem
{
    cursor: hand;
    background-color: Transparent;
}

.CAMenuActionsGroup
{
    background-color:#EEEEEE;
    border:1px;
    border-color:#333333;
    border-top-color:#808080;
    border-left-color:#808080;
    border-style:solid;
}

.CAMenuActionsItem
{
    background-color:#EEEEEE;
    color:#333333;
    font-family:verdana;
    font-size:11px;
    border:solid 1px #EEEEEE;
    border-style:solid;
    cursor:pointer;
}


.CAMenuActionsItemHover
{
 background-color:#CCCCCC;
 color:#333333;
 font-family:verdana;
 font-size:11px;
 border:1px;
 border-color:#AAAAAA;
 border-top-color:#FFFFFF;
 border-left-color:#FFFFFF;
 border-style:solid;
 cursor:pointer;
}

.CAMenuActionsItemDown
{
background-color:#FFFFFF;
color:#333333;
font-family:verdana;
font-size:11px;
border:1px;
border-color:#FFFFFF;
border-top-color:#AAAAAA;
border-left-color:#AAAAAA;
border-style:solid;
cursor:pointer;
}


/* Tabular Report ComponentArt */
.TRCAGrid 
{ 
  border: 1px solid #9495A2; 
  background-color: #FFFFFF; 
  cursor: pointer;
}

.TRCAHeadingCell 
{ 
  background-color: #D6D7E1; 
  border-top: 1px solid gray; 
  border-right: 1px solid gray; 
  border-bottom: 1px solid gray; 
  padding:5px;
}

.TRCAHeadingCellText
{
  font-family: Tahoma, Arial, Helvetica;
  font-size: 11px;
  font-weight: bold;
}

.TRCARow 
{ 
  background-color: #FFFFFF; 
  cursor: default;
  height: 20px;
}

.TRCARow td.TRCADataCell
{ 
  border-right: 1px solid #E6E6E6; 
  border-bottom: 1px solid #E6E6E6; 
  font-family: Tahoma, Arial, Helvetica;
  font-size: 11px;
  cursor: default;
  padding:2px; 
} 

.TRCAAlternatingRow 
{ 
  cursor: default;
  height: 20px;
}

.TRCAAlternatingRow td.TRCADataCell
{ 
  background-color: #E6E6E6; 
  border-right: 1px solid #E6E6E6; 
  border-bottom: 1px solid #E6E6E6; 
  font-family: Tahoma, Arial, Helvetica;
  font-size: 11px;
  cursor: default;
  padding:2px; 
} 

.TRCAGridFooter
{
  cursor: default; 
  padding: 5px;
  vertical-align: bottom;
}

.TRCAGridFooterText
{
  color: #000000;  
  font-family: Tahoma, Arial, Helvetica;
  font-size: 11px;
}

.TRCADataCell
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}


.TRCASliderPopup
{
  background-color: #FFF4D7; 
  border: 1px solid #4B4B6F; 
  border-top-color: #9495A2; 
  border-left-color: #9495A2; 
  width: 250px;
  height: 28px;
}
.TRCASliderPopupText
{
  font-family: Tahoma, Arial, Helvetica;
  font-size: 11px;
}


.TRCAGroupHeading
{
  color: #706F91; 
  background-color: white;
  font-family: Tahoma, Arial, Helvetica;
  font-size: 11px;
  font-weight: bold;
  border-bottom: 1px solid #A5A4BD; 
  padding-top: 10px;
  padding-bottom: 3px;
}

.TRCAGroupByCell
{
  cursor: pointer;
}

.TRCAGroupByText
{
  color: #000000;
  font-size: 11px;   
  font-weight: bold; 
  padding-right: 5px;
}

.TRCAGridHeaderText
{
  color: #000000;
  font-family: Tahoma, Arial, Helvetica;
  font-size: 11px;
}

.TRCAGridHeader
{
  background-color: #E6E6E6; 
  height: 28px;
  padding-left: 3px;
  cursor: default; 
  color: #FFFFFF;  
  font-weight: bold;
  vertical-align: middle;
}

.TRCAScrollBar
{
  background-image: url(../../Controls/ComponentArt/images/scroller/scroller_bg.gif); 
}

.TRCAScrollGrip
{
  background-image: url(../../Controls/ComponentArt/images/scroller/scroll_gripBg.gif); 
}


/* ComponentArt ComboBox (Oct/2007) */

.CAComboBox
{ 
  border: #7f9db9 1px solid; 
  background-color: white; 
}
.CAComboBoxHover
{ 
  border: #7f9db9 1px solid; 
  background-color: white; 
}
.CAComboTextBox
{
  border: 1px;
  padding-left: 2px;
  padding-right: 2px;
}
.CAComboBoxDropDown
{ 
  border: 1px solid #868686; 
  background-color: white; 
  padding: 1px;
  padding-right: 0px;
  cursor: default;
}
.CAComboBoxItem
{
  padding: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Tahoma, Arial, Helvetica;
  font-size: 12px;
  font-weight: normal;
}

.CAComboBoxItemHover
{
	background-color: #4169e1;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #4169e1;
	padding: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.lnkImgOpacy img
{
    opacity:0.20; /* firefox, opera, safari, chrome */
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    -moz-opacity: 0.2;
}

.lnkImgOpacy:hover img{
    opacity:1.00; /* firefox, opera, safari, chrome */
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
}


/* Lock Screen-related CSS Classes */
.LockOff {
	visibility: hidden;
	display: none;
	position: absolute;
	top: -100px;
	left: -100px;
}
.LockBackground
{
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
	display: block;
    width: 100%;
    background-color: #C0C0C0;
    z-index: 8999;
    filter: alpha(opacity=20);
    opacity: 0.20;
}

.LockPane {
	z-index: 9000;
	position: absolute;
	visibility: visible;
    text-align: center;
    background-color: #FFFFFF;
    color: Black;
    font-size: 9pt;
    font-weight: bold;
    white-space: nowrap;
    font-family: arial,helvetica,clean,sans-serif;
    border: 1px dotted #000000;
    border-radius: 8px;
    padding: 9px;
}

/* Paging of TabReport control*/
.PagingTable{width:100%;background-color:#fff;border:#DDDDDD 1px solid; height:33px;}

/* Border on tables */
.wapsTableBorder {
    border-collapse: collapse;
}

table.wapsTableBorder td, table.wapsTableBorder th {
    border: 1pt solid #DDDDDD;
}

table.wapsTableNoBorder td, table.wapsTableNoBorder th {
    border-width: 0pt;
}

/* Rad Controles (Mar/2014) */
/* controls the appearance of the item in all states. */
.radMenuWAPSItem {
   /*    background-color:#5480cf !important; */
}
.radMenuWAPSItem:hover {
}

/* Rows pre Page in RadGrid color not specified in css*/
.rgPagerLabel { color: black;}

/* controls the appearance of the item when it has been clicked. The default value is rmClicked */
.radMenuWAPSClickedItem { }
/* controls the appearance of the item when it is disabled. The default value is rmDisabled */
.radMenuWAPSDisabledItem { }
/* controls the appearance of the item when its children are showing. The default value is rmExpanded */
.radMenuWAPSExpandedItem { }
/* controls the appearance of the item when it has keyboard or mouse focus. The default value is rmFocus */
.radMenuWAPSFocusItem { }
/* controls the appearance of the item (the <a> tag) when the item is selected. The default value is rmSelected */
.radMenuWAPSSelectedItem { }
/*  controls the appearance of the item (the outer <li> tag). */
.radMenuWAPSOuterItem { }

/* Main Menu Items*/
/* Change color on root(rop) RadMenu */
html .RadMenu .rmRootGroup {
    /* background-image: none; */
}
html .RadMenu ul.rmRootGroup {
    /* background-color: #d9001b; */
}
 a.radMenuWAPSRoot {
    /*color: white !important; */
}
a.radMenuWAPSRoot:hover {
    /* color: black !important; */
}

/* RadMenu main menu height */
.rdMainMenu .rmRootGroup .rmRootLink {
    padding: 4px 15px;
    line-height: 25px;
    height: 25px;
}
.rdMainMenu .rmRootGroup .rmRootLink .rmToggle {
        height: 25px;
}
/*main menu height: Bootstrap skin*/
.rdMainMenu.RadMenu_Bootstrap .rmRootGroup .rmRootLink {
    padding: 15px;
    line-height: 1.42857;
    height: 1.42857em;
}
.rdMainMenu.RadMenu_Bootstrap .rmRootGroup .rmRootLink .rmToggle {
    height: 1.33em;
}
/*main menu height: Material skin*/
.rdMainMenu.RadMenu_Material .rmRootGroup .rmRootLink {
    padding: 14px 24px;
    line-height: 1.42857;
    height: 1.42857em;
}
.rdMainMenu.RadMenu_Material .rmRootGroup .rmRootLink .rmToggle {
        height: 1.33em;
}

/* controls the appearance of the item when it has been clicked. The default value is rmClicked */
.radMenuWAPSClickedRoot {
}
/* controls the appearance of the item when it is disabled. The default value is rmDisabled */
.radMenuWAPSDisabledRoot { }
/* controls the appearance of the item when its children are showing. The default value is rmExpanded */
.radMenuWAPSExpandedRoot { }
/* controls the appearance of the item when it has keyboard or mouse focus. The default value is rmFocus */
.radMenuWAPSFocusRoot { }
/* controls the appearance of the item (the <a> tag) when the item is selected. The default value is rmSelected */
.radMenuWAPSSelectedRoot { }
/*  controls the appearance of the item (the outer <li> tag). */
.radMenuWAPSOuterRoot { }

/* radGrid row height */
div.RadGrid .wapsRow td 
 { 
     padding-top:0; 
     padding-bottom:0; 
     height:20px; 
 }
.rgHeader, th.rgResizeCol, .rgRow  td, .rgAltRow  td, .rgFooter td   
{   
    border-right: 1pt solid #DDDDDD !important;
}    

/* radNavitagion default color */
a.rnvLink {
    color:#333;
}
/*Icon standard 16x16, on mobile phone 29x29 */
.iconSize {
}

/* Mobile columns */
.mobTable {
    display: block;
    width: 100%;
    margin: 0;
}
.mobTableRow {
    clear: both;
} 
.mobTable:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.mobTableCell_90  {
    width:90%;
    float: left;
    overflow: hidden;
    vertical-align: top;
}
.mobTableCell_80  {
    width:80%;
    float: left;
    overflow: hidden;
    vertical-align: top;
}
.mobTableCell_70  {
    width:70%;
    float: left;
    overflow: hidden;
    vertical-align: top;
}
.mobTableCell_60  {
    width:60%;
    float: left;
    overflow: hidden;
    vertical-align: top;
}
.mobTableCell_50  {
    width:50%;
    float: left;
    overflow: hidden;
    vertical-align: top;
}
.mobTableCell_40  {
    width:40%;
    float: left;
    overflow: hidden;
    vertical-align: top;
}
.mobTableCell_33  {
    width:33%;
    float: left;
    overflow: hidden;
    vertical-align: top;
}
.mobTableCell_30  {
    width:30%;
    float: left;
    overflow: hidden;
    vertical-align: top;
}
.mobTableCell_25  {
    width:25%;
    float: left;
    overflow: hidden;
    vertical-align: top;
}
.mobTableCell_20  {
    width:20%;
    float: left;
    overflow: hidden;
    vertical-align: top;
}
.mobTableCell_10  {
    width:10%;
    float: left;
    overflow: hidden;
    vertical-align: top;
}

@media screen and (max-width: 480px) {
    .mobTableCell_90  {
        width:100%;
    }
    .mobTableCell_80  {
        width:100%;
    }
    .mobTableCell_70  {
        width:100%;
    }
    .mobTableCell_60  {
        width:100%;
    }
    .mobTableCell_50  {
        width:100%;
    }
    .mobTableCell_40  {
        width:100%;
    }
    .mobTableCell_33  {
        width:100%;
    }
    .mobTableCell_30  {
        width:100%;
    }
    .mobTableCell_25  {
        width:100%;
    }
    .mobTableCell_20  {
        width:100%;
    }
    .mobTableCell_10  {
        width:100%;
    }
}

/* for compatibility with old waps skin */
a.cmdLink:link, a.cmdLink:visited, a.cmdLink:active,
a.cmdLinkNP:link, a.cmdLinkNP:visited, a.cmdLinkNP:active,
a.cmdPrimary:link, a.cmdPrimary:visited, a.cmdPrimary:active,
a.cmdSecondary:link, a.cmdSecondary:visited, a.cmdSecondary:active,
a.cmdDanger:link, a.cmdDanger:visited, a.cmdDanger:active, 
a.txtInfo:link, a.txtInfo:visited, a.txtInfo:active,
a.txtInfoBold:link, a.txtInfoBold:visited, a.txtInfoBold:active {
  text-decoration: underline;
  color: #003366;
}
a.cmdLink:hover, a.cmdLinkNP:hover, a.cmdPrimary:hover, a.cmdSecondary:hover, a.cmdDanger:hover,
a.txtInfo:hover, a.txtInfoBold:hover {
  text-decoration: underline;
  color: #ff0000;
}

textarea {
   font-family: inherit;
   font-size: inherit;
}

input[type="image" i] {
    cursor: pointer;
}