/* ================================
    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
{
    background-color: white;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* 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    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    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:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    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: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    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:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    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;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR
{
    color: #C0C0C0;
    height: 1pt;
    text-align: left;
}

/* 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:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	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: 15; 
	height: 21;
}

.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: 9pt; 
	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:16;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	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: 15; 
	height: 21;
}

.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: 9pt; 
	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: bold; 
  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: bold; 
	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: bold; 
  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{
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    -moz-opacity: 0.2;
}

.lnkImgOpacy:hover img{
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
}
