/*
Color Reference:
	blue:
		- light: #aacfe5
		- med: #3579a0
		- dark: #151f3a
		-border: #7e0f0f
	red:
		- dark: 7e0f0f
	grey: #bbbbbb
	yellow: #ffea00
*/

html {
	background: #eeeeee;
}

body {
	width: 960px;
	letter-spacing: 0.2px;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	line-height: 1.7em;
	height: 100%;
	overflow: hidden;
}

#nav {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 280px;
	margin-right: 10px;
	display: block;
	border-right: 1px solid #9c9c9c;
	overflow-y: scroll;
	overflow: auto;
	background: #ffffff;
}

.logo {
	float:left;
	padding-left: 10px;
	padding-right: 5px;
}

#head {
/*	background: #151f3a;
*/	background: url(../images/head-bg.gif) no-repeat;
	padding: 10px 0 0px 0px;
	border: 0;
}

#head h1 {
	font-size: 14px;
	margin: 0px 0 0 10px;
	padding: 3px 0 3px 0;
	color: #ffffff;
}

#head h2 {
	font-size: 12px;
	margin: 2px 0 0 10px;
	padding: 0;
	color: #9c9c9c;
}

#doc-meta {
	margin: 3px 0 0 0;
	padding: 4px 0 3px 11px;
	background: #000000;
	color: #9c9c9c;
	font-size: 12px;
	border-top: 1px solid #454545;
	border-bottom: 1px solid #454545;
}

#page {
	position: absolute;
	top: 62px;
	right: 0;
	bottom: 0px;
	left: 280px;
	padding: 0px;
	overflow-y: scroll;
	overflow: auto;
	background: #ffffff;
	border-left: 1px solid #9c9c9c;
	
}

.content {
	width: 640px;
	padding: 24px 10px 30px 30px;
	background: #ffffff;
}

/* big is for buttons or menu options in the paragraph. */
big {
	font-size: 12px;
	background: #e4e4e4;
	padding: 1px 2px 1px 2px;
}

em {
	font-style: italic;
}

a:link, a:visited {
	color: #4d69c6;
	text-decoration: underline;
}

a:hover, a:active {
	color: #ff7200;
}

#copyright {
	padding: 10px 0px 10px 0px;
    text-align: center;
    font-size: 11px;
	color: #454545;
}

strike {
	color:#26B31A;
}

kbd {

}

/* small is for those one-line code that need to fit into a single line. */
small {
	font-family: "Time";
	font-size: 12px;
}

abbr {
	border-bottom: 1px dotted;
}

/* The color-coded blocks
   - .code is for command-line and file content.
   - .file is for indicating files.
   - .notice is for showing the notice.
*/
.code, .file  {
	padding: 2px 10px 2px 10px;
    letter-spacing: 1px;
	color: #000000;
}

.code em {
	color: #9c9c9c;
	font-style: normal;	
}

span {
	color: #26B31A;
	text-decoration: none;
}

.code {
	font-family: 'Courier New';
	background: #eeeeee;
	border: 1px solid #dddddd;
	margin-top: 3px;
	margin-bottom: 5px;
}

.code:hover {
    background: #dddddd;
}

.file {
	background: #e1ebf5;    /* Blue background, same as table's border */
	border: 1px solid #c5daf0;
}

.file:hover {
    background: #c5daf0;
}

.notice {
	padding: 3px 10px 3px 10px;
	margin-top: 1px;
	margin-bottom: 1px;
	font-family: Helvetica;
	border: 1px solid #dccdb1;
	color: #501809;
	background: #fbfae2;
}

/* h2 is the 1st level, eg. 2. */
.content h2 {
	font-weight: normal;
	font-size: 20px;
	margin: 5px 0px 0px 0px;
	color: #000000;
}

/* h3 is the 2nd level, eg. 2.3 */
.content h3 {
	font-weight: normal;
	font-size: 14px;
	margin: 5px 0px 10px 0px;
	color: #999999;
}

/* h4 is the 3rd level, eg. 2.3.1 */
.content h4 {
	font-size: 15px;
	margin: 20px 0px 20px 25px;
	font-weight: normal;
	color: #000000;
}


/* h5 is the text under the title */
.content h5 {
	font-size: 13px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-weight: normal;
	color: #454545;
}

/* The header for inline code instructions. */
.content h6 {
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: normal;
	color: #777777;
}

.content p {
	font-size: 13px;
	margin: 15px 0px;
	line-height: 24px;
	color: #303030;
	letter-spacing: 0px;
}

.content img {
    margin: 15px 0;
/*    border: 1px solid #e1ebf5; */
    border: 1px solid #777777;
}

.content img:hover {
    border: 1px solid #454545;
}

table {
    margin: 10px 0 10px 0;
    color: #454545;
    width: 100%;
}

table thead {
    font-size: 11px;
    line-height: 11px;
    color: #aaa;
    text-align: left;
    padding-bottom: 0;
    vertical-align: bottom;
    border-bottom: 1px solid #aaa;
}

table tbody {
/*    background: #f6f9fb;      /* light blue background */
	background: #e9f1f8;
    border: 1px solid #e1ebf5;  /* Blue border */
    border-top: none;
}
table tbody th, table tbody td {
    padding: 3px 0 3px 5px;
    line-height: 24px;
    
}

table tbody th {
    font-weight: bold;
    white-space: nowrap;
}

table tbody tr:hover {
/*    background: #e1ebf5;
*/}

