/* by carlo, 18/09/2007 */
/* CSS for www.ictp.tv  */

/* Document Styles */

body {
	background: #ccc;
	font: normal 13px/18px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	color: #666;
	margin: 15px;
	text-align: center; /* For IE */
	}

p {
	margin: 0 0 5px 0;
	}

p.notice {
        color: #f00;
        font-weight: bold;
}

p.p1 {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 1em;
	}

h1 {
	color: #18d;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 8px 0 12px 0;
	}

h3 {
	color: #18d;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 4px 0 2px 0;
	}

h4 {
	color: #18d;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 8px 0 2px 0;
	}

a:link, a:visited {
	color: #8b0;
	text-decoration: none;
	}

a:hover, a:active {
	color: #fff;
	background: #9c0;
	}

ul {
	margin: 0;
	padding: 0 13px 10px 17px;
	list-style: none;
	line-height: 1.2em;
	}

li {
	padding-bottom: 7px;
	clear: both;
	}

dl {
	margin: 0;
	padding: 0 5px 3px 7px;
	list-style: none;
	line-height: 1.2em;
	}

dd {
	padding-bottom: 15px;
	font-size: 11px;
	}

.accesskey {
	text-decoration: underline;
	}

/* Container Styles */

#container {
	position: relative;
	width: 720px !important;
	width /**/: 750px;
	background: #fff url(container_bg.gif) repeat-y;
	border: 15px solid #fff;
	margin: 0 auto;
	padding: 0;
	text-align: left; /* For IE, see above */
	}

/* Intro Styles */

#pageHeader {
	width: 720px;
	height: 220px;
	background: #18d url(title.jpg) no-repeat;
	}

#pageHeader h1, #pageHeader h2 {
	text-indent: -999em;
	margin: 0;
	}

#quickSummary {
	width: 720px;
	height: 39px;
	border-top: 1px solid #fff;
	background: #147;
	}

#quickSummary p.p1 {
	position: absolute;
	left: -999em;
	}

#quickSummary p.p2 {
	width: 198px !important;
	width /**/: 226px;
	height: 28px !important;
	height /**/: 39px;
	color: #6cf;
	margin: 0;
	padding: 11px 0 0 27px;
	border-right: 1px solid #fff;
	}

#quickSummary a:link, #quickSummary a:visited {
	text-decoration: none;
	text-transform: none;
	color: #fff;
	}

#quickSummary a:hover, #quickSummary a:active {
	text-decoration: underline;
	background: transparent;
	}

/* Images */
img.rf { clear: right; float: right; background-color: #fff; border: 1px solid #a9a9a9; margin: 5px 0 5px 20px; padding: 4px; position: relative; }

/* Thumbnails Images */

#lectures img {
	float: left;
	border: 2px solid #18c;
	margin: 0 20px 5px 0;
	}

br.clear {
	clear: both;
	}

/* Supporting Text Styles */

#introduction, #lectures, #requirements {
	margin: 0 50px 0 270px;
	}

#footer {
	width: 708px !important;
	width /**/: 720px;
	height: 24px !important;
	height /**/: 30px;
	background: #18d;
	margin-top: 15px;
	padding: 6px 12px 0 0;
	border-top: 1px solid #fff;
	text-align: right;
	}

#footer a:link, #footer a:visited {
	text-transform: uppercase;
	color: #fff;
	}

#footer a:hover, #footer a:active {
	color: #18d;
	background: #fff;
	}

/* Link List Styles */

#linkList {
	position: absolute;
	top: 260px;
	left: 0px;
	width: 225px;
	border-bottom: 1px solid #fff;
	}

#linkList h3 {
	text-indent: -1100px;
	height: 45px;
	margin: 0;
	}

#linkList a:link, #linkList a:visited {
	font-size: 11px;
	color: #fff;
	}

#linkList a:hover, #linkList a:active {
	background: #fff;
	}

#linkList a.c {
	font-size: 11px;
	}

#linkList acronym {
	border-bottom: none;
	}

#lselect, #lfavorites {
	border-top: 1px solid #fff;
	background: #009ce6;
	}

#lselect h3 {
	background: url(select.gif);
	}

#lfavorites h3 {
	background: url(favourites.gif);
	}

#lselect li, #lfavorites li {
	color: #6cf;
	background: url(select_bg.gif) repeat-x left bottom;
	}

#lselect a:hover, #lselect a:active, #lfavorites a:hover, #lfavorites a:active {
	color: #18d;
	}

#larchives {
	border-top: 1px solid #fff;
	background: #9c0;
	}

#larchives h3 {
	background: url(archives.gif);
	}

#larchives li {
	color: #cf3;
	background: url(archives_bg.gif) repeat-x left bottom;
	}

#larchives a:hover, #larchives a:active {
	color: #9c0;
	}

#lresources {
	border-top: 1px solid #fff;
	background: #d8c;
	}

#lresources h3 {
	background: url(resources.gif);
	}

#lresources li {
	color: #fcc;
	background: url(resources_bg.gif) repeat-x left bottom;
	}

#lresources a:hover, #lresources a:active {
	color: #d8c;
	}
