/* Default Styles */
body,
td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#665651;
	line-height:1.6em;
}

h1, .pageHeading {
	display:block;
	padding-top:25px;
	padding-bottom:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#665651;
}

h2, .heading {
	padding-top:10px;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	font-weight:normal;
	color:#665651;
}

h3, .subHeading {
	padding-top:10px;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	color:#665651;
}

h4, .subHeading1 {
	padding-top:10px;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	color:#665651;
}

h5, .subHeading2 {
	padding-top:5px;
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#665651;
}

h6, .subHeading3 {
	padding-top:5px;
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#665651;
}

ul {
	list-style-position:outside;
	padding:20px 0 20px 40px;
}

ul li {
	font-weight:normal;
	list-style:disc;
	padding-bottom:10px;
}

ol {
	list-style-position:outside;
	padding:20px 0 20px 40px;
}

ol li {
	font-weight:normal;
	list-style-type:decimal;
	padding-bottom:10px;
}

em {
	font-style:italic;
}

hr {
	height: 1px;
	border-top: 1px solid #C4B5A4;
}

strong {
	font-weight:bold;
}

p {
	margin: 10px 0;
}



blockquote {
	padding:5px 10px;
}

a,
a:link,
a:visited,
a:active {
	color:#868F93;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#5F676F;
}

input,
textarea {
	border: 1px solid #C4B5A4;
	font: normal 11px Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#FFFFFF;
}

.altcolor {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#7D6A55;
	line-height:1.5em;
}

.hr {
	height:1px;
	overflow:hidden;
	background-image:url('../images/hr.jpg');
	background-repeat:repeat-x;
	margin:5px 0;
}

.errormsg {
	background-color:#F1E7D9;
	border:1px solid #F1E7D9;
	margin:10px 0;
	color:#7D6A55;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.errormsg span {
	display:block;
	padding:5px 10px;
}

.errormsg ul {
	margin:0;
	padding:5px 30px;
}

.errormsg ul li {
	padding:0;
	margin:0;
}

/* Generic Button */
.buttonContainer button {
	cursor:pointer;
	background:url(../images/Buttons/ButtonWrapperRight.jpg) right no-repeat;
	font-weight:bold;
	border:0;
	padding:0;
	margin:0;
	padding-right:10px;
	text-align:center;
}

.buttonContainer button span {
	display:block;
	position:relative;
	background:url(../images/Buttons/ButtonWrapperLeft.jpg) left no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#7D6A55;
	padding-left:10px;
	height:18px;
	line-height:18px;
	white-space:nowrap;
}


.title { margin:0; padding:0; line-height:normal; font-weight:normal; color:#665651;}
.title a {}
.title a:hover {}

.attribute { color:#7D6A55; line-height:normal; font-size:11px;}
.attribute .label { font-weight:normal;}
.attribute .value { font-weight:normal;}
.attribute a {}
.attribute a:hover {}

.sectionLabel { font-size:12px; color:#665651; font-weight:bold; }
.disclaimer { font-size:11px; color:#7D6A55; font-style:italic; line-height:1.45em; border:1px solid #665651; border-left-width:0; border-right-width:0;}


div.module .detail #EventActionLinkContainer a { padding:0; }

.box { background-color:#BCD3E3; border:1px solid #BCD3E3;}
.box .label { font-weight:bold; color:#665651;}
.box a { color:#7D6A55; font-weight:normal;  }
