/**
 * General Page Layout
 **/
body {
	width: 850px;
	margin: auto;
	background: #EBEBEB;
	padding: 20px;
	font-family: Helvetica, Verdana, sans-serif;
}

#nav {
	display: block;
	float: left;
	width: 100%;
	background: #EBEBEB url(news/logo.jpg) no-repeat 748px 10px;
}
#nav h3 {
	color: #333333;
	display: block;
	font-size: 1em;
	margin: 0px;
	padding: 10px 0px 0px;
	height: 60px;
}
#nav span {
	color: #666666;
	font-size: 0.65em;
	display: block;
}
#nav ul {
	background: #CCCCCC url(news/navBG.jpg) repeat-x bottom;
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 100%;
}
#nav li {
	display: block;
	float: left;
	padding: 0px;
}
#nav a:link, #nav a:active, #nav a:visited {
	color: #444444;
	text-decoration: none;
	display: block;
	padding: 7px;
	font-size: 0.75em;
}
#nav a:hover {
	color: #111111;
}
#nav #navOECType {
	padding-left: 0px;
	font-weight:normal;
    text-decoration: underline;
}
/*  */
#UserNav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 30px;
	text-align: right;
}
#UserNav li {
	display: inline;
}
#UserNav a:link, #UserNav a:active, #UserNav a:visited {
	display: block;
	padding: 5px;
	font-size: 0.75em;
	color: #444444;
	float: right;
}
#UserNav a:hover {
	text-decoration: none;
	color: #111111;
}

/* Home Page */
#homePage {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 20px;
}
#homePage p {
	font-size: 0.9em;
	letter-spacing: -0.01em;
	word-spacing: 0.1em;
}
#homePage ul {
	margin:0;
	padding:0;
	list-style: none;
}
#homePage li {
	padding: 10px 10px 10px 40px;
	font-size: 0.8em;
	border-bottom: 1px solid #333333;
}
#homePage li:hover {
	background-color: #E8E8E8;
}
#singleColumn {
	background: #FFFFFF;
	width: 808px;
	margin: 0px 0px 40px;
	padding: 20px;
	/*position: relative;*/
	background: #FFFFFF;
	float: left;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#Article h2 {
	padding: 0px;
	width: 100%;
	font-size: 1.25em;
}
#Article h3 {
	margin: 0px 0px 20px;
	padding: 0px;
	width: 100%;
	border-bottom: 1px solid #999999;
}
#Article {
	/* position: relative; */
	width: 550px;
}
#Article ol {
	list-style: decimal;
}

#Article ol ol {
	list-style: lower-alpha;
}
.bankName {
	display: inline-block;
	width: 300px;
}

/* Emoployee section */
#TrainingContent {
	position: relative;
	overflow: visible;
	width: 850px;
	font: 1em Helvetica, Verdana, sans-serif;
	background: #D2D3D5 url(../banks/employees/images/Page_Header.gif) repeat-x left top;
}
#TrainingContent h2 {
	margin: 0px;
	padding: 20px;	
}
#TrainingContent h3 {
	background: #808285 url(../banks/employees/images/Course_Bar.gif) repeat-x left top;
	padding: 5px 0px 5px 20px;
	margin: 0px;
	color: #FFFFFF;
}
#Help a:link, #Help a:visited, #Help a:active, #Help a:hover {
	display: block;
	width: 145px;
	height: 40px;
	text-align: center;
	background: url(../banks/employees/images/help_btn.jpg) no-repeat center center;
	float: right;
	position: absolute;
	top: 20px;
	right: 20px;
	color: #333333;
	text-decoration: none;
	padding-top: 20px;
}
#Add_Course {
	margin: 0px;
	padding: 0px;
}
#Add_Course p {
	margin: 0px;
	padding: 0px 20px 20px;
	background: #D2D3D5;
}
.CourseBar {
	position: relative;
	overflow: visible;
}
.CourseBar p {
	position: absolute;
	top: 9px;
	right: 0px;
	margin: 0px;
	font-size: 0.8em;
	padding-right: 10px;
	color: #FFFFFF;
}
.CourseBar a:link, .CourseBar a:visited, .CourseBar a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.CourseBar a:hover {
	text-decoration: underline;
}
.TrainingCourse {
	float: left;
	width: 850px;
	background: #FFFFFF url(../banks/employees/images/GroupBG.gif) repeat-y left top;
}
.TrainingCourse img {
	float: left;
	clear: left;
	background: url(../banks/employees/images/SlideBG.gif) no-repeat center center;
	padding: 20px;
}
.EmployeeGroups {
	width: 610px;
	float: right;
	clear: right;
}
.EmployeeGroups h4 {
	background: #CCCCCC;
	padding: 5px;
	border-bottom: 1px solid #666666;
	margin: 0px;
}
.EmployeeGroups ul {
	margin: 0px;
	padding: 0px;
	width: 610px;
	list-style: none;
}
.EmployeeGroups li {
	font-size: 0.8em;
	background: #F8F8F8;
	border-bottom: 1px solid #666666;
	padding: 10px;
}
.EmployeeGroups li:hover {
	background: #E4E4E4;
}
.EmployeeGroups p {
	text-align: right;
	padding: 20px;
	margin: 0px;
	font-size: 0.8em;
}
.GroupTitle {
	display: inline-block;
	width: 180px;
	overflow: hidden;
	white-space: nowrap;
	padding: 0px 20px 0px 0px;
}
#SideBar {
	position: absolute;
	top: 100px;
	width: 160px;
	z-index: 2;
	font-size: 0.8em;
	padding: 0px 20px;
	background: #BDBEC1;
}
#SideBar ol {
	margin: 0px;
	padding: 20px 0px 0px 20px;
}
#SideBar li {
	padding: 0px 0px 10px;
}
#StaffTraining {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 610px;
	margin: 0px;
	padding-left: 220px;
	background: #FFFFFF url(../banks/employees/images/StaffTrainingBG.gif) repeat-y left top;
	z-index: 1;
	padding-right: 20px;
}
#StaffTraining table {
	width: 100%;
	font-size: 0.85em;
}
#StaffTraining th {
	font-weight: normal;
	color: #FFFFFF;
	background: #666666;
	margin: 0px;
	padding: 5px;
}
#StaffTraining td {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #666666;
}
#StaffTraining tr:hover {
	background: #CCCCCC;
}
/* Aticle Pages */
#Article, #edit_frm {
	float: left;
	width: 550px;
	font-size: 0.8em;
	line-height: 1.5em;
}

/* SideBar */
#NewsSidebarColumn {
	float: right;
	width: 242px;
}
.NewsSidebar {
	width: 240px;
	background: #FFFFFF url(com/beavercreek/pods/sidebarfooter.gif) no-repeat left bottom;
	margin: 0px 0px 18px 0px;
	/*float: right;*/
	padding: 0px 0px 15px;
	clear: right;
}
.CategoryLabel {
	font-size: 0.75em;
	color: #CCCCCC;
}
.NewsSidebar h4 {
	background: url(com/beavercreek/pods/sidbarheader.gif) no-repeat left top;
	height: 25px;
	width: 230px;
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	color: #FFFFFF;
	text-shadow: -1px -1px 1px #555;
	font-weight: lighter;
}

.NewsSidebarContent {
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	background: #f8f8f8;
}
.NewsSidebarContent p {
	font-size: 0.75em;
	line-height: 1.3em;
	padding: 10px;
	margin: 0px;
	color: #666666;
}
.NewsSidebarContent ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.NewsSidebar h4 a:link, .NewsSidebar h4 a:active, .NewsSidebar h4 a:visited {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}
.NewsSidebarContent a:link, .NewsSidebarContent a:active, .NewsSidebarContent a:visited {
	text-decoration: none;
	color: #333333;
}
#upArrow, #downArrow {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 30px;
	width: 30px;
	border-style: none;
}
#upArrow {
	background: url(news/upArrow.png);
}
#downArrow {
	background: url(news/downArrow.png);
}
.warning {
	font-size: .75em;
	line-height: normal;
	color: #FF3333;
	background: #FFFFCC url(/css/welcome/Small_welcome_alert_icon.png) no-repeat 4px center;
	padding: 10px 10px 10px 30px;
	font-weight: bold;
}
.htmlButton a:link, .htmlButton a:active, .htmlButton a:visited {
	display: block;
	font-size: 12px;
	color: #FFF !important;
	text-decoration: none;
	padding: 10px 10px;
	margin: 0px 0px 20px;
	background: #9e9e9e; /* Old browsers */
	background: -moz-linear-gradient(top,  #9e9e9e 0%, #5e5e5e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e9e9e), color-stop(100%,#5e5e5e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9e9e9e 0%,#5e5e5e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9e9e9e 0%,#5e5e5e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9e9e9e 0%,#5e5e5e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9e9e9e 0%,#5e5e5e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e9e9e', endColorstr='#5e5e5e',GradientType=0 ); /* IE6-9 */
	text-shadow: -1px -1px 1px #555;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #444;
	text-align: center;
}

.htmlButton a:hover {
	text-decoration: none !important;
	background: #6E6E6E; /* Old browsers */
	background: -moz-linear-gradient(top,  #9e9e9e 0%, #6E6E6E 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e9e9e), color-stop(100%,#6E6E6E)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9e9e9e 0%,#6E6E6E 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9e9e9e 0%,#6E6E6E 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9e9e9e 0%,#6E6E6E 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9e9e9e 0%,#6E6E6E 100%); /* W3C */
}
.saveButton {
	color: #FFF;
	background: #093;
	text-decoration: none;
	padding: 5px 15px;
	float: right;
	border: 1px solid #060;
	text-shadow: -1px -1px 2px #444;
	box-shadow: 0px 0px 2px 0px #333;
	
	margin: 0px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009933', endColorstr='#046E00');
	background: -webkit-gradient(linear, left top, left bottom, from(#093), to(#046E00));
	background: -moz-linear-gradient(top,  #093,  #046E00);

}
.warningButton, .warningButton:link, .warningButton:active, .warningButton:visited {
	color: #FFF;
	background: #093;
	padding: 5px 15px;
	border: 1px solid #060;
	text-shadow: -1px -1px 2px #444;
	box-shadow: 0px 0px 2px 0px #400000;
	text-decoration: none;
	font-size: 12px;
	margin: 0px;
	text-align: center;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B20000', endColorstr='#660000');
	background: -webkit-gradient(linear, left top, left bottom, from(#B20000), to(#660000));
	background: -moz-linear-gradient(top,  #B20000,  #660000);

}
.warningButton:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#660000', endColorstr='#660000');
	background: -webkit-gradient(linear, left top, left bottom, from(#660000), to(#660000));
	background: -moz-linear-gradient(top,  #660000,  #660000);
}

.newest {
	background: url(news/new.png) no-repeat center center;
	height: 11px;
	width: 39px;
	display: inline-block;
	vertical-align: middle;
}

.mobileClass {
	background: url(news/mobile.png) no-repeat center center;
	height: 11px;
	width: 7px;
	display: inline-block;
	vertical-align: middle;
}

#notificationArea {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 20px 250px;
	margin: 0px;
	background: #666;
	border-top: 1px solid #000;
	color: #CCC;
}
#notificationArea p {
	padding: 0px;
	margin: 0px;
	float: left;
}
#notificationArea a:link, #notificationArea a:active, #notificationArea a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#notificationArea a:hover {
	text-decoration: underline;
}
#notificationCloseButton:link, #notificationCloseButton:active, #notificationCloseButton:visited  {
	float: right;
	background: url(images/delete.gif) no-repeat left top;
	height: 20px;
	width: 20px;
}
#notificationCloseButton:hover {
	background: url(images/delete.gif) no-repeat left bottom;
}
blockquote {
	background: #EEE;
	margin: 10px;
	padding: 20px;
}
/* SMD Styles */
.twitterPost form, .facebookPost form, .facebookPost .comments {
	display: none;
}
.twitterPost {
	background: url(../../css/images/twitter_20.png) no-repeat 20px 20px;
}
.facebookPost {
	background: url(../../css/images/facebook_20.png) no-repeat 20px 20px;
}
.twitterPost, .facebookPost {
	padding-left: 75px;
	border-top: 1px solid #0CF;
}
.facebookPost .comments {
	margin: 0px 0px 20px;
	padding: 0px;	
}
.facebookPost .comments p {
	margin: 0px;
	padding: 10px;
}
.facebookPost .comments .oddRow {
	background: #EEE;
}
.twitterName, .googleAlertDate {
	color: #999;
}
.twitterPost a:link, .twitterPost a:visited, .twitterPost a:active,
.facebookPost a:link, .facebookPost a:visited, .facebookPost a:active,
.googleAlert a:link, .googleAlert a:visited, .googleAlert a:active {
	color: #45569C;
	text-decoration: none;
}
.twitterPost a:hover, .facebookPost a:hover, .googleAlert a:hover {
	text-decoration: underline;
}
.googleAlert {
	border-bottom: 1px solid #0CF;
}
.googleAlert b {
	background: #EEE;
}
.openButton:link, .openButton:active, .openButton:visited {
	background: url(images/social/closedArrow.jpg) no-repeat left center;
	display: inline-block;
	margin: 0px 14px 0px 10px;
	padding: 0px 0px 0px 14px;
}
.closeButton:link, .closeButton:active, .closeButton:visited {
	background: url(images/social/openedArrow.jpg) no-repeat left center;
	display: inline-block;
	margin: 0px 14px 0px 10px;
	padding: 0px 0px 0px 14px;
}
.saveStatus {
	font-size: 18px;
	font-weight: bold;
	color: #900;
	background: #FF0;
	float: right;
	margin: 0px;
	padding: 10px;
	border: 1px solid #900;
	display: none;
}
.whoLikedDisplay {
	position: absolute;
	color: #FFF;
	background: #000;
	padding: 20px;
	margin: 0px;
	width: 300px;
	display: none;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	
	opacity: 0.8;
}
.blocked {
	background: #FFD1D0;
	opacity: 0.3;
}
.cke_notification_message, .cke_notification_close, .cke_notification_warning {
    display: none;
}
.fr-view img {
    max-width: none !important;
}