/* General */
img.ui-icon {
height: 16px;
width: 16px;
position: relative;
display: inline;
}

.opacity-dim {
	opacity: 0.30;
	filter: alpha(opacity=30);
}

a {
	text-decoration: none;
}

img.thumb {
	border: 1px solid gray;
}

/* Buttons and links */
.button {
	border:1px solid;
	cursor:pointer;
	font-size:10pt;
	line-height:30px;
	margin:0 0 3px;
	padding:2px 3px;
	text-align:center;
}

.button-noborder, .link {
	border:0 solid;
	cursor:pointer;
	font-size:10pt;
	line-height:30px;
	text-align:center;
	text-shadow:2px 2px 2px #888;
}

.button-banner {
	border:1px solid;
	cursor:pointer;
	font-size:15pt;
	text-align:center;
	text-shadow:2px 2px 2px #888;
	margin: 5px;
	padding: 2px 5px;
}

.small-button {
	background:url("/images/template/chevron-small-right.png") no-repeat scroll right center transparent;
	border:1px solid;
	font-size:11pt;
	font-weight:bold;
	height:24px;
	line-height:24px;
	padding-left:5px;
	padding-right:20px;
	text-align:left;
	text-shadow:2px 2px 2px black;
}

.large-button {
	background-image:url("/images/template/but_large.png");
	background-repeat:no-repeat;
	font-size:12pt;
	font-weight:bold;
	height:55px;
	padding-top:5px;
	text-align:center;
	text-shadow:2px 2px 2px #888888;
	width:212px;
}

.large-button-arrow {
	background-image:url("/images/template/but_large_arrow.png");
	background-repeat:no-repeat;font-size:12pt;
	font-weight:bold;
	height:55px;
	padding-top:5px;
	text-align:center;
	text-shadow:2px 2px 2px black;
	width:212px;
}

/* Flash messages */
div.flash {
	border: 1px solid;
	clear: both;
	float: none;
	margin: 20px 20px 0 0;
	padding: 10px;
	vertical-align: top;
	font-weight: bold;
}

div.flash-slide img, div.flash-modal img {
	float: left;
	padding:0 10px 0 20px;
}

div.flash-slide {
	border: 1px solid;
	margin-bottom: 0;
	padding:5px;
	position:fixed;
	top:29px;
	text-align: center;
	width:940px;
	z-index:1000;
}

div.flash-modal {
	border: 1px solid;
	line-height: 50px;
	margin: 50px auto 0;
	padding:5px;
	text-align:center;
	width:560px;
}

div.error {
	background-color: #FFDFE0;
	color: red;
}

input.error {
	background-color:#FBE3E4;
	border-color:#FBC2C4;
}

ul.error_list {
	display: none;
}

div.notice {
	background-color: #EEEF86;
	color: #9F6C00;
}

div.success {
	background-color: #C9E3B8;
	color:green;
}

div.info {
	background-color: #EFEFEF;
	border:2px solid #7F7F7F;
	color: #4F4F4F;
}

/* General formatting */
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.right {
	text-align: right;
}

.inset {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}

.form-label-input {
	margin: 0.6em 0;
}
.form-label-radio {
	position:relative;
	top:0.25em;
}

.tip {
	font-size: 8pt;
}

.large-text, .title {
	font-size: 12pt;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.border-box {
	background: url("../../images/template/bg_set1.png") repeat-x scroll left top transparent;
	border: 1px solid #BEBDBE;
	float: left;
	text-align: justify;
}

/* Navigation bar */
.nav-bar {
	background:url("../../images/template/bg_page.png") repeat-x scroll left top transparent;
	font-size: 8pt;
	font-weight:bold;
	line-height:29px;
	margin:0 auto;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:10000;
}

.nav-bar .login-register {
	float: right;
	list-style: none outside none;
	padding: 0 5px;
}

/* Header graphic area */
.header {
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	height: 90px;
}

/* Content */
#content {
	display: inline-block;
	margin:6px auto 0;
	padding: 0;
	text-align: justify;
}

.loading {
	background:url(ajax-loader.gif) no-repeat scroll center center white;
	display:none;
	height:569px;
	position:absolute;
	z-index:500;
}

/* Footer */
#footer {
	background-color: black;
	height: 65px;
	text-align: left;
	line-height: 30px;
	font-size: 14px;
	margin-bottom:6px;
	margin-top:6px;
}

#footer .pipe {
	font-size: 16px;
	padding: 0 10px;
}

/* Div header row */
.header-row {
	font-weight: bold;
}

.hover_row {
	background-color: #DFE8FF;
}

.active_row {
	background-color: #AFC5FF;
}