/*******************************************************************/ 
/* Generic styles.  Put here first so that they can be overwritten */
/* by styles later in the stylesheetSCS Menu Style                 */
/*******************************************************************/

/* Should prevent links in IE from turning white after visiting
   them but of course it doesnt.  Good to have anyway for other 
   browsers                                                        */
a , a:link , a:visited , a:hover , a:active 
{ 
  color: blue; 
}

div#scs_navigate
{
  margin: 2px 0px;
  height: 27px;
  background-color: #d3d3d3;
  width: 100%;
  padding-left: 0px;
  clear: left;
  font-family: arial;
  font-size: 22px;
  font-family: arial, sans-serif;
  font-size: 1.0em;
  font-weight: bold;
}

div#scs_navigate a
{
  color: black;
}

div#scs_navigate li:hover > a
{
  color: #FFFFFF;
}

div#scs_navigate li ul
{
  position: absolute;
}

#nav
{
  list-style: none; 
  margin: 0;
  padding: 0;
}

#nav ul 
{ 
    padding: 0;
    /* margin:-1px 0px 0px 0px; */
    margin:0px 0px 0px 0px;
    list-style: none;
    width:193px;
    z-index:99;
    position:relative;
    overflow:visible;
}

#nav li 
{
    margin:0;   
/*     padding: 2px; */
    /* margin-top:-2px;    */
    position: relative; 
    float:left;
    /* background-color:#DFDFDF;*/
/*    border-left:solid 1px black; */
    border-right:solid 2px #edecec; 
    display:block;
    height:27px;
    z-index: 50;
/*    width: 100px */
}

#nav li li
{ 
  width: auto;
}

#nav ul li
{ 
  background-color: #d3d3d3;
  color: black;
}

#nav ul li{ border-width:1px 1px 0 0;}
#nav ul ul li{ border-width:1px 1px 0 1px;}
#nav ul ul li:last-child{border-width:1px;}

#nav ul.submenu li 
{ 
  /* border: 1px solid black;  */
  border: none;
}
#nav ul.submenu
{
  border: 3px solid black;
}

#nav ul.submenu li.submenu > a
{
  background: transparent url(../images/rightarrow.gif) no-repeat scroll right center;
}

/* All links */
#nav a {
    text-decoration:none; 
    display:block;
    padding: 0.1em;  
/*    margin:2px 5px;  */
    margin: 1px 5px;
/*    width: 100px; */
    height:auto;
    font-size: 1.25em;
}

/* Only Drop down links */
#nav li ul a {
    width: 180px; 
}

#nav a:hover, #nav li:hover
{
  background-color:#777; 
  color:#FFFFFF; 
}

#nav li.sfhover
{
  background-color:#777; 
  color:#FFFFFF; 
}

#nav ul li:hover, #nav ul li a:hover
{ 
  background-color:#777;
  color:#FFFFFF; 
}

#nav ul li.sfhover, #nav ul li a:hover
{ 
  background-color:#777;
  color:#FFFFFF; 
}


#nav ul{
    display:none;   
}

/*all see this */
#nav ul ul, #nav ul ul ul{
    display:none; 
    position:absolute; 
    margin-top:-1.8em; 
    margin-left:193px; /* Width of parent menu + borders  */
}

/* non-IE browsers see this */
 #nav ul li>ul, #nav ul ul li>ul{
/*    margin-top:-1.35em; */
	margin-top: -24px;
 }

#nav li:hover > ul {
  display:block;
  background-color: #777;
  color: #FFFFFF;
}

#nav li.sfhover ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul,
#nav li.sfhover ul ul ul ul {
    display: none;
}

#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul {
  display:block;
  background-color: #777;
  color: #FFFFFF;
}

li>ul { 
  top: auto;
  left: auto;
}

/**********************************/ 
/* SCS Menu Style                 */
/**********************************/
ul.scs_menu
{
    width: 100%;
    background-color: #d3d3d3;
    color: black;
    font-family: arial, sans-serif;
    font-size: 0.65em;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}

li.scs_menu
{
    display: inline;
    text-align: center;
    margin: 0em;
    padding: 0em 0.5em;
    border-right: 0.05em solid #edecec;
}

li.scs_menu:hover
{
   background-color: #777;
}

a.scs_menu:link, a.scs_menu:active, a.scs_menu:visited
{
    color: black;
    text-decoration: none;
}

a.scs_menu:hover
{
    color: #FFFFFF;
    background-color: #777;
    text-decoration: none;
}

/**********************************/
/* Page frame layout              */
/**********************************/
.scs_main_body
{
  background: #edecec;
  color: #000000;
  font-family: arial;
  font-size: 12px;
}

a:visited {
  color: #006bb6;
}

div.scs_ad_style
{
  width: 100%;
  background: white;
  border-style: solid;
  border-color: yellow;
  border-width: thin; 
}

div#scs_entire_page
{
  float:left;
  clear:left;
  width: 100%;
}

div.scs_frame
{
  float:left;
  clear:left;
  width: 100%;
  padding: 0px;
  margin-right: 0em;
  margin-left: 0em;
  margin-top: .5em;
  text-align: left;
  background: #edecec;
  color: #000000;
}

div.scs_header
{
    width: 100%;
    padding: 2px 0px;
}

div.scs_info
{
  color: #006bb6;
  background-color: #D3D3D3; /* Lightgray */
  width: 100%;
  padding: 2px 0px;
  clear: left;
  font-family: arial;
  font-size: 14px;
}

div.scs_menu
{
}

div.scs_header_separator
{
    float:left;
    clear:left;
    width: 100%;
    /* height: 50px; */
    height: 30px;
    /* padding: 2px 0px; */
    padding: 0px;
    font-family: arial;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    color: #000000;
    background-image: url("../images/headerbg.gif");
    background-position: 0px 2px;
    background-repeat: repeat-x;
}

table.scs_separator
{
  width: 100%;
}

tr.scs_header_separator
{
  background-image: url("../images/headerbg.gif");
  background-position: bottom;
  background-repeat: repeat-x;
  max-height: 30px;
}

tr.scs_footer_separator
{
  background-image: url("../images/footerbg.gif");
  background-position: top;
  background-repeat: repeat-x;
  max-height: 30px;
}

td.scs_header_separator, td.scs_footer_separator
{
  width: 236px;
  height: 30px;
  background-repeat: no-repeat;
  font-family: arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: white;
}

td.scs_header_separator
{
  background-image:  url("../images/h_blank.gif");
  background-position: bottom;
}

td.scs_footer_separator
{ 
  background-image:  url("../images/f_blank.gif");
  background-position: top;
}

td.scs_header_separator_title
{
  font-family: arial;
  font-size: .75em;
  font-weight: bold;
  vertical-align: middle;
}

div.scs_body
{
    float:left;
    clear:left;
    width: 100%;
    min-width: 770px;
    height: auto;
    min-height: 32em;
    overflow: auto; /* What is this needed for? Makes osme pages display with an extra scroll bar in firefox */
    padding: 0px;
    text-align: center;
    font-family: arial;
    font-size: 12px;
}

div.scs_left_body
{
    width: 25%;
    max-width: 210px;
    min-width: 210px;
    padding-right: 5px;
    text-align: center;
    float: left;
    vertical-align: middle;
    font-family: Arial;
    font-size: 12px;
}

div.scs_center_body {
    width: 70%;
    min-width: 500px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    float: left;
    font-family: Arial;
    font-size: 12px;
    overflow-y: auto; /* What is this needed for? Makes osme pages display with an extra scroll bar in firefox */
}

div.scs_right_body {
    width: 190px;
    padding-right: 5px;
    text-align: center;
    float: left;
    font-family: arial;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
}

div.scs_footer_separator
{
    float:left;
    clear:left;
    width: 100%;
    height: 28px;
    padding: 2px 0px;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    color: #000000;
    background-image: url("../images/footerbg.gif");
    background-position: 0 100%;
    background-repeat: repeat-x;
}

div.scs_footer
{
    float:left;
    clear:left;
    width: 100%;
    height: 30px;
    padding: 0px;
    font-family: arial;
    font-size: 10px;
    text-align: center;
    line-height: 110%;
}

/**********************************/
/* Login Border Divisions         */
/**********************************/
div.tpw_border
{
    background-color: transparent;
    background-image: url( "../images/pw_point.gif" );
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: 0% 0%;
}

div.bpw_border
{
    background-color: transparent;
    background-image: url( "../images/pw_point.gif" );
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: 0% 100%;
}

div.lpw_border
{
    background-color: transparent;
    background-image: url( "../images/pw_point.gif" );
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-position: 0% 0%;
}

div.rpw_border
{
    background-color: transparent;
    background-image: url( "../images/pw_point.gif" );
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-position: 100% 0%;
}

div.pwbl_corner
{
    background-color: transparent;
    background-image: url( "../images/pwblc.gif" );
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0% 100%;
}

div.pwbr_corner
{
    background-color: transparent;
    background-image: url( "../images/pwbrc.gif" );
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 100% 100%;
}

div.pwtl_corner
{
    background-color: transparent;
    background-image: url( "../images/sm_logo.gif" );
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
}

div.pwtr_corner
{
    background-color: transparent;
    background-image: url( "../images/pwtrc.gif" );
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 100% 0%;
    padding: 10px;
}


/**********************************/
/* Styles for Admax               */
/**********************************/
td.adinfoheader
{
    color: red;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

td.adinfo
{
    color: black;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

div.errormessage
{
    color: red;
}


/**********************************/
/* Other Common Styles            */
/**********************************/

/* SCS Copyright Link */
a:link.scs_copyright, a:active.scs_copyright, a:visited.scs_copyright
{
    color: blue;
    text-decoration: none;
    font-size: 10px;
    font-family: arial;
}

a:hover.scs_copyright
{
    color: red;
    text-decoration: none;
    font-size: 10px;
    font-family: arial;
}

input.scs_input
{
    color: black;
    text-decoration: none;
    font-size: 10px;
    font-family: arial;
    vertical-align: middle; /* Added to make the userId and password */
                            /* fields on the login bar match up with */
                            /* the new login button */
}

/* Square preview div for color inputs */
span.scs_color_preview 
{  
    display: inline;
    border: 1px solid black;
}

img.scs_image
{
    color: black;
    text-decoration: none;
    font-size: 12px;
    font-family: arial;
}

/**********************************/
/* Button Styles                  */
/**********************************/

/* Added for login buttons that mimick the images */
input.scs_black_button  
{ 
	background-color:#000000;
        border:medium none;
	color:#FFFFFF;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	cursor: pointer;
	vertical-align: middle;
} 

/**********************************/
/* Mouseover Menus                */
/**********************************/

.anylinkcss{
    position:absolute;
    visibility: hidden;
    border:8px #d3d3d3;
    line-height: 18px;
    z-index: 100;
    width: 205px;
    background-color: #d3d3d3;
    color: black;
    font-family: arial, sans-serif;
    font-size: 15px;
    font-weight: bold;

}

.anylinkcss a, .anylinkcss a:visited {
    color: black;
    width: 100%;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid #d3d3d3;
    padding: 0px;
    text-decoration: none;
    font-weight: bold;
    text-indent: 5px;
}


.anylinkcss a:hover{ /*hover background color*/
    padding: 0px;
    background-color: #777;
    color: #FFFFFF;
}

@media print 
{
  .scs_header, #login_banner, .scs_menu, 
  #scs_header_separator_div, #scs_left_body, 
  #scs_footer_separator_div, .scs_footer, 
  .scs_progress_div, #login_banner_all
  {
    display: none;
  }
}

/**********************************/
/* SCS Progress Bar Style Sheet   */
/**********************************/
div.scs_progbar
{
    background-color: #B8DCF5;
    border: 2px solid gray;
    height:50px;
    left:50%;
    margin-left:-125px;
    margin-top:-25px;
    position:absolute;
    text-align:center;
    top:50%;
    width:250px;
    font-size: 13px;
    font-family: Arial, Verdana, sans-serif;
    display: none;
    z-index: 1000;
}

/**********************************/
/* SCS Bread Crumb Styles         */
/**********************************/

ul.scs_bread, ul.scs_bread li
{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.scs_bread li
{
  float: left;
  margin-right: 5px;
}

ul.scs_bread a
{
  width: 110px;
  display:block;
  font-weight: bold; 
  font-family: Verdana,Arial,sans-serif; 
  font-size: 9px;
  text-transform:uppercase;
  padding: 2px;
  text-decoration:none;
  text-align:center;
}

ul.scs_bread a.selected
{
  background-color: #006bb6;
  color: black; 
  cursor: default;
}

ul.scs_bread a.inactive
{
  background-color: black;
  color: black; 
  cursor: default;
}

ul.scs_bread a.active
{
  background-color: #006bb6;
  color: black; 
}

ul.scs_bread a.active:hover
{
  background-color: #006bb6;
  color: black; 
}

/**********************************/
/* Other Useful formatting        */
/**********************************/

.scs_b
{ font-weight: bold; }

.scs_u
{ text-decoration: underline; }

.scs_i
{ font-style: italic; }

.scs_center
{ text-align: center; }

.scs_left
{ text-align: left; }

.scs_right
{ text-align: right; }

.scs_red
{ color: red; }

.scs_blue
{ color: blue; }

.scs_green
{ color: green; }

.scs_white
{ color: white; }

.scs_black
{ color: black; }

.scs_gray
{ color: gray; }

.scs_lightgray
{ color: #e9e9e9; }

.scs_bg_red
{ background-color: red; }

.scs_bg_blue
{ background-color: blue; }

.scs_bg_green
{ background-color: green; }

.scs_bg_white
{ background-color: white; }

.scs_bg_black
{ background-color: black; }

.scs_bg_gray
{ background-color: gray; }

.scs_bg_lightgray
{ background-color: #e9e9e9; }

.scs_padtop
{ margin-top: 10px; }

.scs_padbottom
{ margin-bottom: 10px; }

.scs_padleft
{ margin-left: 10px; }

.scs_padright
{ margin-right: 10px; }

.scs_code 
{ font-family: Courier New, monospace; }

div.scs_code , p.scs_code
{ margin-left: 10px; }


/*********************************************/
/* SCS Rounded Corner classes                */
/*********************************************/
ul.scs_round,
ul.scs_round li.scs_round
{
  margin:0;
  padding:0;
  list-style:none;
  float:left;
}

ul.scs_round li.scs_round
{
  margin:5px;
}

ul.scs_round h3.scs_round
{
  margin:0px;
  padding: 7px 5px 0;
  text-align:center;
  font-size: 110%;
  font-weight: bold;
  color: white;
  background-color: #006bb6;
}

/* NOTE: Need to list the classes explicitly for IE6, */
/* which doesn't support CSS selectors...             */
/* Make sure to update both versions of styles if changes are made */

ul.scs_round div.scs_round,
ul.scs_round div.scs_round_t,
ul.scs_round div.scs_round_tb,
ul.scs_round div.scs_round_sh1,
ul.scs_round div.scs_round_sh2,
ul.scs_round div.scs_round_sh3,
ul.scs_round div.scs_round_t_sh1,
ul.scs_round div.scs_round_t_sh2,
ul.scs_round div.scs_round_t_sh3,
ul.scs_round div.scs_round_tb_sh1,
ul.scs_round div.scs_round_tb_sh2,
ul.scs_round div.scs_round_tb_sh3
{
  padding: 10px;
  background-color: #d3d3d3;
  color: black;
}

ul.scs_round div[class^="scs_round"]
{
  padding: 10px;
  background-color: #d3d3d3;
  color: black;
}

ul.scs_round div.scs_round.hover:hover,
ul.scs_round div.scs_round_t.hover:hover,
ul.scs_round div.scs_round_tb.hover:hover,
ul.scs_round div.scs_round_sh1.hover:hover,
ul.scs_round div.scs_round_sh2.hover:hover,
ul.scs_round div.scs_round_sh3.hover:hover,
ul.scs_round div.scs_round_t_sh1.hover:hover,
ul.scs_round div.scs_round_t_sh2.hover:hover,
ul.scs_round div.scs_round_t_sh3.hover:hover,
ul.scs_round div.scs_round_tb_sh1.hover:hover,
ul.scs_round div.scs_round_tb_sh2.hover:hover,
ul.scs_round div.scs_round_tb_sh3.hover:hover
{
  cursor:pointer;
  background-color: #777;
  color: #000000;
}

ul.scs_round div[class^="scs_round"].hover:hover
{
  cursor:pointer;
  background-color: #777;
  color: #000000;
}

ul.scs_round div.scs_round.active,
ul.scs_round div.scs_round_t.active,
ul.scs_round div.scs_round_tb.active,
ul.scs_round div.scs_round_sh1.active,
ul.scs_round div.scs_round_sh2.active,
ul.scs_round div.scs_round_sh3.active,
ul.scs_round div.scs_round_t_sh1.active,
ul.scs_round div.scs_round_t_sh2.active,
ul.scs_round div.scs_round_t_sh3.active,
ul.scs_round div.scs_round_tb_sh1.active,
ul.scs_round div.scs_round_tb_sh2.active,
ul.scs_round div.scs_round_tb_sh3.active
{
  cursor:pointer;
  background-color: #777;
  color: white;
}

ul.scs_round div[class^="scs_round"].active
{
  cursor:pointer;
  background-color: #777;
  color: white;
}

ul.scs_round div.scs_round_tb,
ul.scs_round div.scs_round_tb_sh1,
ul.scs_round div.scs_round_tb_sh2,
ul.scs_round div.scs_round_tb_sh3
{
  border: 2px solid #006bb6;;
}

ul.scs_round div[class^="scs_round_tb"]
{
  border: 2px solid #006bb6;;
}


/*********************************************/
/* Various other classes                     */
/*********************************************/
.clickLink { text-decoration: underline;
             color: blue; }
.clickLink:hover { cursor: pointer; }

  /* Used for fading the scs_entire_page div */ 
  .scs_faded { float: left; 
               opacity: 0.5; 
               -moz-opacity: 0.5;
               filter: alpha(opacity=50); }

  /* Used for the floating div that appears over the faded page */
  #scs_floating_div, #scs_email_floating_div {
     z-index: 1000;
     width: 40%;
     position: absolute;
     left: 30%;
     top: 30%;
     background-color: white;
     border: 2px solid black;
     color: black;
     display: none;
     padding: 10px;
   }


/*********************************************/
/* CSS for SCS popup boxes                   */
/*********************************************/
.scs_popup
{
  position: absolute;
  top: 0;
  left: 0;
}

.scs_hidden
{
  display: none;
}

/***************************************************/
/* CSS for CSS sprite icons in scs_tbls_icons.gif  */
/***************************************************/
.scs_sprite
{
  width: 10px; 
  height: 10px; 
  background-image: url("../images/scs_tbls_icons.gif");
}

ul.scs_sprite
{
  float: left; 
  margin: 3px 2px 2px; 
  padding: 0pt; 
  position: relative; 
  vertical-align: middle; 
}

li.scs_sprite
{
  margin: auto; 
  list-style-type: none; 
  list-style-image: none; 
  list-style-position: outside; 
}

li.scs_sprite.clickable.raise:hover
{
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-color: white gray gray white;
  margin-left: -2px;
  margin-top: -2px;
  padding: 1px;
}

li.scs_sprite.clickable.raise.down:hover
{
  border-color: gray white white gray;
}

a.scs_sprite
{
  display: block; 
}

/* Allow anything to become a link by changing the cursor on hover */
.scs_link:hover, .clickable:hover
{
  cursor: pointer;
}

.scs_sprite.REDX { background-position: 0px 0px; width: 10px; height: 10px;}
.scs_sprite.GREENCHECK { background-position: -11px 0px; width: 10px; height: 10px;}
.scs_sprite.GREENPLUS { background-position: -22px 0px; width: 10px; height: 10px;}
.scs_sprite.REDDASH { background-position: -33px 0px; width: 10px; height: 10px;}
.scs_sprite.GRAYX { background-position: 0px -11px; width: 10px; height: 10px;}
.scs_sprite.GRAYCHECK { background-position: -11px -11px; width: 10px; height: 10px;}
.scs_sprite.GRAYPLUS { background-position: -22px -11px; width: 10px; height: 10px;}
.scs_sprite.GRAYDASH { background-position: -33px -11px; width: 10px; height: 10px;}
.scs_sprite.FUNNEL { background-position: -44px -11px; width: 10px; height: 10px;}
.scs_sprite.ITEMDETAILS { background-position: -55px -11px; width: 10px; height: 10px;}
.scs_sprite.TABLEICON { background-position: -66px -11px; width: 10px; height: 10px;}
.scs_sprite.ZONESICON { background-position: -77px -11px; width: 10px; height: 10px;}
.scs_sprite.RIGHTARROW { background-position: 0px -22px; width: 10px; height: 10px;}
.scs_sprite.LEFTARROW { background-position: -11px -22px; width: 10px; height: 10px;}
.scs_sprite.DBLRIGHTARROW { background-position: -22px -22px; width: 10px; height: 10px;}
.scs_sprite.DBLLEFTARROW { background-position: -33px -22px; width: 10px; height: 10px;}
.scs_sprite.ENDRIGHTARROW { background-position: -44px -22px; width: 10px; height: 10px;}
.scs_sprite.ENDLEFTARROW { background-position: -55px -22px; width: 10px; height: 10px;}
.scs_sprite.CIRCULARRIGHTLEFTARROW { background-position: -66px -22px; width: 10px; height: 10px;}
.scs_sprite.GREYPLUSSIGN { background-position: -77px -22px; width: 10px; height: 10px;}
.scs_sprite.I_RIGHTARROW { background-position: 0px -33px; width: 10px; height: 10px;}
.scs_sprite.I_LEFTARROW { background-position: -11px -33px; width: 10px; height: 10px;}
.scs_sprite.I_DBLRIGHTARROW { background-position: -22px -33px; width: 10px; height: 10px;}
.scs_sprite.I_DBLLEFTARROW { background-position: -33px -33px; width: 10px; height: 10px;}
.scs_sprite.I_ENDRIGHTARROW { background-position: -44px -33px; width: 10px; height: 10px;}
.scs_sprite.I_ENDLEFTARROW { background-position: -55px -33px; width: 10px; height: 10px;}
.scs_sprite.GREENUPARROW { background-position: -66px -33px; width: 10px; height: 10px;}
.scs_sprite.GRAYMINUSSIGN { background-position: -77px -33px; width: 10px; height: 10px;}
.scs_sprite.REDDOT { background-position: 0px -44px; width: 10px; height: 10px;}
.scs_sprite.YELLOWDOT { background-position: -11px -44px; width: 10px; height: 10px;}
.scs_sprite.GREENDOT { background-position: -22px -44px; width: 10px; height: 10px;}
.scs_sprite.PINKDOT { background-position: -33px -44px; width: 10px; height: 10px;}
.scs_sprite.ORANGEDOT { background-position: -44px -44px; width: 10px; height: 10px;}
.scs_sprite.GRAYDOT { background-position: -55px -44px; width: 10px; height: 10px;}
.scs_sprite.GREENDOWNARROW { background-position: -66px -44px; width: 10px; height: 10px;}
.scs_sprite.GRAYWRENCH { background-position: -77px -44px; width: 10px; height: 10px;}
.scs_sprite.YELLOWPENCIL { background-position: 0px -55px; width: 10px; height: 10px;}
.scs_sprite.INFOCARD { background-position: -11px -55px; width: 10px; height: 10px;}
.scs_sprite.YELLOWSTAR { background-position: -22px -55px; width: 10px; height: 10px;}
.scs_sprite.MAGGLASS { background-position: -33px -55px; width: 10px; height: 10px;}
.scs_sprite.BLUEDISK { background-position: -44px -55px; width: 10px; height: 10px;}
.scs_sprite.BLACKDISK { background-position: -55px -55px; width: 10px; height: 10px;}
.scs_sprite.GREENRIGHTARROW { background-position: -66px -55px; width: 10px; height: 10px;}
.scs_sprite.COLORINDICATOR { background-position: -77px -55px; width: 10px; height: 10px;}
.scs_sprite.GRAYPENCIL { background-position: 0px -66px; width: 10px; height: 10px;}
.scs_sprite.GRAYINFOCARD { background-position: -11px -66px; width: 10px; height: 10px;}
.scs_sprite.GRAYSTAR { background-position: -22px -66px; width: 10px; height: 10px;}
.scs_sprite.GRAYMAGGLASS { background-position: -33px -66px; width: 10px; height: 10px;}
.scs_sprite.GRAYDISK { background-position: -44px -66px; width: 10px; height: 10px;}
.scs_sprite.PRINTER { background-position: -55px -66px; width: 10px; height: 10px;}
.scs_sprite.GREENLEFTARROW { background-position: -66px -66px; width: 10px; height: 10px;}
.scs_sprite.LIGHTGRAYDOT { background-position: -77px -66px; width: 10px; height: 10px;}
.scs_sprite.REDFLAG { background-position: 0px -77px; width: 10px; height: 10px;}
.scs_sprite.YELLOWFLAG { background-position: -11px -77px; width: 10px; height: 10px;}
.scs_sprite.GREENFLAG { background-position: -22px -77px; width: 10px; height: 10px;}
.scs_sprite.PINKFLAG { background-position: -33px -77px; width: 10px; height: 10px;}
.scs_sprite.ORANGEFLAG { background-position: -44px -77px; width: 10px; height: 10px;}
.scs_sprite.GRAYFLAG { background-position: -55px -77px; width: 10px; height: 10px;}
.scs_sprite.GRAYGEAR { background-position: -66px -77px; width: 10px; height: 10px;}
.scs_sprite.WHITEDOT { background-position: -77px -77px; width: 10px; height: 10px;}
.scs_sprite.GREENUPLEFTARROW { background-position: 0px -88px; width: 10px; height: 10px;}
.scs_sprite.GREENDOWNLEFTARROW { background-position: -11px -88px; width: 10px; height: 10px;}
.scs_sprite.REDFLAG_EXCL { background-position: -22px -88px; width: 21px; height: 10px;}
.scs_sprite.YELLOWFLAG_EXCL { background-position: -44px -88px; width: 21px; height: 10px;}
.scs_sprite.TREEPICTURE { background-position: -66px -88px; width: 10px; height: 10px;}
.scs_sprite.A_DASH { background-position: -77px -88px; width: 13px; height: 10px;}
.scs_sprite.BIGPRINTER { background-position: 0px -99px; width: 16px; height: 16px;}
.scs_sprite.BIGMAGGLASS { background-position: -17px -99px; width: 16px; height: 16px;}
.scs_sprite.BLANK { background-position: -55px 0px; width: 10px; height: 10px;}

/*********************************************/
/* NiftyCorners.css for CSS rounded corners  */
/*********************************************/

/*Nifty Corners Cube CSS by Alessandro Fulciniti
The following classes are added dinamically by javascript,
and their use should be avoided in the markup */

b.niftycorners,b.niftyfill{display:block}
b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
    overflow:hidden;border-style:solid;border-width: 0 1px}
/*normal*/
b.r1{margin: 0 3px;border-width: 0 2px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}
b.r4{height: 2px}
b.rb1{margin: 0 8px;border-width:0 2px}
b.rb2{margin: 0 6px;border-width:0 2px}
b.rb3{margin: 0 5px}
b.rb4{margin: 0 4px}
b.rb5{margin: 0 3px}
b.rb6{margin: 0 2px}
b.rb7{margin: 0 1px;height:2px}
b.rb8{margin: 0;height:2px}
b.rs1{margin: 0 1px}
/*transparent inside*/
b.t1{border-width: 0 5px}
b.t2{border-width: 0 3px}
b.t3{border-width: 0 2px}
b.t4{height: 2px}
b.tb1{border-width: 0 10px}
b.tb2{border-width: 0 8px}
b.tb3{border-width: 0 6px}
b.tb4{border-width: 0 5px}
b.tb5{border-width: 0 4px}
b.tb6{border-width: 0 3px}
b.tb7{border-width: 0 2px;height:2px}
b.tb8{border-width: 0 1px;height:2px}
b.ts1{border-width: 0 2px}

/*********************************************/
/* SCS Tables Styles                         */
/*********************************************/
/*  WHERE IS THIS USED?
h1 {
    font-size: 2em;
    color: #4B4545;
    text-align: center;
}
*/

div.tablecontainer {
    width: 100%;
    overflow-x: auto;
    float: left;
}

table.datagrid {
    width: 100%;
    background-color: white;
    color: black
}

table.borderCollapse {
    border-collapse: collapse;
}

table.datagrid thead th, button.drag { 
    text-align: left;
    background-color: #006bb6;
    background-repeat: no-repeat;
    background-position: right center;
    color: black;
    font-weight: bold;
    padding: .3em 0.7em;
    font-size: .9em;
    padding-right: 5px;
    background-repeat: no-repeat;
    background-position: 95%;
}

table.datagrid thead th.nowrap, button.drag
{
  /*  Wrap headers by default, force explicit disabling of wrapping */
  white-space: nowrap;
}

table.datagrid thead th.center, button.drag
{
  text-align:center;
}

button.drag
{
  position: absolute;
  border: 1px dashed black;
  background-color: gray;
}

table.datagrid thead th a {
    color: black;
    text-decoration: none;
    font-size: 1.0em;
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 15px;
}

table.datagrid thead th.over:hover {
    background-color: gray;
    color: black;
    cursor: pointer;
}

table.datagrid thead th.filtered {
    background-color: blue;
    color: black;
}

table.datagrid tbody th {
    font-weight: bold;
}

table.datagrid tbody td, table.datagrid tbody th {
    text-align: left;
    padding: .3em 0.7em;
    border-bottom: 1px solid black;
    white-space: nowrap;

    /* Any reason for this?  Makes icons align at the top...*/
    /* vertical-align: top; */
}

table.datagrid tbody td.icon {
    padding: .3em 0em;
}

table.datagrid tbody td.center {
    text-align: center;
}

table.datagrid tbody tr.alternate td, table.datagrid tbody tr.alternate th {
    background-color: #f1f1f1;
}

table.datagrid tfoot td, table.datagrid tfoot th { 
    background-color: white;
    color: black;
    padding: .5em;
    font-weight: bold;
    /* border-top: 2px solid black; */
}

/* NOt used?
thead.cellgrid td, thead.cellgrid th { 
    background-color: white;
    color: #006bb6;
    padding: .5em;
    font-weight: bold;
    /* IS THIS NEEDED? Leaves a line when changing colors of filtered headers */
    /* border-top: 2px solid #4B4545; */
}
*/

table.datagrid tfoot th { text-align: left; }

table.datagrid tfoot td {  }

div.datagrid_bottom,
div.datagrid_top
{
    background-color: white;
    color: black;
    padding-top: .5em;
    padding-bottom: .5em;
    font-weight: bold;
    height: 2em;
    text-align: center;
    float: left;
    width: 100%;
}


div.datagrid_bottom { 
    /* border-top: 2px solid black; */
}

div.datagrid_top { 
    /* border-bottom: 2px solid black; */
}

a.pagelink:visited
{
    color: blue;
    text-decoration: none;
}

a.pagelink:link
{
    color: blue;
    text-decoration: none;
}

a.mouselink
{
    color: green;
    text-decoration: none;
}

.invisible { display: none; }
.hidden { display: none; }

.mochi-template { display: none; }
.mochi-example { display: none; }

/* Style to add to document.body to make the cursor show that it is busy */
body.progress, 
body.progress *
{
  cursor: progress;
}

