﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	background: #002F43 url(images/bg01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B9B9B9;
}

h1, h2, h3 {
	margin-bottom: 1.5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #8AC800;
}

a:hover {
	text-decoration: none;
}

strong {
	color: #D7D7D7;
}

img.left {
	float: left;
	margin: 5px 25px 0px 0px;
}

img.right {
	float: right;
	margin: 5px 0px 0px 25px;
}

/* Background */

#bg1 {
	background: url(images/bg02.jpg) no-repeat center top;
}

#bg2 {
	background: url(images/bg03.jpg) no-repeat center top;
}

#bg3 {
	background: url(images/bg04.jpg) repeat-y center top;
}

#bg4 {
	background: url(images/bg05.jpg) no-repeat center top;
}

#bg5 {
	background: url(images/bg06.jpg) no-repeat center bottom;
}

/* Header */

#header {
	width: 900px;
	height: 145px;
	margin: 0px auto;
	text-transform: lowercase;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	margin: 0px;
	padding: 70px 0px 0px 25px;
	font-size: 40px;
}

#header h1 sup {
	font-weight: normal;
}

#header h2 {
	float: right;
	margin: 0px;
	padding: 95px 25px 0px 0px;
	font-size: 14px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Header2 */

#header2 {
	width: 900px;
	height: 88px;
	margin: 0px auto;
}

/* Menu */

#menu {
	float: left;
    padding-left:40px;
}

#menu ul {
	margin: 0px;
	padding: 34px 0px 0px 0px;
	list-style: none;
	text-transform: lowercase;
}

#menu li {
	float: left;
    width: 8em; 
}

#menu a {
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 846px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

/* Content */

#content {
	float: left;
    /*border:1px solid green;*/
}

#content ul {
    width: 100%;
}

#content li {
    font-size: 14px;
    word-break: break-all;
}

.index {
	width: 18em;
}

#kcom {
    height:600px;    
    width:860px;
    color:#FFFFFF;
    background:none;
}

/* Midbar */

#midbar {
    float:left;
    margin:0 10px 0 5em;
    width:200px;
    height:300px;
}

#midbar span{
    float:left;
    clear:both;
    width:100%;
    margin-bottom:5px;
    /*background:#0033ee;*/
}

#midbar span a{
    padding:0;
    margin:0;
    text-decoration:none;
}

.pvdiv {
    width:250px;
    height:100%;
    !important; height:150px;
    min-height:150px;
    margin:10px 5px 0px 5px;
    overflow:auto;
    color:#000000;
}

.redtip {
		color:red;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 236px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li {
	background: url(images/img03.gif) no-repeat;
	padding: 0px 23px 20px 23px;
}

#sidebar li ul {
}

#sidebar li li {
	padding: 8px 0px;
	background: none;
	border-bottom: 1px solid #262626;
}

#sidebar h2 {
	margin: 0px;
	padding: 16px 0px 30px 0px;
	text-transform: lowercase;
	font-size: 14px;
	color: #FFFFFF;
}


select {
    width:220px;
    height:200px;
    padding:0px;
    margin:0px;
    overflow-y:hidden;
    position:relative;
    z-index:0;
    border:1px solid gray;
}

/* Footer */

#footer {
}

#footer p {
	margin: 0px;
	padding: 20px 0px;
	text-align: center;
	text-transform: lowercase;
	color: #566D77;
}

#footer a {
	color: #8097A1;
}

/* tool tip style */
#dhtmlgoodies_tooltip{
    background-color:#EEE; border:1px solid #000;
    position:absolute; display:none; z-index:20000;
    padding:2px; font-size:0.9em;
    -moz-border-radius:6px; /* Rounded edges in Firefox */
    font-family: Arial, sans-serif;
}

#dhtmlgoodies_tooltipShadow {
    position:absolute; border:1px solid #555; background-color:#555;
    display:none; z-index:19999;
    opacity:0.7; filter:alpha(opacity=70);
    -khtml-opacity: 0.7; -moz-opacity: 0.7;
    -moz-border-radius:6px; /* Rounded edges in Firefox */
};

table {
    font: normal 75%/150% Verdana, Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    border: 3px solid #f0f8ff;
    border-top: 5px double #87CEFA;
    border-bottom: 5px double #87CEFA;
}

td {
    padding: 5px 10px;
    background: #fff;
    color: #000;
}

