@charset "utf-8";
/* CSS Document */
/* This is a modified version of styles_common.css, edited to remove general styles that conflict with other styles used in this site's layout.

/* Miscellaneous classes for reuse */
.floatright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.floatleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearblock {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
}
.xsmall {
	font-size: 12px;
}
.small {
	font-size: 13px;
}
.medium {
	font-size: 17px;
}
.big {
	font-size: 20px;
}
.xbig {
	font-size: 24px;
}
.red, .redtext {
	color: #CC0000;
}
.centered {
	text-align: center;
}
.liststyle1 {
	list-style-position: outside;
	list-style-type: square;
	padding-top: 10px;
	padding-bottom: 15px;
}
.liststyle1 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.imageleft {
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
}
.imageright {
	margin-left: 15px;
	margin-bottom: 5px;
	float: right;
}
.usermessage {
	background-color: #FFFFCC;
	border: 1px solid #BBBBBB;
	margin-bottom: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	overflow: visible;
	display: block;
}
.usermessage img {
	margin-right: 8px;
	float: left;
	margin-top: -5px;
}
.usermessage p {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tableoutline {
	border: 1px solid #666666;
}
.usertable {
	border: 1px solid #BBB;
    border-spacing: 0;
    border-collapse: collapse;
}
.usertable td, .usertable tr, .usertable th {
	margin: 0;
	padding: 0;
	vertical-align: top;
	/* font-size: 15px; */
}
.usertable td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	color: #444445;
}
.usertable .solidtable td {
	background-color: #F7F7F8;
}
.usertable .heading {
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	padding-bottom: 2px;
	padding-top: 5px;
	padding-right: 8px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #333333;
}
.usertable .subheading {
	font-size: 14px;
	/* font-weight: bold; */
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #FFFFFF;
	background-color: #666666;
	letter-spacing: 1px;
}
.usertable tr:nth-child(odd) {
	background-color: #F9F9F9;
}
.usertable tr:nth-child(even) {
	background-color: #EFEFEF;
}
.usertable .light, .usertable .dark {
	padding: 5px;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E9E9E9;
}
.usertable .light {
	background-color: #F9F9F9;
}
.usertable .dark {
	background-color: #EFEFEF;
}
.usertable .bottom {
	background-color: #EDF2FA;
	line-height: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	vertical-align: top;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	background-color: #333333;
	border-top-color: #CCCCCC;
}

.stripedtable {
	border: 1px solid #DDD;
}
.stripedtable td, .stripedtable tr {
	margin: 0;
	padding: 0;
}
.stripedtable td {
	vertical-align: top;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #F7F7F8;
	color: #444445;
}
.stripedtable tr:nth-child(odd) td {
    background-color: #fbfbfb;
} /*odd*/
.stripedtable tr:nth-child(even) td {
    background-color: #e8ecee;
} /* even*/
.stripedtable .heading {
	font-weight: bold;
	/* font-size: 14px; */
	color: #FFFFFF;
	padding-bottom: 2px;
	padding-top: 5px;
	padding-right: 8px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #333333 !important;
}
.stripedtable2 {
	border: 1px solid #DDD;
}
.stripedtable2 td, .stripedtable2 tr {
	margin: 0;
	padding: 0;
}
.stripedtable2 td {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #F7F7F8;
	color: #444445;
}
.stripedtable2 td:nth-child(odd) {
    background-color: #fbfbfb;
	border-right: 1px solid #AAA;
} /*odd*/
.stripedtable2 td:nth-child(even) {
    background-color: #e8ecee;
	border-left: 2px solid #FFF;
} /* even*/

.highlightedtable tr:hover td {
    background-color: #fffbae;
} /* hovering */

.noborders {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bordered {
	border: 1px solid #666666;
}
.breadcrumb {
	float: right;
	font-size: 15px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
	color: #40504D;
	/* letter-spacing: 0.1em; */
	text-align: right;
}
.breadcrumb a:link, .breadcrumb a:hover, .breadcrumb a:visited {
	text-decoration: underline;
}
.breadcrumb a, .breadcrumb img {
	border: none;
}
