/* @group General Styles */

img {
	border: 0px;
}

body {
	background: url("images/background.png") repeat top left;
	font-size: 0.23cm;
}

h1 {
	font-size: 0.66cm;
}

h2 {
	font-size: 0.44cm;
}

h3 {
	font-size: 0.33cm;
}

h4 {
	font-size: 0.28cm;
}

a
{
	text-decoration: none;
	color: #1f60af;
	background-color: inherit;
}

a:visited
{
	text-decoration: none;
	color: #af601f;
	background-color: inherit;
}

p
{
	margin: 0 0 1em 0;
}

select, input[type=text], input[type=password]
{
	height: auto;
}

select, textarea, input[type=text], input[type=password]
{
	background-color: #ffffff;
	color: #202020;
	font-size: 0.26cm;
	margin: 2px 0;
	border-width: 1px;
	border-style: solid;
	border-color: #a0a0a0;
}

textarea, input[type=text], input[type=password]
{
	padding: 1px 2px;
	line-height: 0.26cm;
}

select
{
	padding: 0px;
}

select option
{
	background-color: #ffffff;
	color: #000000;
}

.image-left {
	float: left;
	margin: 5px 5px 5px 0px;
}

.image-right {
	float: right;
	margin: 5px 0px 5px 5px;
}

/* @end */

/* @group Layout */

#content {
	padding-top: 30px;
	min-width: 750px;
}

#header {
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	height:95px;
	width: auto;
}

#header_content {
	height: 95px;
	margin: 0 34px 0 35px;
}

#header_left, #header_right {
	height: 95px;
	position: relative;
}

#header_left {
	padding-left: 35px;
	margin-left: -35px;
}

#header_right {
	padding-right: 34px;
	margin-right: -34px;
}

#header_logo {
	margin: 10px 20px 0 0;
	float: left;
}

#header_title {
	margin: 22px 20px 0 0;
	float: left;
}

#header_title h1, #header_title h2 {
	color: #000000;
	margin: 0px;
	text-shadow: 0px 1px 2px #ffffff;
}

#toolbar {
	position:absolute;
	top: 0px;
	width: 100%;
	height: 21px;
	overflow: visible;
}

#toolbar_right {
	background: url("images/toolbar_right.png") no-repeat top right;
	height:34px;
}

#toolbar_content {
	position:absolute;
	width:auto;
	white-space: nowrap;
	line-height: 21px;
	padding: 0 5px;
}

#page {
	position:relative;
	width:100%;
	white-space: nowrap;
	background: #e6e6e6 url("images/toolbar.png") repeat-x top left;
	padding: 21px 0 0 0;
	margin: 0;
}

#page_container {
	position: relative;
	width: 69%;
	margin-bottom: 10px;
	background-color: #ffffff;
}

#page_content {
	height: 100%;
	padding: 20px 20px 45px 20px;
	white-space: normal;
}

#page_bottom {
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: -10px;
	background: #ffffff url("images/page_bottom.png") repeat-x bottom left;
}

#breadcrumb {
	background-color:#ffffff;
	padding: 0px 20px 0px 20px;
	text-align: center;
	clear: right;
}

#breadcrumb ul {
	list-style: none;
	margin: 0;
}

#breadcrumb ul li {
	display: inline;
}

#breadcrumb ul li,
#breadcrumb ul li a {
	color: #cccccc;
}

#breadcrumb ul li:hover,
#breadcrumb ul li a:hover {
	color: #000000;
}

#sidebar {
	position: relative;
	width:190px;
	margin: 20px 0px;
	right: 20px;
}

#sidebar_top {
	position: absolute;
	background: url("images/sidebar_top.png") no-repeat bottom left;
	width: 190px;
	height: 10px;
}

#sidebar_title, #sidebar_content {
	width:160px;
	background-color:#ffffff;
	border: 1px solid #cccccc;
	border-top: 0px;
	border-bottom: 0px;
	padding: 4px 14px;
	margin: 0;
	overflow: hidden;
	white-space: normal;
}

#sidebar_title {
	padding-top: 7px;
	margin: 10px 0 0 0;
}

#sidebar_title {
	font-size: 1.1em;
	font-weight: bolder;
	padding-bottom: 0px;
}

#plugin_sidebar {
	width:168px;
	padding: 10px;
	overflow: hidden;
}

#sidebar_bottom {
	background: url("images/sidebar_bottom.png") no-repeat top left;
	width: 190px;
	height: 10px;
}

#footer_content {
	width: auto;
	clear: both;
	padding: 10px;
}

#footer {
	width: auto;
	height: 20px;
}

#footer_center {
	background: url("images/footer_center.png") repeat-x top center;
	margin: 0px 357px;
}

#footer_left, #footer_right {
	height: 20px;
	position: relative;
}

#footer_left {
	background: url("images/footer_left.png") no-repeat top left;
	margin-left: -357px;
	padding-left: 357px;
}

#footer_right {
	background: url("images/footer_right.png") no-repeat top right;
	margin-right: -357px;
	padding-right: 357px;
}

#standards {
	text-align: center;
	color: #888888;
	font-size: 0.24cm;
	width: 100%;
	margin-top: 5px;
}

#standards a {
	color: #888888;
	text-decoration: none;
}

/* @end */

/* @group Menus */

#toolbar_content ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}

#toolbar_content a {
	text-decoration: none;
}

#toolbar_content li {
	float: left;
	display: inline;
	position: relative;
	margin: 0;
	padding: 0;
}

#toolbar_content li a {
	line-height: 20px;
	color: #333333;
	font-weight: 800;
	padding: 0 10px 0 5px;
}

#toolbar_content li ul {
	display: none;
	position: absolute;
	z-index: 1500;
	top: 20px;
	left: 0;
	float: none;
	background-color: #aaaaaa;
	padding-bottom: 1px;
}

#toolbar_content li ul li {
	float: none;
}

#toolbar_content li ul li a {
	line-height: 16px;
	color: #404c5a;
	padding: 0 4px;
	display: block;
	font-weight: 100;
	width: 150px;
	background-color: #f0f0f0;
	margin: 0 1px 0 1px;
}

#toolbar_content li ul li a:hover {
	background-color: #bbbbbb;
	color: #ffffff;
}

#toolbar_content li > ul {
	top: auto;
	left: auto;
}

#toolbar_content li ul li ul {
	position: absolute;
	margin-top: -17px;
	margin-left: 159px;
	border-top: 1px solid #aaaaaa;
}

#toolbar_content li:hover>ul {
	display: block;
}

#toolbar_content li.over ul,
#toolbar_content ul li.over ul,
#toolbar_content ul ul li.over ul,
#toolbar_content ul ul ul li.over ul {
	display: block;
}

#toolbar_content li.over ul ul,
#toolbar_content li.over ul ul ul,
#toolbar_content li.over ul ul ul,
#toolbar_content li.over ul ul ul ul {
	display: none;
}

/* @end */

/* @group Blog */

.blog-entry {
}

.blog-entry-title {
	color: #888888;
	font-size: 1.9em;
	font-weight: normal;
	margin-bottom: 8px;
	border-bottom: 1px solid #cccccc;
}

.blog-entry-date {
	margin-bottom: 10px;
}

.blog-entry-body {
	margin-bottom: 45px;
}

.blog-entry-comments {
}

.blog-entry-category {
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
	color: #aaaaaa;
}

/* @end */

/* @group qTip */

#qTip {
	display: none;
	position: absolute;
	left: -999px;
	z-index: 1500;
	list-style: none;
	max-width: 150px;
	padding: 10px 30px 10px 10px;
	margin: 0;
	background-color: #ffffe0;
	border: 1px solid #888870;
}

[title] {
	cursor: default;
}

/* @end */

/* @group IEHacks */

#toolbar {
	_margin-left: -10px;
}

#toolbar_content li ul li ul {
	_margin-top: -21px;
	_margin-left: 158px;
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	font-size: 0.33cm;
	font-weight: 600;
}

.album-description {
	margin-bottom: 10px;
}

.album-wrap {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 5px;
	margin-right: 20px;
}

.thumbnail-frame {
	border: 1px solid #e6e6e6;
	padding: 5px;
	margin: 5px;
	position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame:hover {
	border: 1px solid #808080;
}

.thumbnail-frame a {
	border-style: none;
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	margin: auto;
    border: none;
}

.thumbnail-caption {
	font-size: 0.9em;
	color: #808080;
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
}

.photo-navigation {
	height: 100px;
	margin-bottom: 37px;
}

.photo-links {
	background: #ffffff;
	padding: 5px;
	display: block;
}

.photo-navigation a:link, .photo-navigation a:visited {
}

.photo-navigation a:hover {
}

.photo-frame{
	background: #ffffff;
	padding: 5px;
}

.photo-title {
	color: #ffffff;
	font-size: 2.4em;
	margin: 0 0 5px;
	padding-top: 15px;
	font-weight: bold;
}

.photo-caption {
	font-size: 1.2em;
	margin: 0 0 27px;
	font-weight: bold;
}

/* @end */
	
/* @end */

/* @group File Sharing */

.filesharing-description {
	text-align: left;
	margin-bottom: 20px;
}

.filesharing-item {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: solid 2px #404040;
}

.filesharing-item:hover {
}

.filesharing-item-title a:link {

}

.filesharing-item-title a:hover {

}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
}

/* @end */