@charset "utf-8";
@import url("style_reset.css");
@import url("style_core.css");

/* [-------------- HTML Elements -------------] */

html {
	background: #135175 url(../images/page_bg_bottom.png) center top;
}

body {
	background: url(../images/page_bg.png) center top repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size:70%;
}

h1, h2, h3 {
}

ol,
ul {
	margin-bottom:12px;
	margin-left:30px;
	padding:10px;
}

dl {
	margin-bottom:12px;
	margin-left:10px;
	padding:10px;
}

dt {
	font-weight:bold;
}

dd {
	margin:0 0 0 10px;
}

p {
	margin-bottom:5px;
	font-size: 1.2em;
}

.linespace {
	line-height: 1.6em;
}

/* [----------------- Links ------------------] */

a:link {
	color:#0000FF;
	text-decoration:underline;
}

a:visited {
	color:#0000FF;
	text-decoration:underline;
}

a:active {
	color:#0099FF;
	text-decoration:underline;
}

a:hover {
	color:#0099FF;
	text-decoration:underline;
}

a img {
	border:0;
}

/* [------------ Layout Divisions ------------] */

#wrapper {
	background: url(../images/wrapper_bg.png);
	font-size:1em;
	margin: 0;
	margin-left:auto;
	margin-right:auto;
	width:975px;
	padding-bottom : 1px;
}
		#body {
			background: url(../images/body_bg.png) #fff top no-repeat;
			width: 945px;
			margin-left: 15px;
			margin-right: 15px;
		}
		
			#banner {
				height: 230px;
			}
			
				#navigation {
					float:left;
					font-size: 1.2em;
					list-style:none;
					margin:0;
					padding:0;
					margin-left: 30px;
				}
				
					#navigation li {
						float:left;
					}
				
						#navigation li a {
							color: #666;
							display:block;
							padding: 0 45px;
							background: url(../images/li_bg.png);
							text-decoration:none;
							line-height: 31px;
							font-weight: bold;
						}
				
						#navigation a:hover, #navigation a.active:hover {
							color: #3f599d; /* better color: #069 */
							background:  url(../images/li_bg.png) 0px 62px;
						}
						
						#navigation a.active {
							color: #fff;
							background: url(../images/li_bg.png) 0px 31px;
						}
						
						#navigation li.end {
							background: url(../images/li_bg_end.png) right no-repeat;
							padding-right: 1px;
						}
			
			#content {
				float: left;
				min-height: 300px;
				width: 945px;
				padding: 0;
				margin-top: 25px;
			}
			
				#content h1, h2, h3 {
				}
				#content h1 {
					color: #fff;
					font-size: 1.4em;
					line-height: 34px;
					height: 34px;
					width: 680px;
					background: url(../images/h1_bg.png) right no-repeat;
					padding-left: 50px;
					margin-bottom: 20px;
				}
				
				#content h1.full {
					width: 860px;
				}
				
				
				#content h2 {
					color: #fff;
					font-size: 1.1em;
					line-height: 24px;
					min-width: 444px;
					height: 24px;
					background: url(../images/h2_bg.png) left no-repeat;
					padding-left: 50px;
					margin-bottom: 15px;
				}
				
				
				#content p, ul, ol {
					padding: 5px 55px 10px 30px;
				}
				
				#content img {
					padding: 5px 40px;
				}
				
				#content #screen img {
					padding: 0;
					margin: 0;
				}
												
				#content li {
					padding-bottom: 8px;
				}
				
				#content .middle {
					padding: 0;
					text-align: center;
					font-weight: bold;
				}
								
				#content img.preview {
					height: auto;
					width: 200px;
					padding: 5px;
				}
				

			#sidebar {
				float: right;
				margin: 0;
				width: 200px;
				padding: 0 0px 30px 12px;
			}
			
				.sidebar_box_header {
					width: 181px;
					height: 34px;
					background-color:#F3F3F3;
					background-image: url(../images/sidebar_header.png);
					background-repeat:repeat-x;
				}
				
					.sidebar_box_header h3 {
						font-size: 1.3em;
						color: #fff;
						line-height: 34px;
						margin: 0;
						padding-left: 12px;
					}
				
				.sidebar_box {
					width: 181px;
					background-color:#FFFFFF;
					background: url(../images/sidebar_content.png) top no-repeat;
				}
				
					.sidebar_box ul {
						text-align: left;
						padding: 10px 2px 2px 15px;
						margin: 0;
						background: url(../images/sidebar_footer.gif) bottom no-repeat;
					}	
					
						.sidebar_box li {
							list-style: none;
							margin-bottom: 10px;
						}

							.sidebar_box li a {
								font-size: 1em;
								font-weight: bold;
								text-decoration: underline;
								color: #404041;
							}
							
							.sidebar_box li a:visited {
								color: #404041;
							}
							
							.sidebar_box li a:hover {
								color: #2d5b72;
							}
					
				#slideshow {
					position:relative;
					margin-top: 30px;
					height:300px;
				}
				
				#slideshow span {
					position:absolute;
					top:0;
					left:0;
					z-index:8;
					opacity:0.0;
					border:none;
				}
				
				#slideshow span.active {
					z-index:10;
					opacity:1.0;
					border:none;
				}
				
				#slideshow span.last-active {
					z-index:9;
				}
				
				#slideshow_content {
					position: absolute;
					z-index: 12;
					width: 945px;
					top: 495px;
					padding: 0;
					color: #fff;
				}
				
				#slideshow_content h1, p {
					padding: 0 5px;
				}
				
				#slideshow_content h1 {
					font-family: Arial, Helvetica, sans-serif;
					font-size: 1.4em;
					padding-bottom: 5px;
				}
				
											
				#clear {
					clear: both;
				}
		

#footer {
	background: url(../images/footer_bg.png) top no-repeat;
	width: 975px;
	margin-left:auto;
	margin-right:auto;
	height: 130px;
	padding-top: 60px;
}

	#footer p.text {
		float: left;
		font-weight: bold;
		padding: 0 50px;
		color: #404041;
	}
	
	#footer p.link {
		float: right;
		font-weight: bold;
		padding: 0 50px;
		color: #404041;
	}
	
	#footer p.link a {
		color: #404041;
		text-decoration: none;
	}
	
	#footer a span {
		padding-right: 20px;
		background: url(../images/swarm.png) no-repeat  48px -18px;
	}
	
	
	#footer a:hover span {
		color: #f60;
		background-position: 48px 0;
	}
	
	#footer img {
		vertical-align: middle;
	}
	

/* [----------------- Tables -----------------] */

table {
	clear:both;
	margin-bottom:12px;
}

table caption {
	background-color:#3366FF;
	color:#FFFFFF;
	font-weight:bold;
	padding:8px;
}

th,
td {
	padding:8px;
	text-align:center;
}

thead th {
	background-color:#6699FF;
	border-bottom:1px solid #CCCCCC;
}

thead th,
thead th a {	
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

thead th a:hover {
	color:#FFFFFF;
}

tbody th {
	background-color:#CED5EA;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

tbody th,
tbody th a {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

tbody th a:hover {
	color:#333333;
}

tbody tr.row2 th {
	background-color:#C5CEE8;
}

tbody td {
}

tbody tr.row2 td {
	background-color:#F2F2F2;
}

tfoot td {
	background-color:#CED5EA;
	color:#333333;
	font-weight:bold;
}

table tr td:first-child {
	text-align:left;
}

table tr th:first-child {
	text-align:left;
}

/* [----------------- Forms ------------------] */

form {
	margin:0;
	padding:0;
}

input.short,
textarea.short,
select.short {
	width:80px;
}

input.medium,
textarea.medium,
select.medium {
	width:300px;	
}

input.long,
textarea.short,
select.long {
	width:540px;			
}

form fieldset {
	border:1px solid #AAAAAA;
	margin-bottom:12px;
	padding:0;
}

/* For IE background bug. */
form > fieldset {
	position:relative;
}

	form fieldset legend {
		color:#000000;
		font-weight:bold;
		margin-left:10px;
		padding:0 6px 0 6px;
	}

	/* For IE background bug. */
	form > fieldset > legend {
		left:.2em;
		position:absolute;
		top:-.6em;
	}

	form ol {
		list-style:none;
		margin:0;
		margin-bottom:0;
		padding:20px 20px 8px 20px;
	}

	form ol li {
		clear:both;
		margin-bottom:12px;
	}

		form fieldset ol li label {
			display:block;
			font-weight:bold;
			margin-bottom:2px;
			text-align:left;
		}

		label.required:before {
			color:red;
			content:"∗ ";
			font-size:1.2em;
		}

		label span,
		legend span {
			display:block;
			font-size:0.8em;
			font-weight:normal !important;
		}

		fieldset li input,
		fieldset li textarea,
		fieldset li select {
			border:1px solid #AAAAAA;
			color:#000000;
			font-family: Arial, Helvetica, sans-serif;
			font-size:1em;
			padding:3px;
			width:300px;
		}

		fieldset li select {
			width:auto;	
		}

		textarea.rte_full {
			width:99%;
		}

		fieldset li select {
			color:#000000;
			font-size:1em;
			padding:2px;
		}

		button,
		input[type="submit"],
		input[type="reset"],
		input[type="button"] {
			color:#0033FF;
			cursor:pointer;
			font-family: Arial, Helvetica, sans-serif;
			font-size:1em;
			font-weight:bold;
			margin-right:5px;
			padding:2px 3px 2px 3px;
			width:auto;
		}

		button.big,
		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big {
			font-size:1.4em;
			padding:4px 8px 4px 8px;
		}

		input[type="checkbox"],
		input[type="radio"] {
			width:auto;
		}

		/* Nested fieldsets for radio buttons & checkboxes. */
		form fieldset ol li ol,
		form fieldset ol li ol li {
			margin:0;
			padding:0;
			width:auto;
		}

		form fieldset ol li ol li label {
			font-weight:normal;
			margin:0;
			text-align:left;
			width:auto;
		}

		form fieldset ol li ol li input {
			border:0;
			width:auto;
		}
		/* ---------- */

	/* Multi-column lists. */	
	ol.dual_column li,
	ol.tri_column li,
	ol.quad_column li {
		clear:none;
		float:left;
	}

	ol.dual_column li {
		width:50%;
	}

	ol.tri_column li {
		width:33%;
	}

	ol.quad_column li {
		width:25%;
	}
	/* ---------- */

	form fieldset.submit {
		background:none;
		border:0;
		clear:both;
		float:none;
		margin:0 0 12px 0;
		width:auto;
	}

/* [--------------- Pagination ---------------] */

ul.pagination {
	font-size:0.9em;
	float:left;
	list-style:none;
	margin:0 0 12px 0;
	padding:0;
}

	ul.pagination li {
		float:left;
		margin:0 3px 0 0;
	}

	ul.pagination li.ellipsis {
		border:none;
		font-weight:bold;
		padding-top:3px;
	}

	ul.pagination li.disabled,
	ul.pagination li.current,
	ul.pagination li a {
		border:1px solid #0066FF;
		padding:2px 5px 2px 5px;
		text-decoration:none;
		background-color:#FFFFFF;
	}

		ul.pagination li.disabled {
			border:1px solid #DDD;
			color:#CCCCCC;
		}

		ul.pagination li.current {
			background-color:#0066FF;
			color:#FFF;
			font-weight:bold;
		}

		ul.pagination li a {
			color:#04B;
			display:block;
		}

		ul.pagination li a:active,
		ul.pagination li a:hover {
			background-color:#DBE3FF;
			border:1px solid #39C;
		}

/* [------------------ Tabs ------------------] */

ul.tabs {
	list-style:none;
	margin:0;
	overflow:hidden;
	padding:0;
	width:100%;
}

	ul.tabs li {
		display:block;
		float:left;
		margin-right:2px;
	}

		ul.tabs li a {
			background-color:#FFFFFF;
			border:1px solid #0066FF;
			border-bottom:0;
			color:#04B;
			display:block;
			font-weight:bold;
			padding:7px 9px 7px 9px;
			text-decoration:none;
		}

			ul.tabs li a:hover {
				background-color:#DBE3FF;
				border-color:#39C;
			}

			ul.tabs li a.current,
			ul.tabs li a.current:hover {
				background-color:#0066FF;
				border-color:#0066FF;
				color:#FFF;
				cursor:default;
			}

/* [---------------- Options -----------------] */

ul.options {
	float:left;
	list-style:none;
	margin:0 0 12px 0;
	padding:0;
}

	ul.options li {
		display:block;
		float:left;
		margin-right:2px;
	}

		ul.options li a {
			background-color:#FFFFFF;
			border:1px solid #0066FF;
			color:#04B;
			display:block;
			font-weight:bold;
			padding:7px 9px 7px 9px;
			text-decoration:none;
		}

			ul.options li a:hover {
				background-color:#DBE3FF;
				border-color:#39C;
			}

			ul.options li a.current,
			ul.options li a.current:hover {
				background-color:#0066FF;
				border-color:#0066FF;
				color:#FFF;
				cursor:default;
			}

/* [---------------- Buttons -----------------] */

ul.buttons {
	float:left;
	list-style:none;
	margin:0 0 12px 0;
	padding:0;
}

	ul.buttons li {
		float:left;
	}

		ul.buttons li a,
		a.button {
			background:transparent url("../images/btn_left.png") no-repeat top left;
			display:block;
			float:left;
			margin-right:4px;
			font-size:12px;
			line-height:15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
			height:23px; /* Height of button background height */
			padding-left:4px; /* Width of left menu image */
		}

			ul.buttons li a span,
			a.button span {
				background:transparent url("../images/btn_right.png") no-repeat top right;
				color:#04B;
				display:block;
				font-weight:bold;
				padding:4px 10px 4px 6px;
				text-decoration:none;
			}

			ul.buttons li a:link,
			ul.buttons li a:visited,
			a.button:link,
			a.button:visited {
				text-decoration:none;	
			}

			ul.buttons li a:hover,
			ul.buttons li a.current,
			a.button:hover {
				background-position:bottom left;
			}

			ul.buttons li a:hover span,
			ul.buttons li a.current span,
			a.button:hover span {
				background-position:bottom right;
			}

			ul.buttons li a.current,
			ul.buttons li a.current:link,
			ul.buttons li a.current:visited,
			ul.buttons li a.current:active,
			ul.buttons li a.current:hover {
				color:#666;
				cursor:default;
			}

/* [----------------- Boxes ------------------] */

.error_box,
.success_box,
.attention_box,
.information_box {
	background-position:10px 10px;
	background-repeat:no-repeat;
	margin-bottom:12px;
	padding:10px 10px 10px 36px;
}

.error_box {
	background-color:#FFCECE;
	background-image:url(../images/icon_error.png);
	border:1px solid #DF8F8F;
	color:#665252;
}

.success_box {
	background-color:#D5FFCE;
	background-image:url(../images/icon_success.png);
	border:1px solid #9ADF8F;
	color:#556652;
}

.attention_box {
	background-color:#FFFBCC;
	background-image:url(../images/icon_attention.png);
	border:1px solid #E6DB55;
	color:#666452;
}

.information_box {
	background-color:#DBE3FF;
	background-image:url(../images/icon_information.png);
	border:1px solid #A2B4EE;
	color:#585b66;
}

.error_box ul,
.success_box ul,
.attention_box ul,
.information_box ul {
	margin-bottom:0;
}

.message_box_head,
.confirmation_box_head {
	background-color:#0066CC;
	border:1px solid #0066CC;
	color:#FFFFFF;
	font-size:1.3em;
	font-weight:bold;
	margin:0;
	padding:6px 10px 6px 10px;
}

.message_box_body,
.confirmation_box_body {
	background-color:#ECEDFF;
	border:1px solid #0066CC;
	margin-bottom:12px;
	padding:10px;
}

/* [---------------- Classes -----------------] */

.bmargin {
	margin-bottom:12px;
}

.tmargin {
	margin-top:12px;
}