/* Float Clearing
 ---------------------------------------------------------------------*/

.module:after {clear: both; content: "."; display: block; height: 0; visibility: hidden;}

/* float clearing for IE6 */
* html .module {height: 1%;	overflow: visible;}

/* float clearing for IE7 */
* + html .module {min-height: 1%;}


/* General Typography
 ---------------------------------------------------------------------*/
html, body {font-size: 12px; line-height: 21px; color: #444; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-variant: normal; font-weight: normal; background:#fff;}
html > body {font-size: 12px; line-height: 21px;}
h1 {font-weight: bold; color: #000; font-size: 2em; line-height: 1em; margin: 1.25em 0 .75em 0;}
h2 {color: #444; font-weight: bold; font-size: 1.5em; line-height: 1em; margin: 0 0 0.5em, 0;}
h3 {color: #444; font-size: 1.41667em; line-height: 1em; font-weight: bold; margin: 0;}
h4 {color: #444; font-size: 1.1667em; line-height: 1em; font-weight: bold; margin: 1.25em 0 .5em 0;}
h5 {color: #444; font-size: 1em; line-height: 1em; font-weight: bold; margin: 1.25em 0 .5em 0;}
h6 {color: #444; font-size: 1em; line-height: 1em; font-weight: bold; margin: 1.25em 0 .5em 0;}
strong {
	font-size: 1em;
}
em {font-style: italic; line-height: 1.75em;}
p{
	font-size: 1em;
	line-height: 1.75em;
	margin: .25em 0 1.5em .05em;
	color: #000;
}
.bot{border-bottom:1px dotted black;padding-bottom:25px;margin-bottom:25px;}
td, td a, th, th a, span {line-height: 1.3333em;}
blockquote {margin: .416em 0 .416em 1.1667em;}
a {color: #0e82c7; text-decoration: none; font-size: inherit; font-weight: inherit;}
a:hover {text-decoration: none;}
ul, ol {margin: .833em 0; padding-left: 2em;}
ul {list-style-type: disc;}
ol {list-style-type: decimal;}
ul li, ol li {line-height: 1.5em;}
dt {margin: .416em 0 0 0;}
dd {margin: .416em 0 .416em 1.1667em;}
pre, code, tt {font-family: "Andale Mono" , "Lucida Console" , "Courier New" , Courier, monospace;	margin: .833em 0;}
sub {vertical-align: sub; font-size: smaller; line-height:inherit;}
sup {vertical-align: super; font-size: smaller; line-height:inherit;}
.ima {margin: 0 10px 10px 0;}

/* Page Specific
 ---------------------------------------------------------------------*/

#container {
	margin:0;
}
.breadCrumbHolder
{
/*	margin:0 0 20px 0; */
	position: fixed; top: 0px; left: 0px; right: 0; border: none; z-index: 50; width:100%;background-color:#F0F0F0;
}
pre {background:#ddd; border:solid 1px #fff; padding:10px; color:#111;}
.description {width:700px;margin: 140px 0 0 180px;}
.sideBar {border:0px; padding:0px; margin: 0px 0 0 0; position: fixed; top: 124px; left: 0px; width: 165px; height: 120px;}
.license p {font-size:0.83333em; color:#888;}
