/* 
Copyright (c) 2004 Gemini Performance Solutions Inc.
Unauthorized use is expressly forbidden except through
written permisson of Gemini Performance Solutions Inc. 
*/

/*--------------------DEFAULTS---------------------*/
html {
  width: 100%;
  height: 100%;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
}

body {
  height: 100%;
  width: 100%;
}

H1,H2,H3,H4,H5,H6
  {
  color:#000000;
  margin:5px;
  }

/*
P
  {
  color:#000000;
	font-style: normal;
	font-size: 10pt;
  }
*/

P.justify
  {
/*
  color:#000000;
	font-style: normal;
	font-size: 10pt;
*/
  text-align:justify;
  }

OL
  {
  color:#000000;
	font-style: normal;
	font-size: 10pt;
  }

UL
  {
  color:#000000;
	font-style: normal;
	font-size: 10pt;
  }

DL
  {
  color:#000000;
	font-style: normal;
	font-size: 10pt;
  }

A, A:link, A:active, A:hover, A:visited
{
    font-style: normal;
    font-size: 10pt;
    text-decoration:none;
}

/* Override user-agent specified styles */ 
input, textarea, keygen, select, button {
    font-family: inherit;
}

/*Odds 'n sods*/

.tooltip
  {
  color:#000000;
	font-style: normal;
	font-size: 8pt;
  margin:2px;
  }

.inserted /*Content dumped into QUESTIONS*/
  {
  color:#000000;
	font-style: normal;
	font-size: 10pt;
  }

.smallfont /*Stats Pages and Courseo/Moduleo */
  {
  color:#000000;
	font-style: normal;
	font-size: 8pt;
  }

.prologheader /*Title Text for Exercises etc.*/
  {
  color:#000000;
  text-align:center;
  }

.header /*Header Tabs Text*/
  {
  color:#ccffff;
	font-size: 14pt;
	font-weight: bold;
  }

.mastery /*Courseo and Moduleo __% */
  {
  color:#EE6600;
  font-weight:bold;
  }

.masterybox /*Courseo and Moduleo __% */
  {
  position: relative;
  float:right;
  padding: 5px;
  }

.objectivesbox
  {
    width:80%;
    margin: 5% auto 0 auto;
  }

.objectives
  {
    padding: 5px;
  }

.igoalsbox
  {
    width:80%;
    margin: 5% auto 0 auto;
  }

.igoals
  {
    width:70%;
    margin: 0 auto 0 auto;
  }

.buttoncenter
  {
    width: 50%;
    margin: 0px auto 0px auto;
    text-align: center;
  }
/*--------------------BRANDING---------------------*/

/*SWIFT Login Pages*/

BODY.login
  {
  background-color:#074d77;
  background-image:url(/htm/images/intrface/login_back.png);
  background-repeat:no-repeat;
  }

TEXTAREA.login
  {
  color:#FFFFFF;
	font-style: normal;
	font-size: 12px;
  background-color:#074D77;
  }

H1.login, H2.login, H3.login, H4.login, H5.login, H6.login
  {
  color:#FFFFFF;
  margin:5px;
  }

P.login
  {
  color:#FFFFFF;
	font-style: normal;
	font-size: 10px;
  margin-top:2px; margin-bottom:2px;
  }

P.loginerror
  {
  color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
  margin-top:2px; margin-bottom:2px;
  }
  
A.loginerror, A.loginerror:link, A.loginerror:active, A.loginerror:visited, A.loginerror:hover
  {
  color:#2501FD;
	font-style: normal;
	font-size: 14px;
  text-decoration:underline;
  }

A.login, A.login:link, A.login:active, A.login:visited, A.login:hover
  {
  color:#e0f0ff;
	font-style: normal;
	font-size: 10px;
  text-decoration:underline;
  }

P.loginbox
  {
  color:#000000;
	font-style: normal;
	font-size: 12px;
  margin-top:1px; margin-bottom:1px;
  }

A.loginbox, A.loginbox:link, A.loginbox:active, A.loginbox:visited, A.loginbox:hover
  {
  color:#000000;
	font-style: normal;
	font-size: 12px;
  text-decoration:underline;
  }

P.saveID
  {
  color:#000000;
	font-style: normal;
	font-size: 12px;
  }

/*GeMS Login Pages*/

BODY.loginadmin
  {
  background-color:#074d77;
  }

H1.loginadmin, H2.loginadmin, H3.loginadmin, H4.loginadmin, H5.loginadmin, H6.loginadmin
  {
  color:#FFFFFF;
  margin:5px;
  }

P.loginadmin
  {
  color:#FFFFFF;
	font-style: normal;
	font-size: 10px;
  margin-top:2px; margin-bottom:2px;
  }

A.loginadmin, A.loginadmin:link, A.loginadmin:active, A.loginadmin:visited, A.loginadmin:hover
  {
  color:#B8C2CB;
	font-style: normal;
	font-size: 10px;
  text-decoration:underline;
  }

P.loginadminbox
  {
  color:#000000;
	font-style: normal;
	font-size: 12px;
  margin-top:1px; margin-bottom:1px;
  }

A.loginadminbox, A.loginadminbox:link, A.loginadminbox:active, A.loginadminbox:visited, A.loginadminbox:hover
  {
  color:#000000;
	font-style: normal;
	font-size: 12px;
  text-decoration:underline;
  }

/*Retrieve Password Pages*/

BODY.password
  {
  background-color:#074D77;

  }

/* LE Related Stuff */

.toolboxheader
  {
  background-color:#074D77;
  }

BODY.toolbox
  {
  background-color:#074D77;
  background-repeat:no-repeat;
  height: 90%;
  width: 95%;
  }

A.toolboxquest, A.toolboxquestlink, A.toolboxquest:active, A.toolboxquest:hover, A.toolboxquest:visited
  {
  color:#FFFFFF;
  font-size:10pt;
  text-decoration:none;
  }

A.toolboxlnk, A.toolboxlnk:link, A.toolboxlnk:active, A.toolboxlnk:hover, A.toolboxlnk:visited
  {
  color:#FFFFFF;
  font-size:10pt;
font-weight:bold;
  text-decoration:none;
  }

BODY.toolbar
  {
  background-color:#F1F1F2;
  }

.toolbartxt
  {
  color:#94E0E9;
  font-size:8pt;
  }

BODY.statbar
  {
  background-color:#F1F1F2;
  }

.statbartxt
  {
  color:#000000;
  font-size:10px;
  }

BODY.legend
  {
  background-color:#074D77;

  background-repeat:no-repeat;
  }

.legendtxt
  {
	font-style: normal;
	font-size: 9pt;
  color:#FFFFFF;
  text-align:center;
  }

.copyright
  {
	font-size: 9px;
  color:midnightblue;
  text-align:center;
  margin:5px;
  }
  
  .legendclear
  {
	font-size: 9px;
  color:#eaf7ff;
  text-align:center;
  margin:5px;
  }

/*Table BG Colors*/

.hairline
  {
  /*border: 1px solid #000000;*/
  }

.mainback
  {
  background-color:#FFFFFF;
	font-size: 10pt;
  color:#000000;
  }

.silverback
  {
  background-color:#B8C2CB;
	font-size: 10pt;
  color:#000000;
  }

.silverbackjustify
  {
  background-color:#B8C2CB;
	font-size: 10pt;
  text-align:justify;
  color:#000000;
  }

.blueback
  {
  background-color:#074D77;
	font-style: normal;
	font-size: 10pt;
  color:#FFFFFF;
  }

.bluebackjustify
  {
  background-color:#074D77;
	font-style: normal;
	font-size: 10pt;
  text-align:justify;
  color:#FFFFFF;
  }
/**********************************************************
********************New style Edits************************
**********************************************************/

/* round edge styles for question types */
.darkgrey {
  background-color: #bcc2c6;
	font-style: normal;
	font-size: 10pt;
  color:#000000;
}

.hairlineRound {
    background: rgb(234,234,234); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(244,249,255,1) 6%, rgba(232,232,232,1) 21%, rgba(232,232,232,1) 71%, rgba(232,232,232,1) 85%, rgba(216,216,216,1) 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(6%,rgba(244,249,255,1)), color-stop(21%,rgba(232,232,232,1)), color-stop(71%,rgba(232,232,232,1)), color-stop(85%,rgba(232,232,232,1)), color-stop(99%,rgba(216,216,216,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(244,249,255,1) 6%,rgba(232,232,232,1) 21%,rgba(232,232,232,1) 71%,rgba(232,232,232,1) 85%,rgba(216,216,216,1) 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(244,249,255,1) 6%,rgba(232,232,232,1) 21%,rgba(232,232,232,1) 71%,rgba(232,232,232,1) 85%,rgba(216,216,216,1) 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(244,249,255,1) 6%,rgba(232,232,232,1) 21%,rgba(232,232,232,1) 71%,rgba(232,232,232,1) 85%,rgba(216,216,216,1) 99%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(234,234,234,1) 0%,rgba(244,249,255,1) 6%,rgba(232,232,232,1) 21%,rgba(232,232,232,1) 71%,rgba(232,232,232,1) 85%,rgba(216,216,216,1) 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */

		font-size: 10pt;
    color:#000000;
    border-radius: 7px;
}
/* new classes */
.titleStyle {
    position: relative; right: 4px;
    font-size: 25px;
    color: #3e3e3e;
}
.objectiveStyle, .objectiveStyleTopLeft {
    background: rgb(224,224,224); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(224,224,224,1) 0%, rgba(247,247,247,1) 35%, rgba(204,204,204,1) 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,224,224,1)), color-stop(35%,rgba(247,247,247,1)), color-stop(99%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(247,247,247,1) 35%,rgba(204,204,204,1) 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(247,247,247,1) 35%,rgba(204,204,204,1) 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(247,247,247,1) 35%,rgba(204,204,204,1) 99%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(224,224,224,1) 0%,rgba(247,247,247,1) 35%,rgba(204,204,204,1) 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    box-shadow: -3px 3px 6px #9e9e9e;
}
.objectiveStyle {
    border-radius: 5px;
    padding: 10px;
    padding: 1.0rem;
}
.objectiveStyleTopLeft {
    border-top-left-radius:0px;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
}

.masteryStyle {
    position: relative; top: 5px;
}
.masteryStyle p {
    color: #3e3e3e!important;
}
/**********************************************************
********************New style Edits End********************
**********************************************************/
/*Course/Test Details*/

.lightblueback
  {
  background-color:#0174AE;
	font-style: normal;
	font-size: 10pt;
  color:#FFFFFF;
  }

.lightbluebackjustify
  {
  background-color:#0174AE;
	font-style: normal;
	font-size: 10pt;
  text-align:justify;
  color:#FFFFFF;
  }

ul.lightblueback
  {
  color:#FFFFFF;
	font-style: normal;
	font-size: 10pt;
  list-style-position:inside;
  list-style-type:disc; 
  margin:0 0 0 4;
  }

.listdetaildivide {
  width: 100%; 
  height: 2px; 
  background-color: #074D77; 
  margin: 5px 0;
}

/*No Course/Test*/

P.no
  {
  color:#FFFFFF;
	font-size: 10pt;
	font-weight: bold;
  margin-left: 5px;
  }

/*Registered*/

A.r, A.r:link, A.r:active, A.r:visited
  {
  color:#FFFFFF;
	font-size: 10pt;
	font-weight: bold;
  }

A.r:hover
  {
  text-decoration:underline;
  }

/*Demo*/

A.d, A.d:link, A.d:active, A.d:visited
  {
  color:#FFFFFF;
	font-size: 10pt;
	font-weight: bold;
  }

A.d:hover
  {
  text-decoration:underline;
  }

/*Current*/

A.c, A.c:link, A.c:active, A.c:visited
  {
  color:#BEE4F6;
	font-style: italic;
	font-size: 10pt;
	font-weight: bold;
  font:italic bold 10pt Verdana, Arial, Geneva, sans-serif;
  }

A.c:hover
  {
  text-decoration:underline;
  }

/*Unavailable*/

A.u, A.u:link, A.u:active, A.u:visited, A.u:hover
  {
  color:#B8C2CB;
	font-style: italic;
	font-size: 10pt;
	font-weight: bold;
  }

/*Timed-Out*/

A.t, A.t:link, A.t:active, A.t:visited, A.t:hover
  {
  color:#B8C2CB;
	font-style: italic;
	font-size: 10pt;
	font-weight: bold;
  }

/*Review Test*/

A.review, A.review:link, A.review:active, A.review:visited
  {
  color:#FFFFFF;
	font-size: 10pt;
	font-weight: bold;
  }

A.review:hover
  {
  text-decoration:underline;
  }

/*Tree Styles*/

html
{
}

BODY.tree
{
  /*This is the same background as toolbox minus the "CMAP_HEADER_SIZE"*/
  background-color:#074D77;

  background-attachment:fixed;
  height: 90%;
  width: 95%;
}

/*Normal*/

a.norm,a.norm:link,a.norm:active,a.norm:visited
{
  color:#FFFFFF;
  font:normal xx-small Verdana,sans-serif;
  text-decoration:none;
}

a.norm:hover
{
  color:#FFFFFF;
  font:normal xx-small Verdana,sans-serif;
  text-decoration:underline;
}

/*Current Instructional Location*/

a.cil,a.cil:link,a.cil:active,a.cil:visited
{
  color:#BEE4F6;
  font:normal xx-small Verdana,sans-serif;
  text-decoration:none;
}

a.cil:hover
{
  color:#BEE4F6;
  font:normal xx-small Verdana,sans-serif;
  text-decoration:underline;
}

/*Recommended Instructional Location*/

a.ril,a.ril:link,a.ril:active,a.ril:visited
{
  color:#B8C2CB;
  font:normal xx-small Verdana,sans-serif;
  text-decoration:none;
}

a.ril:hover
{
  color:#B8C2CB;
  font:normal xx-small Verdana,sans-serif;
  text-decoration:underline;
}

/*Tree Parts & Display*/

.root
{
  cursor:default;
  margin-left:0px;
  white-space:nowrap;
}

.node
{
  display:none;
  margin-left:10px;
}

.branch,.leaf
{
  cursor:hand;
  background-color:transparent;
  white-space:nowrap;
}

.branchover,.leafover
{
  cursor:hand;
  background-color:#005588;
  white-space:nowrap;
}

img {
  max-width: 100%;
}

/*Self Registration*/

#loginPage {
 position:relative;
 width: 100%;
 height: 100%;
}

#loginRegister
{
  position:absolute;
  top: 0px;
  left: 0px;
  width: 30%;
  height: 100%;
  border-left: 0px;
  border-top: 0px;
}

#loginRegister #welcomeMsg
{
  position: relative;
  top: 25%;
  left: 20px;
}

#loginRegister #welcome
{
  color: #ffffff;
  text-transform: uppercase;
}

#loginRegister #welcomeInst
{
  position: relative;
  top: 28%;
  left: 20px;
  color: #ffffc0;
  width: 90%;
}

#loginRegister #welcomeLink
{
  position: relative;
  top: 30%;
  left: 20px;
}

#loginRegister #welcomeLink a
{
  color: #ffffff;
}

#loginSide
{
  position:absolute;
  left: 40%;
  top: 25%;
  width: 410px;
  height: 560px;
  z-index: 5;
}


/* Specific to portable devices */

/*  Smartphones  */
@media only screen and (max-device-width: 480px) {
  body {
    font-size: 22px;
  }

  /*  Headings */

  H1  { 
   font-size: 27px;
   color: #6E9D3D;
  }

  H2 { 
   font-size: 25px;
   color: #5488BC;
  }

  H3 { 
   font-size: 23px;
   color: #5C8336;
  }

  H4 { 
   font-size: 21px;
   color: #000000;

  }
  
  P  { 
   font-size: 20px;
   color: #000000;
  }

  p.smallfont {
   font-size: 18px;
  }
  
  p.silverback {
		font-size: 20pt;
  }

  input[ type="checkbox" ] {
    width: 20px;
    height: 20px;
    margin: 3px 5px 3px 5px;
  }

  input[ type="button" ] {
    width: 240px;
    min-height: 40px;
    font-size:12pt;
  }

  input[ type="text" ] {
    font-size: inherit; 
  }

  p.instruction {
   font-size: 20px;
  }

  ul {
    font-size:18pt;
  }
}

/* spare gradients */

.lightBlue_gradient {
    background: rgb(160,200,229); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(160,200,229,1) 0%, rgba(137,186,221,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(160,200,229,1)), color-stop(100%,rgba(137,186,221,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(160,200,229,1) 0%,rgba(137,186,221,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(160,200,229,1) 0%,rgba(137,186,221,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(160,200,229,1) 0%,rgba(137,186,221,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(160,200,229,1) 0%,rgba(137,186,221,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0c8e5', endColorstr='#89badd',GradientType=0 ); /* IE6-9 */
}
.lightButtonBlue_gradient {
    background: rgb(177,213,237); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(177,213,237,1) 0%, rgba(235,241,246,1) 6%, rgba(187,215,234,1) 21%, rgba(187,215,234,1) 57%, rgba(213,235,251,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(177,213,237,1)), color-stop(6%,rgba(235,241,246,1)), color-stop(21%,rgba(187,215,234,1)), color-stop(57%,rgba(187,215,234,1)), color-stop(100%,rgba(213,235,251,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(177,213,237,1) 0%,rgba(235,241,246,1) 6%,rgba(187,215,234,1) 21%,rgba(187,215,234,1) 57%,rgba(213,235,251,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(177,213,237,1) 0%,rgba(235,241,246,1) 6%,rgba(187,215,234,1) 21%,rgba(187,215,234,1) 57%,rgba(213,235,251,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(177,213,237,1) 0%,rgba(235,241,246,1) 6%,rgba(187,215,234,1) 21%,rgba(187,215,234,1) 57%,rgba(213,235,251,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(177,213,237,1) 0%,rgba(235,241,246,1) 6%,rgba(187,215,234,1) 21%,rgba(187,215,234,1) 57%,rgba(213,235,251,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1d5ed', endColorstr='#d5ebfb',GradientType=0 ); /* IE6-9 */

}
.dark_glossyBlue_gradient {
background: rgb(30,87,153); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

}
.lightButtonGrey_gradient {
background: rgb(234,234,234); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(244,249,255,1) 6%, rgba(232,232,232,1) 21%, rgba(232,232,232,1) 71%, rgba(232,232,232,1) 85%, rgba(216,216,216,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(6%,rgba(244,249,255,1)), color-stop(21%,rgba(232,232,232,1)), color-stop(71%,rgba(232,232,232,1)), color-stop(85%,rgba(232,232,232,1)), color-stop(99%,rgba(216,216,216,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(244,249,255,1) 6%,rgba(232,232,232,1) 21%,rgba(232,232,232,1) 71%,rgba(232,232,232,1) 85%,rgba(216,216,216,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(244,249,255,1) 6%,rgba(232,232,232,1) 21%,rgba(232,232,232,1) 71%,rgba(232,232,232,1) 85%,rgba(216,216,216,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(244,249,255,1) 6%,rgba(232,232,232,1) 21%,rgba(232,232,232,1) 71%,rgba(232,232,232,1) 85%,rgba(216,216,216,1) 99%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(234,234,234,1) 0%,rgba(244,249,255,1) 6%,rgba(232,232,232,1) 21%,rgba(232,232,232,1) 71%,rgba(232,232,232,1) 85%,rgba(216,216,216,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */

}
.lightGrey_gradient {
    background: rgb(254,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(254,255,255,1) 0%, rgba(247,247,247,1) 35%, rgba(234,234,234,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(35%,rgba(247,247,247,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(247,247,247,1) 35%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(247,247,247,1) 35%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(247,247,247,1) 35%,rgba(234,234,234,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(254,255,255,1) 0%,rgba(247,247,247,1) 35%,rgba(234,234,234,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}
.medGrey_gradient {
    background: rgb(224,224,224); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(224,224,224,1) 0%, rgba(247,247,247,1) 35%, rgba(204,204,204,1) 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,224,224,1)), color-stop(35%,rgba(247,247,247,1)), color-stop(99%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(247,247,247,1) 35%,rgba(204,204,204,1) 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(247,247,247,1) 35%,rgba(204,204,204,1) 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(247,247,247,1) 35%,rgba(204,204,204,1) 99%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(224,224,224,1) 0%,rgba(247,247,247,1) 35%,rgba(204,204,204,1) 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

/* bb#191 2016/03/30 TR - add additional bullet list styles */
/* Unicode 27a2 THREE-D TOP-LIGHTED RIGHTWARDS ARROWHEAD */
ul.ul-3d-rarrowhead li {
  list-style: none;
}
ul.ul-3d-rarrowhead {
  list-style: none;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
ul.ul-3d-rarrowhead li:before {
  content: "\27A2\A0"; /* Note: unicode A0 NO-BREAK SPACE to add space after the character */
  display: block;
  float: left;
  width: 1.2em;
}

/* bb#191 2016/03/30 TR - add additional bullet list styles */
/* Unicode 2756 BLACK DIAMOND MINUS WHITE X */
ul.ul-diamond-x li {
  list-style: none;
}
ul.ul-diamond-x {
  list-style: none;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
ul.ul-diamond-x li:before {
  content: "\2756\A0"; /* Note: unicode A0 NO-BREAK SPACE to add space after the character */
  display: block;
  float: left;
  width: 1.2em;
}
