label[id$="Search For"]{
 display: none;
}
label[id$="Search By"]{ 
display: none;
}
a {
transition: 0.2s ease-in 0s;
}
img {
transition: 0.2s ease-in 0s;
}
div.module {
    position: relative;
}
div.LinkNormal {
    position: absolute;
    right: 20px;
    top: 3px;
}
#btnDefaultCss, #lbtnCss, #btnimgCss, #btnBuildCss {
    display: none;
}

/* ======================== */
/* Page Background category */
/* ======================== */

body {
	/* Page Background Color: */
	background-color: #333333;
	/* Background Image: */
	background-image: url();
	/* Repeat: */
	background-repeat: repeat;
	/* Attachment: */
	background-attachment: scroll;

	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


/* =================== */
/* Hyperlinks category */
/* =================== */

/* Hyperlink – Default */
A:link {
	/* Font: */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Size: */
	/*font-size: 16px !important;*/
	/* Style: */
	font-style: normal;
	/* Weight: */
	font-weight: normal;
	/* Color: */

}

/* Hyperlink – Visited */
A:visited {
	/* Font: */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Size: */
	/*font-size: 16px !important;*/
	/* Style: */
	font-style: normal;
	/* Weight: */
	font-weight: normal;
	/* Color: */

}

/* Hyperlink – Hover */
A:hover {
	/* Font: */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Size: */
	/*font-size: 16px !important;*/
	/* Style: */
	font-style: normal;
	/* Weight: */
	font-weight: normal;
	/* Color: */
	color: #000000;
}

/* Hyperlink – Active */
A:active {
	/* Font: */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Size: */
	/*font-size: 16px !important;*/
	/* Style: */
	font-style: normal;
	/* Weight: */
	font-weight: normal;
	/* Color: */
	color: #000000;
}


/* ============================ */
/* Headers and Footers category */
/* ============================ */

.LocationBar {
	/* Title Bar Background Color: */
	background-color: #CCCCCC;
	/* Title Bar Font: */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Title Bar Font Size: */
	font-size: 12px;
	/* Title Bar Style: */
	font-style: normal;
	/* Title Bar Weight: */
	font-weight: bold;
	/* Title Bar Font Color: */
	color: #000000;
}
.tabStrip, .LocationBar {
    background: -moz-linear-gradient(center top , #cccccc 0%, #bbbbbb 100%) repeat scroll 0 0 transparent;
    height: 45px;
    margin: 0;
    padding: 0;
    position: relative;
}

.ButtonsBG {
	/* Table Footer Background Color: */
	background-color: #EEEEEE;

	vertical-align: middle;
	text-align: right;
}


/* ========================= */
/* Adoption Headers category */
/* ========================= */

.AdoptTitleBG {
	/* Adoption Title Font Color: */
	color: #000000;
	/* Adoption Font: */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Adoption Title Font Size: */
	font-size: 12px;
	/* Adoption Title Font Style: */
	font-style: normal;
	/* Adoption Title Background Color: */
	background-color: #CCCCCC;
	/* Adoption Title Font Weight: */
	font-weight: bold;

	padding-left: 8px;
}


/* ========================== */
/* Menu – Horizontal category */
/* ========================== */

.horizontal_menu ul.AspNet-Menu li a,
.horizontal_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a {
	/* Font: */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Size: */
	font-size: 10px;
	/* Style: */
	font-style: normal;
	/* Link Color: */
	color: #0000FF;
	/* Weight: */
	font-weight: bold;

	/* You can adjust the border around horizontal */
	/* menu items below.                           */
	border-width: 1px;
	border-color: #648ABD;
	border-style: solid;

	padding: 4px;
}

.horizontal_menu ul.AspNet-Menu li a:link,
.horizontal_menu ul.AspNet-Menu li a:visited,
.horizontal_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:link,
.horizontal_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:visited {
	/* Background Color: */
	background-color: #7795BD;
}

.horizontal_menu ul.AspNet-Menu li a:hover,
.horizontal_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover {
	/* Hover Background Color : */
	background-color: #EEEEEE;

	/* Remove comment characters below to */
	/* change text color on hover.        */
	/* color: #555555; */
}

/* You can add an image to indicate the presence */
/* of submenu items (an arrow, for example).     */

.horizontal_menu ul.AspNet-Menu li a {
	background-image: url();
	background-repeat: no-repeat;
	background-position: center right;
}

.horizontal_menu ul.AspNet-Menu li {
	/* Set the width of each top-level */
	/* horizontal menu option.         */
	width: 16em;
}

.horizontal_menu ul.AspNet-Menu li li {
	/* Set the width of your submenu items. If you */
	/* adjust this, also change the LEFT value for */ 
	/* .horizontal_menu ul.AspNet-Menu li ul li ul */
	/* to be the same value.                       */
	width: 16em;
}

.horizontal_menu ul.AspNet-Menu li ul li ul {
	/* The LEFT value must match the WIDTH value of */
	/* the submenu items to prevent an overlap.     */
	position: absolute;
	top: 0em;
	left: 16em;
}

.horizontal_menu ul.AspNet-Menu ul {
	/* Adjust the TOP value to prevent submenu items */
	/* from overlapping their top-level options.     */
	position: absolute;
	top: 2.2em;
	left: 0em;
}

/* Other horizontal menu elements */

.horizontal_menu ul.AspNet-Menu li a:active,
.horizontal_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:active {
}

.horizontal_menu .AspNet-Menu-Horizontal {
}

.horizontal_menu ul {
}

.horizontal_menu ul.AspNet-Menu {
	width: 100%;
	z-index: 400;
}

.horizontal_menu ul.AspNet-Menu li span {
	border-bottom-width: 1px;
}

.horizontal_menu ul.AspNet-Menu li a img {
}

.horizontal_menu ul.AspNet-Menu li.AspNet-Menu-Leaf span {
}

.horizontal_menu ul.AspNet-Menu ul ul {
	position:absolute;
}


/* ======================== */
/* Menu – Vertical category */
/* ======================== */

.vertical_menu ul.AspNet-Menu li a,
.vertical_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a {

	/* Font: */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Size: */
	font-size: 10px;
	/* Style: */
	font-style: normal;
	/* Link Color: */
	color: #0000FF;
	/* Weight: */
	font-weight: bold;

	/* You can adjust the border around vertical */
	/* menu items below.                         */
	border-width: 1px;
	border-color: #648ABD;
	border-style: solid;

	padding: 4px;
}

.vertical_menu ul.AspNet-Menu li a:link,
.vertical_menu ul.AspNet-Menu li a:visited,
.vertical_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:link,
.vertical_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:visited {
	/* Background Color: */
	background-color: #7795BD;
}

.vertical_menu ul.AspNet-Menu li a:hover,
.vertical_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover {
	/* Hover Background Color : */
	background-color: #EEEEEE;

	/* Remove comment characters below to */
	/* change text color on hover.        */
	/* color: #555555; */
}


/* You can add an image to indicate the presence */
/* of submenu items (an arrow, for example).     */

li.AspNet-Menu-WithChildren a {
	background-image: url();
	background-repeat: no-repeat;
	background-position: center right;
}

/* We don't want a background image for submenu */
/* items that don't have another submenu.       */

li.AspNet-Menu-Leaf a {
background-image: url();
}


.vertical_menu ul {
	/* Set the width of each top-level */
	/* vertical menu option.           */
	width: 16em;
}

.vertical_menu ul.AspNet-Menu ul {
	/* Set the width of your submenu items.   */
	/* You’ll also need to adjust two values, */
	/* LEFT and RIGHT, in style rules below.  */
	width: 16em;
}

.div_left_sec .vertical_menu ul.AspNet-Menu ul {
	/* The LEFT value must match the WIDTH of */
	/* .vertical_menu ul (top-level options)  */
	/* to prevent overlap.                    */
	position: absolute;
	z-index: 400;
	top: 0em;
	left: 16em;
}

.div_right_sec .vertical_menu ul.AspNet-Menu ul {
	/* The RIGHT value must match the WIDTH of */
	/* .vertical_menu ul (top-level options)   */
	/* to prevent overlap.                     */
	position: absolute;
	top: 0em;
	right: 16em;
}

.vertical_menu ul.AspNet-Menu ul ul {
	/* Set the width of your sub-submenu items. */
	/* You’ll also need to adjust two values,   */
	/* LEFT and RIGHT, in style rules below.    */
	width: 16em;
}

.div_left_sec .vertical_menu ul.AspNet-Menu ul ul {
	/* The LEFT value must match the WIDTH of */
	/* .vertical_menu ul.AspNet-Menu ul       */
	/* (submenu options) to prevent overlap.  */
	position: absolute;
	top: 0em;
	left: 16em;
}

.div_right_sec .vertical_menu ul.AspNet-Menu ul ul {
	/* The RIGHT value must match the WIDTH of */
	/* .vertical_menu ul.AspNet-Menu ul        */
	/* (submenu options) to prevent overlap.   */
	position: absolute;
	top: 0em;
	right: 16em;
}

/* Other vertical menu elements */

.vertical_menu .AspNet-Menu-Vertical {
	position: relative;
	z-index: 300;
	top: 0em;
	left: 0em;
}

.vertical_menu ul.AspNet-Menu li a:active,
.vertical_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:active {
}

.vertical_menu ul.AspNet-Menu li {
}

.vertical_menu ul.AspNet-Menu li span {
}

.vertical_menu ul.AspNet-Menu li a img {
}

.vertical_menu ul.AspNet-Menu li.AspNet-Menu-Leaf span {
}

.div_left_sec .vertical_menu ul.AspNet-Menu {
}

.div_right_sec .vertical_menu ul.AspNet-Menu {
}


/* ========================== */
/* Mini Cart & Search Modules */
/* ========================== */

/* Mini Cart Module */

#dvCart {
    background-color: #000000;
    border-radius: 10px 10px 10px 10px;
    color: #5FEC21;
    float: right;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    padding: 10px;
    position: relative;
    right: 20px;
    text-decoration: none;
    vertical-align: middle;
    width: 175px;
    border: 2px solid #000000;
    transition: all 0.2s ease-in 0s;
}
#dvCart:hover {
    background-color: #5fec21;  
        color: #000000;
}

.img_cart {
	/* Remove comment if you wish to not show  */
	/* the shopping cart icon image. You can   */
	/* then use a different image by setting   */
	/* the BACKGROUND-IMAGE property for       */
	/* #dvCart above.                          */
	/* display: none; */

	border: none;
}

/* Vertical Search Module */

.search_v {
	background-color: #7795BD;
	width: 16em;
	padding-left: 4px;
	border-width: 1px;
	border-color: #648ABD;
	border-style: solid;
	
	vertical-align: middle;
	text-decoration: none;
}

.search_v label, .search_v td {
	/* Controls the search module text */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

/* Horizontal Search Module */

.search_h {
	background-color: #CCFFFF;
	color: #000000;
	font-size: 10px;
	font-style: normal;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	padding-left: 8px;
	border-width: 1px;
	border-color: #C0C0C0;
	border-style: dotted;
}


/* ======================================= */
/* Setting the page width & page centering */
/* ======================================= */

/* .dv_Logo: a DIV that contains the logo image */
/* #pagewrapper: a DIV that contains the rest   */
/* of the page content                          */ 

.dv_Logo {
    background-color: #000000;
    border: 2px solid #FFFFFF;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 0px 20px #000000;
    margin: 0 auto;
    width: 1000px;
}

#pagewrapper {
	/* Remove comment characters to center page. */
	 margin-left: auto;
	 margin-right: auto;

	/* Remove comment characters to set width. */
	 width: 1004px; 

	/* Remove comment characters to make the content */
	/* area have a different background color.       */
	 background-color: #FFFFFF;
         border-radius: 0px 0px 10px 10px;
         box-shadow: 0px 0px 20px #000000; 
}

.div_top_sec {
	width: 100%;
}

.tblTop {
	width: 100%;
}

.tbl_left_cont_right {
	width: 100%;
}

/* Left Section */

.div_left_sec, #div_left_sec {
	/* Remove comment characters below to set width. */
	/* Remember that if the content within the DIV   */
	/* is wider than the value you set, by default   */
	/* the column will widen to accommodate content. */
	/* width: 16em; */
}

/* Right Section */

.div_right_sec, #div_right_sec {
	/* Remove comment characters below to set width. */
	/* Remember that if the content within the DIV   */
	/* is wider than the value you set, by default   */
	/* the column will widen to accommodate content. */
	/* width: 16em; */
}

.div_content_sec {
	background: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	width: 100%;
}

.main_content {
	background: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}
.main_content > table {
    margin: 0 auto;
}
.div_bottom_sec {
}

.tblBottom {
	width: 100%;
}

.div_footer_sec {
	text-align: center;
	width: 100%;
}

.div_privacy {
	text-align: center;
	width: 100%;
}


/* =============== */
/* Common Elements */
/* =============== */

ul {
}

li {
}

li a {
}

li a:link {
}

li a:visited {
}

li a:hover {
}

li a:active {
}


/* ========================================= */
/* Insert your custom classes & styles below */
/* ========================================= */

#links > table {
    margin: 0 auto;
}
.result8598905 {
    BORDER-BOTTOM: 0px; 
    TEXT-ALIGN: left; 
    BORDER-LEFT: 0px; 
    FLOAT: left; 
    BORDER-TOP: 0px; 
    BORDER-RIGHT: 0px
}
#login {
    height: 80px;
    margin-top: 5px;
    text-align: center;
    width: 154px;
}
#login a {
    background-color: #000000;
    border: 2px solid #000000;
    border-radius: 10px;
    color: #5fec21;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px !important;
    font-weight: bold;
    height: 30px;
    left: 25px;
    padding: 10px 40px;
    position: relative;
    top: 4px;
    width: 100px;
}
#login a:hover {
    background-color: #5fec21;
    border: 2px solid #000000;
    color: #000000;
}
#books {
    height: 80px;
    margin: 5px auto 0;
    text-align: center;
    width: auto;
}
#books > table {
    margin: 0 auto;
}
#books a {
    background-color: #000000;
    border-radius: 10px;
    color: #5FEC21;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 18px !important;
    font-weight: bold;
    height: 50px;
    left: 20px;
    padding: 10px 40px;
    position: relative;
    width: 220px;
}
#books a:hover {
    background-color: #5FEC21;
    color: #000000;
}
#welcome p {
    color: #000000;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
#footer {
    text-align: center;
}
.tblCourseSelect {
    height: 350px;
    margin: 0 auto;
}
.errors {
    background-color: #FFFFFF;
    color: #FF0000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.pricingDisclaimer {
    font-size: x-small;
    padding: 0;
    white-space: normal;
}
#breadcrumbs {
    color: #006699;
    font-size: 12px;
}
.Container .Cart {
    color: #333;
    font-size: 10pt;
    white-space: normal;
}
#content {
    clear: both;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin: 5px;
    padding: 0;
}
.section {
    background-color: #eee;
    border: 1px solid #d1d9df;
    color: #333;
    margin: 0 0 15px;
    min-height: 185px;
    min-width: 200px;
    overflow: visible;
}
.section a {
    color: #006699;
}
.Mini {
    float: left;
    font-size: 10pt;
    margin: 0 15px 15px 0;
    min-height: 230px;
    white-space: nowrap;
}
.courseSub > div {
    margin: 10px !important;
}
#Steps a {
    font-size: 20pt;
    font-weight: bold;
}
#Steps a:hover {
    font-size: 20pt;
    font-weight: bold;
}
/* Begin styles for MerchList.js script. */
/* Prevents view of default item display */
/* while the MerchList script is loading. */

/* Do NOT use when the store has Loyalty */
/* #ctl00_ctl00_Content_Content_dgMerch { */
/* display: none; */
/* } */

/* For iCM employee interface */ 
/* Hides the "CSS" link under Admin Tasks */
/* and removes the "Go to Style Sheet Builder" */
/* button under Style Sheet Editor. */ 
#btnDefaultCss, #lbtnCss, #btnimgCss, #btnBuildCss {
    display: none;
}

/* Table generated by the script. */
#myMTable {
margin-left: auto;
margin-right: auto;
}
/* Each cell added to the table has this */
/* class added to it. */
.mTableCell {
text-align: center;
vertical-align: top;
width: 140px;
margin: 0px 0px;
padding: 5px 5px 10px 5px;
border: 1px dotted #DDDDDD;
}
/* This class is added to a cell on hover, */
/* and removed when they mouse out. */
.mTableCellHover {
border: 1px dotted #AAAAAA;
background-color: #F8F8F8;
}
/* Controls the short description links. */
a.mDescriptionLink:link, a.mDescriptionLink:visited {
font-family: Verdana,Arial,Helvetica;
font-size: 12px;
color: #000000;
text-decoration: none;
}
/* Controls short description hover state. */
a.mDescriptionLink:hover, a.mDescriptionLink:active {
color: #000088;
}
/* This class is added to each SKU number. */
.mSKU {
font-family: Verdana,Arial,Helvetica;
font-size: 10px;
color: #777777;
}
/* This class is added to all price fields. */
.mPriceFields {
font-family: Verdana,Arial,Helvetica;
font-size: 13px;
}
/* The "Added To Cart" text has this class */
/* added to it. */
.mAddedMsg {
color: #003300;
}
/* End of MerchList.js script style rules. */

.merch_landing {
    height: auto;
    margin: 0 auto;
    padding: 20px;
    text-align: left;
    width: 500px;
}
.merch_landing a {
    background-color: #000000;
    border: 2px solid #000000;
    border-radius: 10px;
    color: #5fec21;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 16px !important;
    font-weight: bold;
    height: 30px;
    left: 25px;
    padding: 10px 40px;
    position: relative;
    top: 4px;
    width: 100px;
}
.merch_landing a:hover {
    background-color: #5fec21;
    border: 2px solid #000000;
    color: #000000;
}
.merch_landing td {
    height: 50px;
}
.merch_landing h2 {
    font-size: 22px;
}
.floatLeft {
    float: none;
    margin-right: 15px;
}