@charset "utf-8";
/* CSS Document 
* University of Greenwich style sheet
*/
body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#555;
	font-size:0.75em;
	line-height:1.6em;
}
ul#skiplinks {
	position:absolute;
	top:-999px;
	left:-999px;
	width:1px;
	height:1px;
	overflow:hidden;
}
body.home { /*** Changes the Background image***/
	margin:0px;
	padding:0px;
	background-image:url("../templates/images/uog/background.gif");
	background-color:#dfdfdf;
	background-repeat:repeat-x;
}

.homePage { /*** Changes the Background image***/
	background-image:url("../templates/images/uog/background.gif");
	background-color:#dfdfdf;
	background-repeat:repeat-x;
}

/***Start of General***/
h1 {
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 0 0 10px 0;
}
h2{
	font-size: 1.2em;
	margin: 0 0 10px 0;
	line-height: 1.2em;
}
h3 {
	font-size: 1.1em;
	line-height: 1.1em;
	margin: 0 0 10px 0;
}
h4 {
	font-size: 1em;
	line-height: 1em;
	margin: 0 0 10px 0;
}
h5 {
	font-size: .9em;
	line-height: .9em;
	margin: 0 0 10px 0;
}

p {
	margin:0 0 10px 0;
	padding:0;
	color:#555;
	/*font-size:0.7em;
	line-height:1.4em;*/
	border:0;
}
ol {
	list-style-type:decimal;
	margin:0 0 10px 20px;
}
a {
	color:#00a651;
	text-decoration:none;
}
a:hover {
	color:#555;
}
img{
	border:none;
}
 .clear {
	clear:both;
 }
 .boldText {
	font-weight:bold;
	/*font-size:0.75em;
	line-height:1.6em;*/
 }
/***End of General***/
#container, #container-home, #container-prog, #container-auth, #container-reg, #container-login, #container-contact, #container-about, #container-archive, #container-events {
	width:960px;
	margin:0px auto;
	padding:0px;
}
div#home-img{
	width:100%;
	display:block; 
	margin:0;
	padding:0;
}
/** Top, Main and Footer Navigation **/

/***Start of Top Nav***/
#top-nav {
	margin:0px 0px 10px 0px;
	padding:7px 10px 0px 0px;
	height:20px;
}
#top-nav ul {
	margin:0px;
	padding:0px;
	float:right;
}
#top-nav ul li {
	margin:0px 0px 0px 10px;
	padding:0px;
	float:left;
	font-size:0.7em;
	font-size:12px;
	line-height:1.1em;
	color:#ffffff;
}
#top-nav ul li a {
	color:#ffffff;
	text-decoration:none;
	font-size:0.7em;
	font-size:12px;
}
#top-nav ul li a:hover {
	text-decoration:underline;
	color:#ffffff;
}
/***End of Top Nav***/
/***Start of Main Nav***/
#main-nav {
	margin:0px;
	padding:0px;
	width:975px;
	height:81px;
}
#main-nav-home {
	margin:0px;
	padding:0px;
	width:975px;
	height:81px;
	position:absolute;
	top:12px;
	z-index:1;
}
.logo {
	width:148px;
	margin-right:27px;
	padding:18px 0px 0px 0px;
	float:left;
}
.nav {
	list-style:none;
	padding-bottom:6px;
}
.nav ul {
	margin:0px;
	padding:10px 0px 0px 0px;
}
.nav ul li {
	display:inline;
	width:128px;
	height:81px;
	margin:0px 0px 0px 3px;
	padding:5px 0px;
	float:left;
}
* html .nav ul li {
	margin:0px;
	width:128px;
	height:81px;
}
* html .nav ul li a {
	margin:0px 0px 0px 3px;
	line-height:1.2em;
	color:#555;
	text-decoration:none;
	text-align:top;
	vertical-align:middle;
}
.nav ul li a {
	margin:0px;
	padding:40px 20px 0px 20px;
	width:88px;
	height:41px;
	display:block;
	background-image:url("../templates/images/uog/nav-off.gif");
	background-repeat: no-repeat; // no repetition of the image
	background-attachment: fixed; // fix the image on the page
	background-position: 50% 75%; // at this spot, play with it...
	font-size:0.8em;
	font-size:13px;
	line-height:1.2em;
	color:#555;
	text-decoration:none;
	text-align:center;
}
.nav ul li a:hover, .nav ul li a.hierarchy {
	background-image:url("../templates/images/uog/nav-on.gif");
	background-repeat: no-repeat; // no repetition of the image
	background-attachment: fixed; // fix the image on the page
	background-position: 50% 50%; // at this spot, play with it...
	text-decoration: none;
	color: #ffffff;
}
.nav ul li a:selected {
	background-image:url("../templates/images/uog/nav-on.gif");
	background-repeat: no-repeat; // no repetition of the image
	background-attachment: fixed; // fix the image on the page
	background-position: 50% 75%; // at this spot, play with it...
	text-decoration: none;
	color:#ffffff;
}
.nav li a:active {
	background-image:url("../templates/images/uog/nav-on.gif");
	background-repeat: no-repeat; // no repetition of the image
	background-attachment: fixed; // fix the image on the page
	background-position: 50% 50%; // at this spot, play with it...
	text-decoration: none;
	color: #FFFFFF;
}
.nav li a:current {
	background-image:url("../templates/images/uog/nav-on.gif");
	background-repeat: no-repeat; // no repetition of the image
	background-attachment: fixed; // fix the image on the page
	background-position: 50% 50%; // at this spot, play with it...
	text-decoration: none;
	color: #FFFFFF;
}
.nav li.current a {
	background-image:url("../templates/images/uog/nav-on.gif");
	background-repeat: no-repeat; // no repetition of the image
	background-attachment: fixed; // fix the image on the page
	background-position: 50% 50%; // at this spot, play with it...
	text-decoration: none;
	color: #FFFFFF;
}
#container-home .nav li.home a, #container-prog .nav li.prog a, #container-auth .nav li.auth a, #container-reg .nav li.reg a, #container-login .nav li.login a, #container-contact .nav li.contact a, #container-about .nav li.about a, #container-archive .nav li.archive a, #container-events .nav li.events a {
	background-image:url("../templates/images/uog/nav-on.gif");
	background-repeat: no-repeat; // no repetition of the image
	background-attachment: fixed; // fix the image on the page
	background-position: 50% 50%; // at this spot, play with it...
	text-decoration: none;
	color: #FFFFFF;
}
#main-nav-home .nav ul li a.current {
	background-image:url("../templates/images/uog/nav-on.gif");
	background-repeat: no-repeat; // no repetition of the image
	background-attachment: fixed; // fix the image on the page
	background-position: 50% 50%; // at this spot, play with it...
	text-decoration: none;
	color: #ffffff;
}
/***End of Main Nav***/

/***Start of Sub Nav***/
#sub-nav ul ul a{
width:180px;
}
#sub-nav {
	width:212px;
	margin:0px 0px 15px 0px;
	padding:10px 0px 15px 0px;
	background-image:url("../templates/images/uog/left-bg2.gif");
	background-repeat: no-repeat; // no repetition of the image
	background-attachment: fixed; // fix the image on the page
	text-decoration: none;
	background:#dfdfdf url("../templates/images/uog/left-bg2.gif") bottom left no-repeat;
}
#sub-nav ul {
	margin:0px;
	padding:0px;
}
#sub-nav ul li {
	margin:0px;
	padding:0px;
}
#sub-nav ul li a {
	margin:0;
	padding:5px 0px 10px 20px;
	width:192px;
	display:block;
	color:#0054a6;
	text-decoration:none;
	font-size:0.8em;
	font-size:13px;
	line-height:1.4em;
	line-height:22px;
}
#sub-nav ul li a:hover, #sub-nav ul li a.selected, #sub-nav ul li a.curr, #sub-nav ul li a.curr1, #sub-nav ul li a.hier {
	background:#fff url("../templates/images/uog/sub-nav-bg.gif") bottom left no-repeat;
	background-repeat: no-repeat; // no repetition of the image
	background-attachment: fixed; // fix the image on the page
	text-decoration: none;
}
#sub-nav ul li ul{
	border-left:5px solid #cfdbe9;
}
#sub-nav ul li ul li a{
	padding:5px 0px 10px 28px;
	background-color:#bdc7d1;
	width:179px;
}
#sub-nav ul li ul li a.curr1, #sub-nav ul li ul li a:hover, #sub-nav ul li ul li a.norm1:hover{
	background:#bdc7d1 url("../templates/images/uog/sub-nav-arrow.gif") 15px 12px no-repeat;
	background-image:url("../templates/images/uog/sub-nav-arrow.gif");
	background-repeat: no-repeat; // no repetition of the image
	background-attachment: fixed; // fix the image on the page
	padding:10px 0px 15px 0px;
	color:#000000;
}
/** Start of Sub Nav IE8 Fixes **/
#sub-nav ul ul li a{
	padding:5px 0px 10px 28px;
	background-color:#bdc7d1;
	width:179px;
}
#sub-nav ul ul li a.curr1, #sub-nav ul ul li a:hover, #sub-nav ul ul li a.norm1:hover{
	background:#bdc7d1 url("../templates/images/uog/sub-nav-arrow.gif") 15px 12px no-repeat;
	background-image:url("../templates/images/uog/sub-nav-arrow.gif");
	background-repeat: no-repeat; // no repetition of the image
	background-attachment: fixed; // fix the image on the page
	padding:10px 0px 15px 0px;
	color:#000000;
}
#sub-nav ul ul li a.norm1:hover{
	background-image:url("../templates/images/uog/sub-nav-arrow.gif");
	background-repeat: no-repeat; // no repetition of the image
	background-attachment: fixed; // fix the image on the page
	padding:10px 0px 15px 0px;
	color:#000000;
}
.bodycontent {
	margin:0 0 0 15px;
	padding:10px 35px 0 45px;
	/*background-image:url("../templates/images/uog/gradient.gif");
	background-color:#ffffff;
	background-repeat:repeat-x;*/
}
/*.bodycontent h1 {
	margin:0px 0px 10px 0px;
	padding:15px 0px 10px 0px;
	color:#3d71a7;
	font-size:22px;
	font-size:1.4em;
	line-height:1.4em;
	line-height:22px;
	font-weight:normal;
}*/
#bodycontent a {
	color:#3d71a7;
}

#bodycontent a:hover {
	color:#555;
}
/***Start of Columns***/

.content-home-coll {
	margin:0px;
	height:400px;
	padding:10px 60px 0px 25px;
}
/***Start of Footer***/

#footer {
	clear:both;
	width:960px;
	height:30px;
	margin:0;
	padding:0 0 20px 0px;
	font-size:0.7em;
	font-size:11px;
}

#footer ul.copyright {
	margin:0;
	padding:15px 0 0 0;
	list-style:none;
	width:200px;
	float:left;
}

#footer ul.footnav {
	margin:0;
	padding:15px 0 0 0;
	list-style:none;
	/*width:310px;*/
	text-align:left;
}

#footer ul.footnav li {
	margin:0 0 0 10px;
	padding:0;
	color:#555;
	display:inline;
}
#footerlinks {
	/*width: 160px;*/
	margin: 0;
	padding: 3px 15px 0 0;
	float: right;
}
#footer ul.copyright li {
	margin:0;
	padding:0;
	float:left;
	color:#555;
}

#footer ul li a {
	color:#555;
	text-decoration:none;
}

#footer ul li a:hover {
	color:#555;
	text-decoration:underline;
}

/***End of Footer***/

/* style from ocs*/
a.plain {
	text-decoration: none !important;
}
ul.plain {
	list-style-type: none !important;
	padding-left: 1.5em;
}
.venue li, .venue li ul li, .login li, .login li ul li {
	list-style-type: none !important;
	font-size: 1em !important;
	line-height:1.6em;
}
/*  from ocs */
input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #F0F0E8;
	color: #000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-bottom: 2px solid #E8E8E1;
	border-right: 2px solid #E8E8E1;
	font-size: 1em;
}
span.formError {
	color: #900;
	font-weight: bold;
	font-size: 1em;
}

span.formSuccess {
	color: #090;
	font-weight: bold;
	font-size: 1em;
}

ul.formErrorList {
	color: #900;
}
/**
 * Table styles
 */

table.info td {
	padding: 0;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
}

table.listing td {
	padding: 0.25em 1.5em 0.25em 0.5em;
}

table.listing tr.heading td, table.listing td.heading, table.info td.heading {
	font-weight: bold;
	padding: 0.75em 1.5em 1em 0.5em;
}

table.info td.heading {
	padding-left: 0;
}


table.listing td.nodata, table.info td.nodata {
	text-align: center;
	font-style: italic;
}

table.listing td.headseparator {
	border-top: 1px solid #eee;
	font-size: 0.1em;
	line-height: 1%;
}

table.listing td.endseparator {
	border-top: 1px solid #eee;
	font-size: 0.25em;
	line-height: 10%;
}

table.listing td.separator, table.info td.separator {
	border-top: 1px solid #eee;
	font-size: 0.1em;
	line-height: 1%;
}

table.data tr {
}

table.data td {
	padding-bottom: 0.25em;
}

table.data td.label {
	padding-right: 1em;
}

table.data td.value {
}

table.data td.separator {
	padding: 0.5em;
	font-size: 0.1em;
	line-height: 1%;
}

table.data td.heading {
	padding-left: 0;
	padding-right: 0;
}

table.nested tr {
	padding: 0;
	margin: 0;
}

span.nested {
	padding: 0 4px 0 0;
	font-size: 1.2em;
}
ul.steplist {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
}

ul.steplist li {
	margin: 0;
	padding: 0;
	padding-right: 0.5em;
	display: inline;
}

ul.steplist li.current {
	font-weight: bold;
}

ul.steplist a {
	text-decoration: none;
}
#breadcrumb {
	padding: 1em;
}
#breadcrumb a {
	text-decoration: none;
}

#breadcrumb a.current {
	font-weight: bold;
}
ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
	margin: 0;
	padding: 0;
	padding-right: 1.5em;
	display: inline;
}

ul.menu li.current {
	font-weight: bold;
}

ul.menu a {
	text-decoration: none;
}
div.separator {
	width: 100%;
	margin-top: 0.75em;
	margin-bottom: 1em;
	padding: 0;
	border-bottom: 1px solid #eee;
	/*font-size: 0.5em;
	line-height: 25%;*/
}
div.separatorBlank {
	width: 100%;
	margin-top: 0.75em;
	margin-bottom: 1em;
	padding: 0;
}
.indented {
	margin-left:2em;
}
.indented2 {
	margin-left:1em;
}
div.announcementSeparator{
	width: 100%;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	padding: 0;
	border-bottom: 1px solid #eee;
	font-size: 0.5em;
	line-height: 25%;
}
.blockSubtitle {
	font-size: 1.2em;
	padding: 1em;
}
/*
*sponsor logo display
*
*/

#pageBottom, #homePageBottom {
clear:both;
margin-top:30px;
margin-bottom:-20px;
border-top:1px solid #dfdfdf;
padding:0;
width:100%;
float:left;
}
#homePageBottom {
background-color:white;
}
#cclicense, #pagefooter {
font-size:80%;
float:left;
padding:1.5em;
}

div.sponsors  {
clear:both;
}
div.sponsors ul li {
list-style-type:none;
display:block;
}
.logos  {
padding:0.5em;
}
.icons{

}
.icons ul li{
float:right;
}
.icons ul li{
padding:0.5em;
display:inline;
}
#icons  {

}

.confTitle {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0 0 10px 0;
}
div.rtBlock {
}

div.rtBlock a {
	text-transform: none;
	text-decoration: none;	
}

div.rtBlock ul {
	padding: 0;
	margin: 0;
}

div.rtBlock li {
	list-style-type: none;
}
.right {
	float:right;
}
#conferenceTimeline h2, #websiteTimeline h2, #submissionsTimeline h2, #reviewsTimeline h2, #websitePosting h2, #registrationFees h2 {
	padding-top:0.5em !important;
	
}
div.schedConfSeparator {
	width: 100%;
	margin-bottom: 0.5em;
	padding: 0;
	height:0.5em;
	border-bottom: 1px solid #eee;
}
div #twitterfall {
	float:right;
	padding: 0.5em 0 1em 1em;
	margin:-5px -38px 0 0;
	width: 35%;
}
#addToCalendar  {
	text-align:right;
}
#addToCalendar  img{
	margin-bottom:-0.3em;
}