#shell h1.title {
	background: url('../../img/topbar.jpg') top center no-repeat;
	width: 100%;
	height: 150px;
	text-indent: -9000px;
	margin: 0 auto;
}

#shell .menu {
	width: 930px;
	background: url('../../img/gray-bg.png') top left repeat-x;
	margin: 0 auto;
	padding: 10px;
	font-size: 16px;
}

#shell .menu.bottom {
	background: #82878b;
	font-size: 14px;
	height: 15px;
}

#shell .menu ul {
	float: left;
}

#shell .menu ul li {
	float: left;
	color: #fff;
	margin-right: 20px;
}

#shell .menu ul li a {
	text-decoration: none;
	color: #fff;
}

#shell .menu ul li a:hover {
	text-decoration: underline;
}

#shell .menu ul li.right {
	float: right;
}

#shell .menu ul li.home a {
	color: #ffde2f;
}

#body a {
	text-decoration: none;
	font-family: inherit;
}

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

#body h1 a, #body h1 a:hover, #body h2 a, #body h2 a:hover {
	color: #3678a8;
}

hr {
	border-width: 0;
	border-top: 1px solid #ccc;
	margin: 10px 0;
}

.photo {
	padding: 8px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	float: left;
}

#body.story .photo {
	float: right;
	margin-left: 10px;
}

.box {
	background: url('../../img/pattern-bg.png');
	width: 200px;
	padding: 10px;
	margin: 10px 0;
	clear: both;
}

.box .content {
	background: #fff;
	padding: 10px;
	width: 180px;
	margin-bottom: 10px;
}

#shell input[type=text] {
	font-weight: bold;
	width: 150px;
	margin-right: -10px;
	margin-top: -4px;
	padding: 2px;
}

.warning {
	font-size: 13px;
	background-color: #ff5555;
	border: 2px solid #cc2222;
	border-width: 2px 0 2px 0;
	color: #442222;
	padding: 10px;
	margin-bottom: 15px;
}

.warning ol {
	list-style-type:decimal;
	padding-left: 50px;
}

.warning ol li {
	margin: 5px 0;
}

.warning a {
	color: #442222;
}

/*TABS*/
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

.ui-tabs-selected {
	text-decoration: underline;
}

.top {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
}

.bottom {
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

#footer {
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

.large-box {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

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