body {
	background-color: #555;
	font-family: arial, sans-serif;
	font-size: 62.5%;
	color: #CCC;
	text-align: center;
	margin: 0;
	padding: 0;
}

div#background {
	color: #333;
	background-color: #666;
}

pre {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 10px 0 0 0;
	font-weight: normal;
}

h1 {
	font-size: 3em;
	padding: 20px 0 10px 0;
	font-weight: bold;
}

.h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 3em;
	color: #333;
	font-weight: bold;
}

h2 {
	margin: 10px 0;
	font-size: 1.9em;
	font-family: georgia, serif;
	color: #000;
}

h3 {
	font-family: georgia, serif;
	font-size: 1.8em;
	margin: 1em 0 0.4em 0;
}

h4, h5 {
	font-weight: bold;
	font-size: 1.4em;
}

p, li, label, input, select, legend, .error-message, dd, dt, td, th, div.submit {
	font-size: 1.4em;
	line-height: 1.4em;
}

td p, td li, td label, li li, li p, div.submit input, div.submit p, div.submit p input, li p label {
	font-size: 1em;
}

.font-10 p, p.font-10, .font-10 li, li.font-10, .font-10 label, .font-10 input, input.font-10, .font-10 select, .font-10 .error-message {
	font-size: 1em;
	line-height: 1em;
}

.font-11 p, p.font-11, .font-11 li, li.font-11, .font-11 label, .font-11 input, input.font-11, .font-11 select, .font-11 .error-message {
	font-size: 1.1em;
	line-height: 1.1em;
}

.font-12 p, p.font-12, .font-12 li, li.font-12, .font-12 label, .font-12 input, input.font-12, .font-12 select, .font-12 .error-message {
	font-size: 1.2em;
	line-height: 1.2em;
}

.font-16 p, p.font-16, .font-16 li, li.font-16, .font-16 label, .font-16 input, input.font-16, .font-16 select, .font-16 .error-message {
	font-size: 1.6em;
	line-height: 1.6em;
}

.no-padding-top h1, .no-padding-top h2, .no-padding-top h3, .no-padding-top h4, .no-padding-top h5, .no-padding-top h6 {
	padding-top: 0;
	margin-top: 0;
} 

img {
	border: none;
}

a:link, a:hover, a:visited, a:active {
	color: #336699;
	outline: none;
}

ul.square, ul.square ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 0 16px;
}

ul.square.inline li {
	float: left;
	margin-right: 20px;
}

ul.square li.active {
	color: green;
}

ul.square li.active a, ul.square li a.active {
	text-decoration: none;
	padding: 0 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: white;
	background-color: green;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	position: static !important;
}

/*
dl, dt, dd {
	display: block;
	margin: 0;
	padding: 0;
}

dl {
	overflow: hidden;
}

dt, dd {
	margin: 0.1em 0;
}

dt {
	float: left;
	width: 140px;
	margin-right: 10px;
	clear: left;
}

dd {
	margin-left: 10px;
	float: left;
	color: #636363;
}
*/
.grid_4 dt {
	width: 60px;
}

.grid_4 dd {
	width: 140px;
}

.grid_5 dt {
	width: 140px;
}

.grid_5 dd {
	width: 220px;
}

.grid_6 dd {
	width: 300px;
}

.top-20 {
	margin-top: 20px !important;
}

.hr-top {
	border-top: 1px solid #333;
	padding-top: 10px;
}

.bold {
	font-weight: bold;
}

.clear-left {
	clear: left !important;
}

.no-margin-top {
	margin-top: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important; 
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-centred {
	text-align: center;
}

.nowrap {
	white-space: nowrap;
}

.orange100 {
	color: #F58426;
}

.blue-bg {
	background-color: #6699CC;
}

.green-bg {
	background-color: #008001;
}

.red {
	color: red;
}

.toggle {
	background-image: URL('/img/studystore/down-arrow.png');
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 20px;
	cursor: pointer;
	color: #336699;
	font-weight: bold;
}

.toggle.toggle_closed {
	background-image: URL('/img/studystore/right-arrow.png');
}

a.button:link,
a.button:active,
a.button:hover,
a.button:visited {
	background-color: #FDD784;
	background-image: URL('/img/studystore/button-background.png');
	background-repeat: repeat-x;
	background-position: left center;
	border: 1px solid #FBB829;
	padding: 4px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none !important;
	color: #333;
	cursor: pointer;
}

a.button.action {
	font-size: 1.6em;
	color: #FFF;
	border: 1px solid #333;
	background-color: #336699;
	float: right;
	margin: 10px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

a.button.action:hover {
	background-color: #6699CC;
}

a.button.user-button {
	background-image: URL('/img/studystore/user-button-background.png');
	color: #FFF;
	border-color: #000;
}

a.button.white {
	background-color: #FFF;
}

a.button:hover {
	background-color: #FBB829;
	background-image: URL('/img/studystore/button-background-hover.png');
	text-decoration: none !important;
}

a.button.user-button:hover {
	background-image: URL('/img/studystore/user-button-background-hover.png');
}

a.plus {
	background-image: URL('/img/studystore/plus.png');
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 26px;
}

p.info {
	margin: 0;
	padding: 4px;
	background-color: #FFF;
	border-bottom: 1px solid #FBB829;
}

p.intro {
	margin-top: 0;
}

p.info strong {
	display: block;
	font-weight: bold;
}

/* TABS */
ul.tabs {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: auto;
	width: 100%;
}

ul.tabs li {
	float: left;
}

ul.tabs li a {
	display: block;
	padding: 4px 10px;
	background-color: #6699CC;
	color: #FFF;
	border-color: #336699;
	border-width: 1px;
	border-style: solid;
	border-right-width: 0;
	text-decoration: none;
	cursor: pointer;
}

ul.tabs li a.first {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

ul.tabs li a.last {
	border-right-width: 1px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

ul.tabs li a:hover {
	background-color: #99CCFF;
	color: #336699;
}

ul.tabs li a.active {
	background-color: #336699;
	color: #FFF;
}


.centred_button {
	text-align: center;
	padding: 6px 20px;
}

.right_button {
	text-align: right;
	padding: 6px 0;
}

input.action_button {
	font-size: 1.2em;
	padding: 4px 10px;
	background-color: #FBB829;
	border: 1px solid #FBF2E0;
	color: #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

div#wrapper {
	text-align: left;
	overflow: hidden;
	background-color: #FDFAF3;
	border-left: 10px solid #FBB829;
	border-right: 10px solid #FBB829;
}

div#header {
	background-image: URL('/img/studystore/header.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FBB829;
	height: 65px;
	padding: 0 0px;
	clear: both;
	font-size: 1.2em;
}

div#header div#logo {
	font-size: 2em;
	line-height: 30px;
	height: 65px;
	margin: 0;
	padding: 0;
	background-image: URL('/img/studystore/studystore.gif');
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
	float: left;
}

div#header div#logo p {
	margin: 0;
}

div#header div#logo a {
	display: block;
	text-indent: -8888px;
	height: 65px;
	width: 200px;
}

div#header h1, div#header p#slogan {
	font-size: 1.2em;
	float: left;
	height: 65px;
	width: 260px;
	font-weight: normal;
	font-family: georgia, serif;
	line-height: 1.2em;
	color: #336699;
	margin: 0;
	padding: 0;
}

div#header h1 span, div#header p#slogan span {
	display: block;
	padding: 16px 0 10px 10px;
}

div#header ul {
	/*
	position: absolute;
	top: 10px;
	right: 0;
	*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#header ul#language_select {
	float: right;
	margin: 17px 0px 0 30px;
}

div#header ul#language_select li {
	border: 1px solid #E9BE62;
	position: relative;
}

div#header ul#language_select li a {
	display: block;
	line-height: 26px;
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
	font-size: 1.2em;
	padding: 0 40px 0 10px;
}

div#header ul#language_select ul {
	position: absolute;
	top: 26px;
	right: -1px;
	width: 140px;
	display: none;
}

div#header ul#language_select ul li {
	background-color: #E9BE62;
	padding: 4px 10px;
}

div#header ul#account_options {
	margin: 25px 20px 0 30px;
	float: right;
	overflow: visible;
}

div#header ul#account_options li {
	display: inline;
}

div#site_navigation {
	clear: both;
	background-color: #FDD784;
	height: 30px;
	border-bottom: 1px solid #E9BE62;
	font-size: 0.9em;
}

div#site_navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2000;
}

div#site_navigation ul li {
	float: left;
	margin: 0 10px 0 0;
	position: relative;
}

div#site_navigation ul li.right {
	float: right;
	margin: 0 0 0 10px;
}

div#site_navigation ul li:hover a {
	background-color: #FBB829;
}

div#site_navigation ul li a {
	display: block;
	line-height: 30px;
	color: #555;
	text-decoration: none;
	padding: 0 10px;
}

div#site_navigation ul li a:hover {
	text-decoration: underline;
	background-color: #FBB829;
}

div#site_navigation ul ul {
	position: absolute;
	width: 180px;
	z-index: 1000; 
	margin: 0;
	padding: 0px;
	top: 30px;
	border: none;
	border-bottom: 1px solid #FBB829;
	display: none;
}

div#site_navigation ul li:hover ul, div#site_navigation ul li.over ul {
 	display: block; 
}

div#site_navigation ul ul li {
	position: relative;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	z-index: 1000;
	background-color: transparent;
}

div#site_navigation ul ul li a {
	position: static;
	border-left: 1px solid #FBB829;
	border-right: 1px solid #FBB829;
	border-top: 1px solid #FBB829;
	border-bottom: none;
	background-color: #FDD784;
	padding: 0px 10px;
	line-height: 2em;
	height: 2em;
	display: block;	
}

div#site_navigation ul li:hover ul a {
	background-color: #FDD784;
}

div#site_navigation ul ul li a:hover {
	background-color: #FBB829;
}

div#bottom-nav {
	background-color: #FBB829;
	border-left: 10px solid #FBB829;
	border-right: 10px solid #FBB829;
	color: #333;
	padding-bottom: 10px;
}

div#footer div#bottom-nav a {
	color: #336699;
}

div#title_header {
	background-color: #6699CC;
	padding: 10px 0;
	color: #FFF;
}

div#main {
	border-bottom: 10px solid #FBB829;
}

div#content {
	overflow: hidden;
	background-color: #FDFAF3;
}

.border-top {
	border-top: 1px solid #CCC;
}

.background {
	background-color: #FDFAF3 !important;
}

div#search {
	background-color: #6699CC;
	border-bottom: 1px solid #336699;
	height: 290px;
	color: #FFF;
	font-size: 1.2em;
}

div#search div.container {
	position: relative;
	background: URL('/img/studystore/students2.jpg') no-repeat left top;
	height: 290px;
	overflow: hidden;
	width: 960px;
}

div#search div#CourseSearch {
	position: absolute;
	width: 960px;
	background: URL('/img/studystore/blue_background.png') repeat left top transparent;
	left: 480px;
	height: 290px;
}

div.search_inner {
	padding: 0px 20px;
}

div#search h2 {
	margin: 20px;
}

div#search p {
	margin: 10px 0;
}

div#search fieldset#BasicSearch {
	width: 480px;
	height: 290px;
	float: left;
}

div#search fieldset#AdvancedSearch {
	float: right;
	width: 480px;
	height: 290px;
	font-size: 0.8em;
}

div#search fieldset#AdvancedSearch select {
	width: 200px;
}

div#search fieldset#AdvancedSearch div.input {
	width: 220px;
	float: left;
	clear: none;
	margin: 0 0 10px 0;
}

div#search fieldset#AdvancedSearch div.checkbox {
	margin-top: 16px;
}

div#search fieldset#SubmitSearch {
	position: absolute;
	text-align: right;
	bottom: 20px;
	right: 20px;
}

div#search a#AdvancedSearchLink {
	font-size: 0.8em;
	padding: 6px 10px 6px 30px;
	color: #FFF;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	background: URL('/img/studystore/advanced_search_closed.gif') no-repeat 6px center #336699;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

div#search a#AdvancedSearchLink.open {
	background-image: URL('/img/studystore/advanced_search_open.gif');
}

div#search select#CourseCourseTypeId {
	width: 160px;
}


table.definition_list {
	border: none;
	margin: 0;
	padding: 0;
}

table.definition_list td {
	vertical-align: top;
	padding: 0 0 10px 0;
}

table.definition_list td.definition_title {
	font-weight: normal;
	padding-right: 10px;
}

table.definition_list td.definition_data {
	font-weight: bold;
}

table.definition_list td.centred_button {
	padding: 0 0 10px 0;
}

/* Forms */
form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

legend {
	font-weight: bold;
	color: inherit;
}

div.input {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: left;
	overflow: hidden;
	width: 100%;
}

div.input p {
	margin: 0;
}

div.input label {
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
}

div.input a {
/*	display: block;*/
}

div.checkbox label {
	float: left;
	font-weight: normal;
}

div.text input, div.password input, textarea {
	float: left;
	width: 300px;
	border: 1px solid #646464;
	padding: 5px 0 5px 3px;
	font-size-adjust: none;
	font-size: 12px;
	font-stretch: normal;
	font-variant: normal;
	font-weight: normal;
	font-family: arial, sans-serif;
}

div.checkbox input {
	float: left;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

select {
	border: 1px solid #646464;
	background-color: #FFF;
	padding: 2px;
	margin: 0px;
	font-size-adjust: none;
	font-stretch: normal;
	font-variant: normal;
	font-weight: normal;
	font-family: arial, sans-serif;
	max-width: 100%;
}

div.submit {
	position: relative;
	text-align: center;
	padding: 10px 0;
}

div.submit p.submit_info {
	position: absolute;
	left: 0;
	top: 0;
}

div.submit input, input.button, button {
	background-color: #FDD784;
/*	background-image: URL('/img/studystore/button-background.png'); */
	background-repeat: repeat-x;
	background-position: left center;
	border: 1px solid #FBB829;
	padding: 2px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	color: #333;
	cursor: pointer;
	font-family: arial, sans-serif;
}

div.error input {
	border-color: red !important;
}

div.submit input:hover, input.button {
	background-color: #FBB829;
}

div.submit input.action, button.action {
	border: 1px solid #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #56A901;
	color: #FFF;
	padding: 3px 6px;
	background-repeat: repeat-x;
	background-position: left center;
	font-weight: bold;
}

div.submit input.action:hover, button.action:hover {
	background-color: #43932A;
}

div.inline-field {
	width: 100%;
	overflow: hidden;
	margin: 10px 0;
}

div.inline-field label {
	float: left;
}

div.inline-field input, div.inline-field select {
	float: right;
}

div.error-message {
	color: red;
	clear: left;
}

.dialog {
	display: none;
	position: absolute;
	background-color: #FBF2E0;
	border: 1px solid #FBB829;
	width: 600px;
	height: 300px;
	text-align: left;
	z-index: 1000;
}

.dialogHeader {
	position: relative;
	background-color: #FBB829;
	font-size: 1em;
	height: 40px;
}

.dialogHeader h2 {
	font-size: 1.2em;
	padding: 0 10px;
	color: #336699;
	font-weight: bold;
	line-height: 40px;
}

div.dialogMain {
	height: 200px;
}

div.dialog div.input {
	clear: both;
	padding: 10px 0;
	margin: 0;
}

div.dialog div.input.dialog_top {
	padding-top: 30px;
}

div.dialog div.input label {
	float: left;
	display: block;
	width: 160px;
	text-align: right;
}

div.dialog div.input input {
	width: 320px;
	margin-left: 20px;
}

div.dialog div.input.checkbox label {
	width: auto;
	text-align: left;
	float: none;
}

div.dialog div.input.checkbox input {
	width: auto;
	margin-left: 180px;
	float: left;
	vertical-align: middle;
}


div.dialogFooter {
	height: 59px;
	border-top: 1px solid #FBB829;
	background-color: #FDD784;
	position: relative;
	width: 100%;
}

div.dialogFooter div.submit {
	text-align: right;
	padding: 10px 20px;
}

div.dialogFooter div.submit a.submit_left {
	position: absolute;
	left: 10px;
	top: 20px;
}

.dialogClose {
	position: absolute;
	right: 10px;
	top: 10px;
	display: block;
	width: 20px;
	height: 20px;
	background: URL('/img/studystore/close.png') no-repeat center center;
	text-indent: -8888px;
	padding: 0;
	cursor: pointer;
}

.dialogClose:hover {
	background-image: URL('/img/studystore/close_hover.png');
}

#dialogOverlay {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	z-index: 900;
}

.dialogGallery {
	background-color: #000;
	border: 1px solid #999;
	width: 600px;
	height: 400px;
	background-image: URL('/img/studystore/gallery_loader.gif');
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.dialogGalleryCaption {
	position: absolute;
	top: 0;
	width: 100%;
	font-size: 1.2em;
	background-color: #000;
	color: #FFF;
	text-align: center;
	padding: 10px;
	opacity: 0.7;
}

.dialogGalleryControls {
	position: absolute;
	bottom: 10px;
	z-index: +1;
	width: 100%;
	height: 60px;
	text-align: center;
}

.dialogGalleryControlsBox {
	background-color: #000;
	width: 160px;
	height: 60px;
	margin: 0 auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity: 0.8;
}

.dialogGalleryControlsBox a{
	cursor: pointer;
}

.user_icon {
	background: URL('/img/studystore/user.png') no-repeat 10px center transparent;
	padding-left: 44px !important;
}

div.sidebar {
	padding: 10px;
	background-color: #FDD784;
}

ul.sidebar_navigation {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 1px solid #FBB829;
}

ul.sidebar_navigation li a {
	display: block;
	padding: 10px 10px;
	color: #333;
	background-color: #FFF;
	text-decoration: none;
}

ul.sidebar_navigation li.even a {
	background-color: #FBF3E3;
}

ul.sidebar_navigation li a:hover {
	text-decoration: underline;
	background-color: #FBB829;
}


div.hint {
	background-image: URL('/img/studystore/info.png');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-color: #FBF3E3;
	padding: 10px 10px 10px 46px;	
	margin: 0 0 10px 0;
}

div.hint p {
	margin: 0;
}

div.help {
	padding: 10px;
	background-color: #FFFFCC;
	border: 1px solid #FBB829;
	margin: 0;
	text-align: left;
	color: #333;
}

div.help h2, div.help h3, div.help h4 {
	margin: 0 10px 0 0;
	display: inline;
	color: #666;
}

div.help p {
	margin: 0;
	display: inline;
}

/* School Name Search */
form#SchoolSearch {
	float: right;
	margin: 18px 10px 0 0;
	padding: 0;
	position: relative;
}

form#SchoolSearch label {
	position: absolute;
	bottom: 3px;
	left: 6px;
	color: #999;
	font-size: 16px;
}

form#SchoolSearch input#SchoolName {
	width: 200px;
	border: 1px solid #666;
	background-color: #FBF3E3;
	padding: 4px 0 4px 4px;
	margin: 0 6px 0 0;
	font-size-adjust: none;
	font-size: 16px;
	font-stretch: normal;
	font-variant: normal;
	font-weight: normal;
	font-family: arial, sans-serif;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

form#SchoolSearch input#SchoolSearchSubmit {
	background-color: #336699;
	border: 1px solid #666;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
	color: #FFF;
	cursor: pointer;
	font-size: 16px;
	padding: 2px 10px;
	font-family: inherit;
	font-weight: bold;
}

form#SchoolSearch input#SchoolSearchSubmit:hover {
	background-color: #6699CC;
}

.ac_results {
	padding: 0px;
	border: 1px solid #333;
	background-color: #FBF3E3;
	overflow: auto;
	height: 200px;
	z-index: 9000;
}

.ac_results ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 4px;
	cursor: pointer;
	display: block;
	font: menu;
	font-size: 0.9em;
	overflow: hidden;
	text-align: left;
}

.ac_loading {
	background : Window url('/img/studystore/loader_small.gif') right center no-repeat;
}

.ac_over {
	background-color: #FBB829;

}

.ac_over a {

}

/* Structure */
div.panel {
	margin: 20px 0;
	background-color: #feeece;
}

div.panel.dark {
	background-color: #F0D294;
}

div.panel.light {
	background-color: transparent;
}

div.panel h3 {
	background-color: #FBB829;
	padding: 10px 20px;
	margin: 0;
}

div.inner {
	padding: 20px;
	margin: 0;
}

div.left {
	width: 685px;
	float: left;
}

div.right {
	width: 215px;
	float: right;
}

div.left.fibonacci {
	width: 556px;
}

div.right.fibonacci {
	width: 344px;
}

div.panel div.left, div.panel div.right {
	margin: 0;
}

.clear_both {
	clear: both;
}

.clear_left {
	clear: left;
}

/* Footer */
div#footer {
	background-color: #555;
	background-image: URL('/img/studystore/footer-background.gif');
	background-repeat: repeat-x;
	background-position: 0 0;
	clear: both;
	color: #FFF;
	overflow: hidden;
}

div#footer a:link, div#footer a:hover, div#footer a:visited, div#footer a:active {
	color: #CCC;
} 

div#footer .footer-button {
	display: block;
	text-decoration: none;
	padding-top: 42px;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-top: 20px;
}

div#footer .footer-button:hover {
	color: #FFF;
}

#footer-button-beta {
	background-image: URL('/img/studystore/beta-footer.gif');
}

#footer-button-beta:hover {
	background-image: URL('/img/studystore/beta-footer-active.gif');
}

#footer-button-bcouncil {
	background-image: URL('/img/studystore/bcouncil-footer.gif');
}

#footer-button-bcouncil:hover {
	background-image: URL('/img/studystore/bcouncil-footer-active.gif');
}

#footer-button-facebook {
	background-image: URL('/img/studystore/facebook-footer.png');
}

#footer-button-facebook:hover {
	background-image: URL('/img/studystore/facebook-footer-active.png');
}

#footer-button-twitter {
	background-image: URL('/img/studystore/twitter-footer.png');
}

#footer-button-twitter:hover {
	background-image: URL('/img/studystore/twitter-footer-active.png');
}

#footer-button-paypal {
	background-image: URL('/img/studystore/paypal-footer.png');
}

#footer-button-paypal:hover {
	background-image: URL('/img/studystore/paypal-footer-active.png');
}

div#credits {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #666;
}

div#credits p {
	margin: 0;
}

/* Breadcrumbs */
ul.breadcrumbs {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}

ul.breadcrumbs li {
	display: inline;
	padding-right: 16px;
	background-image: URL('/img/studystore/breadcrumb.gif');
	background-position: right center;
	background-repeat: no-repeat;
}

ul.breadcrumbs li.last {
	background: transparent;
	padding-right: 0;
}

/* Table: paginated */
table.paginated {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
}

table.paginated td, table.paginated th {
	padding: 4px;
	vertical-align: top;
	background-color: #FFF;
}

table.paginated tr.even td {
	background-color: #FBF3E3;
}

table.paginated th {
	background-color: #FDD784;
}

table.paginated tr.active td, table.paginated tr td.active {
	background-color: #99CCFF;
}

/* Table: insurance */
table#insurance {
	border-collapse: collapse;
	border: 1px solid #999;
	margin: 20px 0;
}

table#insurance td, table#insurance th {
	padding: 4px;
	border: 1px solid #999;
	vertical-align: top;
	background-color: #FFF;
}

table#insurance th {
	background-color: #FBB829;
}

table#insurance tr.active td, table#insurance tr td.active {
	background-color: #99CCFF;
}

/* FAQ */
dl.faq {
	margin: 0;
	padding: 0;
}

dl.faq dt {
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
}

dl.faq dd {
	margin: 0;
	padding: 0;
}

/* British Council */
.british-council img {
	float: left;
	margin-right: 20px;
}

/* School right */
div.school_right {
	background-color: #FDD784;
	padding: 10px 10px 10px 10px;
	margin: 0 0 20px 0;
}

div.school_right h2 {
	font-weight: normal;
	padding: 6px 10px;
	font-weight: 1.4em;
	margin: 0 0 10px 0;
	background-color: #FBB829;
	font-size: 1.2em;
}

div.school_right p {
	border: 1px solid #FBB829;
	padding: 10px;
	margin: 0 0 10px 0;
	background-color: #FFF;
	font-weight: 1.2em;
}

div.school_right p img {
	float: right;
	margin: 0px 0px 10px 10px;
}

ul.right_options {
	list-style-type: none;
	border: 1px solid #FBB829;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

ul.right_options li a {
	display: block;
	padding: 10px;
}

ul.right_options li.even {
	background-color: #FBF3E3;
}

/* Section */

div.section {
	margin: 20px 0;
	padding: 1px;
	border: 4px solid #FDD784;
	background-color: #FBB829;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	zoom: 1;
}

div.error-report {
	border-color: #FF5555;
	background-color: #FF0000;
}

div.section .section-head {
	background-color: #FDD784;
	border-bottom: 1px solid #FBB829;
	margin: 0;
	padding: 4px 10px;
	font-family: arial, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
}

div.blue h2.section-head {
	background-color: #336699;
	border-color: #336699;
}

div.error-report h2.section-head {
	background-color: #FF5555;
	border-bottom-color: red;
	color: #FFF;
}

div.section.joined-below {
	margin-bottom: 0 !important;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}

div.section.joined-above {
	border-top: none;
	margin-top: 0 !important;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
}

div.section.blue {
	border-color: #99CCFF;
	background-color: #336699;
}

div.section.blue a {
	color: #FFF;
}

div.section.gold {
	background-color: #999;
	border: 4px solid #FBB829;
}

div.section div.inner {
	background-color: #FFF;
	padding: 10px;
}

div.section div.section-error {
	background-color: #FFEEEE;
}

div.section div.section-info {
	background-color: #F1F5FA;
}

div.section.blue div.inner {
	background-color: #6699CC;
	color: #FFF;
}

div.section.blue div.inner.white {
	background-color: #FFF;
}

div.section.gold div.inner {
	background-color: #FFF;
}

div.section h2 {
	margin-top: 0;
	padding-top: 0;
}

div.blue h2 {
	color: #FFF;
}

div.section .section-message {
	margin: 0;
	padding: 0;
	font-size: 2em;
	font-weight: bold;
}

div.section .section-head .section-edit {
	float: right;
	font-size: 0.8em;
	font-weight: normal;
}

div.section .section-head .section-edit a {
	border: 1px solid #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: block;
	padding: 1px 6px 0 6px;
	text-decoration: none;
	color: #FFF;
	background-color: #336699;
	text-transform: uppercase;
}

div.section .section-head .section-edit a:hover {
	background-color: #6699CC;
}

div.section .section-foot {
	margin: 0;
	padding: 10px;
	background-color: #FDD784;
}

div.section .section-help {
	margin: 0;
	padding: 10px;
	background-color: #FFF;
}

/* Definition list */
div.section dl {
	margin: 0 0 0 0;
	padding: 0;
	background-color: #FFF;
	overflow: hidden;
	zoom: 1;
}

div.section dt {
	margin: 0;
	padding: 0;
	float: left;
	border-top: 1px solid #FDD784;
	width: 300px;
	font-weight: bold;
	padding: 2px 10px;
	clear: left;
}

div.section dd {
	margin: 0;
	padding: 0;
	border-top: 1px solid #FDD784;
	width: 190px;
	float: left;
	padding: 2px 10px;
}

.grid_5 div.section dt {
	width: 130px;
}

.grid_5 div.section dd {
	width: 200px;
}

/* Share button */
div#share_button {
	padding: 10px 0;
	font-size: 1em;
	text-align: left;
	background-color: #FDFAF3;
}

div#share_button p {
	margin: 0;
}

div#share_button p img {
	vertical-align: middle;
}

/* Studystore bar */
div#studystore-bar {
	background-color: #FBB829;
	height: 40px;
	border-bottom: 1px solid #333;
	background-image: URL('/img/studystore/header.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	clear: both;
	text-align: left;
}

/* Icons */
.icon {
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 32px;
	line-height: 32px;
}

.icon.icon-right {
	padding-left: 0;
	background-position: right center;
	padding-right: 32px;
}

.icon.flag {
	background-image: URL('/img/studystore/flag-icon.png');
}

.icon.eye {
	background-image: URL('/img/studystore/eye-icon.png');
}

.icon.search {
	background-image: URL('/img/studystore/search-icon.png');
}


/* Options */
ul.options {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ul.options li {
	float: left;
	margin-right: 20px;
}

/* Secondary menus */
ul.menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.menu li {
	margin-bottom: 1px;
}

ul.menu li a {
	display: block;
	padding: 0.1em 10px;
	background-color: #FFF;
}

/* Page head */
div#page-head {
	background-color: #6699CC;
	color: #FFF;
	padding: 10px;
	border-bottom: 1px solid #336699;
}

div#page-head h1, div#page-head p {
	margin: 0;
	padding: 0;
	font-size: 1.8em;
	font-weight: bold;
}

/* Tables */
div.scrolling {
	max-height: 290px;
	overflow: auto;
}

* html div.scrolling {
	height: expression( this.scrollHeight > 290 ? "290px" : "auto" ); /* sets max-height for IE */
}

table.view {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	border: 1px solid #FBB829;
	background-color: #FFF;
	overflow: hidden;
	min-width: 100%;
}

table.view td, table.view th {
	border: 1px solid #FBB829;
	vertical-align: top;
	font-size: 1.2em;
	padding: 4px;
}

table.view th {
	background-color: #FDD784;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0;
	background-image: URL('/img/studystore/table-th-background.gif');
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
	text-align: center;
	white-space: nowrap;
}

table.view th span {
	border-top: 1px solid #FBF3E3;
	display: block;
	padding: 4px;
}

table.view tr.even td {
	background-color: #F1F5FA;
}

a.more-info {
	white-space: nowrap;
	background-color: #56A901;
	color: #FFF;
	display: block;
	-moz-border-radius: 2px;
	padding: 1px 3px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
}

/* Flash messages */
div.message {
	background-color: #FFFFCC;
	padding: 10px;
	font-size: 1.4em;
}

div#authMessage.message {
	background-color: #FF5555;
	color: #FFF;
}

#flashMessage {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	padding: 10px;
	background: #FFFFCC;
	font-size: 1.4em;
}

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

#flashMessage.ui-state-error {
	background: #FF5555;
	color: #FFF;
}

/* */
div.modal {
	background-color: #C5D8E6;
	overflow: hidden;
	zoom: 1;
}

div.modal div.section {
	margin: 40px 0;
}