html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }

body {
	margin: 0px;
	background: #27343C;
	font-family: Lucida Grande,Tahoma,Arial,Verdana,sans-serif;
	font-size: 12px;
	color: #333;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #007700;
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #417FDA;
}

a:hover {
	background: none;
}

#wrapper {
	width: 910px;
	margin:-38px auto 0;
	padding: 0 20px 20px;
}

/* Header */

#header {
	width: 910px;
	height: 74px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 300px;
	color: #FFFFFF;
	position: absolute;
}

#logo h1, #logo p {
}

#logo h1 {
	float: left;
	padding: 0;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 10px 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 230px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 70px 0 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 210px;
	border: none;
	text-transform: lowercase;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}


#banner {
	width: 870px;
	height: 184px;
	margin: 0 auto;
	padding: 0;
}
/* New Menu */
#menu {
        width: 910px;
        height: 50px;
        margin: 0 auto;
        padding: 0;
        background: #565F68 url(/img/img.jpg) no-repeat left top;
}

/* new kama land */

.tab ul, .tab li{border:0; margin:0; padding:0; list-style:none; margin-top: 20px;}

.tab li{float:left; margin-right:2px; list-style:none;}

.tab a:link, .tab a:visited { 
	background:url(/img/tab-round.png) right 60px;
	color:#DDD;
	display:block;
	font-weight:bold;
	height:30px;
	line-height:30px;
	text-decoration:none;
	border: none;
}
.tab a span {
	background:url(/img/tab-round.png) left 60px;
	display:block;
	height:30px;
	margin-right:14px;
	padding-left:14px;
}
.tab a:hover {
	background:url(/img/tab-round.png) right 30px;
	display:block;
}
.tab a:hover span {
	background:url(/img/tab-round.png) left 30px;
	display:block;
}
 
/* -------------------------------- */
/* 	ACTIVE ELEMENTS					*/
.active a:link, .active a:visited, .active a:visited, .active a:hover {
	color:#000;
	background:url(/img/tab-round.png) right 0 no-repeat;
} 
.active a span, .active a:hover span {
	background:url(/img/tab-round.png) left 0 no-repeat;
}

/* Page */

#page {
	width: 910px;
	margin: 0 auto;
	background: #FFFFFF;
	padding-top: 10px;
}

/* Content */

#content {
	float: left;
	width: 660px;
	font-size: 1.2em;
}

.form_item {
	font-size: 0.9em;
	padding: 5px;

}

.form_item select {
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 5px;
}

.form_item input, textarea  {
	background:#FFFFFF url(/img/fieldtop.gif) repeat-x scroll center top;
	border:1px solid #7F7F7F;
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 5px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 215px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D2D4C9;
}

#sidebar li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #F93D00;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #417FDA;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}

#sidebar .block {
	background-color:#EEEEEE;
	border:1px solid #AAAAAA;
	margin-top:10px;
	padding:5px;
	width:100%;
}

/* Top block */

#sidebar #topblock li {
	border-top:1px solid #AAAAAA;
	min-height:35px;
	padding-left:35px;
	padding-top:3px;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 910px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: url(/img/img02.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #B2B2B2;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}

#alertbox
{
height: 20px;
font-size: 1.1em;
text-align:left;
padding-left:8px;
padding-top: 4px;
font-weight: bold;
}


#item_table
{
width: 600px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
font-size: 1.1em;
border:1px solid #AAAAAA;
background-color: #F0F0F0;
}

.icon {
	text-align: center;
	display: inline-block;
	font-size: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

.icon:hover {
	background-color: #DDD;
}

.icon img, .icon a {
	border:0px;
}

.app {
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	display:inline-block;
}

.app p, .app ul, .app ol {
line-height:130%;
}

.app_container {
	background:#F0F0F0;
	border:1px solid #AAAAAA;
	display:table;
	margin-bottom:8px;
	padding-top: 15px;
	padding-bottom: 15px;
	width:620px;
}

.app_container_left {
	width:200px;
	float: left;
        margin-bottom: 25px;
        border:1px solid #AAAAAA;
	background:#F0F0F0;
        padding:8px;
	font-size: 0.8em;
	min-height:140px;
}
.app_container_right {
	width:378px;
	float: right;
        margin-bottom: 25px;
        border:1px solid #AAAAAA;
	background:#F0F0F0;
        padding:8px;
	font-size: 0.8em;
	min-height:140px;
}


.searchBox{
  background-image:url('/img/search.png');
  background-repeat:no-repeat;
  background-color:#000000;
  padding-left:20px;
  border: 0px;
  width: 155px;
  height: 20px;
  padding-top: 3px;
  margin-top: 12px;
  margin-right: 5px;
  color: #FFF;
  float: right;
  font-weight: bold;
}


.error {
	background-color: #ffc4c4;
	border: 1px solid;
	}

.success {
	background-color: #c4ffc5;
	border: 1px solid;
	}

div.sandbox,div.javascript{
background:#eee;
margin:10px;
padding:10px;
font-size:1.1em;
}
div.javascript{
font-family:"Courier New", Courier, monospace;
}

