/*
 * top right bottom left
 *
 * or
 *
 * t+b l+r
 *
 */


/***********************************************************************
 * all
 **********************************************************************/
* {
	margin: 0;
	padding: 0;
	/*border: 0;*/
}

.disabled {
	color: #666666;
}

html {overflow-y: scroll;}


/***********************************************************************
 * form elements
 **********************************************************************/
select {
	width: 45px;
}


/***********************************************************************
 * form table for registration
 **********************************************************************/
.regTable td {
	padding-bottom: 10px;
}

img {

	border: 0;
}

/***********************************************************************
 * table for paricipants
 **********************************************************************/

#eventsTable tr {
	border: 1px solid #4e666e;
	text-align: left;
}

#eventsTable th {
	background-color: #4e666e;
	border-bottom: 1px solid white;
	color: white;
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

#eventsTable td {
	border: 1px solid #4e666e;
	padding: 3px;
}

#eventsTable tr {
	background-color: white;
	border: 1px solid #4e666e;
	color: black;		
}

#eventsTable tr.alternate {
	background-color: #f5ffe6;
	border: 1px solid #4e666e;
	color: black;		
}

#eventsTable tr td a {
	text-decoration: none;
	background-color: white;
	border-bottom: 1px dotted #2a557f;
	color: #2a557f;
}

#eventsTable tr td a:hover {
	text-decoration: none;
	background-color: white;
	border-bottom: 1px dotted #2a557f;
	color: #2a557f;
}

#eventsTable tr td a:visited {
	text-decoration: none;
	background-color: white;
	border-bottom: 1px dotted #2a557f;
	color: #2a557f;
}

#eventsTable tr td a:visited:hover {
	text-decoration: none;
	background-color: white;
	border-bottom: 1px dotted #2a557f;
	color: #2a557f;
}

#eventsTable tr.alternate td a {
	text-decoration: none;
	background-color: #f5ffe6;
	border-bottom: 1px dotted #2a557f;
	color: #2a557f;
}

#eventsTable tr.alternate td a:hover {
	text-decoration: none;
	background-color: #f5ffe6;
	border-bottom: 1px dotted #2a557f;
	color: #2a557f;
}

#eventsTable tr.alternate td a:visited {
	text-decoration: none;
	background-color: #f5ffe6;
	border-bottom: 1px dotted #2a557f;
	color: #2a557f;
}

#eventsTable tr.alternate td a:visited:hover {
	text-decoration: none;
	background-color: #f5ffe6;
	border-bottom: 1px dotted #2a557f;
	color: #2a557f;
}

/***********************************************************************
 * contentContainer fonts
 **********************************************************************/
body {
	font-family: Helvetica, "Nimbus Sans L", Arial, FreeSans, sans-serif;
	font-size: 14px;
	color: #333;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica, "Nimbus Sans L", Arial, FreeSans, sans-serif;
	line-height: 150%;
}

h1 {
	font-weight: bold;
	font-size: 48px;
	color: #444;
	line-height: 100%;
	letter-spacing: -0.05em;

	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

h2 {
	font-weight: bold;
	font-size: 34px;
	color: #444;
	line-height: 100%;
	letter-spacing: -0.05em;
	
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

h3 {
	font-weight: bold;
	font-size: 24px;
	line-height: 150%;
	margin-bottom: 0.5em;
	letter-spacing: -1px;
}

h4 {
	font-weight: bold;
	font-size: 21px;
	margin-bottom: 0.5em;
}

h5 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0.5em;
}

hr {
	border: 0;
	height: 1px;
	color: white;
	background-color: white;
	width: 75%;
	margin: 1.5em auto;
}

#contentContainer .emph {
	font-style: italic;
}

#contentContainer {
	line-height: 20px;
}

#contentContainer p {
	margin-bottom: 18px;
}

/*
 * NOTE: the color #4e666e is too weak for hyperlinks in the main text.
 * use another stronger/lighter color which looks similar
 *
 * #2a557f or #369
 *
 */

#contentContainer a {
	text-decoration: none;
	border-bottom: 1px dotted #2a557f;
	color: #2a557f;
}

#contentContainer a:hover {
	background-color: #4e666e;
	color: white;
	border: 0;
}

#contentContainer a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #2a557f;
	color: #2a557f;
}

#contentContainer a:visited:hover {
	background-color: #4e666e;
	color: white;
	border: 0;
}

#contentContainer a.totop {
	font-size: 12px;
}

/***********************************************************************
 * contentContainer lists
 **********************************************************************/
#contentContainer ul {
	list-style: none;	
	margin-bottom: 1em;
	line-height: 26px;
}

#contentContainer ul.inParList {
	list-style: square;	
	margin-top: 0;
	margin-bottom: 1em;
	margin-left: 2em;
	line-height: 26px;
	
	/*
	 * NOTE: this does not work on konqueror, the list markers are outside
	 * of the div box
	 *
	 * text-indent: 2em;
	 *
	 */
}


/***********************************************************************
 * uni logo container fonts
 **********************************************************************/
#uniLogoContainer a {
	border: 0;
}

#uniLogoContainer a:visited {
	border: 0;
}

#uniLogoContainer a:hover {
	background-color: white;
}

#uniLogoContainer a:visited:hover {
	background-color: white;
}

/***********************************************************************
 * navigation container fonts
 **********************************************************************/
#navigationContainer ul {
	list-style: none;
	border-top: 1px solid #4e666e;
	margin-bottom: 1em;
}

#navigationContainer ul.firstNavigationGroup {
	border-top: 0;
	text-align: center;
	padding: 0;
}

#navigationContainer ul li {
	border-bottom: 1px solid #4e666e;
	text-align: center;
	padding: 5px 0;

	background-color: #f5ffe6;
}

#navigationContainer ul li a {
	color: #222;
	text-decoration: none;
}

#navigationContainer ul li a:hover {
	color: white;
	text-shadow: 0.05em 0.05em 0.2em #222;
	border-bottom: 1px dotted white;
}

#navigationContainer ul li a:visited {
	color: #222;
}

#navigationContainer ul li a:visited:hover {
	color: white;
	text-shadow: 0.05em 0.05em 0.2em #222;
	border-bottom: 1px dotted white;
}

#navigationContainer ul li:hover {
	color: white;
	text-shadow: 0.1em 0.1em 0.2em #222;
	background-color: #4e666e;
}

#navigationContainer ul li:hover a {
	color: white;
	text-shadow: 0.05em 0.05em 0.2em #222;
	border-bottom: 1px dotted white;
}

#navigationContainer ul li.navigationSelected {
	color: white;
	font-weight: bold;
	text-shadow: 0.05em 0.05em 0.2em #222;
	letter-spacing: -1px;

	background-color: #4e666e;
}


/***********************************************************************
 * footer container fonts
 **********************************************************************/
#footerContainer a {
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted white;
}

#footerContainer a:visited {
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted white;
}

#footerContainer a:hover {
	color: #222;
	background-color: #f5ffe6;
}

#footerContainer a:visited:hover {
	color: #222;
	background-color: #f5ffe6;
}

/***********************************************************************
 * borders and background colors for debugging
 **********************************************************************/
#container {
	background-color: white;
}

#headerContainer {
	background-color: white;
}

#middleContainer {
	background-color: white;
}

#navigationContainer {
	background-color: white;
}

#contentContainer {
	background-color: white;
}

#footerContainer {
	background-color: #4e666e;
}


/***********************************************************************
 *
 **********************************************************************/
#outerContainer {
	width: 940px;
	margin: 0 auto;

	/*
	* NOTE: for the left-right white edge, each 20px wide
	*
	*/
}

#container {
	width: 900px;
	margin: 0 auto;
}

#headerContainer {
	width: 900px;
	height: 270px;
}

#bctpTitle {
	font-family: Helvetica, Arial, "Nimbus Sans L", FreeSans, sans-serif;
	color: #FFFFFF;
	
	font-size: 60px;
	font-weight: bold;
	text-align: right;
	letter-spacing: -0.05em;
	
	padding: 5px 18px 5px 0;
	height: 100px;
	text-shadow: 0.05em 0.05em 0.2em #222;

}

#bctpTagline {
	font-family: Helvetica, Arial, "Nimbus Sans L", FreeSans, sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.05em;

	text-align: right;
	
	position: relative;
	width: 880px;
	height: 19px;
	top: 131px;
	padding: 4px 18px 5px 0;
	vertical-align: bottom;

	border-bottom: 1px solid #4e666e;
	border-right: 1px solid #4e666e;
	border-left: 1px solid #4e666e;
 
	color: #222;
	background-color: white;/*#f5ffe6;*/

	/*
	 * NOTE: removed by request of Dagmar & Patricia
	 *
	 * color: white;
	 * background-image: url(images/tagline_background.png);
	 *
	 */
}

#middleContainer {
	width: 898px;
	border-left: 1px solid #4e666e;
	border-right: 1px solid #4e666e;

	overflow: auto;
}

#navigationContainer {
	font-family: Helvetica, Arial, "Nimbus Sans L", FreeSans, sans-serif;
	font-size: 14px;

	float: left;
	width: 198px;
	border-right: 1px solid #4e666e;
}

#uniLogoContainer {
	text-align: right;
	margin-top: 1em;
}

#contentContainer {
	border-left: 1px solid #4e666e;
	margin-left: 198px;
	padding: 0 28px 2em 28px;
	min-height: 330px;
}

#footerContainer {
	font-family: Helvetica, Arial, "Nimbus Sans L", FreeSans, sans-serif;
	font-size: 12px;
	color: white;
	word-spacing: 1px;

	clear: both;
	overflow: hidden;
	padding: 5px;
}


#contentContainer .news {
	margin-bottom: 2.5em;
	padding-bottom: 1em;
	border-bottom: solid 1px #9a9a9a;
}

#contentContainer .news h4 {
	font-size: 16px;
}

#contentContainer .newsHeaderShell {
	overflow: hidden;
}

#contentContainer div.newsHeader {
	float: left;
	width: 74%;
}

#contentContainer div.newsDate {
	float: right;
	width: 25%;
	color: #555;
	text-align: right;
	margin-right:3px;
}

#contentContainer div.newsBody {
	text-align: justify;
	overflow: hidden;
}


#contentContainer div.newsBody ul {
	list-style: square;	
	margin-top: 0;
	margin-bottom: 1em;
	margin-left: 2em;
	line-height: 26px;
}

#contentContainer div.newsPicture {
	margin: 0 0 10px 15px;
	float:right
}

#contentContainer div.newsPicture img {
	padding: 5px;
	border: 1px solid #dddddd;
}

#contentContainer div.newsBody div.newsPicture a {
	border-bottom: none;
	text-decoration: none;
	background-color: #ffffff;
	color: #ffffff;
}

#contentContainer div.newsBody div.newsPicture a:hover {
	border: none;
	text-decoration: none;
	background-color: #ffffff;
	color: #ffffff;
}

#contentContainer div.newsBody div.newsPicture a:visited {
	border: none;
	text-decoration: none;
	background-color: #ffffff;
	color: #ffffff;
}

#contentContainer div.newsBody div.newsPicture a:visited:hover {
	border: none;
	text-decoration: none;
	background-color: #ffffff;
	color: #ffffff;
}
