/**==--[not general, but not plug-ins (no own stylesheet)]--==**/
.jscollapse-open-close {
	background-color:#cf3838;
	border:1px solid #7d2121;
	font-weight:bold;
	padding:3px;
	line-height:15px;
}
.jscollapse-open-close img {
	float:left;
	margin-right:5px;
}
.edit-link {
	font-size:7pt;
	float:right;
}
.thumbnail-bordered {
	border:3px double #cf3838;
}
/**==--[generics]--==**/
th {
	font-weight:bold;
	text-align:right;
}
input {
	width:100%;
	border:1px solid #571a1a;
	background-color:#bc3535;
	color:#000000;
}
input.submit {
	width:70px;
	border:1px solid #7d2121;
	background-color:#cf3838;
	color:#000000;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	cursor:pointer;
}
input.checkbox {
	width:15px !important;
	border:0px !important;
}
.generic-confirm .options input {
	width:auto;
	border:1px solid #e23b3b;
	border-bottom:1px solid #571a1a;
	border-right:1px solid #571a1a;
	background-color:#a93232;
	color:#000000;
	padding:1px;
	padding-left:5px;
	padding-right:5px;
	margin:3px;
	margin-bottom:10px;
	cursor:pointer;
}
.generic-confirm .options input:hover {
	/* IE6- can't do this, but that's okay. */
	border:1px solid #e23b3b;
	border-top:1px solid #571a1a;
	border-left:1px solid #571a1a;
}
/**==--[generics]--==**/
div.warning,
div.notice {
	padding:5px;
	margin:5px;
	text-align:center;
	font-weight:bold;
	border:1px solid #7d2121;
	background-color:#e23b3b;
	color:#000000;
}
div.warning {
	background-color:#cf3838;
}
div.options {
	width:140px;
	margin:auto;
}
a.messagelink {
	font-size:7pt;
}
.payattention {
	font-weight:bold;
}
.infoblurb {
	font-size:7pt;
}
th .infoblurb {
	font-weight:normal;
}
.top-navig {
	font-size:7pt;
	border-bottom:1px solid #7d2121;
	margin-bottom:20px;
	text-transform:lowercase;
}
.top-navig a {
	text-decoration:none;
}
.help {
	font-size:6pt;
	vertical-align:super;
}
.help a {
	text-decoration:none;
}
h1.generic {
	font-size:11pt;
	border-bottom:1px solid #571a1a;
	margin:0px;
	margin-bottom:12px;
	margin-top:25px;
}
h2.generic {
	border-bottom:1px solid #571a1a;
	font-size:10pt;
	margin-top:10px;
}
p {
	margin-left:15px;
	margin-right:100px;
}
