body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size  : 11px;
	color	   : #3b3b3b;
	margin	   : 0;
	padding	   : 0;
	background : #d8d8d8;
}

/* LAYOUT */
#wrapper {
	margin: 15px auto;
	width: 770px;
}

#header {
	margin: 0;
	height: 108px;
	border: 1px solid #000;
	background: #90abbd;
	width: 100%;
}

#header_right {
	float: right;
	width: 200px;
	height: 54px;
	background: #000;
	color: #fff;
	font-size: 11px;
	text-align: center;
	padding: 22px 0 0 0;
}

#logo {
	margin: 0 0 0 24px;
	border-width: 0px;
	padding: 0;
}

#tagline {
	clear: both;
	background: #f3773b;
	color: #3b3b3b;
	font-size: 18px;
	height: 28px;
	padding: 4px 0 0 35px;
}

#content {
	float: left;
	margin: 0;
	padding: 0;
	border: 1px solid #000;
	background: #fff;
	min-height: 100px;
	width: 100%;
}

#content_inner {
	margin: 20px;
}

#footer {
	clear	 : both;
	height	 : 14px;
	width: 100%;
	background: #000;
	margin	 : 0px;
	padding	 : 2px 1px;
	font-size: 10px;
	color: #fff;
	text-align: center;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#copyright {
	margin: 0 auto;
	color: #9bb1c1;
	text-align: center;
}

.clear {
	clear	  : both;
	background: none;
}

/* Template */
#content_panel {
	background: url("/images/site/bg_content.png") repeat-y 100% 0 #ffffff;
	min-height: 100px;
}

#panel_left {
	float: left;
	width: 122px;
	padding: 10px;
}

#panel_center {
	float: left;
	width: 410px;
	padding: 20px 0;
}

#panel_right {
	float: right;
	width: 180px;
	padding: 10px;
}

/* Forms */
form.form label {
	display: block;
	line-height: 1.4;
	vertical-align: top;
	font-weight: bold;
}

form.form ol {
	margin: 0 0 10px 0;
	padding: 0;
}

form.form li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.form em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

form.form fieldset {
	border-width: 0px;
}

/* Account Box */
.account_box {
	border: 1px solid #8faabc;
	background: #d7d7d7;
	width: 220px;
	margin: 10px;
}

.account_box form h2 {
	margin: 10px 0 0 0;
	padding: 0;
}

.account_box form label {
	display: block;
	line-height: 1.4;
	vertical-align: top;
	font-weight: bold;
}

.account_box form ol {
	margin: 0 0 10px 0;
	padding: 0;
}

.account_box form li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

.account_box form em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

.account_box form input, .account_box form textarea {
	width: 180px;
}

/* REQUEST */
#table_request th {
	text-align: left;
}

#table_request input {
	width: 140px;
}

#table_request {
	border: 1px solid #000000;
	margin: 0 0 16px 0;
}

#request_details {
	width: 360px;
	float: right;
	border: 1px solid #000000;
	margin: 0 0 10px 0;
}

#request_details strong {
	background: #000000;
	color: #ffffff;
	display: block;
	padding: 4px;
}

#request_details label {
	display: block;
	line-height: 1.4;
	vertical-align: top;
	font-weight: bold;
}

#request_details ol {
	margin: 4px;
	padding: 0;
}

#request_details li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

#request_detils input, #request_details textarea {
	width: 280px;
}

tr.inverse {
	background: #000000;
	color: #ffffff;
}

.input_error {
	background: #d78080;
}

/* DOCUMENT ACCESS */
.table_data {
	border: 1px solid #000000;
}

.table_data th {
	text-align: left;
	color: #ffffff;
	background: #000000;
}

/* TAG STYLES */
h1 {
	line-height		: 16px;
	padding			: 0px 0px 4px 0px;
	background-color: transparent;
	color			: #f3773b;
	font-size: 16px;
	margin: 0 0 4px 0;
	font-weight: bold;
}

h2 {
	line-height		: 14px;
	padding			: 4px 0px;
	background-color: transparent;
	color			: #f3773b;
	font-size: 14px;
	margin: 0 0 4px 0;

	padding: 4px 0 6px 0px;
	font-weight: normal;
}

h3 {
	font-size		: 12px;
	line-height		: 12px;
	padding			: 4px 0px;
	margin			: 0px;
	background-color: transparent;
	color			: #f3773b;
}

p {
	text-align: left;
	padding	  : 0px 0px 10px 0px;
	margin	  : 0px;
}

a {
	color		   : #f3773b;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

form {
	margin : 0px;
	padding: 0px;
}

input, textarea, select {
/*	border	  : 1px solid #4d4d4d;
	background: #ffffff;
	padding	  : 2px; */
}

textarea {
	height: 100px;
}

table {
	margin : 0px;
	padding: 0px;
}

ul {
	padding: 0px;
	margin : 4px 0px 4px 16px;
}

hr {
	height: 1px;
	color: #82acd2;
	background: #82acd2;
	margin: 2px auto;
	border: 0px solid #82acd2;
}

input.icon {
	border			: 0px solid #6d8821;
	background-color: transparent;
	width			: 20px;
	height			: 20px;
}

.button {
	width: auto !important;
	height: auto !important;
}

.image_button {
	width: auto !important;
	height: auto !important;
	border-width: 0px !important;
	vertical-align: bottom;
	background: transparent;
	margin: 0 !important;
	padding: 0 !important;
}

.info_box {
	background: url("../images/site/icon_info.png") 4px 4px no-repeat #8cb2d9;
	border	  : 1px solid #365188;
	color	  : #fff;
	padding	  : 4px 4px 4px 24px;
	width	  : 75%;
	text-align: left;
	margin	  : 20px auto;
}

.error_box {
	background: url("../images/site/icon_error.png") 4px 4px no-repeat #fa9d8b;
	border	  : 1px solid #b84e2e;
	color	  : #fff;
	padding	  : 4px 4px 4px 24px;
	width	  : 75%;
	text-align: left;
	margin	  : 20px auto;
}

.confirm_box {
	background: url("../images/site/icon_accept.png") 4px 4px no-repeat #75c868;
	border	  : 1px solid #226d1f;
	color	  : #fff;
	padding	  : 4px 4px 4px 24px;
	width	  : 75%;
	text-align: left;
	margin	  : 20px auto;
}

.code_box {
	background: url("../images/site/icon_terminal.png") 4px 4px no-repeat #e2e2e2;
	border	  : 1px dashed #000;
	color	  : #000;
	padding	  : 4px 4px 4px 24px;
	width	  : 90%;
	text-align: left;
	margin	  : 20px auto;
	overflow  : auto;
	font-family: courier;
}

.todo_box {
	background: url("../images/site/icon_note.png") 4px 4px no-repeat #f7e187;
	border	  : 1px dashed #df7900;
	color	  : #000;
	padding	  : 4px 4px 4px 24px;
	width	  : 75%;
	text-align: left;
	margin	  : 20px auto;
	overflow  : auto;
}

.info_box a, .error_box a, .confirm_box a, .code_box a, .todo_box a {
	color: #fff;
}

.inline {
	display: inline;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.auto {
	width: auto !important;
}


/* MENU */

#nav {
	height: 22px;
}

.menu {
	height: 22px;
	position: relative;
	z-index: 100;
}

.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.menu ul ul {
	width: 130px;
}

.menu li {
	float: left;
	position: relative;
}

.menu a, .menu a:visited {
	display: block;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	height: 22px;
	border: 1px solid #a2a2a2;
	border-width: 0 0 0 1px;
	background: url("/images/site/menu_off.gif") no-repeat 4px 7px #d8d8d8;
	padding: 0 31px 0 16px;
	line-height: 20px;
	
}

.menu a.first, .menu a.first:visited {
	border-width: 0;
}

.menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 22px;
	left: 0;
	width: 130px;
	border-top: 1px solid #000;
}

.menu table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}

.menu ul ul a, .menu ul ul a:visited {
	background: url("/images/site/menu_off.gif") no-repeat 4px 7px #d8d8d8;
	color: #000;
	height: auto;
	line-height: 1em;
	padding: 5px 5px 5px 16px;
	width: 128px;
	border-width: 0 1px 1px 1px;
}

.menu a:hover, .menu ul ul a:hover {
	color: #333333;
	background: url("/images/site/menu_on.gif") no-repeat 4px 7px #c9c8c7;
}

.menu :hover > a, .menu ul ul :hover > a {
	color: #000;
	background: url("/images/site/menu_on.gif") no-repeat 4px 7px #c9c8c7;
}

.menu ul li:hover ul, .menu ul a:hover ul {
	visibility: visible;
}