/* some basic text formatting */

.center {
	text-align:center;
	}
	
.left {
	text-align:left;
	}
	
.right {
	text-align:right;
	}
	
.smalltext {
	font-size:smaller;
	}
	
.alert {
	color: red;
	}
	
.clearit {
	clear:both;
	}
	
.introtext {
	font-family:Georgia,serif;
	font-size:12px;
	font-style:italic;
	line-height:17px;
	font-weight:bold;
	color:#666;
	padding:10px 0;
	margin:0;
	border-bottom:1px dotted #ccc;
	}

/* styles for featured content in the primary or secondary cells */

.feature .top-left  {
	height:20px;
	width:5px;
	float:left;
	}
	
.feature .top-middle  {
	height:20px;
	float:left;
	margin:0;
	padding:0;
	}
	
.feature .top-middle p {
	margin:2px 5px;
	padding:0 !important;
	font-family:Verdana,sans-serif;
	font-size:8px;
	font-weight:bold;
	text-transform:uppercase;
	color:white;
	}
	
.feature .top-right  {
	height:20px;
	width:5px;
	float:left;
	}
	
.feature .red .top-left  {
	background: url(../images/feature-top-left-red.gif) no-repeat top left;
	}
	
.feature .red .top-middle  {
	background: url(../images/feature-top-middle-red.gif) repeat-x;
	}
	
.feature .red .top-right  {
	background: url(../images/feature-top-right-red.gif) no-repeat top left;
	}
	
.feature .gold .top-left  {
	background: url(../images/feature-top-left-gold.gif) no-repeat top left;
	}
	
.feature .gold .top-middle  {
	background: url(../images/feature-top-middle-gold.gif) repeat-x;
	}
	
.feature .gold .top-right  {
	background: url(../images/feature-top-right-gold.gif) no-repeat top left;
	}
	
.feature .beige .top-left  {
	background: url(../images/feature-top-left-tan.gif) no-repeat top left;
	}
	
.feature .beige .top-middle  {
	background: url(../images/feature-top-middle-tan.gif) repeat-x;
	}
	
.feature .beige .top-right  {
	background: url(../images/feature-top-right-tan.gif) no-repeat top left;
	}
	
.feature .content {
	clear:both;
	float:none;
	padding:5px 15px;
	background:#f8f7f2;
	}

.feature .content table.feature {
	width:140px;
	}
	
.feature .content table.feature td {
	padding:0;
	}
	
.feature .content ul {
	margin:0;
	padding:0;
	list-style:none;
	}
	
.feature .content ul li {
	padding:0 0 5px 0;
	margin:0 0 10px 0;
	border-top:1px dotted #A99A76;
	}
	
.feature .content ul li div {
	font-weight:normal;
	}
.feature .content a {
	color:#A99A76;
	text-decoration:none;
	font-weight:bold;
	}
	
.feature .content a:hover {
	text-decoration:underline;
	}
	
.feature .feature-link {
	font-weight:normal !important;
	}
	
.feature .toggler {
	float:right;
	width:11px;
	}
	
.feature h5 {
	margin:0;
	padding:0;
	}
	
.feature .feature_link {
	font-weight:bold;
	}
	
/* list styles */

.arrowlist {
	list-style:none;
	margin:0 0 0 10px !important;
	padding:0;
	}
	
.arrowlist li {
	padding-left:1em;
	text-indent: -1em;
	}
	
.directorylist {
	margin:0;
	padding:0;
	}
	
.directorylist .itemtitle {
	font-weight:bold;
	}

.directorylist li {
	list-style:none;
	margin:10px 0 0 0;
	padding: 0 0 10px 25px;
	border-top:1px dotted #ccc;
	}
	
.directorylist li img {
	margin-left:-25px;
	float:left;
	}
	
.listfirst {
	border-top:none !important;
	}
	
/* image styles */
	
.image-inset-left {
	float:left;
	margin:0 10px 10px 0;
	}
	
.image-caption {
	float:left;
	width:140px;
	margin:0 10px 10px 0;
	}
	
.portalNav .toggler {
	float:right;
	width:11px;
	margin-top:10px;
	}
	
.toggler img {
	border:none;
	}
	
/* link from printer-friendly view */
	
#pagetools {
	display:none;
	}
	
#webview {
	display:none;
	}
	
/* table styles */

table.zebra {
	border-top: 1px dotted #ccc;
	}
	
table.zebra tr td, table.zebra tr th {
	border-bottom: 1px dotted #ccc;
	padding: 5px;
	}
	
table.zebra tr.listfirst td {
	background: #eee !important;
	}

table.zebra tr.stripe0 {
	}
	
table.zebra tr.stripe1 {
	background: #f8f7f2;
	}
	
table.zebra tr td a {
	text-decoration:none;
	}
	
table.zebra tr td a:hover {
	text-decoration:underline;
	}
	
/* convert legacy styles to new formats */
	
.graytable td, .graytable th {
	border-top: 1px dotted #ccc;
	}
	
.bluetable td, .bluetable th {
	border-top: 1px dotted #ccc;
	}
	
.yellowtable td, .yellowtable th {
	border-top: 1px dotted #ccc;
	}
	
.tealtable td, .tealtable th {
	border-top: 1px dotted #ccc;
	}
	
.grid td, .grid th {
	border-top: 1px dotted #ccc;
	}
	
/* form styles */
	
.button, .button a {
	height:25px;
	font-family:Verdana,sans-serif;
	font-size:10px !important;
	font-weight:bold;
	text-decoration:none;
	color:#999 !important;
	}
	
.button img {
	vertical-align:bottom;
	}
	
.button:hover, .submit:hover, .button a:hover {
	color: #93191B !important;
	}
	
.button .middle {
	background:url(../images/button-middle.jpg) repeat-x;
	text-align:center;
	padding:3px 15px;
	margin:0;
	border:none;
	text-decoration:none;
	}
	
.submit, .button .small {
	height:25px;
	font-family:Verdana,sans-serif;
	font-size:10px !important;
	font-weight:bold;
	text-decoration:none;
	color:#999;
	background:url(../images/button-small.jpg) no-repeat;
	text-align:center;
	padding:1px 10px;
	margin:0;
	width:103px;
	border:none;
	}
	
.button .medium {
	height:25px;
	font-family:Verdana,sans-serif;
	font-size:10px !important;
	font-weight:bold;
	text-decoration:none;
	color:#999;
	background:url(../images/button-medium.jpg) no-repeat;
	text-align:center;
	padding:0;
	margin:0;
	width:146px;
	border:none;
	}
	
.button a.medium {
	display:block;
	padding:3px 0 0 0;
	}
	
#secondary .button .medium {
	background:url(../images/button-medium-secondary.jpg) no-repeat;
	}
	
textarea.smalltext {
	width: 420px;
	height: 75px;
	font-size: small;
	}

textarea.mediumtext {
	width: 420px;
	height: 150px;
	}

textarea.largetext {
	width: 420px;
	height: 300px;
	}
	