html {
	height:100%;
}
body {
	position:  relative;
	margin: 0;
	font: 11px/150% Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000000;
	height:  auto  !important; 
	height:  100%; 
	min-height:  100%; 
}

#Head {
	background-color:#315FAC;
	height:29px;
	border-bottom:#000 1px solid;
	font-weight:bold;
	line-height:30px;
	padding-left:10px;
	color:#fff;
}

#Head img {
	float:right;
}

#White {
	padding: 10px 20px 80px 20px;
}

#Nav {
	font-size:10px;
}

#Copyright {
	position:  absolute; 
	bottom:  0;
	left: 0;
	width: 100%;
	background-color:#E5EBF0;
	padding:7px 0;
	text-align:center;
	font-size:10px;
}
/* Index */
#Index {
	padding-left: 160px;
}



/* Elements */
h1 {
	margin: 20px 0 15px 0;
	font-size: 18px;
	color: #a0a0a0;
}

h2 {
	margin: 20px 0 10px 0;
	font-size: 17px;
	color: #000000;
}

h3 {
	margin: 20px 0 4px 0;
	font-size: 13px;
	color: #275bb6;
}

h4 {
	margin: 10px 0 4px 0;
	padding:0;
	font-size: 13px;
}

p {
	margin: 5px 0 10px 0;
	text-align: justify;
}

td, th {
	font: 11px/150% Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

th {
	font-weight: bold;
}


a {
	color: #005ee3;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

ul, ol {
	padding: 0;
	list-style-position: outside;
}

ul {
	margin: 15px 0 15px 25px;
}

ol {
	margin: 15px 0 15px 35px;
}

ul li {
	list-style-type: square;
}

ol li {
	list-style-type: decimal !important;
}

ul li, ol li {
	padding: 2px 0 2px 0;
}

ul ol, ul ul {
	margin: 5px 0 5px 30px;
}

li.Article {
	list-style-image: url(../img/main/li-article.gif);
}

li.Folder {
	list-style-image: url(../img/main/li-folder.gif);
}

/* Selections */
.Overview {
	font-size: 12px;
	font-weight: bold;
}

.Block {
	padding-left: 20px;
}

.Area {
	margin: 20px 0 20px 0;
}

.Note {
	margin: 10px 0 10px 0;
	padding: 10px;
	background-color: #fffaea;
	border: 1px solid #ebd9ac;
}

.Note ul {
	margin: 0 0 0 30px !important;
}

.Note ul li {
}

.Selected {
	color: #f04040;
}

/* Other Products */
.ProductBox {
	width: 60px;
	float: left;
	margin: 10px 10px 10px 0;
}

.ProductDescription {
	padding: 10px 0 0 0;
}

.ProductDescription h3 {
	margin: 0;
	font-size: 13px;
}

.ProductDescription h3 a {
	text-decoration: none;
}

.ProductDescription a {
	color: #1e5ed4;
}

/* Table */
table.Tbl {
	margin: 10px 0 10px 0;
}
		
table.Tbl td, table.Tbl th {
	padding: 4px 10px 4px 8px;
	vertical-align: top;
	text-align: left;
}

table.Tbl th {
	background-color: #E5EBF0;
}
table .Size1 {
	width:25% !important;
}

table.Tbl td {
	background-color: #F1F6FB;
}

/* Features Table */
.Features {
	width: 100%;
}

.Features td, .Features th {
	border-bottom: 1px solid #ffffff;
}

.Features th {
	padding: 5px 10px 5px 10px;
	background-color: #E5EBF0;
}

.Features td {
	padding: 5px 10px 6px 20px;
	background-color: #F1F6FB;
}

/* Common */
img.ImgRight {
	margin:0 0 0 10px;
	float: right;
}

img.ImgLeft {
	margin:0 10px 0 0;
	float: left;
}
img.ImgInline {
	vertical-align: middle;
}
.ImgCenter {
	padding:10px 0;
	text-align:center;
}

.Clear {
	clear: both;
	visibility:hidden;
	height:0px;
	font-size:0px;
}

noscript.Email div {
	display: inline;
}

noscript.Email div img {
	vertical-align: middle;
}
