/**
 * CSS Page Layout Styles for Template Style 1
 */
 
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #1D4888;
}

.titlebox {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
}

.titleseparator {
	background-color: #C2C2C2;
}

.category {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #235AB1;
}

.categorybox {
	padding-top: 6px;
	padding-left: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
}

.byline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #54401C;
}

.dateline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #54401C;
}

.emailprint {

}
.emailprint a:link {}
.emailprint a:visited {}
.emailprint a:hover {}

.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #424243;
}

.sectionheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #424243;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #616675;
}
.text a:link { color: #235AB1; text-decoration: underline; }
.text a:visited { color: #235AB1; text-decoration: underline; }
.text a:hover { color: #235AB1; text-decoration: none; }

.textsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #616675;
}
.textsmall a:link { color: #235AB1; text-decoration: underline; }
.textsmall a:visited { color: #235AB1; text-decoration: underline; }
.textsmall a:hover { color: #235AB1; text-decoration: none; }

.textmedium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #424243;
}
.textmedium a:link { color: #424243; text-decoration: none; }
.textmedium a:visited { color: #424243; text-decoration: none; }
.textmedium a:hover { color: #424243; text-decoration: underline; }

.textlarge {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #424243;
}
.textlarge a:link { color: #424243; text-decoration: none; }
.textlarge a:visited { color: #424243; text-decoration: none; }
.textlarge a:hover { color: #424243; text-decoration: underline; }

.linkalt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #616675;
}
.linkalt a:link { color: #235AB1; text-decoration: underline; }
.linkalt a:visited { color: #235AB1; text-decoration: underline; }
.linkalt a:hover { color: #235AB1; text-decoration: none; }

.image {
	border: 1px solid #C2C2C2;
	padding: 5px;
}

.imagealt {
	border: 1px solid #C2C2C2;
	padding: 5px;
}

.imagethumb {
	border: 1px solid #C2C2C2;
	padding: 5px;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #616675;
}

.table {
	border-collapse: collapse;
	empty-cells: show;
}

.tableheader {
	background: #e4e4e4 url(/lib/templates/warnerrobins/img/table_headerbg.jpg) bottom repeat-x;
	font-weight: bold;
}

.tableheader td {
	padding: 5px;
	border-top: 1px solid #c6c4c4;
	border-bottom: 1px solid #c6c4c4;
}

.tableoddrow {
	vertical-align:top;
}

.tableoddrow td {
	padding: 5px;
	border-bottom: 1px solid #e7e6e6;
}

.tableevenrow {
	vertical-align:top;
	background: #f9f9f9 url(/lib/templates/warnerrobins/img/table_rowbg.jpg) bottom repeat-x;
}

.tableevenrow td {
	padding: 5px;
	border-bottom: 1px solid #e7e6e6;
}

.blockheader {}

.blockcontent {
	padding: 2px 6px 6px 4px;
	background-color: #F2F2F2;
	border-left: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	border-bottom: 1px solid #C2C2C2;
	border-top: 1px solid #C2C2C2;
}

.separator {}

.bullet {}



