﻿body {
	
	font-family: "Helvetica Neue","Segoe UI",Segoe,Helvetica,Arial,"Lucida Grande",sans-serif;
	
	margin: 0px;
	padding: 0px;
	font-weight:normal;
	/*
	font-family: Verdana,Geneva,sans-serif;
	Helvetica, Sans-serif, 'Trebuchet MS'; 
	background-image: url('images/background.png');
	  'Segoe UI',Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
	background-repeat:repeat;*/
	font-size: 17px;
	color: #3d3d3d; 
	letter-spacing:0px;
	line-height:200%;
	text-align: justify;
	
	
}

  	strong 
	{
		font-weight: 700 !important; 
	}


@keyframes sxblink 
{
	0% {opacity: 0}
	49%{opacity: 0}
	50% {opacity: 1}
}

sxblink
{
animation: sxblink 1s infinite;
}



.post_image 
{
-webkit-box-shadow: 0px 3px 20px -5px rgba(0,0,0,0.73);
-moz-box-shadow: 0px 3px 20px -5px rgba(0,0,0,0.73);
box-shadow: 0px 3px 20px -5px rgba(0,0,0,0.73);
margin-top:30px;
margin-bottom:30px;
text-align:center;
border: 0px;
}




a.page_subheader:link { 
	color:#0066ff; 

}
a.page_subheader:visited { 	
	color:#0066ff;
}
a.page_subheader:active { }
a.page_subheader:hover { 

color:#0066ff;
}



.page_subheader {
	color: #0066ff;   /*#227505;  */
	margin-bottom: 40px;
	padding: 0px 0px 8px 0px;
	border-bottom: 1px dotted #ddd;
	line-height: 220%;
	letter-spacing: 1px;
	word-spacing: 2px;
	font-weight: 700;
	font-size: 26px;
	text-align: left;
	vertical-align: middle;
	
}


.page_sub_subheader_new {
	color: #333;
	font-size: 18px;
	font-weight: 600;
	vertical-align: middle;
	text-align: left;
	letter-spacing: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #007eff;
	background-repeat: repeat;
	line-height: 26px;
	padding-bottom:10px;
	
}




/* Subtitle for each navigation page   #3a3a3a; */
.page_subtitle {
	font-size: 33px;
	font-weight: 600;
	color:  #111;   /*#174f03;*/
	vertical-align: middle;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #ddd;
	line-height: 200%;
	letter-spacing: 1px;
	word-spacing: 2px;
	
}


.page_main_title
{
	text-shadow: 0px 4px 6px #ffffff;
	text-align:center;
	font-size:35px;
	line-height: 200%;
	font-weight:600;
	color:#111;
	margin-bottom:10px;
}




/* Subtitle for each navigation page */
.page_subtitle_noquote  {
	border-width: 1px;
	font-size: 24px;
	font-weight: 600;
	color: #333;
	text-shadow: 1px 1px 2px #555555;
	vertical-align: middle;
	line-height: 34px;
	border-color:#333333;
	border-style:ridge;
	border-width: 0px 0px 2px 0px;
	background-image: none; 
}


 .highlight_box 
 {

border-top:5px solid #0c6ef0;
margin-top:30px;
margin-bottom:30px; 
color:#111;
text-align:center;
background-color:#fafafa;
padding-top:20px;
padding-bottom:30px;
padding-left:15px;
padding-right:15px;
line-height:180%;

}

b, strong
{
font-weight:700;

}




	.sx_web_button:link,
	.sx_web_button:visited {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	box-shadow: 0 0.4375rem 0.4375rem rgba(0, 90, 255, 0.15);
	width: 160px;
	height: 45px;
	line-height: 45px;
	background-image: linear-gradient(90deg, #0078ff, #005aff);
	background-color: #0078ff;
	color: #fff;
	border-radius: 0.3125rem;
	transition: background-color 200ms;
	font-weight: 700;
	margin-bottom: 1rem;
	font-size: 17px;
	font-family: arial, sans-serif;
	}

	.sx_web_button:hover,
	.sx_web_button:active 
	{
	background-color: #005aff;
	background-image: linear-gradient(90deg, #0051ff, #005aff);
	box-shadow: 0 0.5625rem 0.84375rem rgba(0, 90, 255, 0.3);
	}
	
	
#download_button a
{
	display: block;
	width: 180px;
	height: 45px;
	background: url('images/download_button_new.png') 0 0 no-repeat;
	text-decoration: none;
	overflow: hidden;
	text-indent: -999px;

}

#download_button a:hover
{
	
}


blockquote
{
	color:#000;
	margin: 1em;
	padding: 0 0 10px 40px;
	font-weight: bold;
	background: url('images/blockquote.png') no-repeat left top;	
}


.download_link {
	border-width: 0px 0px 1px 0px;
	font-size: 12px;
	border-bottom-style: dotted;
	border-bottom-color: #585858;
	letter-spacing: 0px;
}

a.download_link:link { 
		/*color:  #C9C9C9;*/
}

a.download_link:visited {
	
}


a.download_link:hover{
		border-width: 1px;
		color: #00ff00; 
}


a:visited {
	border-width: 0px 0px 0px 0px;
	color: #3d3d3d;
	
}


a:link {
	border-width: 0px 0px 0px 0px;
	color: #3d3d3d;
	
}

a:active {
}


a:hover {
	border-width: 0px 0px 1px 0px;
	text-decoration:underline;
	color: #0066ff; 
	/*font-weight:600;*/
}

a {
	font-weight:normal;
	text-decoration: none;
	color: #3d3d3d;
}





tbody{
	
}

table {
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #303030;
	vertical-align: middle;
	text-align: justify;
	background-color: #fff;  /*#f2f2f2;*/
}

td {
	vertical-align: top;
	text-align: left;

}
th {
	border-bottom: 1px ridge #888888;
	font-size: medium;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	color: #444444;
	background-image: none;
	background-repeat: no-repeat;
	
}


.download_table_row1
{
	text-align:left;
	vertical-align:middle;
	background-color:#f8f8f8;
	height:24px;

}


.download_table_row2
{
	text-align:left;
	vertical-align:middle;
	background-color:#fefefe;
	height:24px;
}



a.downloadpage_header:link { 
	color: #00FF00; 
	border-bottom-style: none;
	background-image:none;
	font-weight:bold;
}


a.downloadpage_header:visited { 	
	color: #00FF00; 
	border-bottom-style: none;
	background-image:none;
	font-weight:bold;
}
a.downloadpage_header:active { }
a.downloadpage_header:hover { color: #F5F5F5; }

.downloadpage_header {
	border-style: solid solid dotted solid;
	border-width: 1px 0px 1px 0px;
	border-color: #003300;
	color: #00FF00;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	letter-spacing: 1px;
	background-image: url('images/bg_blackjack.jpg');   /*url('images/bg_header_menu_bar.gif');*/
	border-color:#4F4F4F;
	border-style:solid;
	border-width: 1px 0px 0px 0px;
	line-height: 28px;
	
}



.home_grad_bg {
	
	background-color: #efefef;

	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fff, endColorstr=#efefef); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fff, endColorstr=#efefef)";
    background: -moz-linear-gradient(center top , #fff, #efefef) repeat scroll 0 0 transparent;  /* for firefox 3.6+ */ 
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));        /* for webkit browsers */

	filter:progid:DXImageTransform.Microsoft.DropShadow(Color='#BBBBBB', OffX=0, OffY=0);

    -moz-box-shadow: 0px 5px 5px #BBBBBB;
	-webkit-box-shadow: 0px 5px 5px #BBBBBB;
    box-shadow: 0 5px 5px #BBBBBB;


    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;

    padding-bottom:0px;
    margin-left:0px;
	padding-right:15px;

}


.header_grad_bg {
	
	
	background-color: #F8F8F8;
  
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F8F8F8, endColorstr=#ccc); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F8F8F8, endColorstr=#ccc)";
    background: -moz-linear-gradient(center top , #F8F8F8, #ccc) repeat scroll 0 0 transparent;  
    background: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#ccc));     
	
	
	
	
	/*
	    -moz-box-shadow: 0px 5px 5px #BBBBBB;
	-webkit-box-shadow: 0px 5px 5px #BBBBBB;
    box-shadow: 0 5px 5px #BBBBBB;

	filter:progid:DXImageTransform.Microsoft.DropShadow(Color='#BBBBBB', OffX=0, OffY=0);

   


    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;

    padding-bottom:0px;
    margin-left:0px;
	padding-right:15px;
	*/

}

.post_title_row
{
	padding-left:10px;
	padding-top:8px;
	padding-bottom:8px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	background-color:#f4f4f4;
	font-size:17px;
	font-weight:bold;
	line-height:100%;
	letter-spacing:1px;
	word-spacing:2px;
	color: #222; /*   #004200;*/
	vertical-align:middle;
	text-align: left;
	
}

.post_title_row1
{
	padding-left:10px;
	padding-top:15px;
	padding-bottom:8px;
	margin-bottom: 20px;
	border-bottom: 1px inset #ccc;
	font-size:17px;
	font-weight:bold;
	line-height:100%;
	letter-spacing:1px;
	word-spacing:2px;
	color: #222; /*   #004200;*/
	vertical-align:middle;
	text-align: left;
	
	
}




.post_title
{
	font-size:16px; 
	font-weight:bold;
	line-height:150%;
	letter-spacing:0.5px;
	word-spacing:2px;
	color:#004200;
	padding-left:5px;
}



/* Home page Sub section - title */
.post_section_title
{
	font-size:17px;
	font-weight:bolder;
	line-height:150%;
	letter-spacing:0.5px;
	word-spacing:2px;
	color:#004200;
	vertical-align:middle;
}



/* Home page - sub section - title row */
.feed_title
{
	font-size:16px;
	font-weight:700;
	vertical-align:top;
	color: #007eff; 
	cursor:pointer;
	/*line-height:180%;
	text-shadow: 1px 2px 6px white;
	
	*/
}


a.feed_title_hot:link { 
	color: #f94f0c;
	font-weight:bold;
}


a.feed_title_hot:visited { 	
	color: #f94f0c; 
	font-weight:bold;
}

a.feed_title_hot:active { }

a.feed_title_hot:hover {
	color: #f94f0c; 
	text-decoration:underline;
	font-weight:bold;
 }


.feed_title_hot
{
	font-size:15px;
	font-weight:bold;
	vertical-align:top;
	color: #ff0000; /*#f83a3a; */
	/*text-shadow: 1px 1px 1px yellow; */
	padding-bottom:4px;
	cursor:pointer;
}


.feed_row 
{
vertical-align:top;
text-align:left;
padding-top:15px;
padding-right:15px;
padding-left:20px; 
padding-bottom:0px;
font-size: 18px;
font-weight:700;
color: #48ba10;
}


.ul_feed_desc_row
{
	vertical-align:top;
	padding-left:5px;
	padding-right:10px;
	list-style-type:none; 
	list-style-image:none;
	margin-left:0px;
	line-height:150%;
	
}

/* Home page - sub section - second row */
.feed_date_row 
{
	font-size:13px;
	font-weight:normal;
	color:  #222;  /*rgb(119, 218, 85);*/
	padding-top:0px;
}


.feed_desc
{
	padding-top:0px;
	text-align:justify;
	line-height:180%;
	letter-spacing: 0.4px;
	
}
	
	
.feed_link
{	
	text-align:right;
	font-size:15px;
}

.feed_line
{
	height:1px;
	width:100%;
	border-bottom: 1px solid #eee;
	margin-left:10px;
}


/*
.home_feed_image
{
	height:80px;
	width:100px;
	padding:3px;
	vertical-align:middle;
	margin-left:15px;
	-moz-box-shadow:0px 0px 4px 4px #ddd;
	-webkit-box-shadow: 0px 0px 4px 4px #ddd;
    box-shadow:0px 0px 4px 4px #ddd;
    border:0px;
}

*/

.home_feed_image
{
	height:180px;
	width:180px;
	vertical-align:top;
	margin-top:-10px;
	margin-left:5px;
	
	 
	
	/*
	padding:20px;
	
	background-color:#fafafa;
	 border:1px solid #eee;
	 
	-moz-box-shadow:0px 0px 4px 4px #ddd;
	-webkit-box-shadow: 0px 0px 4px 4px #ddd;
    box-shadow:0px 0px 4px 4px #ddd;
	*/
}


.testimonial_box
{
	width:200px;
	height:150px;
	vertical-align:middle;
	background-color:#fafafa;
	border: 1px solid #ddd;
	text-align:center;
	


}

.testimonial_box:hover
{
	background-color:#fff;
	border: 1px solid #007eff;
}


.testimonial_author
{
	color:#222;
	font-size:15px;
	font-weight:600;
	padding-left: 20px;
}



/* applies to main section */
.post_author_date 
{
	font-size:10px;
	font-weight:normal;
	color:#888888;
	padding-left:45px;
	padding-top:0px;
	margin-top:-10px;

}












.highlight {
	color: black;
	font-weight: bold;
	letter-spacing: 1px;
}





.release_title
{
	font-size:14px; 
	font-weight:bold;
	color:#007eff;
}


.release_title_quote
{
	line-height:24px;
	font-size:11px;
	font-style:italic;
	color:#333333;
	font-weight:bold;
}



.button_text
{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:center;
	box-shadow: 0 0.4375rem 0.4375rem rgba(0, 90, 255, 0.15);
	background-image: linear-gradient(90deg, #0078ff, #005aff);
	background-color: #0078ff;
	color: #fff;
	border-radius: 0.3125rem;
	transition: background-color 200ms;
	font-size:17px; 
	font-weight:bold;
	width:130px;
	height:30px;
	padding-top:8px;
	padding-left:22px;
	padding-right:22px;
	padding-bottom:11px;
	border:0px solid white;
	border-radius: 3px;
}

.button_text a, .button_text a:link, .button_text a:visited
{
	text-decoration: none;
	color: #fff;
	font-size:17px; 
	font-weight:bold;
}

.button_text a:hover, .button_text a:active
{ 
	text-decoration: underline;
}





.home_button_text, .home_button_text a, .home_button_text a:link, .home_button_text a:visited
{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:center;
	box-shadow: 0 0.4375rem 0.4375rem rgba(0, 90, 255, 0.15);
	background-image: linear-gradient(90deg, #0078ff, #005aff);
	background-color: #0078ff;
	color: #eee;
	border-radius: 0.3125rem;
	transition: background-color 200ms;
	font-size:17px; 
	font-weight:bold;
	width:130px;
	height:30px;
	padding-top:8px;
	padding-left:22px;
	padding-right:22px;
	padding-bottom:11px;
	border:0px solid white;
	border-radius: 3px;
	
	/*
	padding-top:10px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:13px;
	*/
}


.home_button_text a, .home_button_text a:link, .home_button_text a:visited
{
	text-decoration: none;
	color: #eee;
	font-size:17px; 
	font-weight:bold;
}

.home_button_text a:hover, .home_button_text a:active
{ 
  	color: fff;
	text-decoration: underline;
}




 ul 
 {
list-style-image: url("images/sx_icon_about_bullet.jpg");
list-style-type:none;
line-height:220%;

/*margin-left:0;*/
/*padding-left:2em;*/
}

li
{
padding-left:5px;
}


.video_subheader {
	color: #00FF00;
	font-weight: bold;
	font-size: small;
	text-align: left;
	vertical-align: top;
	letter-spacing: 1px;
	background-image: url('images/videopage_subheader_bg.gif');
	line-height: 24px;
	background-repeat: repeat-x;
}









hr {
	color: #666666;
	font-size: 0px;
	line-height: 0mm;
	font-weight: lighter;
}




.page_sub_subheader 
{
	color:#222;
	font-size: 18px;
	font-weight: 600;
	vertical-align: middle;
	text-align: left;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #eee;
	line-height: 26px;
	letter-spacing: 1px;
	word-spacing: 1px;
	
}






.page_code {
	font-family: monospace, "Courier New", Courier, "Bitstream Vera Sans Mono";
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color:#d7e5f8;
	background-color:#222;
	text-align: left;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
	line-height:170%;
	
	border: 1px #007eff solid;

}
.page_code_comment {
	font-family: monospace, "Courier New", Courier, "Bitstream Vera Sans Mono";
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	background-color: #222;
	color:#cccccc;
}

.page_text {
	font-size: medium;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
	vertical-align: bottom;
}

.page_title {
	font-size: 24px;
	font-weight: bold;
	color: #cccccc;
	text-align: center;
	vertical-align: middle;
	line-height: 150%;
	letter-spacing: 1px;
	word-spacing: 2px;
}

.aboutpage_header {
	border: 0px solid #808080;
	color: #69D200;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	letter-spacing: 1px;
}


.sidebar_header {
	color:#222;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	letter-spacing: 1px;
	border:#cccccc thin solid; 
	border-width: 0px 0px 1px 0px;
	line-height: 32px;
	background-image:none;
	
}




.sidebar_text {
	
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	letter-spacing:0.4px;
	line-height: 180%;
	border:0px;
	padding-top:0px;
	text-align:center; 
}


.sidebar_listtext
{
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	letter-spacing:0.4px;
	line-height: 180%;
	border:0px;
	padding-top:0px;
	text-align:left; 
}



a.sidebar_listtext:link,  a.sidebar_listtext:visited
{
 color:#333;
}
 
  
a.sidebar_listtext:active { }

a.sidebar_listtext:hover 
{ 
	color:#007eff;
	text-decoration:underline;
 
}


/* Styles for Sidebar END */

/* Styles for Header BEGIN */

.header_th_bottom {
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
	font-variant: normal;
	letter-spacing: 1px;
}


a.navtext:link {
	color: lime; /*#00CC00;*/
	text-decoration:none;
	border-width: 0px 0px 0px 0px;
	font-weight: bold;

}
a.navtext:visited {
	color: lime; /*#00CC00;*/
	text-decoration:none;
	border-width: 0px 0px 0px 0px;
	font-weight: bold;

}
a.navtext:active { 

 }

a.navtext:hover {
	color: white;
	border-width: 0px 0px 3px 0px;
	border-style: solid;
	border-color:#111111;
	text-decoration:none;
	font-weight: bold;
	
}

a.navtext {
	text-decoration: none;
	vertical-align:middle;
	font-size: 12px;
	font-weight: bold;
	letter-spacing:1px;
	padding-right: 6px;
	padding-left: 6px;
	border-bottom:0px;
}




a.graytext:link, a.graytext:visited  {
	vertical-align:middle;
	font-size: 13px;
	letter-spacing:1px;
	border-bottom:0px;
	color:#151515;
	font-weight:600;
}


a.graytext:hover {
	color: #007eff;
	border-bottom:0px;
	font-weight:600;
}


.bottom_subheader
{
	font-weight:bold;
	color:#0066ff;
	font-size:19px;
	line-height:34px;
	
}

.header_title_quote {
	font-size: small;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
	vertical-align: middle;
	text-align: center;
	letter-spacing: 1px;
	word-spacing: 1px;
}

/* Styles for Header END */

.copyright_text {
	color: #444;
	font-size: 12px;
	vertical-align: middle;
	padding-left:0px;
	font-weight:bold;
}

.indexpage_subheader {
	color: #111;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	background-image: none; 
	text-shadow: 0px 0px 0px #ffffff;
	
	border-color:#aaaaaa;
	border-style:solid;
	border-width: 0px 0px 1px 0px;
	background-color:#d5d5d5;
	line-height: 30px;
	background-repeat: repeat-x;
	letter-spacing:1px;
}





.indexpage_subheader a:link 
{
	color:white;
	font-weight: bold;
	

}

.indexpage_subheader a:visited
{
	color:white;
	font-weight: bold;
}



.indexpage_subheader a:hover
{
	color: lime;
	font-weight: bold;
	text-decoration:none;
}


.sidebar_background {
	background-image: none; /*url('images/sidebar_bg.gif');*/
	background-repeat: repeat-x;
	background-position: bottom;
	height: 100%;
	width: 95%;
}
.sidebar_seperator {
	line-height: 15px;
	width: 100%;
	border-color: #3C3C3C;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
}
.indexpage_sub_subheader {
	color: #008A00;
	font-size: 12px;
	font-weight: bolder;
	vertical-align: middle;
	text-align: left;
	letter-spacing: 1px;
	background-color: #050505;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #363636;
	background-repeat: repeat;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #191919;
	line-height: 18px;
}
.advmt_title {
	color: #00A400;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	background-color: #242424;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-color: #191919;
	border-bottom-style: solid;
	background-image: none;
}
.advmt_text {
	font-size: 11px;
	font-weight: normal;
	color: #8c8c8c;
	text-align: justify;
	vertical-align: bottom;
}

.textbox {
	background-color: #fcfcfc;
	color:#333333;
	border: 1px solid #cccccc;
	font-size: 13px;
	height:22px;

}


.textbox_search {
	background-color: #151515;
	border: 1px solid #444; 
	color:#fff;
	font-size: 13px;
	height:22px;
	padding-left:5px;
	text-align: left; 
	vertical-align:middle;
}



.mainpage_background {
/*	background-image: url('images/background_mainpage.gif');*/
	background-repeat: repeat;
	background-attachment: scroll;
}


div {
	/*background-image: url('images/background_mainpage.gif');*/
}


.subpage_background {
	/*background-color: #121212;*/
}
.footer_background {
	background-image: url('images/background_footer.gif');
	background-repeat: repeat-x;
}

.header_th {
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	vertical-align: top;
	font-size: 18px;
	line-height: 30px;
	color: #00FF00;
	letter-spacing: 0px;
	background-image:url('images/bg_blackjack.jpg');
	background-repeat:repeat;
	text-align:center;
    
    -moz-box-shadow: 0 0 20px 0px #222;
	-webkit-box-shadow: 0 0 20px 0px #222;
	box-shadow: 0 0 20px 0px #222;
}


.main_body
{
	border-bottom:0px #444 solid;
	
    -moz-box-shadow: 0px 0px 10px 5px #ccc;
	-webkit-box-shadow:0px 0px 10px 5px #ccc;
	box-shadow: 0px 0px 10px 5px #ccc;
	
}


.main_body_topbar
{
	border-bottom:0px #444 solid;
	
    -moz-box-shadow: 0px 0px 20px 0px #444;
	-webkit-box-shadow:0px 0px 20px 0px #444;
	box-shadow: 0px 0px 20px 0px #444;
	
}



.main_body_menubar
{
	
    -moz-box-shadow: inset 0 0 20px 10px #ccc;
	-webkit-box-shadow: inset 0 0 20px 10px #ccc;
	box-shadow: inset 0 0 20px 10px #ccc;
	
}



.header_body
{
    -moz-box-shadow: 0px 0px 14px 10px #aca;
	-webkit-box-shadow: 0px 0px 14px 10px #aca;

	box-shadow: 0px 0px 14px 10px #aca;
}


.footer_body
{
	text-align:left;
	vertical-align:middle;
	 background-color:#101010;

	 -moz-box-shadow: 0px 0px 10px 0px #666;
	 -webkit-box-shadow: 0px 0px 10px 0px #666;	
	 box-shadow: 0px 0px 10px 0px #666;
}

.header_image_box
{
	-moz-box-shadow:0px 0px 5px 0px #ccc;
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
    box-shadow:0px 0px 5px 0px #ccc;
    
    border:0px;
}




.sidebar_image
{
	-moz-box-shadow:0px 0px 5px 0px #aaa;
	-webkit-box-shadow: 0px 0px 5px 0px #aaa;
    box-shadow:0px 0px 5px 0px #aaa;
    
    border:0px;
}



#menubar
{
	float:left;
	background-image:none;
}

#searchbar
{
	float: right;
	background-image: none;
	margin-right: 0px;
	vertical-align: top;
}

.book {
	border-style: 1;
	border-width: 1px;
	border-color: #444444;
	padding: 2px;
}
.table_cell_padfile {
	font-size: medium;
	font-weight: bold;
	border: 1px solid #008000;
	vertical-align: middle;
}

#icon_box
{  
	width:100px;
	height:100px;
	background-color:#fafafa;
	border:1px solid #eee;
	text-align:center;
	vertical-align:middle;
}


.home_icon_box
{
	margin-left:0px;
	width:150px;
	height:150px; 
	background-color:#fafafa;
	border:1px solid #eee;
	text-align:center;
	vertical-align:middle;'

	/*
	width:180px;
	text-align:center;
	background-color:#fafafa;
	border:1px solid #f1f1f1;
	vertical-align:top;
	padding-top:10px;
	*/
}


.home_icon_box_bar
{
	padding-top:5px;
	padding-bottom:0px;
	margin-top:0px;
	border-top:1px dotted #ddd;
	text-align:center;
	
	/*
	padding-top:5px;
	padding-bottom:0px;
	margin-top:5px;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
	background-color:#fcfcfc;
	*/
}

.ad_box
{
	margin-left:0px;
	width:125px;
	height:125px; 
	background-color:#fff;
	border:1px solid #ddd;
	text-align:center;
	vertical-align:middle;
	font-size:15px;
	
	
}


.ad_box:hover
{
	background-color:#fbfbfb;
	border: 1px solid #007eff;
}


.software_icon_box
{
	margin-left:0px;
	width:330px;
	height:330px; 
	background-color:#fff;
	
	border:3px solid #eee;
	border-top:3px solid #007eff;
	text-align:center;
	vertical-align:middle;
	
}

.software_icon_box:hover
{
	
	border-bottom: 3px solid #007eff;
}


.software_icon_box_image
{

	padding-top:20px;
	padding-bottom:10px;
	width:128px;
	height:140px;
	
	opacity: 1;

}


.software_icon_box_text
{
	
	font-size:17px;
	font-weight:700;
	color:#555;
	line-height:180%;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:0px;
}

.software_icon_box_desc
{
	font-size:13px;
	font-weight:normal;
	color:#999;
	line-height:150%;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:15px;	
	
}

.software_icon_box_bar
{
	height:34px;
	vertical-align:middle;
	text-align:center;		
}


.tool_icon_box
{
	margin-left:0px;
	width:190px;
	height:190px; 
	background-color:#fafafa;
	border:1px solid #ddd;
	text-align:center;
	vertical-align:middle;

	
}


.tool_icon_box:hover
{
	background-color:#ffffff;
	border: 1px solid #0066ff;
}




.tool_icon_box_image
{

	padding-top:20px;
	padding-bottom:10px;
	width:80px;
	height:80px;
	
	opacity: 1;

}

.tool_icon_box_text
{
	
	font-size:15px;
	
	padding:5px;
	line-height:150%;
	
}


.tool_icon_box_bar
{
	
	height:34px;
	padding-top:9px;
	vertical-align:middle;
	border-top:1px dotted #ddd;
	text-align:center;
		
}








.home_icon_box_text
{
	font-size:11px;
	font-weight:600;
	color:#222;
	margin-top:10px;
	line-height:140%;
	padding-left:5px;
	padding-right:5px;

}

/* Index page - image thumbview related styles */

#image_thumb_border
{  
	width:200px;
	height:150px;
	background-color:#f4f4f4;
	border:1px solid #ccc;
	text-align:left;
	vertical-align:bottom;
	font-size: 10px;
	padding-top:5px;
	color:white;
	/*
	background-image:  url('images/background_footer.gif');
	background-repeat: repeat-x;
	background-position: top;
	background-color:black;
	*/
}



	


#image_thumb_border a
{
	border:1px solid lime;
	text-decoration:none;
	color:#00FF00;
}


#image_thumb_border a:hover
{
	border:1px solid white;
	text-decoration:none;
	color:white;

}


#image_thumbnail a
{
	position:absolute;
	text-align:center;
	width: 160px;
	height: 120px;
	margin-left: 20px;
	margin-top:5px;
	border: 1px solid white;
	background: none 0 0 no-repeat;
	text-decoration: none;
	overflow: hidden;
	text-indent:-999;
}

#image_thumbnail a:hover
{
	border:1px solid lime;
	text-decoration:none;
}



#image_thumb_update
{
	text-align:center;
	width: 140px;
	position:relative;
	margin-left: 30px;
	margin-top:100px;
	font-size:10px;
}



/*  Top Network Menu Bar Header */
#topbarmenu {
  float:center;
	height: 40px;
	vertical-align:middle;
	
}



#topbarmenu ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#topbarmenu li {
	float: left;
	padding-right:30px;
	padding-left:0px;
	border-left:2px;
	border-right:2px;
	border-color:white;
	
	vertical-align:middle;
}

#topbarmenu a {
	display: block;
	float: left;
	/*text-shadow: 1px 1px 0px rgba(0,0,0,1);*/
	text-decoration: none;
	font-size: 12px;
	color:#222;
	font-weight:bold;
	vertical-align:middle;
	padding-top:10px;
	
}

#topbarmenu a:hover {
	color:red;
			 
}

#topbarmenu span {
	display: inline-block;
	height: 59px;
	padding: 65px 20px 0px 20px;
}

#topbarmenu li.active a {
	/*background-color:gray; */
	color:#bbb;
	padding-left:0px;
}



/**
*********************  Sidebar Style *********************************

**/

.sidebar_box 
{
	background-color: white;
	border: 1px solid #eee;
	width:300px;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
}

.sidebar_box_title
{
	font-size:21px;
	font-weight:600;
	color: #000;
	height:50px;
	text-align:center;
	vertical-align:middle;
	padding-top:25px;
	padding-bottom:0px;

}


.sidebar_menu_list
{
	line-height:220%;
	list-style-type:square;
	list-style-image:none;
	color: #eee;
	margin-top:5px;
	margin-left:-5px;
	padding-right:10px;
}

.sidebar_menu_text
{
	
	font-size:15px;
	font-weight:500;
	color:#007eff;
		
}

.sidebar_box_image
{
	text-align:center;
	vertical-align:middle;
	padding-top:0px;
	padding-bottom:20px;
	
}

.sidebar_box_text
{
	font-size:16px;
	font-weight:500;
	line-height:150%;
	color: #222;
	margin-top:10px;
	text-align:center;
	vertical-align:middle;
		
}



/*********************************************
*
*
*
*           Home Page Section
*
*
**********************************************
*/




.tool_icon_box_home
{
	margin-left:0px;
	width:180px;
	height:180px; 
	background-color: #ffffff;    
	border:2px solid #007eff;
	text-align:center;
	vertical-align:middle;
	float:center;
	border-radius: 3px;

	
}


.tool_icon_box_home:hover
{
	background-color:#ffffff;
	border: 2px solid red;
}


.tool_icon_box_home_image
{

	padding-top:14px;
	padding-bottom:0px;
	width:220px;
	height:220px;
	opacity: 1;

}


.tool_icon_box_home_text
{
	
	font-size:13px;
	font-weight:600;
	color:#559b3c;
	line-height:130%;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:8px;
	height:30px;
}




.featured_image_home
{
  padding:6px;
  background-color:#fff;
  -moz-box-shadow:0px 0px 5px 0px #aaa;
  -webkit-box-shadow: 0px 0px 5px 0px #aaa;
  box-shadow:0px 0px 5px 0px #aaa;
    
  border:0px;

}









.award_box_home
{
	margin-left:0px;
	width:180px;
	height:130px; 
	background-color: #fcfcfc;    
	border:3px solid #f2f2f2;
	text-align:center;
	vertical-align:middle;
	float:center;
	border-radius: 3px;
	
}


.award_box_home:hover
{
	border:3px solid #007eff;
	background-color:#ffffff;
	
}


.award_box_home_image
{
	padding-top:25px;
	padding-bottom:0px;
	width:140px;
	height:80px;
	opacity: 0.9;
}





.article_box_home
{
	margin-left:0px;
	width:230px;
	height:270px; 
	background-color: #fcfcfc;    
	border:2px solid #f2f2f2;
	text-align:center;
	vertical-align:middle;
	float:center;
	border-radius: 3px;
	
}


.article_box_home:hover
{
	border:2px solid #007eff;
	background-color:#ffffff;
	
}


.article_box_image
{
	padding-top:0px;
	padding-bottom:0px;
	width:230px;
	height:160px;
	opacity: 1;
}

.article_box_text
{
	padding-top:0px;
	margin-top:15px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	font-size: 16px;
	font-weight:600;
	color: #444;
	line-height:150%;
}


.homepage_title
{
	font-size:40px;
	font-weight:600;
	text-align:center;
	color:#000;

}  

.homepage_title_subtext
{
	padding-left:200px;
	padding-right:200px;
	color:#333;
	font-weight:500px;
	line-height:180%;
	padding-top:20px;
	text-align:center;
}


.homepage_text
{
	font-size:18px;
}






/*

  ************  Offer - xenarmor software - iframe page style ************
 
 */

 
 
 .offer_table_bg 
{
	
	font-family: "Helvetica Neue","Segoe UI",Segoe,Helvetica,Arial,"Lucida Grande",sans-serif;
	font-size: 17px;
	color: #3d3d3d; 
	letter-spacing:0px;
	line-height:180%;
	text-align: justify;
	
	
	background-color: #fff;

	
    -moz-box-shadow: 0px 5px 10px #BBBBBB;
	-webkit-box-shadow: 0px 5px 10px #BBBBBB;
    box-shadow: 0 5px 10px #BBBBBB;


    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;

    padding-bottom:0px;
    margin-left:0px;
	padding-right:15px;


}

.offer_post_topnote
{

	font-size:15px;
	color:red;
	font-style: normal;
	font-weight:bold;
}


.offer_post_topnote_red
{

	font-size:15px;
	color:red;
	font-style: normal;
	font-weight:bold;
}



ul.list_benefits
{
	list-style: none;
	line-height:220%;
	font-size:16px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top: -10px;
	color: #333;
	font-weight:500;
	list-style-image: url("images/sx_list_check.jpg");
	list-style-type:none;
}


.offer_post_title
{
	font-weight:bold;
	line-height:200%;
	letter-spacing:1px;
	word-spacing:2px;
	vertical-align:middle;
	text-align: left;
	color:#0c6ef0;
	font-size:28px;
	padding-bottom:0px;
	margin-top:-10px;
	border-bottom: 0px; 
	
}


.offer_post_desc
{
	font-size: 15px; 
	font-weight: 500;
	color: #777; 
	padding-top: 0px; 
	margin-top: -35px; 
	padding-bottom: 5px; 
	border-bottom: 1px solid #eee; 
}


.offer_post_title_edition
{
	color: red; 
	font-size: 14px;
}


.offer_post_description
{
	font-size:16px;
	color:#222;
	padding-top:0px;
	padding-right:20px;
}








.offer_button_text, .offer_button_text a, .offer_button_text a:link, .offer_button_text a:visited
{
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	box-shadow: 0 0.4375rem 0.4375rem rgba(0, 90, 255, 0.15);
	background-image: linear-gradient(90deg, #0078ff, #005aff);
	background-color: #0078ff;
	color: #fff;
	border-radius: 0.3125rem;
	transition: background-color 200ms;
	font-size:21px; 
	font-weight:bold;
	padding-top:10px;
	padding-left:22px;
	padding-right:22px;
	padding-bottom:13px;
	border:0px solid white;
	 text-decoration:none;
}



.offer_button_text a:hover,  .offer_button_text a:active, 
{ 
   background-color: #005aff;
	background-image: linear-gradient(90deg, #0051ff, #005aff);
	box-shadow: 0 0.5625rem 0.84375rem rgba(0, 90, 255, 0.3);
	
}







/*
*
*
  ************  Header Menu Design Style ************
 http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*
*
 */

.clearfix {
	clear: both;
}

ol, ul {
}

nav 
{
	padding: 0 5px;
	position: relative;
}



.menux li 
{
	float: left;
	position: relative;
}

.menux li a 
{
	color: #333;
	font-size: 12px;
	line-height: 14px;
	padding-top:0px;
	padding-right:25px;
	padding-bottom:10px;
	margin: 6px 6px;
	vertical-align: middle;
	text-decoration: none;
	font-weight:700;
	letter-spacing:1px;
}

.menux li a:hover 
{
/*
	background: -webkit-gradient(linear, center top, center bottom, from(#ededed), to(#fff));
	background-image: linear-gradient(#ededed, #fff);
	border-radius: 2px;
	box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.1);*/
	
}

/* Dropdown styles */

.menux ul 
{
	position: absolute;
	left: -9999px;
	list-style: none;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	opacity: 1;
	transition: opacity 1s ease;
}

.menux ul li 
{
	float: none;
	
}

.menux ul a 
{
	white-space: nowrap;
}

/* Displays the dropdown on hover and moves back into position */
.menux li:hover ul 
{
	
	left: 5px;
	background: rgba(250,250,250,1);
	opacity: 1;
	box-shadow: 0px 6px 8px rgba(0,0,0,0.4);
	list-style: none;
	margin: 0;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	
}



/* Persistant Hover State */
.menux li:hover a 
{
/*
	background: -webkit-gradient(linear, center top, center bottom, from(#ccc), to(#ededed));
	background-image: linear-gradient(#ccc, #ededed);
	border-radius: 2px;
	box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.1);
	*/
	
	color: #007eff;
	font-weight:700;
	padding-bottom:13px;
		
}


.menux li:hover ul a 
{
	background: none;
	border-radius: 0;
	box-shadow: none;
	font-weight:500;
	color:#000;
	font-size:13px;
	letter-spacing:1px;
	
}

.menux li:hover ul li a:hover 
{
/*
	background: -webkit-gradient(linear, center top, center bottom, from(#eee), to(#fff));
	background-image: linear-gradient(#ededed, #fff);
	border-radius: 2px;
	
	box-shadow: inset 0px 0px 4px 2px rgba(0,0,0,0.3);
	*/
	color: #007eff;
	text-decoration: underline;
}


/*

Style for SX Popup Subscription Box

*/


.sxsubbox {
    position:fixed;
	display:none;
	border:1px solid #ddd;
	text-align:center;
	vertical-align:middle; 
	box-shadow: 0px 0px 40px #ddd;
	background-color:#f8f8f8;
	-webkit-animation-name: animatepopbox;
    -webkit-animation-duration: 0.3s;
    animation-name: animatepopbox;
    animation-duration: 0.3s;
}


/* add animation effects 
33% { -150px; opacity:0.3}
66% { -50px;  opacity:0.7}
*/ 
@-webkit-keyframes animatepopbox {
    from {top:-200px; opacity:0}
	33% { -150px; opacity:0.3}
	66% { -50px;  opacity:0.7}
	to {top:0; opacity:1}
}

@keyframes animatepopbox {
    from {top:-200px; opacity:0}
	33% { -150px; opacity:0.3}
	66% { -50px;  opacity:0.7}
	to {top:0; opacity:1}
}

.popboxclose {
    color: #888;
    float: right;
    font-size: 32px;
    font-weight: bold;
	padding-right:10px;
	margin-top:0px;
}

.popboxclose:hover, .popboxclose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


.giftboxclose {
 color: #888;
 font-size: 17px;
 font-weight: bold; 
 float: right;
 padding-right:10px;
 margin-top:-15px;
}

.giftboxclose:hover, .giftboxclose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


.sxfooterbox_close {
color: #777;font-size: 17px;font-weight: bold; float: right;padding-right:5px;margin-top:-15px;
}

.sxfooterbox_close:hover, .sxfooterbox_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}



