/* Global Resetting */
html {
	height: 100%;
	width: 100%;
}

body {
	font-size: 62.5%;
	height: 100%;
	width: 100%;
	/* reset font-sizes to 1em == 10px */
}

* {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
	list-style: none;
	margin: 0;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
}

a img { border: 0; }

a { color: #0083c8; }

.clear { clear: both; }

/* Layout CSS */

#Main {
	margin: 0 auto;
	width: 1070px;
}

#Header {
	background-repeat: no-repeat;
	border-bottom: 10px solid #1D7093;
	clear: left;
	height: 110px;
}

#Header h1 {
	color: #fff;
	font-size: 1.5em;
	line-height: 4.5em;
	padding-left: 20px;
}

#Header #Sponsors {
	float: right;
	margin: 10px 10px 0 0;
	text-align: right;
	width: 300px;
}


#Header #Sponsors img { margin: 5px 5px; }

#Header #Slogan {
	float: left;
	margin-left: 50px;
	margin-top: 15px;
	width: 600px;
}

.mycss {
	color: #e7e7e7;
	font-family: arial, helvetica, sans-serif;
	font-size: 40px;
	font-style: oblique;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 1pt;
	line-height: 1;
	text-align: left;
	text-shadow: 2px 2px 4px #333;
	word-spacing: 2pt;
}


#Container {
	background-color: #EFEFEF;
	width: auto;
}

#Left {
	float: left;
	padding: 10px;
	width: 220px;
}

#Right {
	float: right;
	padding: 10px;
	width: 250px;
}


#Content {
	float: left;
	padding-top: 10px;
	width: 560px;
}

.navigation_header {
	color: #0083c8;
	font-size: 15px;
	font-weight: bold;
}

.Navigation li {
	line-height: 1.8em;
	list-style-type: none;
	margin: 0 5px;
	padding-top: 5px;
}

.Navigation li a {
	color: #435EA3;
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.Navigation li a:hover {
	background-color: #EFEFEF;
	text-decoration: underline;
}

.Navigation .current a {
	background-color: #EFEFEF;
	text-decoration: none;
}



#Menu1 { padding: 10px 50px 0; }

#Menu1 li {
	background: url(../images/menu1_right.gif) no-repeat right top;
	float: left;
	margin-left: 2px;
}

#Menu1 li.current,
#Menu1 li.section { background: url(../images/menu1_right_on.gif) no-repeat right top; }

#Menu1 li a {
	background: url(../images/menu1_left.gif) no-repeat left top;
	color: #fff;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 15px;
	text-decoration: none;
}

#Menu1 li a:hover { color: #d2ebff; }

#Menu1 li.current a,
#Menu1 li.section a {
	background: url(../images/menu1_left_on.gif) no-repeat left top;
	color: #d2ebff;
}

#ContentContainer {
	background: #f5f5f5 url(../images/ss_watermark.gif) bottom left no-repeat;
	overflow: auto;
	padding-bottom: 20px;
	padding-top: 20px;
}

#Banner { text-align: center; }

#Menu2 {
	background: #f0f0f0;
	border: 1px solid #ddd;
	float: left;
	margin-left: 20px;
	padding: 10px 10px 10px 10px;
	width: 17em;
}

#Menu2 li {
	background: url(../images/menu2_arrow.gif) no-repeat left center;
	padding-left: 15px;
}

#Menu2 a {
	color: #333;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.6em;
	text-decoration: none;
}

#Menu2 a:hover { text-decoration: underline; }

#Menu2 li.current a,
#Menu2 li.section a { color: #0083C8; }

div.breadcrumbs {
	color: #666;
	font-size: 1em;
	margin-bottom: 10px;
}

div.breadcrumbs a { text-decoration: none; }

#Footer {
	background: #1D7093;
	border: 1px solid #ccc;
	border-top: 0;
	clear: both;
	padding-right: 20px;
	text-align: right;
}

#Footer span {
	color: #fff;
	font-size: 1.1em;
	line-height: 2em;
	padding-left: 20px;
}

#Footer a {
	color: #fff;
	font-weight: bold;
}

#Footer a:hover { text-decoration: none; }

#ranking {
	border-collapse: collapse;
	text-align: center;
	width: 100%;
}

table.mediatable {
	background: white;
	border: 1px solid #333;
	border-collapse: collapse;
	color: black;
	margin-bottom: 10px; /*firefox bug*/
}

.fancybox-nav span { visibility: visible; }

.fancybox-inner { overflow: hidden !important; }

.bx-controls-direction a { z-index: 99 !important; }

tr.mediatable_row, td.mediatable_cell {
	padding: 0.5em 0.5em;
	text-align: left;
	vertical-align: top;
}

tr.mediatable_row > th {
	border-bottom: 1px solid #999;
	color: #454545;
	font-size: 110%;
	font-weight: bold;
	/* font-variant: small-caps; */
	letter-spacing: 2px;
	/* font-family: Georgia, "Times Roman", serif; */
	padding: 0.5em 1em;
	text-align: left;
}

tr.cebra {
	background-color: #eee;
	color: black;
}

tfoot { border-top: 1px solid #999; }


/* The rest of this file is for the second tutorial */

#NewsList,
#StaffList {
	background: #f0f0f0;
	border: 1px dotted #ccc;
	padding: 10px;
}

#NewsList li,
#StaffList li {
	list-style-type: none;
	margin: 0;
}

#NewsList li.newsDateTitle span {
	color: #666;
	line-height: 2em;
}

#NewsList li.newsDateTitle a {
	background: url(../images/treeicons/news-file.gif) no-repeat left center;
	color: #0083C8;
	font-size: 1.3em;
	font-weight: bold;
	padding-left: 20px;
	text-decoration: none;
}

#NewsList li.newsDateTitle a:hover { border-bottom: 1px dotted #0083C8; }

#NewsList li.newsSummary { margin-bottom: 20px; }

#NewsList li.newsSummary span {
	color: #333;
	font-size: 1.1em;
	line-height: 1.5em;
}

#NewsList li.newsSummary a.readMoreLink {
	color: #0083C8;
	text-decoration: none;
}

#NewsList li.newsSummary a.readMoreLink:hover { border-bottom: 1px dotted #0083C8; }

div.newsDetails { margin-bottom: 10px; }

div.newsDetails p {
	color: #666;
	font-size: 1em;
	margin: 0;
}

div.pageComments {
	background: #f0f0f0;
	border: 1px dotted #ccc;
	padding: 10px;
}

#StaffList .staffname {
	clear: both;
	height: 1.2em;
	padding-left: 60px;
}

#StaffList .staffphoto {
	float: left;
	margin-left: 3px;
	margin-top: -1.2em;
}

#StaffList .staffphoto img { border: 1px solid #AAA; }

#StaffList .staffdescription {
	margin-bottom: 30px;
	margin-left: 60px;
}

#StaffPhoto {
	float: left;
	margin-right: 10px;
}

#StaffPhoto img { border: 1px solid #AAA; }

#PageComments {
	background: #e9e9e9;
	border: 1px solid #ccc;
	border-bottom: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

#PageComments li {
	border-bottom: 1px dotted #bbb;
	font-size: 1em;
	list-style: none;
	margin: 0;
	padding: 5px;
}

#PageComments li p span { font-style: italic; }

#PageComments a.deletelink { font-weight: bold; }


#PageNumbers {
	background: #e9e9e9;
	border: 1px solid #ddd;
	color: #333;
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

#PageNumbers * {
	line-height: 1.5em;
	padding: 0 5px;
}

#PageNumbers a {
	color: #0083C8;
	text-decoration: none;
}

#PageNumbers a:hover { text-decoration: underline; }

#translate {
	margin: 0;
	/*float:left;*/
	padding: 0;
	padding-top: 10px;
}

.twitter-share-button {
	border: 0;
	border-color: White;
}

.fb-like { height: 100px; }

.typography a[href$=".PDF"],
.typography a[href$=".pdf"] {
	background: transparent url(/assets/images/icons/page-white-acrobat.png) no-repeat 3px center;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-top: 5px;
}

#fancybox-livestock {
	cursor: pointer;
	cursor: hand;
}

.branch_img {
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.7;
	/* Older than Firefox 0.9 */
	-moz-opacity: 0.7;
	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=70);
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.7;
	text-align: center;
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	width: 100%;
}

.branch_img:hover {
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 1;
	/* Older than Firefox 0.9 */
	-moz-opacity: 1;
	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=100);
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 1;
	text-align: center;
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	width: 100%;
}

/* remove list item "dot" in registration form */

#Groups li {
	clear: both;
	list-style-type: none;
	padding-left: 110px;
}

/* Design of the homepage "sign up box" */

.fragment {
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #555;
	cursor: pointer;
	display: block;
	font-family: tahoma;
	font-size: 12px;
	height: 140px; /* 110px; */
	margin-bottom: 15px;
	padding: 10px;
	text-decoration: none;
}

.fragment:hover { box-shadow: 2px 2px 5px rgba(0, 0, 0, .2); }

.fragment img {
	float: left;
	margin-right: 10px;
}


.fragment .h3 {
	color: #369;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.fragment .h4 {
	color: #000;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#close {
	background: #ccc;
	display: inline-block;
	float: right;
	padding: 2px 5px;
}

.enter_application {
	-ms-box-shadow: 3px 3px 3px #454545;
	-webkit-box-shadow: 3px 3px 3px #454545;
	box-shadow: 3px 3px 3px #454545;
	cursor: pointer;
}

/* new homepage style */

.highlightbox {
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #555;
	cursor: pointer;
	display: block;
	float: left;
	font-family: tahoma;
	font-size: 12px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 7px;
	text-align: justify;
	text-decoration: none;
	width: 256px;
}

.highlightbox:hover { box-shadow: 2px 2px 5px rgba(0, 0, 0, .2); }

.highlightbox img {
	height: 100px;
	margin: 0;
	width: 240px;
}

.highlightbox .text {
	/*text-align: center;*/
	margin-bottom: 0;
}

.highlightbox .h3 {
	color: #369;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.highlightbox .h4 {
	color: #000;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.branchesbox { margin-bottom: -20px; }

.branchesbox img {
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
	text-align: center;
	width: 100%;
}

.branchesbox img:hover {
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	text-align: center;
	width: 100%;
}

.branchesbox p {
	background-color: #eee;
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	position: relative;
	-ms-text-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
	text-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
	top: -30px;
}

.branchesbox:hover p, .branchesbox p:hover {
	background-color: #333;
	color: #eee;
}
/* new homepage style END */