  /* Style sheet for the generic sites for international days */
html {
overflow-y: scroll; /* IE */
min-height: 100%; margin-bottom: 1px;  /* FIREFOX */
}
body {
	background-color: #E9EDF0;
	background-image: url(/es/events/images/genericdays/grad.jpg);
	background-repeat: repeat-x;
}
#main {
	background-color: #FFFFFF;
	border: 10px solid #FFFFFF;
	min-width:780px;
}
/* SKIP TO NAVIGATION AND SKIP TO TEXT*/ 
#skiplink, #skiplink a {
	color:#033A7D;
}
/* LANGUAGES */
#languages {
	background-color:#FFFFFF;
	height: 1.7em;
}
#languages ul li#spanish {
	color: #003366;
	text-decoration: none;
}
#languages ul li a:link, #languages ul li a:visited, #languages ul li a:hover, #languages ul li a:active {
	color:#0033CC;
	text-decoration:none;
}
#languages ul li a:hover {
	text-decoration: underline;
}
/* TOP BANNER */
#topbanner {
	height: 125px;
	background-image: url(/es/events/images/genericdays/banner.jpg);
	background-repeat: no-repeat;
	background-color: #B3DAEB;
}
/* Use margin-top:26px for two-line title */
#topbanner h1 {
	margin-top: 28px;
	margin-left: 165px;
	font-size: 2em;
	color: #003366;
	text-align: left;
}
#topbanner .line2 {
	margin-top: -5px;
}
#topbanner .date {
	font-size: 83%;
	font-weight: normal;
}
#topbanner #unlogo img {
	margin-left: 25px;
	margin-top: 15px;
}
/* PAGE CONTENT ATTRIBUTES */
#content {
	width: 77%;
	float: right;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0.9em;
}
#content p {
	color: #333333;
}
#content p.toppara {
	padding-top: 2em;
}
#content a:link, #content a:visited, #content a:hover, #content a:active {
	color:#5E3D26;
	text-decoration: underline;
}
#content ul ul li {
	background-position: 0px 10px;
	background-image: url(/es/events/images/genericdays/bullet2.gif);
	background-repeat: no-repeat;
}
#content ul ul ul li {
	background-image: url(/es/events/images/genericdays/bullet3.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
#content h2 {
	color: #1C438C;
	font-size: 160%;
	font-weight: normal;
}
#content h3 {
	color: #1C438C;
	font-size: 130%;
	background-color: #F7F5F2;
	font-weight: normal;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}
#content h4 {
	color: #6D4E03;
	font-size: 115%;
	font-weight: normal;
	padding-bottom: 0.2em;
	padding-top:0.4em;
}
#content a:hover {
	color: #003399;
}
#content a:visited {
	color: #003399;
}
#content ul {
	margin-bottom:6px;
	margin-top: 0px;
}
#content ul li {
	color: #333;
	padding: .3em 0 1% 1.4em;
	list-style-type: none;
	background-image: url(/es/events/images/genericdays/bullet.gif);
	background-repeat: no-repeat;
	background-position: 6px 9px;
}
#content ol {
	margin-top: 0px;
	margin-left: 25px;
}
#content ol li {
	padding: .3em 0 1% 1.4em;
}
#content ol.sub li {
	list-style-type: lower-alpha;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1.4em;
}
/* QUOTES */
blockquote {
	font-size: 106%;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0px;
	/*width: 95%;*/
	width: 96.5%;
	background-image: url(/es/events/images/genericdays/blockquotegrad.jpg);
	background-repeat: repeat-x;
	background-color: #f3f8fc;
	border: 1px solid #D4E2ED;
	padding-top: 1em;
	padding-right: 0.7em;
	padding-bottom: 1.5em;
	padding-left: 0.7em;
}
div#content blockquote p {
	color: #003366;
}
div.credit, p.credit {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	padding-right: 0.6em;
	color: #003366;
	text-align: right;
	font-weight: normal;
}
#imgright {
	font-size: x-small;
	float:right;
	color:#333333;
	padding-top: 1%;
	/*padding-right: 1%;*/	
	padding-bottom: 2%;
	padding-left: 2%;
}
#imgleft {
	font-size: x-small;
	float:left;
	color:#333333;
	padding-top: 1%;
	padding-left: 1%;
	padding-bottom: 2%;
	padding-right: 2%;
	/*width: 330px;*/
}
#imgleft p, #imgright p {
	color:#707070
}
/* MAIN NAVIGATION */
#mainnav {
	float: left;
	width: 20%;
	font-size: 0.96em;
	background-color: #FFFFFF;
	border-top: 10px solid #FFFFFF;
	margin-bottom: 0;
	padding-bottom: 0;
}
#mainnav ul {
	margin: 0px;
}
#mainnav ul li {
	list-style-type: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D7D7D2;
}
#mainnav ul li a {
	text-decoration: none;
	color: #003366;
	background-color: #F3F8FC;
	display:block;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.7em;
	padding-right: 0.5em;
}

#mainnav ul ul li {
    border-bottom: medium none;
    display: block;
    list-style-type: none;
}
#mainnav ul ul li a {
    background-image: url("/en/events/images/genericdays/bullet2.gif");
    background-position: 5% 9px;
    background-repeat: no-repeat;
    padding-left: 1.8em;
}

#mainnav ul li#home {
	display: block;
}
#mainnav ul li#home a {
	padding-left: .7em;
}
#mainnav ul li a:hover {
	text-decoration: none;
	background-color: #246B9F;
	display: block;
	color: #FFFFFF;
}
#mainnav a:link, #mainnav a:active, #mainnav a:visited {
	color:#333333;
}
/* FOOTER BAR */
#footer {
	background-color: #003366;
	color: #FFFFFF;
}
#footer ul {
	margin-top: 0em;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	color: #fff;
	text-decoration: none;
}
#footer ul li a:visited {
	color: #E1D7C1;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
	color: #E1D7C1;
}
#wsscredit {
    display: none;
	font-size: 90%;
	color: #000033;
	text-align: center;
}
#wsscredit a, #wsscredit a:link {
	color:#000033
}
/*#wsscredit a:visited, #wsscredit a:hover{color:#666666}*/
/* Box on background page */
div.facts {
	background-color:#E9EDF0;
	float:right;
	margin-left:10px;
	margin-bottom:5px;
	border: 1px solid #1C438C;
	border-right: 2px solid #1C438C;
	border-bottom: 2px solid #1C438C;
	width:20em
}
#content div.facts h3 {
	background-color:#1C438C;
	color:#fff;
	margin:0;
	padding:3px 10px;
	font-size:1em;
	font-weight:bold
}
#content div.facts ul, #content div.facts p {
	margin:8px
}
#content div.facts ul li {
	background-image:url(/es/events/images/genericdays/pin.gif);
	background-position: 0px 0px;
}
#content p.source {
	text-align:right;
	color:#707070
}
.unbisnet {
border:1px dotted #999999;
margin-left:0.4em;
margin-right:0.4em;
padding:0.3em;
}


/* News */

#content div.actu img
{float:left;
margin-right:10px;
margin-bottom:10px}

#content p.nws_date
{margin:0;
color:#666666}

#content div.actu h4
{margin-bottom:0.5em;
clear:both;}

/* Printing */
@media print {
div#unlogo img {
	width: 10%;
	padding-right:0;
	margin-right:0;
}
div#topbanner h1 {
	margin-top:0em;
	margin-left:1em;
}
#topbanner {
	padding-bottom:1.6em
}
div#wsscredit {
	display:none
}
div#imgright p, div#imgleft p {
	padding-top:0.2em;
	padding-bottom:2em;
	font-size:1.4em
}
}

.site-image-title {
    font-size: 0.9em;
    font-style: italic;
    padding: 5px 20px;
    text-align: right;
    /* position: absolute; */
    bottom: 0;
    right: 0;
    background-color: #eaeaea;
    /* border-bottom: 1px #333333 solid; */
    opacity: 0.9;
}