/* Common styles */
@import url(/css/print.css);

html, body {
	height:100%;
}
body {
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#666666;
	background: #FFFFFF url(/css/basic/images/bkg_grey.gif) repeat-x;
	line-height:1.2;
}
body, body * {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5 {
	font-weight:normal;
	padding:0 0 0.1em 0;
	border-bottom:1px solid #CCCCCC;
	margin: 1em 0 0.5em 0;
	clear:both;
	text-transform: capitalize;
}
h1 {
	font-size: 160%;
	font-weight:bold;
}
h2 {
	font-size: 150%;
}
h3, h4, h5 {
	font-size: 120%;
	margin-left:2%;
}
h4, h5 {
	font-size:110%;
}
#content > h1:first-child, #content > h2:first-child, #content > h3:first-child {
	margin-top:0;
}
p {
	text-align:justify;
	margin-left:2%;
	margin-bottom:1em;
	margin-top:1em;
	line-height:150%;	
}
fieldset {
	border:1px solid #CCCCCC;
	background-color:#F3F3F3;
	padding:8px 10px;
	text-align:justify;
	width:auto;
}
legend {
	font-size:90%;
	padding: 0.2em 0.5em;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
}
legend, label {
	text-align:left;
}
input[type=button], input[type=submit], input[type=reset] {
	background-color:#FFFFFF;
	padding:0.1em 0.2em;
}
acronym, abbr {
	cursor:help;
	border-bottom:1px dashed;
}
kbd, code {
	display:block;
	padding:0.5em;
	margin:0.8em 2%;
	border:1px solid #FEDF96;
	background-color:#FFFFCC;
	color:#666666;
	font-family:"Courier New", Courier, mono;
	text-align:left;
}
code, .code {
	background-color:#EAEAFF;
	border: 1px solid #CCCCFF;
}
.code {
	padding-left:0.5em;
	color:#666666;
	font-family:"Courier New", Courier, mono;
	font-size:100%;
	width:98%;
}
* html .code {
/* for IE (bad box model) we need to decrease the width of this element by left and right padding width (7+7px)*/
	width:97%;
}

/* Links */
a:link, h1 a:visited, h2 a:visited, h3 a:visited {
	color: #002BB8;
}
a:visited {
	color: #5A3696;
}
ul:not(#menu) a:visited:after 
{
		content:  "\2713 ";
}
h1 a, h2 a, h3 a {
	text-decoration:none;
}
a:hover, a:active, a:focus, h1 a:hover, h1 a:active, h1 a:focus, h2 a:hover, h2 a:active, h2 a:focus, h3 a:hover, h3 a:active, h3 a:focus {
	color: #FF6600;
	text-decoration:underline;
}


img {
	border: 1px solid #CCCCCC;
}
ul, ol {	
	padding:0 2em;
	margin:0.8em 0 0.8em 1em;
	text-align:justify;
}
ul {
	list-style: disc outside;
}
li {
	margin-bottom:0.4em;
}
form {
	margin: 1em 0 0.5em 0;
}


/* Other styles */
.pdf_link {
	background:url(/images/pdf2.png) center right no-repeat;
	padding-right:19px;
}
.emBlock {
	border:1px solid #CCCCCC;
	background:#F3F3F3;
	padding:0.2em 0.5em;
	margin:0;
}
.date {
	font-size: 80%;
	color: #FF6600;
	border-bottom: 1px dashed #FF6600;
	text-align: right;
}
a.external {
	background:url(/images/external.png) center right no-repeat;
	padding-right:13px;
}
.dirPath {
	font-family:"Courier New", Courier, mono;
	color:#FF0000;
	font-style:normal;
}
.kbdInline, .codeInline {
	display:inline !important;
	border:none;
	margin:0;
	background-color:#FFFFCC;
	padding:0.1em 0.2em;
	font-family:"Courier New", Courier, mono;
}
.codeInline {
	background-color:#EAEAFF;
}
.download-link {
	display:block;
	border:1px solid #A1AD78;
	border-left:#E4EAD1;
	border-top:#E4EAD1;
	background-color:#F3F3F3;
	-moz-border-radius:6px;
	background:url(/css/basic/images/install.png) 20px 15px no-repeat #BEE6A1;
	text-decoration:none;
	width:195px;
	min-height:45px;
	height:auto !important;
	height:45px;
	padding:7px;
	padding-left:68px;
}
.download-link strong {
	text-decoration:underline;
	font-weight:bold;
}
.download-link em {
	display:block;
	text-decoration:none;
	font-size:75%;
	font-style:normal;

}
p.screenshot-right, p.screenshot-left {
	float:right;
	width:40%;
	padding:0 0 0 0.6em;
	position:relative;
}
p.screenshot-left {
	float:left;
	padding:0 0.6em 0 0;
}
p.screenshot-right img, p.screenshot-left img {
	display:block;
	width:95%;
	max-width:303px;
}
p.screenshot-right a, p.screenshot-left a {
	display:block;
	text-align:center;
}
