
.HeadBg {
    filter:progid:DXImageTransform.Microsoft.Gradient
	(endColorstr='#FFFFFF', startColorstr='#336699', gradientType='1');
	color:Yellow;
	
}

.menu
{
   font-family: Tahoma MS;
   font-size: 8pt;
   font-weight: bold;
   color:#3979C6;  
   text-decoration:none;
}

.menui
{
   font-family: Tahoma MS;
   font-size: 8pt;
   font-weight: bold;
   color:#003E4D;  
}

.menui-
{
   font-family: Tahoma MS;
   font-size: 8pt;
   font-weight: bold;
   color:#4D7D93;  
}

Body
{
	padding-right : 0px;
	padding-left : 0px;
	padding-top : 0px;
	padding-bottom : 0px;
	margin : 1px;
	border-color:Gray;
    background-color: white; 
}


.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:yellow;
}

.TabBg {
    background-color: white;
    border-color: white;
}

.OtherTabsBg {
    background-color: dimgray;
    border-color: black;
}

.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color:DarkRed;
    font-weight: bold
}

.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold
}

A.OtherTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:white;
}
    
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    color:Yellow;
}   

A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

.Accent
{
    color: red;
    font-weight:    bold;
}



.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    normal;
    color: #336699;
}


.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    normal;
    color: #666644;
}

.LittleHead   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #666644;
}

.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
}
    
A.CommandButton:link {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    

/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}



A:link  {
    text-decoration:    none;
    color:  blue;
}

A:visited   {
    text-decoration:    none;
    color:  blue;
}

A:active    {
    text-decoration:    none;
    color:  blue;
}

A:hover {
    text-decoration:    underline;
    color:  blue;
}

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: #696969;
    height:1pt;
    text-align:left
}


/*
HEAD DEFINITION
*/

SELECT
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	font-size: 11px;
	border-left: gainsboro 1px solid;
	cursor: hand;
	border-bottom: gainsboro 1px solid;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: whitesmoke;
	text-align: left;
}

INPUT
{
	border-right: steelblue 1px solid;
	border-top: steelblue 1px solid;
	font-size: 11px;
	border-left: steelblue 1px solid;
	cursor: hand;
	border-bottom: steelblue 1px solid;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: white;
	text-align: left;
}

LABEL
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	font-size: 11px;
	border-left: gainsboro 1px solid;
	cursor: hand;
	border-bottom: gainsboro 1px solid;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: whitesmoke;
	text-align: left;
}

TD
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    text-align: center;
}

TD.Header
{
	background-color: lightsteelblue;
}

TABLE.Header
{
	background-color: #eee8aa;
}

TABLE.HeaderMain
{
	background-color: #eee8aa;
}

.button3
{
	height:14px; 
    background:#336699; 
    font-family:Tahoma,'Microsoft Sans Serif'; 
    color:white; 
    font-size:8pt; 
    font-weight:bold;  
    padding:2px; 
    padding-left:5px;
    border-bottom:1px solid black; 
    border-top:1px solid silver;
    border-left:1px solid silver;
    border-right:1px solid black;
    cursor:hand; 
 }
 
 

 
IMG
{
	background-color : Transparent ;
}

IMAGE
{
	background-color : Transparent ;
}

.adminTabActive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	color: #696969;
	border-top: 0px solid #D5D291;
	border-right: 0px solid #D5D291;
	border-left: 0px solid #D5D291;
	border-bottom: 0px none #D5D291;
	background-color: #EDECD1;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.adminTabInactive {
    font-size: 0.6em;
	border-top: 0px solid #D5D291;
	border-right: 0px solid #D5D291;
	border-left: 0px solid #D5D291;
	border-bottom: 0px solid #D5D291;
	background-color: #EDECD1;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight:normal;
}


.adminTabInactive a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #696969;
	text-decoration: none;
}

.adminTabInactive a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #696969;
	text-decoration: none;
}

.adminTabInactive a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #696969;
	text-decoration: none;
}

.adminTabInactive a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

.adminTabActive a:link, .adminTabActive a:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #696969;
	text-decoration: none;
}

.contentCell {
    vertical-align:top;
    padding-top: 15px;
    padding-left: 8px;
    padding-right: 8px;
}

.contentTable {
	width:100%;   
	border-top: 1px solid #ffffff;
	border-left: 1px solid #D5D291;
	border-right: 1px solid #D5D291;
	border-bottom: 1px solid #D5D291;
	background-color: White;
}

.topcontentTable
{
	border-right: #d5d291 1px solid;
	border-top: #d5d291 1px solid;
	border-left: #d5d291 1px solid;
	width: 100%;
	border-bottom: #d5d291 1px solid;
	background-color: #edecd1;
}

.bordercontentTable
{
	border-right: #d5d291 1px solid;
	border-top: #d5d291 1px solid;
	border-left: #d5d291 1px solid;
	border-bottom: #d5d291 1px solid;
	background-color: #edecd1;
}
.table1_row_header
{
	border-right: #000366 1px solid;
	padding-right: 2px;
	border-top: #afc4d5 1px solid;
	padding-left: 4px;
	font-size: 11px;
	padding-bottom: 2px;
	margin-left: 2px;
	vertical-align: middle;
	text-transform: capitalize;
	border-left: #afc4d5 1px solid;
	line-height: 110%;
	padding-top: 2px;
	border-bottom: #000366 1px solid;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
}

TD.table1_row_header
{
	font-weight: bolder;
	background-image: url('/clubshopping/images/cell_background_1.gif');
	color: white;
}

TR.table1_row_header
{
	font-weight: bolder;
	background-image: url('/clubshopping/images/cell_background_1.gif');
	color: white;
}

TH.table1_row_header
{
    font-weight: bolder;
    background-image: url('/clubshopping/../images/cell_background_1.gif' );
    color: white;
}

TD.table1_row_2
{
	background-color: #e7f1fb;
}

INPUT.checkbox
{
	border-right: red 1px;
	border-top: medium none;
	margin-top: 0px;
	border-left: medium none;
	border-bottom: medium none;
}

.button4
{
	height:14px; 
    background:#FFFFFF; 
    font-family:Tahoma,'Microsoft Sans Serif'; 
    color:black; 
    font-size:8pt; 
    padding:2px; 
    padding-left:5px;
    border-bottom:none; 
    border-top:none;
    border-left:none;
    border-right:none;
    cursor:hand; 
 }


.gradient
{
	height: 86px;
	padding: 4px;
	background: url(~/images/innova/Blue_Gradient.jpg) 0% 0% repeat-x;
	color: #fc2;
}

.tabL 
{
	BACKGROUND-POSITION: left top; BACKGROUND-IMAGE: url(../images/tabs/tab_left.gif); WIDTH: 9px; BACKGROUND-REPEAT: no-repeat
}

.tab 
{
	PADDING-RIGHT: 0.2em; BACKGROUND-POSITION: left top; PADDING-LEFT: 0.2em; BACKGROUND-IMAGE: url(../images/tabs/tab_right.gif); PADDING-BOTTOM: 0.2em; PADDING-TOP: 0.3em; BACKGROUND-REPEAT: no-repeat
}
.tabR 
{
	BACKGROUND-POSITION: right top; BACKGROUND-IMAGE: url(../images/tabs/tab_right.gif); WIDTH: 10px; BACKGROUND-REPEAT: no-repeat
}

.tabLSel 
{
	BACKGROUND-POSITION: left top; BACKGROUND-IMAGE: url(../images/tabs/tab_left_on.gif); WIDTH: 9px; BACKGROUND-REPEAT: no-repeat
}
.tabSel 
{
	PADDING-RIGHT: 0.2em; BACKGROUND-POSITION: left top; PADDING-LEFT: 0.2em; BACKGROUND-IMAGE: url(../images/tabs/tab_right_on.gif); PADDING-BOTTOM: 0.2em; PADDING-TOP: 0.3em; BACKGROUND-REPEAT: no-repeat
}
.tabRSel 
{
	BACKGROUND-POSITION: right top; BACKGROUND-IMAGE: url(../images/tabs/tab_right_on.gif); WIDTH: 10px; BACKGROUND-REPEAT: no-repeat
}

.tabBack 
{
	BACKGROUND-POSITION: 50% bottom; PADDING-LEFT: 0.3em; BACKGROUND-IMAGE: url(../images/tabs/tab_bot_bord.gif); BACKGROUND-REPEAT: repeat-x; BACKGROUND-COLOR:#f7f7f7  
}


A.AInactive 
{
	COLOR: #00248f; TEXT-DECORATION: none
}
A.Aactive 
{
	COLOR: #ff3300; TEXT-DECORATION: underline
}



 .Vertical
{
 writing-mode: tb-rl;
 filter:   flipH() flipV();
 background:#FF0000; 
 font-family:Tahoma,'Microsoft Sans Serif'; 
 color:#FFFFFF; 
 font-size:12pt; 
 font-weight:bold;  
 cursor:hand; 
 border-bottom:1px solid gray; 
    border-top:1px solid gray;
    border-left:1px solid gray;
    border-right:1px solid gray;
 }
 
 .Vertical_Lit
{
 writing-mode: tb-rl;
 filter:   flipH() flipV();
 background:#FF0000; 
 font-family:'Microsoft Sans Serif'; 
 color:#FFFFFF; 
 font-size:11pt; 
 font-weight:bold;
 cursor:hand; 
 border-bottom:1px solid gray; 
    border-top:1px solid gray;
    border-left:1px solid gray;
    border-right:1px solid gray;
 }
 
.button1
{
height:18px; 
background:white; 
font-family:Tahoma,'Microsoft Sans Serif'; 
color:black; 
font-size:10pt; 
border:none; 
cursor:hand; 
}


A.button1:link
{
	color:gray;
}

A.button1:active
{
	color:gray;
}

A.button1:visited
{
	color:gray;
}

A.button1:hover
{
	color:gray;
}

.pane  
{
	width:155px; 
        z-index:2; 
        background-color: #7090BB; 
        border-bottom: 1px solid darkgray}


.layout { 
         width:160px; 
         height:100%; 
         z-index:0; 
         padding:5;
         overflow:hidden;
         background-color: #FFFFFF;
         border: 1px solid none
         }
         
         
          
          
.button1OFF
{
height:18px; 
background:white; 
font-family:Tahoma,'Microsoft Sans Serif'; 
color:red; 
font-size:10pt; 
padding:1px; 
padding-left:5px;
border:none; 
cursor:hand; 
}

A.button1OFF:link
{
	color:silver;
}

A.button1OFF:active
{
	color:silver;
}

A.button1OFF:visited
{
	color:silver;
}

A.button1OFF:hover
{
	color:silver;
}

 .button5
{
	height:14px; 
    background:#FF0000; 
    font-family:Tahoma,'Microsoft Sans Serif'; 
    color:white; 
    font-size:8pt; 
    font-weight:bold;  
    padding:2px; 
    padding-left:5px;
    border-bottom:1px solid black; 
    border-top:1px solid silver;
    border-left:1px solid silver;
    border-right:1px solid black;
    cursor:hand; 
 }
 
 A.button5:link
{
	color:white;
}

A.button5:active
{
	color:white;
}

A.button5:visited
{
	color:white;
}

A.button5:hover
{
	color: white;
}


.content 
{
 position: relative;
 background: #edecd1;
}

.language-action
{
	background-image: url(../images/innova/top2.gif);
	background-repeat:no-repeat;
	width: 318px;
	text-align: left;
	padding-left : 5px;
	padding-top:5px;
}

.language-action-bottom
{
	background-image:url(../images/innova/bottom.gif);
	background-repeat:no-repeat;
	width:318px;
	height:18px;
}

.formsection
{
	padding: 5px;
	margin-top: 5px;
	background: url(images/background_formsection.gif) #d6dde9 repeat-x center 50%;
	font-weight: bold;
	text-align: center;
}

.CenteredBox
{
	text-align:center;
}

.CenteredBox_ReanOnly
{
	text-align:center;
	background-color:Yellow;
}


select.test
{
	margin-top: 1px;
	font-family: Algerian;
	clear: none;
}




.button2
{
    height: 18px;
    background: #7090BB;
    font-family: Tahoma, 'Microsoft Sans Serif';
    color: black;
    font-size: 10pt;
    border: none;
    cursor: hand;
    font-style: italic;
    font-weight: bold;
}

A.button2:link
{
	color:red;
}

A.button2:active
{
	color:red;
}

A.button2:visited
{
	color:red;
}

A.button2:hover
{
	color:red;
}



.pagerstyle
{
    color:#444444;
    background-color:#e5e5e5;
    font-size:x-small;
    text-align:right;
} 
.pagerstyle select
{
    font-size:x-small;
}

.previous
{
    background:transparent url(../images/gv/previous.gif) no-repeat scroll center;
    height:1.3em;
    width:16px;
}
.next{
    background:transparent url(../images/gv/next.gif) no-repeat scroll center;
    height:1.3em;
    width:16px;
}  
.gotopage{
    font-size:x-small;
    width:20px;
}
 
 .PrProgress
{
    display: block;
    position: absolute;
    padding: 2px 3px;
}
.PrContainer
{
    border: solid 1px #808080;
    border-width: 1px 0px;
}
.PrHeader
{
    background-color:#076082;
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 0px 10px;
    color: #FFFFFF;
    font-size: 9pt;
    font-weight: bold;
    line-height: 1.9;
    white-space: nowrap;
    font-family: arial,helvetica,clean,sans-serif;
}
.PrBody
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding: 10px;
}
.PrIFrame
{
	
}

.PageLabel
{
    font-family: Eras Demi ITC; 
    font-size: 14pt;
    color:#004054;
}
