/*   
Theme Name: e3secure Theme
Theme URI: http://www.e3secure.com
Description: e3secure wordpress theme
Author: eCity Interactive
Author URI: http://www.ecityinteractive.com
Version: 1
*/

/*@media screen {*/

/**** [ globals ] ****/
* { margin: 0; padding: 0; }
body 
{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#4c4c4c;
	background-color:#012A48;
}
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

h1, h2, h3 { margin: 0 0 10px 0; color: #002a47; }
h1 { font-size: 24px; }
h2 { }
h3 { }

p { margin: 12px 0px; }
a
{
	color:#bb0e4b; 
	font-weight:bold;
}
a:hover { } 
a img { border: none; }
a h1, h1 a { color:#002A47; text-decoration: none; }

blockquote { }
blockquote p { }

ul, ol { margin: 0 0 10px 0; }


pre { }
code, tt { }


/**** [ header ] ****/
#topwrapper
{
	background-position:left top;
	background-repeat:repeat-x;
	position:relative;
}

/*#contentpage #topwrapper, #blogpage #topwrapper*/
#topwrapper
{
	background-image:url('images/header_inner_fill.jpg');
	height:141px;
}

#splashpage #topwrapper
{
	background-image:url('images/header_home_fill.jpg');
	height:325px;
}

#header
{
	background-position:left top;
	background-repeat:no-repeat;
	margin:0px auto;
	width:1024px;
	background-image:url('images/header_inner.jpg');
	height:141px;
	position: relative;
}
#splashpage #header
{
	background-image:url('images/header_home.jpg');
	height:325px;
}
.contentheader
{
	font-size:12px;
	color:#002a47;
}

#headercallout
{
	position:relative;
	top:20px;
	left:50px;
	color:#fff;
	width:420px;
	margin-left:50px;
	clear:both;
	font-weight:bold;

}
#hpslink
{
	height:80px;
	width:200px;
	position:absolute;
	left:775px;
	top:0px;
	cursor:pointer;
	cursor:hand;
}
#splashpage #hpslink
{
	/*top:-230px;*/
}

/**** [ nav ] ****/
#nav
{
	position:relative;
	left:35px;
	top:0px;
}
#nav ul, #navPos ul
{
	display:inline;
	list-style: none;
	padding:0px;
	margin:0px;
}
#nav ul li, #navPos ul li {
	float:left;
	display:inline;
	height:28px;
	padding-top:6px;
	padding-bottom:6px;
}
#nav ul li.active
{
	background-image:url('images/button_active.jpg');
	background-repeat:repeat-x;
	background-position:top left;
}
#nav .active a
{
	color:#173c56;
	border-right:none;
}

#nav a, #navPos a
{
	font-weight:bold;
	color: White;
	border-right: 1px solid #2b5570;
	text-align:center;
	height:20px;
	margin:4px 0px 4px 0px; 
	text-decoration:none;
	display:block;
	padding-right:24px;
	padding-left:18px;

}
#nav ul li a.first
{
	padding-left: 20px;
}
#nav a.last, #navPos a.last
{
	border-right:none;
}

#navPos { position: absolute; top: 20px; left: 575px; }
#splashpage #navPos { top: 3px; }
#navPos a { padding: 0 10px; }

/**** [ content area ] ****/
#contents
{
	margin:0px auto;
	width:1024px;
	padding-bottom:35px;
	background-color: #fff;
	background-image:url('images/back_topshade.jpg');
	background-position:top left;
	background-repeat:no-repeat;
	
}
#contentwrapper
{
	background-color: #fff;
	background-image:url(images/back_topshade_fill.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	height:auto;
}
#contentleft
{
	float:left;
	width:585px;
	margin-right:11px;
	margin-left:49px;
	position:relative;
	top:0px;
}
#contentpage #contentleft, #contentpage #contentright
{
	padding-top:50px;
}
.home #contentright
{
	padding-top:30px;
}
#contentright
{
	float:left;
	width:368px;
	margin-left:11px;
	
}
.home #contentleft .contentblock p { margin-right: 20px; }
#contentleft ol.list,#contentleft ul.list { padding-left: 18px; }
#contentleft ol.list li,#contentleft ul.list li { }

/**** [ footer ] ****/
#footer
{
	background-color:#012a48;
	margin:0px auto;
	width:1024px;
	height:178px;
}
#footerwrap
{
	background-color:#012a48;
	height:auto;
}
#footercopyright
{
	text-align:center;
	color:#999999;
}
#footercopyright a
{
	color:#fff;
}
#footer .footermenu
{
	margin:0px;
}
#footer
{
	padding-top:20px;
}
#footer .footermenu li
{
	list-style-type:none;
}
#footer ul
{
	padding:10px;
	padding-top:0px;
}

#footernav
{
	width:974px;
	margin-left:50px;
	margin:auto;
	padding: 0;
}
#footernav a 
{
	color:#999999;
	text-decoration:none;
}
#footernav .footerheader a
{
	padding-left:10px;
	color:#FFF;
	font-weight:bold;
}

/**** [ misc ] ****/
#thissection
{
	width:292px;
	height:160px;
	background-image:url('images/sectionbox.jpg');
	background-position:top left;
	background-repeat:no-repeat;
	padding:20px;
	font-weight:bold;
	font-size:14px;
	margin-bottom:25px;
	margin-top:15px;
	line-height:25px;
}
#thissection ul
{
	margin-top:0px;
}

#thissection a, #thissection li
{
	font-size:12px;
	font-weight:normal;
}
#quotebox
{
	width:294px;
	background-color:#f2f2f2;
	padding:20px;
	
}
.hr
{
	background-color:#e6e6e6;
	height:1px;
	width:100%;
}
.quote
{
	font-style:italic;
	font-size:14px;
	color:#004473;
}
.quoteref
{
	color:#666666;	
	text-align:right;
}
.articleheader
{
	color:#002a47;
	font-weight:bold;
}
.articlequote
{
	color:#4c4c4c;
	font-style:italic;
}
.articlelink
{
	font-weight:bold;
} 
.sidebarblock
{
	padding-bottom:20px;
	color:#4c4c4c;
}
.contentblock
{
	padding-bottom:17px;
}
.contentblock ul, .sidebarbox ul, #thissection ul
{
	padding-left:15px;
}
.sidebarboxi
{
	background-image:url('images/sidebar_panel.jpg');
	background-position:top left;
	background-repeat: no-repeat;
	height:351px;
	width:304px;
	padding:15px;
}
.sidebartop
{
	background-image:url('images/sidebar_top.jpg');
	background-position:top left;
	background-repeat: no-repeat;
	height:26px;
	width:334px;
}
.sidebarbottom
{
	background-image:url('images/sidebar_bottom.jpg');
	background-position:top left;
	background-repeat: no-repeat;
	width:334px;
	height:10px;

}
.sidebarcontent
{
	background-image:url('images/sidebar_content.jpg');
	background-position:top left;
	background-repeat: repeat-y;
	width:304px;
	padding:15px;	
}
#zonebox
{
	background-color:#f6f8ff;
	width:537px;
	padding:10px;
	line-height:22px;
	margin-bottom:20px;
}
.pheadertext
{
	color:#002a47;
	font-weight:bold;
}
#homelink
{
	position:relative;
	top:0px;
	left:0px;
	height:105px;
	width:315px;
}
.morepadding p
{
	margin:35px 0px;
}
#endtoendbullets { padding-left:15px; }
#endtoendbullets li { padding:5px 0px; }

.zoneheader
{
	color:#002A47;
	font-weight:bold;
	float:left;
	width:60px;
	
}
.zonetext
{
	float:left;
	clear:right;
	width:470px;
}

.BlueVerifone
{
	margin-top:40px;
	height:146px;
	width:338px;
	margin-bottom:5px;
}
.newsdate
{
color:#002337;
font-weight:bold;
float:left;
width:154px;
margin:10px 0px;
}
.newslink 
{
float:left;
clear:right;
width:430px;
margin:10px 0px;
}
.newslink a
{
color:#b31e36;
font-weight:normal;
}
.promo
{
	height:74px;
	width:303px;
	color:#ffffff;
	padding: 55px 15px 0px 15px;
	padding-top:50px;
	margin-bottom:25px;
}
.promo a{
	color:#ffff99;
	font-weight:normal;
}
#pcipromo
{
	background:url("images/pcipromobg.jpg");
	background-position:top left;
	background-repeat:no-repeat;
}
#howpromo
{
	background:url("images/e3animationpromobg.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:80px;
	width:238px;
}
.homepagepromo
{
	margin-bottom:15px;
	margin-top:0px;	
}

ul.sidebyside { float: left; margin-right: 50px; }

#recentNews { width: 587px; }
#recentNews .blocktop { background: url(images/new/box_top.gif) no-repeat; height: 6px; }
#recentNews .blockinner { background: url(images/new/box_middle.gif) repeat-y; }
#recentNews .blockbottom { background: url(images/new/box_bottom.gif) no-repeat; height: 7px; }
#recentNews h3 { color: #666666; font-size: 16px; font-weight: normal; margin: 0px 0px 5px 15px; }
#recentNews ul { list-style-type: none; margin: 0 0 0 4px; padding: 0; height: 180px; }
#recentNews ul li { color: #002a47; font-weight: bold; border-right: solid 1px #e3e3e3; padding: 15px; margin-right: 2px; float: left; width: 161px; height: 86px; background:url(images/new/box_inner.gif) no-repeat; }
#recentNews ul li.last { border-right: none; }
#recentNews ul li span { color: #002a47; font-weight: bold; font-size: 11px; }

/**** [ forms ] ****/
form { }
input[type=text] { }
textarea { }

/**** [ wordpress: posts ] ****/
#blogpage h1 { color: #666666; margin-bottom: 25px; }
#blogheader { border-bottom: 2px solid #f3f3f3; /*margin: 25px 0 40px 0;*/ margin: 25px 0px; padding-bottom: 20px; }
.post { margin-bottom: 40px; }
.post .author_image { float: left; width: 70px; }
.post .post_wrapper { margin-left: 76px; }

.post h2.title { color: #002a47; margin: 0; font-size: 21px; line-height: 22px; }
.post h2.title a { color: #002a47; font-weight: bold; text-decoration: none; }
.post .meta { color: #999; }
.post .meta .byline a { color: #666666; font-weight: bold; text-decoration: underline; }
.post img, .author_image img { border: solid 1px #bfbfbf; padding: 2px; }

.entry { }
.entry a { }
.entry a:hover { }
.entry a.more-link { }
.entry ul, .entry ol { padding: 0 0 0 40px; }
.entry ul li { }
.entry li.bulletColor { color: #bb0e4b; }
.entry li.bulletColor span { color: #4c4c4c; }

.postmetadata { }

/**** [ wordpress: author page ] ****/
ul#bio_list { list-style-type: none; }
ul#bio_list li { margin-bottom: 25px; }
.author_bio h2 a { color: #002a47; text-decoration: none; }

#bio { }
#bio .author_image, ul#bio_list li .author_image { float: left; width: 140px; }
#bio .author_bio, ul#bio_list li .author_bio { margin-left: 145px; }
.author_bio h2 { margin-bottom: 2px; }
.author_bio .title { color: #999; }
.author_bio .entry { }

/**** [ wordpress: sidebar ] ****/
#sidebar { width: 280px; margin: 20px auto; }

#searchform { padding-top:15px;}
#s { color: #808080; background-color: #fff; border: none; width: 200px; height: 16px; padding: 2px 0 0 0; font-style: italic; }
#searchsubmt { }

#sidebar #aboutBlock { margin: 20px 0px; padding: 0px 25px 0px 15px; }
#sidebar #aboutBlock p { color: #333; font-size: 11px; }
#sidebar #aboutBlock a { color: #002a47; text-decoration: none; }

#sidebar .block { margin: 15px 0px; width: 277px; }
.block .blockinner { background: url(images/new/sidebar_bg-middle.gif) repeat-y; width: 247px; padding: 10px 15px; }
.block .blocktop { background: url(images/new/sidebar_bg-top.gif) no-repeat; height: 6px; }
.block .blockbottom { background: url(images/new/sidebar_bg-bottom.gif) no-repeat; height: 6px; }

.blockwide { margin: 15px 0px; width: 334px; }
.blockwide .blockinner { background: url(images/new/sidebar_wide_bg-middle.gif) repeat-y; width: 294px; padding: 10px 20px; }
.blockwide .blocktop { background: url(images/new/sidebar_wide_bg-top.gif) no-repeat; height: 6px; }
.blockwide .blockbottom { background: url(images/new/sidebar_wide_bg-bottom.gif) no-repeat; height: 6px; }
.blockwide h3 { font-size: 18px; color: #666666; font-weight: normal; background: url(images/new/lock_icon.jpg) no-repeat scroll left top; padding: 5px 0px 8px 48px; }
.blockwide ul { list-style-type: none; margin: 0; }
.blockwide ul li { padding: 0 0 0 12px; }
.blockwide p.small { font-size: 11px; margin: 0px; margin-top: 2px; }

#sidebar h3 { font-size: 18px; color: #666666; font-weight: normal; }
#sidebar .block h3 { background: url(images/new/lock_icon.jpg) no-repeat scroll left top; padding: 5px 0px 8px 48px; }
#sidebar .block ul { list-style-type: none; margin: 0; }
#sidebar .block ul li { padding: 0 0 0 12px; }
#sidebar ul.gradient { }
#sidebar ul.gradient li { background: url(images/new/sidebar_link_gradient.gif) repeat-x; height: 16px; padding: 12px 20px; }
#sidebar ul.gradient li a { text-decoration: none; color: #002a47; font-size: 16px; font-weight: bold; }
#sidebar ul.gradient li a img { position: relative; top: 2px; margin-right: 11px; }
#sidebar p.small { font-size: 10px; margin: 0px; line-height: 11px; }

#sidebar #recentPosts ul li { 
	border-bottom: 2px solid #e6e6e6; padding-bottom: 7px; margin-bottom: 10px; 
}

.blockwide #recentPosts ul { padding: 8px 0 5px 0; }
.blockwide #recentPosts ul li { padding-bottom: 12px; line-height: 14px; }

#sidebar #recentPosts ul li.last, .blockwide #recentPosts ul li.last { 
	border-bottom: none; padding-bottom: 0; margin-bottom: 0; 
}

#sidebar #subscribe { margin-left: 30px; }
#sidebar #subscribe a { color: #002a47; text-decoration: none; }
#sidebar #subscribe a img { margin-right: 8px; position: relative; top: 2px; }

/**** [ wordpress: other ] ****/
.navigation { margin: 10px 0px 18px 0px; }
.navigation a { text-decoration: none; color: #002a47; }
/* post page navigation */
#page_nav { margin-top: 30px; }
.next-posts, .prev-posts { width: 135px; height: 38px; }
.next-posts a, .prev-posts a { display: block; background: url(images/new/btn_postnav.gif) no-repeat; font-size: 14px; padding: 12px 10px 8px; }
.next-posts a img, .prev-posts a img { padding: 0px 5px; }
.next-posts { float: left; }
.next-posts a { padding-left: 12px; }
.prev-posts { float: right; }
.prev-posts a { padding-left: 16px; }

/* Begin Images */
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* single post navigation */
.next-post { float: right; }
.prev-post { }
	
#comments { }
#comments h3 { margin-top: 10px; font-size: 16px; }
#respond { }
#respond form .field { margin: 2px 0px; }
#respond textarea, #respond input { font-family: Arial, Helvetica, sans-serif; font-size: 12px; border: solid 1px #b9b9b9; }
#respond textarea { overflow-y: auto; }
#respond #submit { border: 0px solid #fff; background: url(images/new/btn_postnav.gif) no-repeat; color: #002a47; font-weight: bold; padding: 12px 16px 8px; margin-top: 8px; text-align: left; display: block; width: 135px; }
.comments-navigation { margin: 10px 0px; }
.comments-navigation a { text-decoration: none; color: #002a47; }
.comments-navigation .prev-comments { float: right; }
.comments-navigation .next-comments { }
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

/* HPS expander things */

.productlnk
{
	background:transparent url(images/bg/tick_plus.gif) no-repeat scroll 0 0;
	padding-left:20px;
	padding-bottom:20px;
	height:14px;
}
.productclose
{
	background:transparent url(images/bg/tick_minus.gif) no-repeat scroll 0 0;
	padding-left:20px;
	height:14px;
}
.productmore .productlnk
{
	display:block;
}
.open .productlnk
{
	display:none;
}
/* end expander */

.testimonial{background:url('/wp-content/themes/e3secure/images/testimonial.jpg');height:150px;width:334px;clear:both;}
.testimonial img{float:left;margin-top:0px;margin-left:19px;}
.testimonial p{margin-left:110px;font-style:italic;font-size:12px;padding-top:0px}
.testimonial a{color:#bf2349;font-style:normal;}
.testimonial h1{font-size:14px;padding-left:16px;padding-top:15px;}

.din{font-size:16px;}

#social-media
{
	position:relative;
	height:63px;
	width:333px;
	background:url('/wp-content/themes/e3secure/images/bg/social.jpg');

}
#contentpage #contentright #social-media
{
	margin-top:10px;
}

#social-media div
{
	position:absolute;
	top:21px;
}
#facebook-link
{
	right:155px;
}
#twitter-link
{
	right:113px;
}
#youtube-link
{
	right:71px;
}
#linkedin-link
{
	right:29px;
}

.webinar
{
	background-image:url('images/bg/webinar.jpg');
	height:422px;
	width:306px;
	padding:30px 15px 0px;
	margin-top:10px;
}
*:first-child+html  .webinar {padding-top:40px;}
.other-findings{margin-left:10px;}
*:first-child+html .other-findings{margin-left:15px;}
.webinar ul
{font-size:11px;margin-left:20px;}

.wpcf7-form .entry{width:404px;height:26px;clear:left;padding-bottom:10px;}
.legend{padding-bottom:0px;text-align:right;height:auto;padding-bottom:2px;}
.entry-value{width:286px;float:left;}
.entry-label{width:118px;float:left;padding-top:5px;}

.wpcf7-submit
{
	background:url('images/buttons/submit.jpg');
	width:92px;
	height:36px;
	text-indent:-9999px;
	cursor:pointer;
	border:none;
}
*:first-child+html  .wpcf7-submit {padding-top:36px;overflow:hidden;display:block;}


.required{color:#002a47;}
.wpcf7-text,.wpcf7-select{height:24px;width:284px;border:solid 1px #bcbcbc;}

/* staging*/

.page-id-358 #TB_title {height:38px;background:url('/wp-content/themes/e3secure/images/bg/thankyou-poptop.jpg') top left no-repeat;}
.page-id-358 #TB_closeAjaxWindow a {background:url('/wp-content/themes/e3secure/images/buttons/close.jpg') top left no-repeat;float:right;margin-right:20px;}
.page-id-358 #TB_closeAjaxWindow{color:#fff;}
.page-id-358 #TB_iframeContent{margin-top:0px;}
.page-id-358 #TB_window {background:transparent;}
/*live*/
.page-id-565 #TB_title {height:38px;background:url('/wp-content/themes/e3secure/images/bg/thankyou-poptop.jpg') top left no-repeat;}
.page-id-565 #TB_closeAjaxWindow a {background:url('/wp-content/themes/e3secure/images/buttons/close.jpg') top left no-repeat;float:right;margin-right:20px;}
.page-id-565 #TB_closeAjaxWindow{color:#fff;}
.page-id-565 #TB_iframeContent{margin-top:0px;}
.page-id-565 #TB_window {background:transparent;}

.wpcf7-list-item-label{display:none;}

.coalfirepromo{height:141px;}
/*} /* END screen media */


/*@media print {*/

/*.do-not-print { display: none; }*/
/*#comments { page-break-before: always; }*/

/*body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }*/
/*h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }*/
/*h1 { font-size: 19pt; }*/
/*h2 { font-size:17pt; }*/
/*h3 { font-size:15pt; }*/
/*h4,h5,h6 { font-size:12pt; }*/
/*code { font: 10pt Courier, monospace; } */
/*blockquote { margin: 1.3em; padding: 1em; }*/
/*img { display: block; margin: 1em 0; }*/
/*a img { border: none; }*/
/*table { margin: 1px; text-align:left; }*/
/*th { border-bottom: 1px solid #333;  font-weight: bold; }*/
/*td { border-bottom: 1px solid #333; }*/
/*th, td { padding: 4px 10px 4px 0; }*/
/*caption { background: #fff; margin-bottom: 2em; text-align: left; }*/
/*thead { display: table-header-group; }*/
/*tr { page-break-inside: avoid; } */
/*a { text-decoration: none; color: black; }*/
	
/*} /* END print media */

