/* General Element Styles */
p { margin: 0; padding: 10px 0px; }
img { border: 0; }

blockquote {
	margin-left: 20px; padding: 1px; padding-left: 8px;
	border-left: 1px dotted #335E82;
}
hr {
	margin: 0; padding: 0;
	border: 0; border-bottom: 1px solid #969076;
}

/* links */

a.small, a.small:link, a.small:active, a.small:visited {
	font-size: 11px; color: #1A4A73;
}
a:hover {
	text-decoration: underline; color: #3366FF;
}

a.linkBox {
	padding: 3px 6px 3px 20px;
	border: 1px solid #aaa;
	background-color: #ccc;
	background-position: center left;
	background-repeat: no-repeat;
	font-size: 90%;
	color: #000;
}
a.add {
	background-image: url(../images/icons/add.png);
}
a.edit {
	background-image: url(../images/icons/edit.png);
}
a.view {
	background-image: url(../images/icons/view.png);
}
a.blank {
	padding-left: 6px;
}

a.linkAction, a.linkAction:link, a.linkAction:active, a.linkAction:visited {
	padding: 1px 4px;
	font-size: 90%;
	color: #1A4A73;
}
a.linkAction:hover {
	background-color: #14246F;
	text-decoration: none; color: #fff;
}
a.major:hover {
	background-color: #6F0707;
	text-decoration: none; color: #fff;
}


/* floats and clears */
.clearFloat {
	clear: both;
	line-height: 0;
	height: 0;
}


/* header */
#pageHead {
	
}

/* main content */
#pageBody {
	padding: 0 10px;
}

/* footer */
#pageFoot {
	margin-top: 15px;
	padding: 0 10px;
	background-color: #333;
	color: #fff;
}

/* navigation bar and links */
#pageNav {

}




/* datalist styles */
.datalist .item {
	padding: 0 10px;
}
.datalist .row1 {
	background-color: #fff;
}
.datalist .row2 {
	background-color: #ddd;
}

/* formLayout table */
table.formLayout {
	width: 100%;

	border: 0;
}
table.formLayout td {
	padding: 2px 4px;
}
table.formLayout td.rowLabel {
	width: 180px;
	background-color: #ddd;
	font-weight: bold;
}
table.formLayout td.rowData {
	
}

/* forms and fieldsets */
form {
	margin: 0;
	padding: 0;

}
form.small {
	font-size: 80%;
}
form.small input, form.small button
{
	font-size: 11px;
}
form input.big {
	font-size: large;
}

fieldset {
	margin: 10px 0;
	border-width: 1px 0 1px 0;
	border-color: #000;
	background-color: #eee;
}
fieldset legend {
	margin: 0;
	font-size: 120%;
	font-weight: bold;
	color: #052F4F;
}

/* generic 2-column layout */
.colA {
	width: 48%;
	float: left;
}
.colB {
	width: 48%;
	float: right;
}



/* Alerts and errors */
.viewMessages.flash
{
	padding: 5px;
	border: 1px solid #4BAF00;
	background-color: #DAFFBF;
}
.viewMessages.error
{
	position: relative;
	border: 1px solid #990000;
	background-color: #FFDFDF;
	margin: 0.5em 0;
}
.viewMessages.error h2
{
	border-bottom: 1px solid #990000;
	padding: 0.1em 0.3em;
	background-color: #EFD1D1;
	color: #990000;
	font-size: 120%;
}


/* CMS Styles */
#cmsAdminBar {
	padding: 3px 15px;
	background-color:#333333;
	border-bottom: 5px solid #666666;
	color: #FFFFFF;
}