/* CSS Document */

body {
	background-image: url("http://www.conceptcut.com/v3/imgs/shadow.gif");
}
body,td,th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 140%;
}
body {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* ---------------------------------- tags */
h1 {
	font-weight: normal;
	font-size: 16px;
	color: #232323;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
h2 {
	font-size: 10px;
	font-weight: normal;
	color: #232323;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	line-height: 1.8em;
}
li {
	padding-bottom: 12px;
	padding-left: 5px;
}
/* ---------------------------------- links*/
a {
	color: #8EBB1A;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
a:visited {
	text-decoration: none;
}
a:hover {
	background: #8EBB1A;
	color: #FFFFFF;
}
a:active {
	color: #8EBB1A;
}
/* ---------------------------------- interface*/
div#header {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	margin-top: 15px;
	/*border: 1px solid #0000ff;*/
}
div#subheader {
	width: 100%;
	text-align: center;
	margin: 10px auto;
}
div#subnav {
	margin-top: 10px;
	margin-bottom: 50px;
}
div#back {
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: left;
	width: 50%;
}
div#content {
	width: 100%;
	/*display: inline-table;*/
	text-align: center;
	/*border: 1px solid #0000ff;*/
	margin: 0 auto;
}
div#press {
	width: 100%;
	/*display: inline-table;*/
	text-align: left;
	/*border: 1px solid #0000ff;*/
	margin: 0 auto;
}
div#sx {
	float: left;
	width: 309px;
	text-align: right;
	margin-right: 8px;
	/*border: 1px solid #0000ff;*/
}
div#cntr {
	width: 100%;
	/*border: 1px solid #0000ff;*/
	margin: 0 auto;
}
div#dx {
	float: left;
	width: 309px;
	text-align: left;
	margin-left: 8px;
	/*border: 1px solid #0000ff;*/
}
div#clearb {
	margin-top: 20px;
	clear: both;
}
div#menu {
	text-align: center;
	width: 100%;
	margin-top: 20px;
}
div#footer {
	text-align: center;
	width: 100%;
	margin-bottom: 12px;
}
/* ---------------------------------- images */
.imageframe {
	border: 1px solid #333333;
	margin: 2px 5px 5px;
}
.imageemphasize {
	font-style: italic;
	color: #666666;
	margin-left: 5px;
}
.icon {
	height: 13px;
	width: 13px;
	margin-right: 3px;
	vertical-align: middle;
	margin-top: 2px;
	margin-bottom: 2px;
}
.subicon {
	margin-left: 10px;
}
/* ---------------------------------- central*/
.wrapper {
	padding: 0px;
	/*width: 100%;*/
	border: 0px solid #000;
	/*text-align: center;*/
	/*border: 1px solid #0000ff;*/
}
img {
	border-width: 0;
}
.image {
	margin-bottom: 2px;
}
.image img {
	padding: 6px;
	border: 1px solid #000;
	display: block;
	background-color: #fff;
		margin: 0 auto;
}
/* ---------------------------------- classes*/
.sxmb {
	margin-bottom: 12px;
}
.cntr {
	margin-bottom: 12px;
}
.dxmb {
	margin-bottom: 12px;
}
.grigio {
	color: #999999;
}
.margindiagonal {
	background-image: url("/graphics/sidemargindiagonal.gif");
	background-repeat: repeat-x;
	background-position: top;
}
.diagonal {
	background-image: url("/graphics/sidediagonal.gif");
	background-repeat: repeat-x;
	background-position: top;
}
.cellmargin {
	padding: 20px;
	vertical-align: top;
}
.smalltext {
	font-size: 10px;
}
.frame {
	border: 1px solid #669900;
}
.code {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000066;
	background-color: #EFEFEF;
	padding: 10px;
	line-height: 20px;
	border: 1px dashed #CCCCCC;
}
.codes {
	color: #000066;
	background-color: #EFEFEF;
	padding: 10px;
	line-height: 20px;
	border: 1px dashed #CCCCCC;
	font-size: 13px;
}
.codeitem {
	color: #000066;
	background-color: #EFEFEF;
	padding: 10px;
	line-height: 14px;
	border: 1px dashed #CCCCCC;
	font-size: 10px;
}
.citem {
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.docheads {
	text-decoration: underline;
	font-weight: bold;
	line-height: 20px;
}
.docmainhead {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}
