/****************************************************************************
Template based on S-0002 by Erwin Aligam http://www.styleshout.com/
/****************************************************************************
 
/* MAIN COLOURS Body Text - #7D7B80 
				Background Colour - #f0f3f5 */

/* Top Elements */

body {
	background: #f0f3f5;
	font: 9px Verdana, arial, sans-serif;
	color: #7D7B80; 
	/* text-align: center; */
}

.blackHeader{font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:#000000; line-height:20px;}

/* links */
a {COLOR: #4f82cb; TEXT-DECORATION: none}
a:visited {COLOR: #4f82cb; TEXT-DECORATION: none}
a:hover {COLOR: #4ebf37; TEXT-DECORATION: underline; cursor:pointer;}

/* note: older Gecko browsers create 2px gap under images if we don't use img {vertical-align: bottom; } */
img {border: 0px; padding:0px; }

ul, ol {color: #7d7b80;list-style-image: url(bullet.jpg);}
ul span, ol span {color: #666666;}

/* form elements */

input.medium, select.medium, textarea.medium {
	border:1px solid #ccc;
	font: 9px Verdana, arial, sans-serif;
	color: #7D7B80;
}
input.bigger, select.bigger, textarea.bigger {
	border:1px solid #ccc;
	font: 9px Verdana, arial, sans-serif;
	color: #7D7B80;
}
input.small, select.small, textarea.small {
	border:1px solid #ccc;
	font: 9px Verdana, arial, sans-serif;
	color: #7D7B80;
}

fieldset{border: solid 1px #ccc;}
legend{color: #999;}

/* Named Objects */

#page-container {
	background: #f0f3f5 url(content-shadow.jpg) repeat-y center top;
	text-align: left;
}

#header {
	background: #CCC url(logo-header.jpg) no-repeat center top;
	font-size: 14px;
	color: #FFF;
}

#headerEducation {
	background: #CCC url(/EducationPo/App_Themes/default/logo-header.jpg) no-repeat center top;
	font-size: 14px;
	color: #FFF;
}


#footer {
	color: #4f82cb;
	background: #CCC url(footer2.jpg) no-repeat center top;
	text-align: center;	
	font-size: 9px;
}

#footer a { text-decoration: none; }

#search-box label {color:#FFFFFF;font-weight: normal;}

/* Classes */
.productListBreadcrumb {font: 9px Verdana, Arial, Tahoma, Sans-serif;}
.productListFooter479 {background: #ccc url(product-table-footer479.gif) no-repeat;}
.productDetailsHeader479 {background: #ccc url(product-details.jpg) no-repeat;}
.greyBorders, .greyBorders477 {border-left: 1px solid #C4C6C8;border-right: 1px solid #C4C6C8;}
.greyBordersYellow {border-left: 1px solid #C4C6C8;	border-right: 1px solid #C4C6C8; background-color: #fdf6e2;
}
.ListHeader479 {background: #ccc url(product-table-footer479.gif) no-repeat;}
.red {color: #FF3333;}
.black {color: #444444;}
.blue {color: #0360A5;}
.biggerText {font-size: 13px;}
.bigBoldText {font-weight: Bold; font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
.post-footer {background-color: #FAFAFA;font-size: 95%;border: 1px solid #f2f2f2;}
.post-footer .date {background: url(clock.gif) no-repeat left center;}
.post-footer .comments {background: url(comment.gif) no-repeat left center;}
.post-footer .readmore {background: url(page.gif) no-repeat left center;}
.stripes {background: url(grey-strips.gif) no-repeat left bottom;}
.events {text-align:center;}
.events img {border: 1px solid #fff;vertical-align:middle;}
.error {text-align:center; color: #FF3333; font-size: 11px;}
.sideBorders {border-left:1px solid #F9BA07; border-right:1px solid #F9BA07; border-bottom:1px solid #F9BA07;  }
.list { line-height:17px } 
.shaddedLight {background-color: #F8F8F8;}
.shaddedDark {background-color: #dddddd;}

.topSearch2 {
	border:1px solid #414042;
	width:135px;
	line-height: 19px;
	font: 11px Verdana, arial, sans-serif;
	color: #7D7B80;
	vertical-align:top;
	margin-top:3px;
	position: relative; top: 0px; left: 22px;
	height:13px;
	padding-left:20px;

}
	

