﻿html, body {
	font-family:tahoma,verdana,arial;
	font-size:11px;
	color:#222222;
	margin:0;
    height:100%;
}

form {
	margin:0px;
}

a {
	text-decoration:none;
	color:#4075AB;
}

/**
 * Wrapper elements
 */
#body-wrapper {
	width:841px;
	margin-left:50px;
    position:relative;
    min-height:100%;
    background:url(../images/content-bg.gif) repeat-y;
}
* html #body-wrapper {
    height:100%;
}
#head-wrapper {
	background:url(../images/white.gif);
}
#head-wrapper #top {
	background:url(../images/head-bg.jpg) no-repeat;
	height:92px;
}
#head-wrapper #navbar {
	background:url(../images/button-bg.gif) no-repeat;
	height:31px;
	padding-left:10px;
}
#head-wrapper #search {
	float:right;
	color:#f0f0f0;
	margin-right:30px;
	margin-top:28px;
}
#foot-wrapper {
	clear:both;
	background:url(../images/foot-bg.gif) repeat-x;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	padding:5px;
	font-size:10px;
    position:relative;
    margin-top:-64px;
    margin-left:50px;
    width:828px;
    height:54px;
}

/**
 * Content wrapper
 */
#content {
	padding:10px;
    padding-bottom: 80px;
}

/**
 * Main content
 */
#content #main {
	width:625px;
}
#content #main .headline 
{
	color:#4075AB;
	font-size:26px;
	margin-bottom:10px;
}
#content #main .header1 {
	font-size:14px;
	font-weight:bold;	
	color:#4075AB;
	line-height:18px;
	margin-bottom:5px;
}
#content #main p {
	margin-top:0px;
}
#content #main .splash {
	background-color:#ffffff;
	padding:4px;
	border:1px solid #eaeaea;
}


/**
 * Sidebar
 */
#content #sidebar {
	width:160px;
	float:right;
	padding-right:14px;
}
#content #sidebar .box {
	margin-bottom:20px;
}
#content #sidebar .title {
	font-weight:bold;
	font-size:10px;
	height:24px;
	line-height:26px;
	padding-left:5px;
	border-bottom:1px dotted #dadada;
	text-transform:uppercase;
}
#content #sidebar .body {
	padding:7px;
}

/**
 * Navigation
 */
#tabs {
	border:0px; 
	margin:0px; 
	padding:0px;
	list-style-type:none; 
}
#tabs li {
	display:block; 
	float:left; 
	text-align:center; 
	padding:0px; 
	margin:0px; 	
	margin-right:1px;
	padding-top:5px;
}
#tabs .button a {
	text-decoration:none;
	color:#555555;
	width:90px;
	display:block;
	line-height:19px;
	font-weight:bold;
}
#tabs .button a:hover {
	border-bottom:2px solid #c0c0c0;
	color:#000000;
}
#tabs .button.active a {
	border-bottom:2px solid #F5B928;
	color:#000000;
}

/**
 * Lists
 */
ul.check {
	margin:0 0 0 5px;
	padding:0;
}
ul.check li {
	height:19px;
	padding-left:20px;
	list-style:none;
	background:url(../images/check-16.gif) no-repeat;
}
ul.tag {
	margin:0 0 0 5px;
	padding:0;
}
ul.tag li {
	padding-left:20px;
	list-style:none;
	background:url(../images/tag-16.gif) no-repeat;
	margin-bottom:5px;
}

/**
 * Forms and input elements
 */
.x-form {
    margin-left:40px
}
.x-form-header {
	font-size:12px;
	font-weight:bold;	
	color:#4075AB;
	border-bottom:1px solid #4075AB;
	padding:3px;
	margin-bottom:10px;
}
.x-form-footer {
	font-size:12px;
	font-weight:bold;	
	color:#4075AB;
	border-top:1px solid #4075AB;
	padding:3px;
	margin-top:10px;
}
.x-form-label {
	font-weight:bold;
	width:140px;
	vertical-align: top;
	padding: 6px 4px 0px 0px;
	white-space:nowrap;
}
.x-form-label-single {
	font-weight:bold;
	width:140px;
	vertical-align: top;
	padding: 6px 4px 0px 0px;
	white-space:nowrap;
	text-align:right;
}
.x-form-label-text {
	font-weight:bold;
	width:140px;
	white-space:nowrap;
	text-align:right;
}
.x-form-label .x-form-desc {
    font-size:10px;
    font-weight:normal;
	white-space:normal;
}
.x-form-required {
    font-size:12px;
    color:#de0000;
	vertical-align:top;
	padding-top: 7px;
}
.x-form-field {
    margin:0 0 0 0;
    font:normal 12px tahoma, arial, helvetica, sans-serif;
}
.x-form-text, textarea.x-form-field {
    padding:1px 3px;
    background:#ffffff url(../images/form/text-bg.gif) repeat-x 0 0;
    background-color:#ffffff;
    border:1px solid #b5b8c8;
}
.x-form-text {
    height:18px;
    line-height:18px;
    vertical-align:middle;
}
.x-form-invalid, textarea.x-form-invalid {
	background:#ffffff url(../images/form/invalid-line.gif) repeat-x bottom;
	border: 1px solid #dd7870;
}
.x-form-field-wrap {
    position:relative;
    white-space: nowrap;
}
.x-form-field-wrap .x-form-trigger {
    width:17px;
    height:21px;
    border:0;
    background:transparent url(../images/form/search-trigger.gif) no-repeat 0 0;
    cursor:pointer;
    border-bottom: 1px solid #b5b8c8;
    position:static;
    top:2px;
    vertical-align:bottom;
}
.x-form-btn {
	background:#e0e0e0 url(../images/form/button-bg.gif) repeat-x bottom;
	border:1px solid #c0c0c0;
	font-size:12px;
	height:22px;
	width:90px;
}

/**
 * Message
 */
div.message {
	color: #333333;
	padding: 10px 10px 10px 50px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	min-height:20px;
} 
div.message ul {
	font-weight: normal;
	list-style: square;
	margin-top: 3px;
	margin-bottom: 0px;
}
div.message.error {
	background-color: #FDECED;
	border: 1px solid #B07474;
	background-image: url(../images/error-32.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
}
div.message.warn {
	background-color: #FDF9EC;
	border: 1px solid #e5a918;
	background-image: url(../images/warning-32.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
}
div.message.info {
	background-color: #ECEFFD;
	border: 1px solid #7491B0;
	background-image: url(../images/info-32.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
}

/**
 * Boxes
 */
.res-box-outer {
    border:1px solid #eaeaea;
    padding:3px;
}
.res-box-inner {
    background:url(../images/box-bg.gif) repeat-x;
    padding:2px;
}
.res-block-1 {
    padding-top:5px;
    background:transparent url(../images/block-top-1.gif) no-repeat;
    width:625px;
    margin-bottom:15px;
}
.res-block-inner-1 {
    padding:6px 11px;
    background:transparent url(../images/block-bottom-1.gif) no-repeat left bottom;
}
.res-block-3 {
    padding-top:5px;
    background:transparent url(../images/block-top-3.gif) no-repeat;
    width:200px;
    margin-bottom:15px;
}
.res-block-inner-3 {
	text-align:left;
    padding:6px 11px;
    background:transparent url(../images/block-bottom-3.gif) no-repeat left bottom;
}

/**
 * Table data
 */
table.info {
    background-color:#ffffff;
	font-size:11px;
	border:1px solid #eaeaea;
	margin-top:2px;
}
table.info th {
	text-align:left;
	background-color:#f0f0f0;
	border-bottom:1px solid #eaeaea;
}
table.info td {
	background-color: #ffffff;
}
table.info .icon {
    padding-left:26px;
	background-position: 5px 8px;
}
table.info .high {
	background-color:#f1f3ff;
}

/**
 * Icons
 */
.icon {
	padding-left:20px;
	background-repeat: no-repeat;
	line-height:16px;
}
.icon-check {
	background-image: url(../images/check-16.gif) !important;
}
.icon-deny {
	background-image: url(../images/deny-16.gif) !important;
}
.icon-warning {
	background-image: url(../images/warning-16.gif) !important;
}
.icon-search {
	background-image: url(../images/search-16.gif) !important;
}
.icon-download {
	background-image: url(../images/download-16.gif) !important;
}

/**
 * Misc
 */
#load-mask {
    width: 200px;
    height: 50px;
    border: 2px solid #c0c0c0;
    background: #ffffff url(../images/loading.gif) 5px 5px no-repeat;
    padding:5px 5px 5px 70px;
    line-height:50px;
    font-weight:bold;
    display:none;
    position:absolute;
    top:300px;
    left:240px;
}
.thumbnail {
	background-color:#ffffff;
    border:1px solid #e0e0e0;
    padding:2px;
}
.hdivider {
	border-bottom:1px dotted #dadada;
	margin:15px 0px 10px 0px;
}
.subtitle {
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
}
.header1 {
	font-size:14px;
	font-weight:bold;	
	color:#4075AB;
	line-height:18px;
	margin-bottom:5px;
}
.stamp {
	color:#808080;
	padding-left:5px;
	font-size:10px;
}
