@charset "UTF-8";

/*****************************/
/*           RESET           */
/*****************************/

/* REMOVED
body, table, tr, td, div, p, ol, ul, li, hr, h1, h2, h3, h4, form, fieldset, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

img {
	border: none;
}

table {
	border-collapse: collapse;
	clear: left;
}

td, th {
	font-weight: normal;
	padding: 0;
	text-align: left;
	vertical-align: top;
}

h1, h2, h3, h4 {
	color: inherit;
	font-size: 1em;
	font-weight: normal;
}
REMOVED */


/******************************/
/*            BASE            */
/******************************/

/* REMOVED
body {
	background: #FFFFFF;
	width: 910px;
	margin: 15px auto;
	font: 14px/21px "Trebuchet MS", sans-serif;
	line-height: 1.125em;
}

#page {
	max-width: 100%;
	overflow: hidden;
	position: relative;
	color: #666666;
}

#session-heading {
	color: #666666;
	text-align: right;
	padding-right: 10px;
}

a {
	color: #8B0000;
	text-decoration: none;
}
a:hover, a:focus {
	color: #8B0000;
	text-decoration: none;
}
a:visited {}

input,
select,
textarea {
	font: 14px/21px "Trebuchet MS", sans-serif;
	padding: 0.4em;
}

fieldset {
	border: none;
	display: block;
	margin: 0;
	padding: 0 0 1em 0;
	position: relative;
}

fieldset legend {
	color: #666;
	margin: 0;
	padding: 0 0 0.1667em 0;
	top: 0;
}

p, ol, ul {
	margin-bottom: 1em;
}

ol, ul {
	margin-left: 0.6666em;
	padding-left: 0.6666em;
}

h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 160%;
	margin-bottom: 1em;
}

h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 140%;
	margin-bottom: 1em;
}

h3 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 120%;
	margin-bottom: 1em;
}

h4 {
	font-size: 120%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 90%;
}

h1 sup,
h2 sup,
h3 sup {
	font-size: 90%;
}
REMOVED */


/******************************/
/*           ASSETS           */
/******************************/

.ClearAll {
	clear: both;
	display: block;
	height: 1px;	/* 1px required for Google Chrome */
	overflow: hidden;
}

.clear.all {
	clear: both;
	display: block;
	/*height: 1px;	 1px required for Google Chrome */
	overflow: hidden;
}

.ClearRt {
	clear: right;
	display: block;
	height: 1px;	/* 1px required for Google Chrome */
	overflow: hidden;
}

.clear.rt {
	clear: right;
	display: block;
	height: 1px;	/* 1px required for Google Chrome */
	overflow: hidden;
}

.ClearLt {
	clear: left;
	display: block;
	height: 1px;	/* 1px required for Google Chrome */
	overflow: hidden;
}

.clear.lt {
	clear: left;
	display: block;
	height: 1px;	/* 1px required for Google Chrome */
	overflow: hidden;
}


/* REMOVED
.hide-accessible {
	left: -9999px !important;
	position: absolute !important;
}

.indent {
	padding-left: 2em;
}

.rounded-corners {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
REMOVED */

.instructions {
	color: #999;
	font-size: 85%;
}

	.instructions a {
		color: #999;
		text-decoration: none;
	}
	.instructions a:hover, .instructions a:focus {
		color: #8B0000;
		text-decoration: none;
	}
	.instructions a:visited {}


.note {
	color: #999;
	font-size: 85%;
}

/* REMOVED
.footer {
	padding-top: 2em;
	color: #999;
	font-size: 90%;
	text-align: center;
}

.heading-details {
	padding-left: 10px;
}

	.heading-details a {
		color: #999;
	}
	.heading-details a:hover, .heading-details a:focus {
		text-decoration: none;
	}
	.heading-details a:visited {}

.container.add-search div {
	float: left;
}
REMOVED */

.toggle-search {
	padding-top: 7px;
	padding-left: 20px;
	color: #999;
	font-size: 95%;
}

#action-icons {
	margin-right: 60px;
	position: absolute;
	right: 0;
}

/* REMOVED
.login h1 {
	background-image: url("/images/bogs_login.gif");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 420px 367px;
	display: block;
	height: 367px;
	overflow: hidden;
	text-indent: -9999px;
	width: 420px;
}
REMOVED */

.logout {
	font-size: 70%;
	color: #999999;
}

	.logout a, .logout a:hover, .logout  a:focus {
		color: #999999;
		text-decoration: none;
	}

/* REMOVED
#content {
	margin: 0 10px 50px 10px;
}
REMOVED */

.enter-section-outer {
	padding-bottom: 30px;
}

ul.enter-section {
	margin: 0; padding: 0;
}
ul.enter-section li {
	margin: 2px;
	position: relative;
	padding: 4px 0;
	cursor: pointer;
	float: left;
	list-style: none;
	width: 200px;
}
ul.enter-section span.ui-icon {
	float: left;
	margin: 0 4px;
}
div.enter-section {
	margin: 2px;
	padding: 4px 0;
}
span.enter-section {
	padding-right: 6px;
}

/* REMOVED
.news-content {
	margin-bottom: 2em;
}
*/

/*****************************/
/*          FORMS            */
/*****************************/

/* REMOVED
.form-field {
	padding-bottom: 10px;
}

label	{
	display: block;
	padding-bottom: 3px;
}
REMOVED */


