@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: left;
	color: #000000;
}
.jxp #container { 
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.jxp #header { 
	background: #ffffff; 
	padding: 0 0px;
	height: 96px;
} 
.jxp #header h1 {
	margin: 0;
	padding: 0px 0;
}

.jxp #sidebar1 {
	float: left; 
	width: 280px;
	height: 100%;
	background-image: url(images/jxplorer_side_01.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 15px 0;
	border: none;
}

.jxp #sidebar1 h3, .jxp #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.jxp #mainContent { 
	margin: 0px 30px 0px 280px;
} 
.jxp #footer { 
	padding: 0 10px;
	background:#c4d8e3;
} 
.jxp #footer p {
	margin: 0; 
	padding: 10px 0px 10px 280px; 
}

.jxp table.plain {
    background-color: #FFFFFF;
    border: 1px solid #C3C3C3;
    border-collapse: collapse;
    width: 100%;
}


.jxp td.plain {
    border: 1px solid #C3C3C3;
    padding: 3px;
    text-align: left;
    vertical-align: top;
}

.jxp th.plain {
    background-color: #EEEEEE;
    border: 1px solid #C3C3C3;
    padding: 3px;
    text-align: left;
    vertical-align: top;
}



/* text styles */
p {
	font-size: 14px;
	color: #000;
	}
	
	p.small {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	}

li {
	font-size: 14px;
	color: #000;
	}

	p.small {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	}

p.feature {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	font-style:italic;
	}
	
h2 {
	font-size:18px;
	color: #296b84;
	}

h3 {
	font-size:14px;
	color: #0000;
	line-height: 18px;
	}

h4 {
	font-size:14px;
	color: #0000;
	font-weight:normal;
	line-height: 18px;
	}
	
a:link, a:visited, a:active	{
	color: #296b84;
	text-decoration:none;
}

a:hover {
	color: #666666;
	text-decoration:none;
	border-bottom: 1 px dotted #666;
}

code{
	font-size:14px
	}
	
	



/* Miscellaneous classes for reuse */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}