/* Custom */
.fptable p {
	padding: 0 10px 0 10px;
}

.contentbox {
	padding: 10px 10px 10px 10px;
}

.fptable li {
	padding: 0 10px 0 0;
}

.pressrelease p {
	padding: 0 50px 0 50px;
}

.features {
	padding: 5px 10px 0 10px;
}

/*	Layout CSS */
a:link {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #333333;
	text-decoration:none;
}
a:hover {
	color: #FF0000;
	text-decoration:none;
}
a:active {
	color: #FF0000;
	text-decoration:none;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 13px;
	color: #666666;
}

/*	Text Styles */
.style1 {
	color: #17085B;
	font-weight: bold;
	font-size: 16px;
}
.style3 {font-size: 12px}
.style5 {	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #17085b;
	font-style: italic;
}
.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style10 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style11 {font-family: Arial, Helvetica, sans-serif}
.style12 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.style13 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style20 {color: #000000; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }
.style21 {color: #000000; font-family: Arial, Helvetica, sans-serif; }
.style22 {
	font-size: 16px;
	font-weight: bold;
}
.style23 {color: #0000FF}
.style24 {font-size: 9px}
.style27 {color: #0000FF; font-weight: bold;}
.style29 {color: #666699}
.style30 {	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

body {
	background-color: #CCCCCC;
}
.style33 {color: #FFFFFF}
.style34 {
	color: #000000;
	font-weight: bold;
}
.style35 {color: #000000}
.style36 {color: #666666}
.style37 {
	font-size: 12px;
	font-weight: bold;
}
.style38 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF;}

/*	Table Styles*/
table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: red red red red;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.solidtable {
	border-width: 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: black black black black;
	border-collapse: separate;
}
table.solidtable th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.solidtable td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
}

/*	Sidebar */
.SIDEBAR:link { color:#CCCCCC; text-decoration:none; }
.SIDEBAR:visited { color: #CCCCCC; text-decoration:none; }
.SIDEBAR:active { color: #FFFFFF; text-decoration:none; } 
.SIDEBAR:hover { color: #FFFFFF; text-decoration:none; }

/*	Hide */
.HIDE:link { color: #CCCCCC; text-decoration:none; font-size: xx-small;}
.HIDE:visited { color: #CCCCCC; text-decoration:none; font-size: xx-small;}
.HIDE:active { color: #CCCCCC; text-decoration:none; font-size: xx-small;} 
.HIDE:hover { color: #CCCCCC; text-decoration:none; font-size: xx-small;}

/* Unordered List Horizontal with Effects */
#menu
{
padding:0;
margin:0;
color: #fff; /* font when highlighted */
font-family: arial, helvetica, sans-serif;
white-space:nowrap;
list-style-type:none;
}
#menu li {display:inline;}
#menu li a
{
padding:0.2em 1em;
background: #C0C0C0;
color: #000000;
text-decoration: none;
float:left;
border:1px solid #000000;
}
#menu li a:hover
{
background: #FF0000;
color:#fff;
}
							
/* Tab Content for Products Page */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
text-align: right; /*set to left, center, or right to align the menu as desired*/
font: bold 12px Arial, Helvetica, sans-serif;
list-style-type: none;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #FF0000;
}

.tableborder{
border: 1px solid gray;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 325px;
margin-bottom: 1em;
}

.linkbox{
border: 1px solid gray;
}

.tabcontent{
list-style-type: none;
display: none;
}

@media print {
.tabcontent {
display:block!important;
}
}