@charset "utf-8";
/* CSS Document */
#top-banner {
	height:79px;
	background-image:url(../images/head-theconversation.gif);
}
.top-banner-in {
}
#logo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
}
#banner {
	height:299px;
	position:relative;
	background-image:url(../images/img-metHome.jpg);
	background-repeat: no-repeat;
}
#banner.banner-half {
	height:149px;
	position:relative;
	background-image: url(images/banner-half.jpg);
	background-repeat: no-repeat;
}
/* TYPO BEGIN */

h1, h2, h3, h4, h5, h6 {
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size:2.1em;
}
hr {
	border:none;
	background-color:#ccc;
	height:1px;
	margin:10px 20px 10px 0px;
}
.hilight {
	border:none;
	background-color:#16b4d4;
	height:1px;
	margin:10px 20px 10px 0px;
}
p {
	margin:0.8em 0px;
}
p a {
}
a {
}
a:link {
	color:#16b4d4;
}
a:visited {
	color:#16b4d4;
}
a:hover, p a:hover {
	color:#16b4d4;
	text-decoration:underline;
}
a:active {
	color:#16b4d4;
}
a img {
}
ul li a {
}
em {
	font-size:1.2em;
	line-height:1.5em;
	font-style:italic;
}
/* Menu */
.menu {
	background-image:url(../images/bg-navGradient.jpg);
	background-repeat: repeat-x;
	background-color: #030303;
}
#navigation .navigation {
	background-image:url(../images/bg-navGradient.jpg);
	background-repeat: repeat-x;
	background-color: #030303;
}
#navigation .navigation ul li a {
	padding-left:18px;
	padding-right:19px;
	color: #ffffff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2c2c2c;
}
#navigation .navigation ul li a:hover,
#navigation .navigation ul li.active a {
		
		color:#ccff33;
}
/* input */
input {
		border:1px #CCCCCC solid;
		font-size:12px;
		width:140px;
		color:#666;
}
.loginBox {
		background-image:url(images/bg-search-lg.gif); 
		background-repeat:no-repeat; 
		width:190px; 
		height:193px; 
		margin-bottom:10px; 
		padding:6px 10px 0 10px;
}
button {
	background-color:transparent;
	cursor:pointer;
}
input.buttonLogOut {
	cursor:pointer;
	border:none;
	font-size:1.1em;
	color:#834c10;
	width:88px;
	height:25px;
	line-height:normal;
	font-size:1.2em;
	font-weight:bold;
	background-color: transparent;
	background-image: url(images/call-to-action-log-out.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
}
/* Agenda */
table#agenda {
	width:700px;
	margin-top:20px;
}
table#agenda th.time h2,
table#agenda th.description h2,
table#agenda td.time h3,
table#agenda td.description h3 {
	color:#FFFFFF;
}
table#agenda th.time {
	width:75px;
	height:32px;
	text-align:center;
	background-image: url(images/style/agenda-bg-th-time.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
table#agenda th.description {
	width:620px;
	height:37px;
	text-align:left;
	padding:0 0 0 15px;
	background-image: url(images/style/agenda-bg-th-description.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
table#agenda td.time {
	width:75px;
	height:37px;
	text-align:center;
	background-image: url(images/style/agenda-bg-time.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
table#agenda td.description {
	width:620px;
	height:37px;
	text-align:left;
	padding:0 0 0 15px;
	margin:0 0 5px 0;
	background-image: url(images/style/agenda-bg-description.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
table#agenda p {
	margin:0 0 10px 0;
}
table#agenda h2,
table#agenda h3 {
	margin-top:-5px;
}
table#agenda td.description h3,
table#agenda td.time h3 {
	font-size:1.3em;
}
table#agenda h4 {
	margin-bottom:5px;
	color:#000000;
	text-decoration:underline;
}
table#agenda td.content {
	padding:0 0 5px 15px;
	white-space: normal;
}
table#agenda li {
	list-style-image: url(images/style/bullet.gif);
	list-style-type: none;
}