﻿html, body {
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
}

body {
	//margin: 0px;
	//padding: 0px;
	background: #344F61 url(../images/layout/bg01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D474E;
}

table.scripting {
    border-collapse:collapse;
	margin: 10px 10px 10px 20px;
}

table.scripting td {
    border: 1px solid #000000;
    padding:3px;
}

td.list {
    vertical-align: top;
}

input, textarea, select, button {
	font: inherit;
}

input[type="submit"], button[type="submit"] {
    border: 1px solid #000000;
    background-color: #C0C0C0;
    color: #000000;
    font-weight: bold;
}
input[type="submit"]:hover, button[type="submit"]:hover {
    border: 1px solid #000000;
    background-color: #E0E0E0;
    color: #000000;
    font-weight: bold;
}

input[type="text"], select, textarea {
    border: 1px solid #999999;
    color: #666666; 
}

h1, h2, h3 {
	margin: 0px;
	font-weight: normal;
	color: #3D474E;
}

h1 {
	letter-spacing: -1px;
	font-size: 28px;
}

h2 {
	font-size: 18px;
}

h2.className {
	margin: 2px 10px 10px 0px;
	font-size: 22px;
}

h3 {
	line-height: 23px;
	font-size: 14px;
	font-weight: bold;
	color: #505E67;
	margin: 40px 5px 10px 0px;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 21px;
	text-align: justify;
}

ul.ul-style1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

ul.ul-style1 strong {
	padding-right: 17px;
}

strong {
	color: #505E67;
}

a, a:visited {
	color: #960000;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

a img, img {
	border: none;
}

img.border {
	padding: 4px;
	border: 1px solid #CADCDD;
}

img.alignleft {
	float: left;
	margin: 0px 20px 0px 0px;
}

img.alignright {
	float: right;
	margin: 0px 0px 0px 20px;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

div.code {
    font-style: italic;
}

blockquote {
	margin-left: 20px
}

ul {
	padding-left: 17px;
}

ul.functions {
    padding-top: 15px;
    padding-left: 20px;
    margin-bottom: -15px;
}
/** WRAPPER */

#wrapper {
}

.container {
	width: 1160px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	height: 133px;
	background: url(../images/layout/bg02.jpg) no-repeat right top;
}

/** TOPMENU */

#topmenu {
	float: right;
}

#topmenu ul {
	margin: 0px;
	padding: 99px 27px 0px 0px;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	float: left;
	padding: 2px 14px 4px 40px;
}

#topmenu a {
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
}

#topmenu a:hover {
	text-decoration: underline;
}

#topmenu1 {
	background: url(../images/layout/homepage02.gif) no-repeat 14px 2px;
	border: none;
}

#topmenu2 {
	background: url(../images/layout/homepage03.gif) no-repeat 14px 2px;
	border-left: 1px solid #224F4F;
}

#topmenu3 {
	background: url(../images/layout/homepage04.gif) no-repeat 14px 2px;
	border-left: 1px solid #224F4F;
}

#topmenu4{
	background: url(../images/layout/homepage04.gif) no-repeat 14px 2px;
}

/** MENU */

#menu {
	height: 66px;
	background: url(../images/layout/bg03.png) no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 26px 0px 0px 44px;
}

#menu a {
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/** PAGE */

#page {
	background: #FFFFFF url(../images/layout/subpage1_02.png) repeat-y left top;
}

#page-bgtop {
	background: url(../images/layout/subpage1_03.png) no-repeat left top;
}

#page-bgbtm {
	padding: 40px;
	background: url(../images/layout/subpage1_04.png) no-repeat left bottom;
}

.homepage #page {
	background-image: url(../images/layout/bg04.png);
}

.homepage #page-bgtop {
	background-image: url(../images/layout/bg05.png);
}

.homepage #page-bgbtm {
	background-image: url(../images/layout/bg06.png);
}

.wide-content #page {
	background-image: url(../images/layout/bg1_01.png);
}

.wide-content #page-bgtop {
	background-image: url(../images/layout/bg1_02.png);
}

.wide-content #page-bgbtm {
	background-image: url(../images/layout/bg1_03.png);
}

/** CONTENT */

#content {
	float: left;
	width: 800px;
}

.homepage #content {
	width: 720px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 198px;
}

.homepage #sidebar {
	width: 280px;
}

/** LOGIN */

#login {
	height: 200px;
	background: url(../images/layout/bg08.jpg) no-repeat left top;
    margin-bottom: 35px;
}

#login h2 {
	height: 28px;
	padding: 15px 0px 0px 20px;
	font-size: 16px;
	color: #FFFFFF;
}

#login form {
	margin: 0px;
	padding: 25px 20px 0px 20px;
}

#login fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#login ul {
	margin: 0px;
	padding: 0px;
	line-height: normal;
	list-style: none;
}

#login li {
	height: 40px;
}

#login label {
	float: left;
	width: 65px;
	padding: 5px 0px 0px 0px;
	font-size: 12px;
	color: #B9D0D0;
}

#login input {
	border: none;
	background: none;
	color: #FFFFFF;
}

#login input#login-username {
	float: left;
	width: 155px;
	margin: 5px 0px 0px 10px;
}

#login input#login-password {
	float: left;
	width: 155px;
	margin: 5px 0px 0px 10px;
}

#login input#login-submit {
	float: right;
	width: 70px;
	height: 25px;
	background: url(../images/layout/homepage10.jpg) no-repeat left top;
	border: none;
	font-size: 13px;
}

#login a {
	float: left;
	padding: 7px 0px 0px 0px;
	color: #A5BBCC;
}

/** FOOTER */

#footer {
	height: 100px;
	background: url(../images/layout/bg09.png) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	color: #657785;
}

#footer .legal {
}

#footer .links {
}

/** COMMON BOX STYLE */

.box-style {
}

.box-style .title {
	padding: 0px 0px 40px 0px;
	background-image: url(../images/layout/bg07.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.box-style .title-style1 {
}

.box-style .title-style1 h1 {
}

.box-style .title-style1 h2 {
	color: #960000;
}

.box-style .entry {
}

/** BOX5 */
#box5 {
}
#box5 .title {
	background-image: url(../images/layout/subpage2_01.png);
}



/** import layout.css */


/** LOGO */

#logo {
	position: relative;
	float: left;
	width: 680px;
	height: 133px;
	background: url(../images/layout/homepage01.png) no-repeat left top;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	text-indent: -9999em;
}

#logo h1 a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.code-listing-table {
    border-collapse: collapse;
    border-spacing: 0;
	margin: 10px 10px 10px 0px;
    font-family: "Courier New", Courier, monospace;
}

.code-listing-code {
    white-space: pre-wrap;
    word-wrap: normal;
    vertical-align: top;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.code-listing-num {
    width: 1%;
    min-width: 30px;
    white-space: nowrap;
    color: rgba(0,0,0,0.3);
    vertical-align: top;
    text-align: right;
    border: solid #eee;
    border-width: 0 1px 0 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 0px;
    padding-right: 10px;
	padding-top: 5px;
}

.code-listing-num:hover { 
    color: rgba(0, 0, 0, 0.600);
}

.version {
	color: #960000;
	text-decoration: none;
	margin: 0px;
}


.code-link {
	color: #3D474E;
	white-space: pre-wrap;
    word-wrap: normal;
    vertical-align: top;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
	text-decoration: none;
}

.selected a{
	font-weight: bold;
}

.code-link:visited {
	color: #3D474E;
	white-space: pre-wrap;
    word-wrap: normal;
    vertical-align: top;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
	text-decoration: none;
}

.code-link:hover {
	text-decoration:underline;
}