BODY
{
    FONT-SIZE: xx-small;
    COLOR: #333333;
    FONT-FAMILY: helvetica, Arial, 'san serif'
}
.oldheading
{
    FONT-SIZE: 120%;
    COLOR: #bbdd20;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
.heading
{
    FONT-SIZE: 120%;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
BODY.bodytext
{
    FONT-SIZE: 100%;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
.labels
{
    FONT-SIZE: 75%;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;

}
.table810{
		background-image:url(../images/userpagemaintableback.png);
	background-position:bottom;
	background-repeat:no-repeat;
	width:810;
	min-height:150px;
	_height:150px;
}
.message
{
    FONT-SIZE: 120%;
    COLOR: #900;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
.size11
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
.size12
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
A.redlink
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 120%;
    COLOR: white;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
INPUT.gray
{
    FONT-SIZE: 9pt;
    COLOR: gray;
    FONT-FAMILY: Helvetica, Arial
}
INPUT.black
{
    FONT-SIZE: 9pt;
    COLOR: black;
    FONT-FAMILY: Helvetica, Arial
}
#boxTopLeft{
    background-image:url('../images/boxImages/boxTopLeft.png');
    width: 14px;
    height: 14px;
    background-repeat:no-repeat;
}
#boxTop{
    background-image:url('../images/boxImages/boxTop.png');
    height: 14px;
    background-repeat:repeat-x;
}
#boxTopRight{
    background-image:url('../images/boxImages/boxTopRight.png');
    width: 14px;
    height: 14px;
    background-repeat:no-repeat;
}
#boxBottomLeft{
    background-image:url('../images/boxImages/boxBottomLeft.png');
    width: 14px;
    height: 14px;
    background-repeat:no-repeat;
}
#boxBottom{
    background-image:url('../images/boxImages/boxBottom.png');
    height: 14px;
    background-repeat:repeat-x;
}
#boxBottomRight{
    background-image:url('../images/boxImages/boxBottomRight.png');
    width: 14px;
    height: 14px;
    background-repeat:no-repeat;
}
#boxLeft{
    background-image:url('../images/boxImages/boxLeft.png');
    width: 14px;
    background-repeat:repeat-y;
}
#boxRight{
    background-image:url('../images/boxImages/boxRight.png');
    width: 14px;
    background-repeat:repeat-y;
}
#box{
    background-image:url('../images/boxImages/box.png');
    background-repeat: repeat;
}
a.noChangeLinksBlack:active
{
    COLOR: black;
    TEXT-DECORATION: none
}
a.noChangeLinksBlack:hover
{
   COLOR: black;
    TEXT-DECORATION: none
}
a.noChangeLinksBlack:visited
{
  COLOR: black;
    TEXT-DECORATION: none
}
a.noChangeLinksBlack:link
{
  COLOR: black;
    TEXT-DECORATION: none
}
a.noChangeLinksGrey:active
{
    COLOR: #666;
    TEXT-DECORATION: none
}
a.noChangeLinksGrey:hover
{
   COLOR: #666;
    TEXT-DECORATION: none
}
a.noChangeLinksGrey:visited
{
  COLOR: #666;
    TEXT-DECORATION: none
}
a.noChangeLinksGrey:link
{
  COLOR:#666;
    TEXT-DECORATION: none
}
a.noChangeLinksBlue:active
{
    COLOR: blue;
    TEXT-DECORATION: none
}
a.noChangeLinksBlue:hover
{
   COLOR: blue;
    TEXT-DECORATION: none
}
a.noChangeLinksBlue:Visited
{
  COLOR: blue;
    TEXT-DECORATION: none
}
a.noChangeLinksBlue:link
{
  COLOR: blue;
    TEXT-DECORATION: none
}

a.noChangeLinksWhite:active
{
    COLOR: #FFF;
    TEXT-DECORATION: none
}
a.noChangeLinksWhite:hover
{
   COLOR: #FFF;
    TEXT-DECORATION: none
}
a.noChangeLinksWhite:Visited
{
  COLOR: #FFF;
    TEXT-DECORATION: none
}
a.noChangeLinksWhite:link
{
  COLOR: #FFF;
    TEXT-DECORATION: none
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index:9999;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: right; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 90px; /*Width of top level menu link items*/
border-left-width: 0;
text-decoration: none;
font-size:15px;
}

/*1st sub level menu*/
.suckertreemenu ul li ul{
left: -15px;
position: absolute;
padding-top: 11px;
top: 10px; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
border-bottom:1px #666 solid;
font-size: 15px;
z-index:990999;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
padding-bottom:2px;
padding-top:2px;
padding-right:5px;
background-color:#FFF;
border-left:1px #666 solid;
border-right:1px #666 solid;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{
left: 119px; /* no need to change, as true value set by script */
top: 50px;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 110px; /*width of sub menu levels*/
text-decoration: none;
font-size: 12px;
color:black;
}
.suckertreemenu ul li a:active{
    color:#666;
}
.suckertreemenu ul li ul li a:visited{
    color:blue;
}
.suckertreemenu ul li ul li a:active{
    color:#666;
}
.suckertreemenu ul li a:hover{
    color:blue;
}



/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
}

/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: right; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
.userPageHeading{
	font-size:15px;
}
.userNonSelectedTab{
	background-image:url(../images/nonselectedtab.png);
	background-position:top;
	background-repeat:no-repeat;
	height:32px;
	width:198px;
	font-size:14px;
	font-family:Arial;
	vertical-align:middle;
	color:#000;
}
.userSelectedTab{
	background-image:url(../images/selectedtab.png);
	background-position:center;
	background-repeat:no-repeat;
	height:32px;
	width:198px;
	font-size:14px;
	font-family:Arial;
	vertical-align:middle;
	color:#FFF;
}
.userSelectedTabINC{
	background-image:url(../images/incselectedtab.png);
	background-position:top;
	background-repeat:no-repeat;
	height:32px;
	width:198px;
	font-size:14px;
	font-family:Arial;
	vertical-align:middle;
	color:#FFF;
}
.selectedArrow{
	background-image:url(../images/selectedarrow.png);
	background-position:top;
	background-repeat:no-repeat;
	height:13px;
	font-size:2px;
	position:relative;
}
.selectedArrowINC{
	background-image:url(../images/incselectedarrow.png);
	background-position:top;
	background-repeat:no-repeat;
	height:13px;
	font-size:2px;
}

.AccordionTitle, .AccordionContent, .AccordionContainer
{

  width:810px;
}
 
.AccordionTitle
{
  height:auto;
  overflow:hidden;
  cursor:pointer;
  font-family:Arial;
  font-size:8pt;
  font-weight:bold;
  vertical-align:middle;
  text-align:center;
  background-color:#ebecec;
  display:table-cell;
  -moz-user-select:none;
  border-bottom: solid 1px #C1C1C1;
  padding-top:10px;
  
}
 
.AccordionContent
{
	height:auto;
  overflow:auto;
  display:none; 
}
 
.AccordionContainer
{
	z-index:9997;
	padding:10px;
  border-left: none;
  border-right: none;
}
