/*
 | This file is part of the DITA Open Toolkit project hosted on 
 | Sourceforge.net. See the accompanying license.txt file for 
 | applicable licenses.
*/

/*
 | (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved.
 */
@import "esko_basic.css";

/* Removed Banner used in Eclipse output */
/* body { font-family: Verdana, Arial, sans-serif; font-size: 70%; background-image: url('../images/banner.png'); background-repeat: no-repeat; margin-top:60px;} */

body { font-family: Verdana, Arial, sans-serif; font-size: 70%; margin-top:20px; background-image:none; height:100%; line-height:140%;}

div.nextlink { text-align:right; display:block; float:right; width:400px; vertical-align:top;}

div.previouslink { text-align:left; display:block; float:left; width:400px; vertical-align:top;}

div.familylinks { padding:15px 0px 0px 0px; }

div.relref { margin:10px auto 10px auto; padding:5px 20px 20px 20px; background-color:#EEEEEE; border:1px solid #AABB11; width: 810px; min-height:10px }

div.user-footer { color:#334444; margin-left:auto; margin-right:auto; width:700px; text-align:center; font-size:9px}

object {border: 1px solid #334444;}

span.filepath {font-size:130%}

.codeph {font-size:130%}

.userinput {font-size:130%}

.msgph {font-size: 130%}

li ol, li ul {margin-top:1em}
li ol li {margin-top:1em}
li ul li {margin-top:1em}
ol li {margin-top:1em}
ul li p {
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: 0.5em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
} 


table {
	font-size: 100%;
	margin-top:10px;
	border-style:solid;
	border-width:1px;
	border-color:#334444;
	border-collapse:collapse;
	width:95%;
}

.topictitle1 { margin-bottom: 10px; }

strong { color:#334444; font-weight:bold;}


/**
 * 	DISQUS COMMENTS
 */

#disqus_thread {
	display:block;
	clear:both;
	border-top:solid 1px #ccc;
	width:95%;  
	margin-top: 150px;
	
}

#disqus_thread a, #disqus_thread a:visited  {
	font-size: .7em;
	text-decoration:none;
	color: #334444;
}

.dsq-brlink {
	font-size:.7em;
}
#dsq-content h3 {
	font-size:.75em;
	color:#334444;
}
.dsq-comment-body {
	font-size:.8em;
}
.dsq-widget-title {
	font-size:.7em;
}
.dsq-widget a {
	font-size:.7em;
}

/**
 * 	Splash page
 */

#contentsidebar ul li {
	list-style: none;
	margin-left: -5px;
	font-weight: bold;
	color: #505050;
	margin-bottom: 10px;
	line-height:12px;
}

#contentsidebar a, #contentsidebar a:visited {
	color: #505050;
	text-decoration: none;
}

#box {
	text-align:left;
	padding-left:20px;
	float:none;
	clear:both;
}

#box #contentbox #contentleft {
  /*  float: left;
    width: 70%;
    max-width:600px; */
}
			
/* SIDEBAR BOXES */
#box #contentbox #contentsidebar {
    /* float:left;
    width: 27%; */
    margin-top:70px;
    margin-left:15px;
}

#box #contentbox #contentleft h1, #box #contentbox #contentleft h2, #box #contentbox #contentleft h3  {
    font-family: Arial, Helvetica, sans-serif;
    color: #334444;
    font-weight: normal;
}
#box #contentbox #contentleft h1 {
    font-weight:bold;
    line-height: 26px;
    margin-bottom:30px;
}

#box #contentbox #contentsidebar h1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #505050;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 5px 5px 7px;
}

/* Green BG Element on sidebar boxes */
#box #contentbox #contentsidebar #hitproducts, #box #contentbox #contentsidebar #helpbox {
    background-image: url(../images/Context_BG.gif);
    background-repeat: no-repeat;
} 

div.fignone ol {list-style-type:upper-alpha;}

