﻿/** Generic box class **/

.box {	
	margin-bottom:20px; }
	
.box h2 {	
	color:#fff; }
	
.box a {
    text-decoration:underline;
    color:#fff; }
	
.box a:visited {
	color: #fff; }

.box p {
	margin:0px;
	padding:5px 0px 5px 0px; }
	
.box .border {
	padding:5px 10px 10px 9px; }
	
.box .footnote {
    color:#666666;
}
	
.box li.triangle {
	text-decoration: none;
	padding:0px;
	margin:3px 0px 0px -20px; }	
	
.box li.triangle li.triangle {
	text-decoration: none;
	padding:0px;
	margin:3px 0px 0px -25px; }	
	
.box .footer {
	font-size:0.9em;
	line-height:0.9em;
	font-weight:bold;
	text-align:right;
	padding:3px 10px 5px 0px;		
	margin:0px; }

/** Red box **/

.red h2 {
	background: url(/images/template/corner-red.gif) no-repeat top right #990000; }

.red .border {
	border:1px solid #990000;	
	background:#FFE6E6; }
	
.red .border a, .red .border a:visited, .red .border h3 {
	color: #990000; }
	
.red .triangle {
	list-style: url(/images/template/triangle-red-small.gif); }

.red .footer {	
	background:url(/images/template/corner-red-bottom.gif) no-repeat bottom left #990000; }
	
/** Green box **/

.green h2 {
	background: url(/images/template/corner-green.gif) no-repeat top right #008221; }

.green .border {
	border:1px solid #008221;	
	background:#E6FFEC; }
	
.green .triangle {
	list-style: url(/images/template/triangle-green-small.gif); }
	
.green .border a, .green .border a:visited, .green .border h3 {
	color: #008221; }

.green .footer {	
	background:url(/images/template/corner-green-bottom.gif) no-repeat bottom left #008221; }
	
/** Orange box **/

.orange h2 {
	background: url(/images/template/corner-orange.gif) no-repeat top right #CC8030; }

.orange .border {
	border:1px solid #CC8030;	
	background:#FBF0E1; }
	
.orange .triangle {
	list-style: url(/images/template/triangle-orange-small.gif); }
	
.orange .border a, .orange .border a:visited, .orange .border h3 {
	color: #CC8030 }

.orange .footer {	
	background:url(/images/template/corner-orange-bottom.gif) no-repeat bottom left #CC8030; }
	
/** Jade box **/

.jade h2 {
	background: url(/images/template/corner-jade.gif) no-repeat top right #46B2A7; }

.jade .border {
	border:1px solid #46B2A7;	
	background:#E4F8F8; }
	
.jade .triangle {
	list-style: url(/images/template/triangle-jade-small.gif); }
	
.jade .border a, .jade .border a:visited, .jade .border h3 {
	color: #46B2A7 }

.jade .footer {	
	background:url(/images/template/corner-jade-bottom.gif) no-repeat bottom left #46B2A7; }
	
/** Blue box **/

.blue h2 {
	background: url(/images/template/corner-blue.gif) no-repeat top right #304080; }

.blue .border {
	border:1px solid #304080;	
	background:#EBEAF1; }
	
.blue .triangle {
	list-style: url(/images/template/triangle-blue-small.gif); }
	
.blue .border a, .blue .border a:visited, .blue .border h3 {
	color: #304080 }

.blue .footer {	
	background:url(/images/template/corner-blue-bottom.gif) no-repeat bottom left #304080; }
