body {
	margin: 0;
	background-color: #FFF;
	font-family: arial;
	font-size: 0.8em;
}

input, select, option {
	font-family: arial;
	/*font-size: 1.2em;*/
	/*background-color: #FFF;*/
}

input[type="text"], input[type="password"], select, textarea {
	border: 1px solid #CBDCE6;
}

input[type="button"], input[type="submit"], input[type="file"] {
	/*font-size: 1.2em;*/
}

form {
	margin: 0;
	padding: 0;
}

/**
input, select {
	margin: 5px 0px 10px 0px;
}
**/
a {
	text-decoration: none;
	color: #0854F8;
}

h1 {
	font-size: 2em;
	margin: 10px 0px 10px 0px;
	padding-bottom: 10px;
	border-bottom: 2px solid #B2BDB7; 
}

h3 {
	margin: 0;
	padding: 0px 0px 10px 0px;
	font-size: 2em;
	font-weight: normal;
	color: #5F91FF;
	border: 0px;
}

.dash {
	margin-left: 125px;	
}

.font-s {
	font-size: 0.9em;
}

.visible {
	display: block;	
}

.red {
	color: #F00;
}

.green {
	color: #060;
}

.small {
	font-size: 0.85em;
}

.global {
	background-color: #FEE2E2;
}

.local {
	background-color: #F1F9FF;
}

.click {
	cursor: pointer;
}

.clear {
	clear: both;
}

.disabled{
	position: absolute;
	top: 0;
	left: 0;
	background: url('../images/disabled-1.png') repeat;
	z-index: 98;
}

.small-print {
	margin-top: 3px;
	font-size: 0.80em;
}

.red {
	color: #F00;
}

.grey {
	color: #999;
}

.close {
	float: right;
	width: 16px;
	height: 16px;
	font-size: 14px;
	text-align: right;
	cursor: pointer;
}

.header {

}

.header .top {
	margin-top: 20px;
	text-align: right;
}

.header .logo {
	float: left;
}

.header .options {
	margin: 5px 30px 10px 30px;
}

.topmenu {
	float: right;
}

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

.topmenu li {
	float: left;
}

.topmenu .tab {
	display: block;
	padding: 5px 15px 5px 15px;
	font-size: 1.3em;
	font-weight: bold;
	margin-right: 20px;
	background: none;
}

.topmenu .tab:hover {
	background: url('../images/bkg-topmenu.png') no-repeat bottom center;
}

.topmenu .set {
	display: block;
	padding: 5px 15px 5px 15px;
	font-size: 1.3em;
	font-weight: bold;
	margin-right: 20px;
	color: #FFF;
	background: url('../images/bkg-topmenu-tab.png') no-repeat top center;
}

.header .image {
	clear: both;
	background: url('../images/header-image.png') no-repeat top center;
	height: 100px;
}

.header .image h1 {
	margin: 0;
	padding: 12px 20px 10px 20px;
	font-size: 3em;
	font-weight: normal;
	color: #E3F2FF;
	border: 0px;
}

.header .section {
	color: #888;
}

.header .section div {
	font-size: 0.9em;
	padding: 10px 10px 10px 10px;
}

.header .section a {
	color: #888;
}

.header .section a:hover {
	color: #111;
}

.footer {
	color: #111;
	font-size: 0.85em;
}

.footer div {
	padding: 0px 0px 30px 0px;
}

.footer a {
	color: #6783A1;
}

.content {
	width: 950px;
	margin: auto;
}

.form-1 {
	color: #3573EE;
	font-size: 1.1em;
}

.form-2 {
	color: #E3F2FF;
	font-size: 1.1em;
}

.form-1 td, .form-2 td {
	padding: 5px;
	vertical-align: top;
}

.form-1 .note {
	font-size: 0.8em;
}

.form-1 .error {
	color: #F00;
	margin: 10px 0px 0px 0px;
}

.form-1 .info {
	padding: 30px;
	font-size: 0.9em;
}

.form-1 .required {
	font-weight: bold;
}

.form-1 .submit {
	padding-top: 20px;
}

.box-1 {
	margin: 0px 0px 30px 0px;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	font-size: 1em;
}

.box-1 .body {
	padding: 0;
	color: #222;
	font-size: 1em;
}	

.box-1 .top {
	background: url('../images/corners-line-black.png') no-repeat top left;
	height: 10px;
	position: relative;
	left: -1px;
}

.box-1 .top div {
	float: right;
	background: url('../images/corners-line-black.png') no-repeat top right;
	height: 10px;
	width: 10px;
	position: relative;
	left: 2px;
}

.box-1 .bottom {
	background: url('../images/corners-line-black.png') no-repeat bottom left;
	height: 10px;
	position: relative;
	left: -1px;
}

.box-1 .bottom div {
	float: right;
	background: url('../images/corners-line-black.png') no-repeat bottom right;
	height: 10px;
	width: 10px;
	position: relative;
	left: 2px;
}

.box-1-h div {
	margin: 0;
	margin-bottom: 15px;
	padding: 0px 10px 0px 10px;
	font-size: 2em;
}


.box-2 {
	margin: 0px 0px 30px 0px;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	font-size: 1em;
}

.box-2 .body {
	padding: 5px 15px 5px 15px;
	color: #3573EE;
	font-size: 1em;
}	

.box-2 .top {
	background: url('../images/message-box-2.png') no-repeat top left;
	height: 10px;
	position: relative;
	left: -1px;
}

.box-2 .top div {
	float: right;
	background: url('../images/message-box-2.png') no-repeat top right;
	height: 10px;
	width: 10px;
	position: relative;
	left: 2px;
}

.box-2 .bottom {
	background: url('../images/message-box-2.png') no-repeat bottom left;
	height: 10px;
	position: relative;
	left: -1px;
}

.box-2 .bottom div {
	float: right;
	background: url('../images/message-box-2.png') no-repeat bottom right;
	height: 10px;
	width: 10px;
	position: relative;
	left: 2px;
}

.box-2-h div {
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	font-size: 2em;
}


.msg {
	color: #333;
	font-size: 1em;
	z-index: 0;
}

.msg-top {
	background: url('../images/corners-white.png') no-repeat top left;
	position: relative;
	left: 0;
	height: 15px;
}

.msg-top div {
	float: right;
	background: url('../images/corners-white.png') no-repeat top right;
	position: relative;
	left: 0;
	height: 15px;
	width: 15px;
}

.msg-bottom {
	background: url('../images/corners-white.png') no-repeat bottom left;
	position: relative;
	left: 0;
	height: 15px;
}

.msg-bottom div {
	float: right;
	background: url('../images/corners-white.png') no-repeat bottom right;
	position: relative;
	left: 0;
	height: 15px;
	width: 15px;
}

.msg-body {
	padding: 0px 20px 0px 20px;
}	

.msg-body h4 {
	margin: 0;
	padding: 0px 0px 10px 0px;
	font-size: 1.5em;
	font-weight: normal;
}

.error {
	background-color: #FEE7E2;
	color: #F00;
}

.warning {
	background-color: #E4F0FC;
	color: #4873CD;
}

.notice {
	background-color: #E9F2E0;
	color: #060;
}

.search {
	float: right;
	width: 300px;
	color: #417DFF;
}

.search input[type="text"] {
	border: 0;
	padding: 5px;
	width: 170px;
	background: url('../images/bkg-search.png') no-repeat top left;
	position: relative;
	top: -6px;
}

.search div {
	font-size: 0.9em;
	position: relative;
	top: -5px;
	margin-right: 10px;
}

.container-1 {
	background-color: #7F7F7F;
	font-size: 1em;
	color: #BFBFBF;
	padding: 2px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.container-1 a {
	color: #BFBFBF;	
}

.container-1 a:hover {
	color: #FFF;
}

.container-1 .body {
	border: 2px solid #BFBFBF;
	padding: 5px 10px 5px 10px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.round-8 {
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.column-content {
	padding: 0px 10px 0px 10px;
}
