/*
 * EDUCATE Project CSS Stylesheet.
 *
 * EDUCATE primary colour: (R:0,G:84,B:128 = #005480)
 */

/* CSS Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: 'century gothic', Verdana, Tahoma, sans-serif;
}

ol,ul {
	list-style: none;
}

ul ul {
	padding-left: 10px;
	margin-left: 10px;
}

#content ul ul li {
	list-style-type: square !important;
	list-style-position: inside !important;
	padding-left: 10px;
	margin-left: 10px;
}

#questionnaire ul ul li {
        list-style-type: square !important;
            list-style-position: inside !important;
                padding-left: 10px;
                    margin-left: 10px;
}


blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

: focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End of Reset */

/* CSS for main page layout */
body {
	background: #FFFFFF;
	/*url(images/background.gif) center top no-repeat;*/
}

#container {
	width: 890px;
	margin: 0px auto;
	padding: 10px;
	position: relative;
	background-color: #FFFFFF;
}

#header {
	width: 890px;
	position: relative;
	height: 132px;
	padding: 0px;
	margin: 0;
	/*background-image:url(images/header.gif);
         background-repeat:no-repeat;*/
}

#header-logo {
	margin-left: 6px;
}

#header-motto {
	display: none;
} /* Hide: text now in logo */
#content {
	padding: 0px;
	text-align: justify;
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 10pt
}

#ClearLine {
	clear: both;
	background-color: #FFFFFF;
}

#FooterContainer {
	width: 100%;
	background-color: #FFFFFF;
}

#FooterContainer p {
	margin-left: 10px;
	font-family: 'century gothic', verdana, sans-serif;
	font-size: 10pt;
}

#Footer {
	width: 870px;
	background-color: #B4B4B4;
	color: #ffffff;
	margin: 10px auto;
}

/* End of main page layout */

/* CSS for Footer */
#Footer-Content { /*width:890px;*/
	padding: 0 0px 10px 0px;
	margin: 0;
}

#Footer-Content p {
	text-align: center;
	color: #FFFFFF;
	font-size: 8pt;
	margin: 5px;
}

#Footer-Content ul#footer-links {
	text-align: center;
}

#Footer-Content ul#footer-links li {
	display: inline;
	font-size: 8pt;
	margin: 0 50px;
}

#Footer-Content ul#footer-links li a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 8pt;
}

#Footer-Content ul#footer-links li a:hover {
	text-decoration: underline;
}

/* End of Footer */

/* CSS for content */
h1.pagetitle { /*border-bottom:1px solid #005480;*/
	padding-right: 25px;
	margin-top: 25px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 12pt;
	color: #015581
}

#SubHeading {
	font-weight: bold;
	font-size: 11pt;
	margin-bottom: 100px;
}

#Error {
	font-weight: bold;
	color: #FF0000;
}

#content a {
	color: #015581;
	text-decoration: none;
}

.educate-color {
	color: #015581
}

a.question {
	font-size: 110%;
	line-height: 25px;
}

#content a:hover {
	color: #015581;
}

#content ul li {
	list-style-type: circle !important;
	list-style-position: inside !important;
	padding-left: 10px;
	margin-left: 10px;
}

#content ol li {
	list-style-type: decimal !important;
	list-style-position: inside !important;
	padding-left: 10px;
	margin-left: 10px;
}

#content ol ol li {
    list-style-type: upper-latin !important;
    list-style-position: inside !important;
    padding-left: 10px;
    margin-left: 10px;
}

#content p {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* CSS for homepage grid */
table#navigation {
	width: 870px;
	margin: 10px 0px;
	color: #FFFFFF;
	font-family: 'century gothic', 'verdana', sans-serif;
	font-weight: normal;
	font-size: 8pt;
	text-align: left;
	vertical-align: middle;
	border-collapse: collapse;
	border-spacing: 10px;
	background-color: #FFFFFF;
}

table#navigation td {
	margin: 10px;
	width: 165px;
	border: 10px solid #FFFFFF;
	vertical-align: middle;
}

table#navigation td p {
	padding: 0 5px;
}

table#navigation tr.navbar td {
	height: 40px;
	vertical-align: middle;
	text-align: center;
}

table#navigation tr#secondary-links td {
	background-color: #6194A6;
}

table#navigation tr#primary-links td {
	background-color: #005480;
}

table#navigation tr.highlights td {
	height: 132px;
	font-size: 10px;
}

table#navigation a {
	text-decoration: none;
	color: #FFFFFF;
}

table#navigation tr.navbar td a {
	display: block;
	width: 165px;
	height: 40px;
	line-height: 40px;
}

td.potm {
	background-color: #132773;
}

td.sotm {
	background-color: #86a4b2;
}

td.announcements {
	background-color: #3761a5;
}

/* Partner logos */
td#unott {
	background-color: #005480;
}

td#p550 {
	background-color: #6194A6;
	text-align: center;
}

td#tum {
	background-color: #004f9b;
}

td#itaca {
	background-color: #c70b06;
}

td#aa {
	background-color: #000000;
}

td#sama {
	background-color: #8cb228;
}

td#ucl {
	background-color: #ffaf00;
}

td#bme {
	background-color: #50051e;
}

td.credits {
	vertical-align: middle;
}

p.highlights-heading {
	margin-bottom: 10px;
	font-weight: bold;
}

.homepage-grid-cell {
	display: block;
	position: relative;
	vertical-align: middle;
	height: 132px;
	width: 165px;
	margin: 0px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	padding: 0;
}

.homepage-grid-cell p {
	padding: 0 5px;
}

.homepage-grid-cell a {
	text-decoration: none;
	color: inherit;
}

.grid-image {
	margin: 10px;
	padding: 0;
	border: 0;
}

div#project-of-the-month {
	position: relative;
	top: 0px;
	left: 0px;
}

div#project-of-the-month-img {
	height: 274px;
	width: 165px;
	position: absolute;
	top: 0px;
	left: 0px;
}

div#project-of-the-month-blurb {
	position: absolute;
	top: 0px;
	left: 180px;
}

div#project-of-the-month-pic-credit {
	position: absolute;
	top: 152px;
	left: 175px;
}

div#student-of-the-month {
	position: relative;
	top: 152px;
	left: 515px;
}

div#student-of-the-month-blurb {
	position: absolute;
	top: 0px;
	left: 0px;
}

div#student-of-the-month-pic-credit {
	position: absolute;
	top: 0px;
	left: 175px;
}

p.homepage-grid-heading {
	padding-top: 20px;
	padding-bottom: 15px;
}

p.small {
	font-size: 8px;
}

img.logo {
	float: right;
	vertical-align: top
}

label.subscribe {
	float: left;
	width: 12em;
	text-align: right;
	padding-right: 0.1em;
}

#educateGallery {
	margin-right: auto;
	margin-left: auto;
	width: 500px;
}

em.educate {
	color: #015581;
	font-style: normal;
	font-weight: bold;
}

em.em_new {
    color:          #FF0000;
    font-style:     normal;
    font-weight:    bold;
}

h1.prize {
	color: #015581;
	font-size: 110%;
	line-height: 25px;
}

h2.prize {
	color: #000000;
	font-size: 105%;
	line-height: 25px;
}

p.prize {
	margin: 5px 0px 5px 0px !important;
}

p.justified_prize {
	margin: 3px 0px 5px 0px !important;
}

a.navigation_active {
	color: #000000 !important;
	border: 1px solid #005480 !important;
	height : 38px !important; 
	line-height : 38px !important; 
	width : 163px !important;
	background-color: #FFFFFF;
}

a.navigation_active_partners {
	color: #000000 !important;
	border: 1px solid #005480 !important;
	height : 38px !important; 
	line-height : 38px !important; 
	width : 174px !important;
	background-color: #FFFFFF;
}

td.navigation_active {
	background-color: #FFFFFF !important;
}

a.navigation_2_active {
	color: #000000 !important;
	border: 1px solid #6194A6 !important; 
	height : 38px !important; 
	line-height : 38px !important; 
	width : 163px !important;
	background-color: #FFFFFF !important;
}

td.navigation_2_active {
	
}

