﻿body
{
    background-color: #FFF;
    font-size: .75em;
    font-family: arial,helvetica,clean,sans-serif;
    margin: 0 10px;
    padding: 0;
    color: #000;
    line-height:1.4em;
    width: 990px;
	word-wrap: break-word;
}

#logo img 
{
	border:0 none;
	width: 100%;
	height: 100%;
}

div#top
{
	padding-bottom: 5px;
}

a:link
{
    color: #034af3;
    text-decoration: none;
}
a:visited
{
    color: #505abc;
    text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

ul
{
	margin: 5px 0px 5px 0px;
    line-height: 1.5em;
    padding-left: 10px;
}
p 
{
    margin-bottom: 5px;
	margin-top: 5px;
    line-height: 1.3em;
}
form 
{
	margin: 0;
	padding: 0;
}
h1 {font-size: 32px;}
h2 {font-size: 24px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
div.details h1 {font-size: 14px;}
h5 {font-size: 13px;}

h1, h2, h3, h4, h5
{
	margin: 0;
	color: #222;
}
strong {color: #222;}

.page
{
    margin: 0 auto;
    width: 980px;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 5px 0 3px 0;
}

#header a
{
	text-decoration: underline;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    padding: 0px 0px 15px 10px;
    background-color: #ffffff;
    margin-bottom: 20px;
    margin-right: 200px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
    width: 770px;
}

#rightColumn
{
	float: right;
	width: 180px;
}

#newScholarships
{
	width: 180px;
}

span.email
{
	background-image:url('/static/Content/images/icons_small.gif');
	background-position: -37px 0px;
	position: relative;
	padding-right: 17px;
}

span.bullet
{
	background-image:url('/static/Content/images/icons_small.gif');
	left: 2px;
	width: 13px;
	height: 16px;
	position: absolute;
}

span.bulletDown
{
	background-image:url('/static/Content/images/icons_small.gif');
	background-position: -13px 0px;
}

span.hasBullet
{
	padding-left: 15px;
	position: relative;
}

span.bullet_ws
{
	background-image:url('/static/Content/images/icons_small.gif');
	width: 25px;
	height: 16px;	
	position: relative;
	padding-right: 5px;
}

#rightad
{
	width: 180px;
	min-height: 600px;
	/*border-left: dotted 1px #E0E0E0;*/
}

#rightLUAd
{
	width: 180px;
}

#bottomad
{
	min-width: 800px;
	min-height: 100px;
}

#bannerAd
{
	min-width: 468px;
	min-height: 60px;
}

#footer
{
	border-top:1px solid #CCC;
	clear: both;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

#footer hr
{
	color: #5C87B2;
}
/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: left;
    margin: 0;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 5px 10px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 5px 35px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #467ecb;
    color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #467ecb;
    color: #fff;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #467ecb;
    color: #fff;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 2px 2px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:10px;
    margin-left: 10px;
}

#logo
{
    display:block;
    text-align:left;
    width: 362px;
    height: 33px;
    background-color: #FFF;
    padding-right: 5px;
    padding-top: 10px;
}

#topad
{
	height: 80px;
	float:right;
}

.ad
{
}

#statusDisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:black;
    float: right;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.importText
{
	width: 800px;
	height: 300px;
}

.pageNavigation .current {
    background-color: #888888;
    color: White;
    font-weight: bold;
}

.pageNavigation .disabledPage {
    color: #AAAAAA;
}

table.pageNavigation tr, table.pageNavigation td
{
	border-width: 0px;
	border-style: none;
	border-spacing:0;
	padding: 0px;
}

.pageNavigation a, .pageNavigation span {
    border: 1px solid #888888;
    margin: 2px;
    padding: 2px 5px;
}

.pageNavigation a {
    text-decoration: none;
}

.classSearchBox td, table, tr
{
	border-width: 0;
	border-style: solid;
	border-collapse:collapse;
	border-spacing:0;
	vertical-align: top;
}

.sSearch
{
	background-color: #9B0704;
	color: #fff;
	padding: 5px;
}

.sSearch strong
{
	color: #fff;
}

.searchBox
{
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.highlighted
{
	font-size: 18px;
	font-weight: bold;
}

.bb
{
	border-bottom: solid 1px #CCC;
}

.searchKW
{
	width:350px; 
	font-size: medium;
}

.searchCountry
{
	width:150px; 
	font-size: medium;
}

.uo
{
	list-style-type: none;
}

.filters
{
	float:left;
	width: 160px;
	position: relative;
}

.filterSelection h3, .filters h3
{
	background-color: #eee;
	padding: 3px 0 3px 1px;
	font-size: 14px;
}

.filterSelection div, .filters div
{
	padding: 0 0 3px 1px;
}

.filter ul
{
	list-style-type: none;
	margin: 1px;
	padding-left: 5px;
	display: block;
	color: #555;
}

.filter h4
{
	margin: 1px;
	display: block;
	font-size: 12px;
	cursor: pointer;
}

.filterTitle
{
	cursor: pointer;
	font-weight: bold;
}

li.filter span
{
	position:absolute;
	right: 2px;
}

.searchResults
{
	padding-left: 10px;
	padding-top: 5px;
	margin-left: 160px;
	border-left: dotted 1px #E0E0E0;
}


div.searchResults ul
{
    margin-bottom: 10px;
    line-height: 1.1em;
    padding-left: 2px;
	margin: 0px;
}

.universityPreview, .scholarshipPreview
{
	font-size: small;
	line-height: normal;
}

div.universityPreview h4, div.scholarshipPreview h4
{
	padding: 0px;
	margin: 1px;
	color: Red;
	font-size: 14px;
}

div.scholarshipPreview p, div.universityPreview p
{
	margin: 5px 0;
	line-height:1.1em;
	padding-left: 10px;
	font-size: small;
}

.scholarshipDetails strong, .scholarshipPreview strong, .universityPreview strong, .universityDetails strong
{
	color: #444;
}

.scholarshipDetails span.field, .universityDetails span.field
{
	font-weight: bold;
	color: #333;
	font-size: 14px;
}

.scholarshipPreview span.field, .universityPreview span.field
{
	font-weight: bold;
	color: #444;
	font-size: 12px;
}

.info
{
	background-color: #f0f0f0;
	line-height:1.6em;
	padding: 10px;
}

.dotted
{
	color:#e0e0e0; 
	border-style: dotted;
	margin: 1px 0px;
	padding: 0px;
}

.dotted2
{
	color:#e0e0e0; 
	border-style: dotted;
	margin: 5px 0px;
	padding: 0;
}

.none
{
	color:#e0e0e0; 
	border-style: none;
}

.dashed
{
	color:#CCC; 
	border-style: dashed;
}

.headerBox
{
	border: none 1px #cccccc;
	padding: 2px;
}

.headerBox div
{
	line-height: 1em;
	margin: 0px;
	padding: 5px 10px;
}

.headerBox h3
{
	line-height: 1em;
	margin: 0px;
	padding: 5px 0 5px 5px;
	background-color: #eee;
}


#topUnis
{
	float: left;
	width: 300px;
}

#topUnis ul, #scholarships ul
{
	padding-left: 10px;
	margin: 5px 0px 0px 0px;
}

#topUnis a, #scholarships a
{
	text-decoration: none;
}

#topUnis a:hover, #scholarships a:hover
{
	text-decoration: underline;
}

#scholarships
{
	width: 380px;
	margin-left: 330px;
}

a.noVisited:link
{
    color: #034af3;
    text-decoration: none;
}
a.noVisited:visited
{
    color: #034af3;
    text-decoration: none;
}
a.noVisited:hover
{
	text-decoration: underline;
}
a.underline:link
{
	text-decoration: underline;
}

span.new, span.expired
{
	color: Red;
	font-weight: normal;
	font-size: 11px;
	vertical-align: top;
	margin-top: -5px;
	padding-top: -5px;
}

.news 
{
	color: #333;
	font-weight:normal;
	font-family:Verdana;
	text-transform: uppercase;
}

a.bigLink
{
	font-size: 16px;
	font-weight: bold;
}

.bm-fb {background:url("/static/content/images/facebook_16.png") no-repeat scroll 0 -1px transparent;}
.bm-tt {background:url("/static/content/images/twitter_16.png") no-repeat scroll 0 -1px transparent;}
.bm-del {background:url("/static/content/images/delicious_16.png") no-repeat scroll 0 -1px transparent;}
.bm-fb, .bm-tt, .bm-del {
	line-height:16px;
	padding-left:19px;
}

.previewTitle
{
	font-size: 14px;
}
a.previewTitle
{
	text-decoration: underline;
}

.button
{
	width: 10px;
	border: 1px solid #CCC;
}

div#relatedScholarships
{
	padding: 2px;
	float: right;
	width: 300px;
    line-height: 1.2em;
    background-color: #EEE;
}

div#relatedScholarships h3
{
	background-color: #EEEEEE;
    padding: 5px;
}

div#mainSearch
{
	margin-top: 100px;
}

.more a, .less a
{
	margin-left: 5px;
	color: #BB3B2A;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.removeAll
{
	margin-left: 5px;
}
a.view, a.moreS, a.back
{
	color: #034af3;
	text-decoration: underline;
}
a.moreDetails
{
	text-decoration: underline;
	color: #666;
}
span.country
{
	color: #006F00;
	font-weight: bold;
}
ul.browse li
{
	display: block;
	width: 25%;
	float: left;
}
h4.browse, h1.browse
{
	color: #BB3B2A;
	font-size:14px;
}
ul.browsefields li
{
	display: block;
	width: 33%;
	float: left;
}
.bottomBorder
{
	border-bottom: solid 1px #87C5FE;
	margin-bottom: 5px;
}
.bottomBorderGray
{
	border-bottom: solid 1px #CCC;
	margin-bottom: 5px;
}
.site
{
	color: #008000;
}
.datecreated
{
	color: #666;
}
.sortBy
{
	color: #BB3B2A;
	font-weight: bold;
}
#formSub
{
	padding-left: 10px;
	position: relative;
	display: block;
}
div.mainCountries
{
	float: left;
	width: 195px;
}

div.details
{
	float: right;
	width: 570px;
}
div.details h4
{
	background-color: #EEE;
}
ul.bbc
{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul.bbc li, ul.uo li
{
	display: block;
    border-bottom: 1px solid #DDD;
}
ul.bbc h4
{
	background-color: #EEE;
}
div.description
{
	margin-left: 10px;
}
div#bannerAdTop, div#bannerAd
{
	padding: 5px 0px;
}

a.bbc
{
	text-decoration: underline;
	color: #BB3B2A;
}
div#aboutNav
{
	width: 150px;
	float:left;
}
div#aboutContent
{
	width: 600px;
	float:right;
}
div#aboutContent p
{
	line-height:1.8em;
}

div#blog p
{
	line-height:1.7em;
}
div#blog h4
{
	margin-top: 10px;
}
div#blog h5
{
	margin-top: 15px;
}
