/*==================================
	 Layouts
====================================*/
html {
	direction : ltr;
}

body {
	margin : 0px;
	padding : 0px 2em;
}

div {
	display : block;
	position : relative;
	margin : 0px;
	padding : 0px;
}

p,td,li,dt,dd {
	line-height : 1.5em;
}

pre {
	line-height : 1.3em;
}

p {
	text-indent : 1em;
}


p, pre, dl{
	margin-left : 2em;
}

p.image {
	text-indent : 0px;
	margin-left : 3em;
}

ul li, ol li {
	margin-left : 2em;
}

pre {
	font-size : 0.9em;
	font-family : monospace;
	overflow : auto;
	border-width : 3px;
	border-style : double;
	padding : 2px;
}

code {
	font-size : 0.9em;
	font-family : monospace;
}

h1 {
	font-size : 4em;
}

h2 {
	font-size : 1.6em;
}

h3 {
	border-width : 0px 0px 1px 0px;
	border-style : dashed;
}

table {
	margin-left : auto;
	margin-right : auto;
	border-collapse : collapse;
	border-width : 3px 0px;
	border-style : double hidden;
}

thead th {
	border-width : 1px 1px;
	border-style : solid;
}

th {
	border-width : 1px 1px;
	border-style : solid;
}

td {
	border-width : 1px 1px;
	border-style : solid;
}

div.footer {
	font-size : 0.8em;
}


/*==================================
	 Font
====================================*/
h1,h2,h3,h4,h5,h6 {
	font-family : Tahoma, Verdana, Helvetica, Arial, Sans-Serif;
	font-weight : bold;
}
/*==================================
	 Colors and Images
====================================*/
body {
	background-color : white;
	color            : #222;
	background-image : url(../images/bar2.png);
	background-repeat : repeat-y;
	background-position : left bottom;
}

h1 {
	color : #026;
}

h2 {
	color : #722;
}

h3 {
	border-color : #722;
}

pre {
	border-color : #555;
	background-color : #FFF;
}

span.keyword {
	color : #600;
	text-decoration : underline;
}

span.comment {
	color : #386;
}

a:hover {
	color : inherit;
	background-color : #FFB;
}

a:link {
	color : #059;
}

a:visited {
	color : #526;
}

thead th {
	border-color : #000 #000;
}

th {
	border-color : #CCC #000;
}

td {
	border-color : #CCC #000;
}

/*==================================
	 For site top Only
====================================*/
#top img {
	display : block;
	float : left;
	margin-right : 3em;
}