﻿/*========= SETUP =========*/

/*- Reset -*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}



/* News Styles */

.slides_container {
			width:570px;
			height:270px;
		}
		
.slides_container div {
			width:570px;
		}
.instruction_text {
    clear: both;
    padding: 10px 0 10px 0;
    color: #212121;
    font-size:14px;
}

.training-content {
    float: left;
    width: 900px;
    padding: 0px 20px 20px 20px;
}
.about-content {
    float: left;
    width: 850px;
    padding: 0px 20px 20px 20px;
    color:#212121;
    font-size:14px;
}
.document-content {
    float: left;
    width: 760px;
    padding: 0px 20px 20px 20px;
}

.support-content 
{
    float: left;
    width: 690px;
    padding: 0px 20px 20px 20px;
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: white;
}
ol, ul {
}

}*/
caption, th {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*- Clear Fix -*/

.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*========= General Typography =========*/

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 14px !important;
  color: #212121; 
  background: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.1em;  color: #00629B; font-weight: bold; }
h3 { font-size: 1.0em; line-height: 1; font-weight:bold; color: #D0DF00; }
h4 { font-size: 1.0em; line-height: 1.25; margin-bottom: 1.25em; color: #444d51; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; color: #444d51; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; line-height: 175%; text-align:left;}
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #6A697A; }
a           { color: #00629B; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { }
ol          { list-style-type: decimal; }
li          { margin-bottom: 5px; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


.schedule    { padding:5px; font-size: 13px; }
.schedule th { background-color: #ccc; }
/* .schedule td { border-right: 1px solid #999; border-bottom: 1px solid #999; } */
.right-bottom { border-right: 1px solid #999; border-bottom: 1px solid #999; }
.right-only { border-right: 1px solid #999; }
.bottom-only { border-bottom: 1px solid #999; border-right: none; }

/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }


/*========= FORMS =========*/

/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

label             { font-weight: normal; display:block; }
label.forcheckbox { margin:0 0 0 4px; display:inline; }
fieldset          { padding:0em; margin: 0 0 0em 0; border: 0px solid #ccc; }
legend            { font-weight: bold; font-size:1.0em; color: #969A9B;  }
.boldColoredText	  { font-weight: bold; font-size:1.0em; color: #212121;  }


/* Form fields
-------------------------------------------------------------- */


input[type=text],
input.text, input.title, 
textarea, select, input[type=password] { 
  background-color:#fff; 
  border:1px solid #bbb; 
}
input[type=text]:focus, 
input.text:focus, input.title:focus, 
textarea:focus, select:focus, input[type=password]:focus { 
  border-color:#bbb;
  background-color: #e6f6ff;
}



input.text,
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { padding:5px; }

input[type=checkbox], input[type=radio], 
input.checkbox, input.radio { 
  position:relative; top:.25em; 
}

/* TODO: Causes form rendering issues with theme preview, had to add line-height: normal */
form.inline { line-height: normal; }
form.inline p { margin-bottom:0; }



.editor
{    
    clear: both;
}
.editor label
{
    float: left;
    min-width: 150px;
    text-align: right;
    margin: 3px 0px;
    vertical-align: middle;
    line-height: 125%;
}
.editor input
{
    float: left;
    margin: 3px 15px;
}
.editor input[type="image"]
{
    margin: 25px 0px 25px 250px;
}
.logonForm input
{
    margin: 3px 5px 0px 0px;
}
.logonForm label
{
    color: #00629B;
    font-weight: bold;
    margin: 3px 0px;
    vertical-align: middle;
    line-height: 125%;
}

/* Maintenance Messages
-------------------------------------------------------------- */

.alert div 
{
    width:650px;
    text-align: left;
    vertical-align: middle;
    border: solid 1px #888B8D;
    float: left;
    padding: 15px;
    margin-top: 25px;
    color: ;
}


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: 0px; border: 0px none #ddd; }

.error      
{   
	clear:both;
    float: left;
    text-align: left;
    vertical-align: middle;
    color: Red;   
    display:inline;
    overflow:hidden;
}
.errorSummary    
{   
    clear: both;
    text-align: right;
    margin: 3px 0px;
    vertical-align: middle;
    line-height: 125%; 
    color: Red;   
}
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }


/* Search
----------------------------------------------------------*/

.search 
{
    margin: 12px 0 12px 0;
    position: absolute;
    top: 24px;
    right: 18px;
}

.search fieldset 
{
    overflow: auto;
}

.search input 
{
    width: 12em;
    float: left;
    padding: 3px;
    margin: 0;
}

.search button 
{
    float: left;
    margin: 0 0 0 4px;
}


/*========= GENERAL =========*/

/* html, body {background-color: #434343; } */
body {background-color: #FFFFFF;} /* background-image: url(/Content/Images/tss_bg.png); background-repeat: repeat-x; background-position: bottom; } */
#shell {  /*color: #4b4b4b;*/ width: 100%; }
#tsscontainer { width: 953px; margin: 0px auto 0px auto; background-color: #fff; border-left: solid 1px #e5e6e6; border-right: solid 1px #e5e6e6; border-bottom: solid 1px #e5e6e6; }

/*========= HEADER =========*/
#header {width: 100%; background-color: #434343; height:20px;}
.header {width: 100%; margin: 0px auto 0px auto; border-bottom: solid 4px #D0DF00; }

/*- Brand -*/

.brand {width: 953px; margin: 10px auto 10px auto; }
.brand img { float: right; }
.brand .title { padding: 45px 0px 15px 20px; font-size: 2.0em; font-family: Segoe UI, Segoe, Arial, Sans-Serif; color:#FFFFFF; float: left;  }

/*- Page Navigation -*/

.links-wrapper {
    float: right;
    margin: 4px 5px 0px 10px !important;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
td.links-text {
    padding-left: 425px;
}
#menuWrapper {width: 953px; margin: 0px auto 0px auto; }
#loginBox {margin: 0px 0px 5px 0px;}
.loginControl { float: right; margin: 8px 3px 0px 0px !important; }
.loginControl a { color: #FFFFFF !important; text-decoration: underline !important; font-size: 11px !important;}
.loginName { margin: 8px 20px 0px 0px; float: left; color: #fff; font-weight: bold; font-size: 110%; line-height: 110%; }
.loginLink { margin: 8px 0px 0px 0px; float: left; color: #fff; font-weight: bold; font-size: 110%; line-height: 110%; }
#nav { position: relative; width: 100%; height: 60px; margin: 0px auto 0px auto; background-color:#00629B; }
#nav .menu { list-style:none; padding: 0px; margin: 0px; }
#nav .menu li { float: left; height: 33px; margin: 0px 0px 0px 2px; }
#nav .menu li a 
{
    font-family: 'Vectora W01 75 Bold', sans-serif; letter-spacing: .05em; display: block; height: 22px; color: #FFFFFF; font-size: 150%; padding: 11px 5px 0px 0px; text-decoration: none; 
}
#nav .menu li a:hover {color: #212121;}

#nav .menu li.current a { color: #212121; }

/*- Admin Navigation - */
.admin-bar { width: 953px; background-color: #434343; height:30px; margin: 0px auto 0px auto; }
.admin { float: right; margin: 0px; padding: 7px 20px 0px 0px; }
.admin li { float:left; list-style: none; padding: 0px 0px 0px 20px; }
.admin li a { color: #FFFFFF; }
.admin li a:hover { color: #666666; }

/*========= Copyright ======*/
#copyright { width: 900px; border-top: solid 3px #D0DF00; margin: 10px auto 10px auto; padding: 5px 5px 10px 5px; font-size: 13px; color:#888B8D;}
#copyright-notice {float: left; font-size: 11px;}
#copyright-navigation {float: right; }
#copyright-navigation a {text-decoration: none; padding:0px 5px 0px 5px; color:#888B8D;}
#copyright-navigation a:hover {color:#00629B;}

/*========= Footer =========*/

#footer { width: 935px; margin: 20px auto 50px auto; height: auto;  background-color:#e5e6e6; font-size: 95%; padding: 6px 10px 6px 10px; line-height: 150%; }
#footer #footer-content { width: 100%; margin: 0px auto 0px auto; height: 28px;}
#footer #icons-left { float: left;}
#footer #icons-right { float: right; }
#footer #icons-left img, #footer #icons-right img { margin: 0px 3px 0px 3px;}
.socialIcon { width: 28px; height: 28px; }

/*========= Home =========*/

#hm-image { float: left; width: 251px; margin: 5px 0px 0px 45px; }
#hm-content {position: relative; float: left; width: 546px; height: 310px; padding: 0px 20px 0px 30px; margin: 40px 0px 0px 10px; background: url(/Content/Images/hm-divider.png) no-repeat -25px 150px; }
#hm-content #hm-header { }
#hm-content #hm-message { line-height: 150%; margin: 15px 0px 0px 0px; line-height: 150%; }
#hm-content ul { margin: 50px 0px 0px 0px; position: absolute; bottom: 15px; left: 30px; list-style: none; padding: none; }
#hm-content ul li { float: left; margin: 0px 12px 0px 0px; text-align: center; width: 100px;}
#hm-content ul li a { text-align: center; }
#hm-content ul li img {clear: both; margin: 0px 0px 5px 0px;}

.homeSplash { font-family: 'Vectora W01 55 Roman', sans-serif; letter-spacing: .0em; line-height: 1.25em; margin: 0px 0px 0px 0px; display: block; color: #969A9B ; font-size: 400%; padding: 0px 0px 0px 0px; text-decoration: none; }
.homeSplashBold { font-family: 'Vectora W01 55 Roman', sans-serif; letter-spacing: .0em; line-height: 100%; margin: 5px 0px 0px 0px; display: block; color: #7ECC30 ; font-size: 400%; padding: 0px 0px 0px 0px; text-decoration: none; }

.main-box {  }
.main-box .top { }
.main-box .bottom { }

/*========= Page =========*/

#content {margin: 0px 0px 20px 0px; padding: 75px 0px 0px 0px;}
.content-container { padding: 0px 0px 0px 0px; }
.content { position: relative; padding: 0px 0px 0px 0px;  min-height:230px;}
.content-items { width: 882px; padding: 20px 40px 0px 40px; }
.content-items .item { width: 305px; float: left; }
.content-items .note { width: 455px; min-height:289px; padding: 40px; float: left; background: transparent url('/Content/Images/notepad.png') no-repeat left top; }
.content-items .item:first-child {margin: 0px 40px 0px 0px; }
.content-items h1 { font-size: 1.3em; margin-bottom: 0.75em; color: #444d51; }

/*- Content Pages -*/
.page-title {font-family: 'Vectora W01 55 Roman', sans-serif; font-size: 32px; color: #00629B; margin: 0px 0px 5px 0px;}
.sub .page-title { display: none; }
.main { float: left; width: 574px; margin: 0px 60px 20px 0px; padding: 50px 0px 0px 0px; }
.sidebar { float: left; width: 200px; margin: 0px 0px 0px 40px; padding: 0px 0px 0px 5px;border-left: solid 1px #888B8D; }
.archives { float: left; width: 162px; border-bottom: solid 1px #e2e2e2; padding: 0px 0px 0px 0px; }
.archives .archiveMonthList { padding: 20px 0px 20px 0px; list-style: none; }
.subheader { font-weight:bold; color:#00629B; text-decoration:underline;}
.subtitle {font-family: 'Vectora W01 55 Roman', sans-serif; font-size: 175%; color: #D0DF00; margin: 0px 0px 5px 0px;line-height:300%;}

.subpage 
{
    
    font-size: normal;
    margin: 0px 0px 0px 25px;
}

.sub-content, .sub-content-news
{
    float: left;
    width: 575px;
    padding: 0px 20px 20px 20px;
    font-size:14px;
    color:#212121;

}
.fc
{
	clear:both;
	width:612px;
	margin-bottom:10px;
	margin-top:10px;
}
.fc_top
{
	line-height:25px;
	color:#999;
    text-align:center;
    font-weight:bold;
	width:560px;
	height:25px;
	background-image:url('/Content/Images/window/container_top.png');
	background-repeat:no-repeat;
}
.fc_body
{
	padding:10px;
	width:575px;
	background-image:url('/Content/Images/window/container_body.png');
	background-repeat:repeat-y;
}
.fc_bottom
{
	height:18px;
	width:575px;
	background-image:url('/Content/Images/window/container_bottom.png');
	background-repeat:no-repeat;
}
.fc_contained_table
{
	width:555px;
}


/*- Highlight Area -*/
.hightlights { width: 882px; padding: 40px 40px 0px 40px; }
.hightlights .one { float: left; width: 266px; margin-right: 40px; }
.hightlights .two { float: left; width: 266px; margin-right: 40px; }
.hightlights .three { float: left; width: 266px; }
.hightlights h3 { margin: 0px 0px 0.75em 0px; }
.hightlights img { float: left; padding: 0px 0px 0px 0px; }


/*========= BLOGS =========*/

.blogPosts, .taggedPosts { margin: 0px; padding: 0px; }
.blogPosts li, .taggedPosts li { padding: 20px 0px 20px 0px; list-style: none; border-top: solid 1px #e2e2e2; margin-top: 15px; } 
.blogdescription { font-size: 1.3em; line-height: 150%; color: #666666; }
.blogPosts .content { background: none; }
.taggedPosts .content { background: none; }
.blogPosts a { color: #00629B; font-size: 125%; font-weight: bold; }

#comments { padding-top: 20px; border-top: dashed 1px #d8d8d8; padding-bottom: 10px; margin-top: 30px; }
.comments { position: relative;  padding: 0px 0px 20px 0px; margin: 0px; clear: both; }
.comments li { display: block; position: relative; list-style: none; border: solid 1px #e3e9ef; padding: 20px 20px 0px 20px; margin: 0px 0px 50px 0px; }
.comments .commentauthor {position: absolute; bottom: -27px; left: 20px; color: #999999; background: transparent url('/Content/Images/comment-arrow.png') no-repeat 20px 0px; padding: 15px 0px 0px 0px; }

.comment-form { margin: 20px 0 0 0; }
.comment-form h2 { border-bottom: dashed 1px #d8d8d8; padding-bottom: 10px; }
.comment-form .who {}
.comment-form .who label { float: left; text-align: right; width: 50px; padding: 12px 10px 0px 0px; }
.comment-form .what { padding: 10px 0px 0px 60px;}
.comment-form .what label[for=CommentText] { float: none; display:block; }
.comment-form .what input[type=submit] { margin: 10px 0px; }
.comment-form .what #CommentText { width: 97%; }

.posted { margin: 0px 0px 10px 0px; color: #999999; }

.tags span { display: block; float: left; padding: 3px 10px 5px 0px; }
.tags a { display: block; float: left; padding: 3px 5px 5px 5px; font-size: 100%;  color: #969A9B; text-shadow: 1px 1px 0px #FFF; -moz-border-radius: 5px;
-webkit-border-radius: 5px; margin: 0px 10px 0px 0px; }
.tags a:hover { display: block; float: left; padding: 3px 5px 5px 5px;  color: #00629B; text-shadow: 1px 1px 0px #e6f6ff; -moz-border-radius: 5px;
-webkit-border-radius: 5px; margin: 0px 10px 0px 0px; }

/*- Archive List -*/

.archive-trail { padding: 0px 0px 20px 0px; }

/*- Tag Cloud */

.tagCloud { list-style: none; margin: 20px 0px 0px 0px; }
.tagCloud li { display: block; float: left; padding: 3px 10px 5px 0px; }
.tagCloud a { display: block; float: left; padding: 3px 5px 5px 5px; background-color: #ebebeb; color: #95a5ac; text-shadow: 1px 1px 0px #FFF; -moz-border-radius: 5px;
-webkit-border-radius: 5px; margin: 0px 10px 0px 0px; }
.tagCloud a:hover { display: block; float: left; padding: 3px 5px 5px 5px; background-color: #b7b7b7; color: #00629B; text-shadow: 1px 1px 0px #e6f6ff; -moz-border-radius: 5px;
-webkit-border-radius: 5px; margin: 0px 10px 0px 0px; }

/* Localization
-------------------------------------------------------------- */

.content-localization .content-localizations h4 {
    margin:0;
    padding:3px 0 0 0;
    vertical-align:top;
}

.content-localization .content-localizations ul {
    overflow: auto;
    list-style-type:none;
}


.content-localization .content-localizations li {
    border-bottom: 1px;
    float: left;
    margin-left:.5em;
    padding: 3px 6px;
    border: 1px solid #CCC;
}

.content-localization .content-localizations li:hover {
    background-color: #ebebeb;
}


.content-localization .content-localizations li a {
    text-decoration: none;
}

.content-localization .content-localizations li a:hover, .content-localization .content-localizations li a:visited {
    text-decoration: none;
}

/*========= PLUGINS =========*/

/*- Easy Slider -*/

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider, #slider li { 
	/* 
		define width and height of container element and list item (slide)
		list items must be the same size as the slider area
	*/ 
	width:471px;
	height:319px;
	overflow:hidden; 
}

span#prevBtn a { display: block; width: 29px; height: 29px; position: absolute; top: 135px; left: -40px; background: transparent url('/Content/Images/nav-arrow-left.png') no-repeat; }
span#nextBtn a { display: block; width: 29px; height: 29px; position: absolute; top: 135px; left: 485px; background: transparent url('/Content/Images/nav-arrow-right.png') no-repeat; }					


/*- Buttons -*/

a.button
{    
    font: bold 13px/26px Arial, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
}
.page_link
{
    float:right;
    background:transparent url(/content/images/button_background.png) no-repeat;
    padding-left: 7px;
    width: 124px;
    height: 28px;
    cursor: pointer;
}  
.button_only
{
    float:right;
    background:transparent url(/content/images/submit_background.png) no-repeat;
    padding-left: 7px;
    width: 124px;
    height: 28px;
    cursor: pointer;
}

.submitbtnlong
{
	padding: 3px;
	margin: 5px;
	color: white;
	font-weight: bold;
	height: 25px;
	width: 139px;
	border-width: 0;
	background: url(/content/images/btnThree.gif); /* MSKB 322240 */
	background-image: url(/content/images/btnThree.gif);
	background-repeat: no-repeat;
}
.submitbtn, .pollButton
{
	padding: 3px;
	margin: 5px;
	color: white;
	font-weight: bold;
	height: 25px;
	width: 100px;
	border-width: 0;
	background: url(/content/images/btnOne.gif); /* MSKB 322240 */
	background-image: url(/content/images/btnOne.gif);
	background-repeat: no-repeat;
}
/*- WINDOW -*/

.window-background {background: url(/content/images/window/background.gif) repeat-y left top;}
.window-bottom-background {background: url(/content/images/window/bottom.gif) repeat-x;}

#window-round {
    width:100%;
    margin:0px auto;
    background:#fff url(/Content/images/window/side.gif) repeat-y left top;
    clear:both;
}
.window-header
{
    color:#999;
    text-align:center;
    font-weight:bold;
}
.window-top {
    width:100%;
    height:45px;
    background:url(/Content/images/window/top.gif) no-repeat;
}
.window-top b {
    display:block;
    position:relative;
    height:45px;
    background:url(/Content/images/window/top-right.gif) no-repeat right top;
}

.center-content {
    position:relative;
    background:url(/Content/images/window/side.gif) repeat-y right top;
    padding:1px 20px 1px 25px;
    margin:-1px 0 -50px 0;
}
.window-bottom {
    height:23px;
    background:url(/Content/images/window/bottom.gif) no-repeat left bottom; 
}
.window-bottom b {
    display:block;
    position:relative;
    height:23px;
    background:url(/Content/images/window/bottom-right.gif) no-repeat right top;
}
 

/*- FORMS -*/
.learn_more_form_hr
{
    clear:both;
    width:100%;
    height:2px;
    margin-top:10px;
    float:left;
}

.editor-label 
{
    font-size: 12px;
    width:250px;
}
#statedictionary
{
	width:250px;
}
.editor-field input
{
    width:250px;
    font: inherit;
}
.field-col1
{
    width:250px;
    clear:left;
    float:left;
}
.field-col2
{
    width:250px;
    margin: 0 0 20px 30px;
    float:left;
}

.ButtonsToTheRight
{
	float:right;
	text-align:right;
}

img
{
	border-style: none;
}
.alternating-row
{
	background-color:#F0F0F0;
}
.head_row
{
	font-weight:bold;
	border-bottom:1px solid black;
}

.SaveChangesButton, .ShippingPageContinueCheckoutButton, .PaymentPageContinueCheckoutButton
{
	padding: 3px;
	margin: 5px;
	color: white;
	font-weight: bold;
	height: 25px;
	width: 139px;
	border-width: 0;
	background: url(/Content/images/btnThree.gif); /* MSKB 322240 */
	background-image: url(/Content/images/btnThree.gif);
	background-repeat: no-repeat;
}
.SubmitButton
{
    padding: 3px;
	margin: 5px;
	color: white;
	font-weight: bold;
	height: 25px;
	width: 100px;
	border-width: 0;
	background: url(/Content/images/btnOne.gif); /* MSKB 322240 */
	background-image: url(/Content/images/btnOne.gif);
	background-repeat: no-repeat;
}
.DownloadButton
{
    padding: 0px;
	margin: 0px;
	color: white;
	font-weight: bold;
	height: 25px;
	width: 100px;
	border-width: 0;
	background: url(/Content/images/btnOne.gif); /* MSKB 322240 */
	background-image: url(/Content/images/btnOne.gif);
	background-repeat: no-repeat;
}
.ButtonHyperlink
{
	margin: 5px;
	color: white;
	font-weight: bold;
	height: 25px;
	width: 139px;
	border-width: 0;
	background: url(/Content/images/btnThree.gif); /* MSKB 322240 */
	background-image: url(/Content/images/btnThree.gif);
	background-repeat: no-repeat;
	text-align: center;
	float: left;
	padding-top: 5px;
}
.ButtonHyperlink a
{
    color: #fff;
    text-decoration: none;
}

/* generic table styles */
.NormalTable
{
    width: 100%;
}
.NormalTable td
{
    padding: 5px;
}
.NormalTable th, .NormalTableTan
{
    padding: 5px;
    background-color: #e5e6e6;
    font-weight: bold;    
}

/*For the real express service page */
.realexpress_service_title
{
    color:#00629B;
    font-size:16px;
    font-weight:bold;
    margin-bottom:20px;
}
.realexpress_company_container{
    margin-bottom:10px;

}
.real_express_service_divider
{
    width:100%;

}
.realexpress_company_container
{
	min-height:150px; 
	overflow:auto;
}
.realexpress_company_image
{
	float:left;
}
.realexpress_company_text
{
	float:right;
	width:400px;
	line-height: 175%; 
	text-align:left;
}
 
.ibHeader
{
	background-color: #e5e6e6;
	border-bottom: solid 1px #e5e6e6;
	color: #00629B;
	height: 25px;
	font-weight: bold;
	font-size: 13pt;
	padding: 5px;
	text-align:center;
}
.privacylink {    
    color: #999;    
    text-decoration:underline;
}

/*CCPA -----*/
.ccpa-notice {
    display: none;
    position: fixed;
    bottom: 10px;
    z-index: 10000;
    width: 96%;
    margin: 1%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.8);
}

.ccpa-notice p {
    color: #ffffff;
    font-size: 11pt;
    float: left;
    margin: 0;
    display: block;
    margin: 6px 110px 0 0;
}

.ccpa-notice p a {
    color: #ffffff;
}

.ccpa-notice p a:hover {
    color: #026fd4;
}

.ccpa-notice button {
    background: #013a6f;
    color: #ffffff;
    border: none;
    width: 100px;
    padding: 8px;
    position: absolute;
    right: 20px;
}

.ccpa-notice button:hover {
    cursor: pointer;
}