/* CSS Document */
* {
	padding: 0;
	margin: 0;
}

a img {
	border: none;
}

p {
	line-height: 15px;
}

p.right {
	text-align: right;
}

p.red {
	color: #DE4E4A;
}


p.margin {
	margin-top: 12px;
}

a.grey {
	text-decoration: underline;
	color: #58595B;
}

a.grey:hover {
	text-decoration: none;
	color: #DE4E4A;
}

a.red {
	text-decoration: underline;
	color: #DE4E4A;
}

a.red:hover {
	text-decoration: none;
	color: #58595B;
}

a.red p {
	text-decoration: underline;
}

a.red:hover p {
	text-decoration: none;
}

.ajax-loading {
	background: transparent url('../images/ajax-loader.gif') 50% 50% no-repeat;
}

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
}

#container {
	position: relative;
	margin: 0 auto;
	padding-top: 135px;
	width: 700px;
}

#msDynPeople {
	position: fixed !important;
	left: auto;
	bottom: 0;
	width: 352px;
	height: 222px;
	background: url("../images/msDynPeople.jpg") no-repeat bottom left;
	z-index: -1;
	margin-left: -152px;
}

#logoContainer {
	position: relative;
	margin: 0 auto;
	width: 700px;
	height: 61px;
}

#logo {
	width: 127px;
	height: 53px;
	margin-top: 27px;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 91px;
	background: #2E296A url("../images/header.jpg") no-repeat center;
	z-index: 111;
}

#headerLine {
	position: fixed;
	top: 91px;
	left: 0;
	width: 100%;
	height: 17px;
	background: #0F062A url("../images/headerLine.jpg") no-repeat center;
	z-index: 111;
}

#menu {
	position: fixed;
	top: 108px;
	left: 0;
	width: 100%;
	height: 27px;
	background: #fff url("../images/menu.jpg") repeat-x;
	text-align: center;
	z-index: 111;
}

#socialmedia-wrap {
	position: relative;
	margin: 0 auto;
	width: 700px;
	z-index: 100;
}

#socialmedia {
	position: absolute;
	bottom: 2px;
	right: 0;
	width: 96px;
	height: 21px;
	background: url(../images/social-sprite.jpg) no-repeat 2px 0px;
}

#socialmedia a {
	float: left;
	display: block;
	width: 22px;
	height: 21px;
	margin-left: 2px;
}

#socialmedia a.linkedin {
	width: 21px;
}

#socialmedia a span {
	display: none;
}

#shadowBorder {
	position: fixed;
	top: 135px;
	left: 0;
	width: 100%;
	height: 6px;
	background: transparent url("../images/shadowBorder.png") repeat-x;
}

#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15px;
	background: transparent;
	z-index: 111;
	text-align: right;
}

#leftContent {
	float: left;
	width: 350px; /*313px;*/
	padding-bottom: 20px;
}

#leftContent ul {
	list-style-type: square;
}

#leftContent ul,
#leftContent ol {
	margin: 0 12px 10px 22px;
}

#rightContent {
	float: right;
	width: 350px; /*387px;*/
	padding-bottom: 20px;
}

#eventBox {
	float: left;
	width: 335px; /*284px;*/
}

#eventBoxTop {
	position: relative;
	padding: 30px 5px 0 0;
	height: 26px;
	margin-bottom: 1px;
	background:	#f29437 url("../images/eventBoxTop.jpg") no-repeat top left;
}

#eventBoxTop h1 {
	font-family: Helvetica, Verdana, Arial sans-serif;
	font-size: 19px;
	text-align: right;
	color: #DE4E4A;
}
#eventBoxTop h1 a {
	font-family: Helvetica, Verdana, Arial sans-serif;
	font-size: 19px;
	text-align: right;
	color: #DE4E4A;
	text-decoration:none;
}
#eventBoxMiddle {
	background: transparent url("../images/spacer.png") repeat;
	padding: 11px;
	color: #7E7C80;
	padding-bottom: 5px;
}

#eventBoxMiddle h1 {
	margin-top: 4px;
	color: #58595B;
	text-align: left;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#eventBoxMiddle h1 a {
	color: #58595B;
	text-decoration: none;
}

#eventBoxMiddle p {
	margin-bottom: 10px;
}

#eventBoxBottom {
	height: 10px;
	background:	transparent url("../images/eventBoxBottom.png") no-repeat bottom left;
}


.whiteBox {
	float: left;
	width: 335px; /*284px;*/
	margin-top: 30px;
}

.whiteBox h1 {
	font-family: Helvetica, Verdana, Arial sans-serif;
	font-size: 19px;
	text-align: right;
	color: #DE4E4A;
	margin-bottom: 6px;
}

.whiteBar {
	color: #58595B;
	padding-top: 10px;
	background: url("../images/lineOnWhite.jpg") repeat-x top left;
}

img.sponsors {
	float: right;
	margin: 0 0 6px 10px;
}

#sponsorImagesCycle {
	margin: 0;
	padding: 0;
	width: 136px;
	height: 48px; /* 597px; */
	text-align: left;
	float: right;
	z-index: -1;
}

#sponsorImagesCycle div {
	display: block;
	width: 100%;
	height: 100%;
}

.pics {
	margin: 0;
	padding: 0;
	width: 136px;
	height: 48px;
	overflow: hidden;
	background: transparent url('../images/ajax-loader.gif') 50% 50% no-repeat;
}

.cycleImage {
	background-color: #fff;
}

.rss {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	padding: 2px;
}

.greyBox {
	position: relative;
	float: left;
	width: 335px;
	margin-top: 30px;
}

.greyBox h1 {
	font-family: Helvetica, Verdana, Arial sans-serif;
	font-size: 19px;
	text-align: right;
	color: #DE4E4A;
	margin-bottom: 6px;
}

.title {
	font-family: Helvetica, Verdana, Arial sans-serif;
	font-size: 19px;
	color: #DE4E4A;
	text-decoration: none;
}

.greyBox .greyBoxMiddle {
	position: relative;
	background: transparent url("../images/spacer.png") repeat;
	padding: 10px 10px 6px 10px;
}

.greyBox .greyBoxMiddle p {
	color: #7E7C80;
	padding-bottom: 12px;
	margin-bottom: 10px;
}

.greyBox .greyBoxMiddle h2 {
	margin-bottom: 3px;
	padding: 0;
}

.greyBox .greyBoxTop {
	position: absolute;
	top: 0;
	left: 0;
	width: 335px;
	height: 10px;
	background: transparent url("../images/lineOnGrey.png") repeat-x;
}

.greyBox .greyBoxBottom {
	height: 10px;
	background: transparent url("../images/greyBoxBottom.png") no-repeat top left;
	margin: 0;
	padding: 0;
}

.greyBox ul.downloads {
	list-style-type: none;
	list-style-position: outside;
}

.downloads li {
	position: relative;
	width: 309px;
}

.downloads li a {
	display: block;
	width: 285px;
	min-height: 17px;
	padding: 5px 24px 3px 7px;
	text-decoration: none;
	border-bottom: 1px solid #f5f5f5;
}

.downloads li a:hover {
	background: #fff;
}

.downloads li a.lastOne {
	border-bottom: none;
}

.downloads span {
position: absolute;
	top: 0;
	right: 0;
	width: 46px;
	padding: 5px 2px 3px 3px;
	text-align: right;
	margin: 0;
	cursor: pointer;
}

#imageBox {
	float: right;
	width: 335px;
}

#imageBoxTop {
	height: 229px; /*264px;*/
	background:	#ED534E url("../images/imageBoxTop.jpg") no-repeat bottom left;
}

#imageBoxBottom {
	padding: 15px;
	background:	#ED534E url("../images/imageBoxBottom.jpg") no-repeat bottom left;
}

#imageBoxBottom h1 {
	font-size: 21px;
	margin-bottom: 12px;
	color: #F29437;
	text-transform: uppercase;
	text-align: left;
}

#imageBoxBottom p {
	color: #fffafa;
	margin-bottom: 10px;
}

#imageBoxBottom a {
	color: #fffafa;
}

#imageBoxBottom a:hover {
	color: #F29437;
}

#split {
	float: right;
	width: 335px; /*387px;*/
	margin-top: 30px;
}

#split img {
	margin-bottom: 10px;
}

#sponsors {
	float: right;
	width: 150px; /*168px;*/
	margin-right: 10px;
}

#sponsors h1 {
	font-family: Helvetica, Verdana, Arial sans-serif;
	font-size: 19px;
	text-align: right;
	color: #DE4E4A;
	margin-bottom: 6px;
}

#foto {
	float: right;
	width: 150px; /*168px;*/
	margin-right: 15px;
}

#foto h1 {
	font-family: Helvetica, Verdana, Arial sans-serif;
	font-size: 19px;
	text-align: right;
	color: #DE4E4A;
	margin-bottom: 6px;
}

/*---------------
/ - NEWSLETTER 
---------------*/

#registerForm {
	margin-top: 5px;
	border: 1px solid #c2c2c2;
	background-color: #f8f8f8;
	padding: 3px;
	text-align: left;
}

#registerForm .topics {
	margin-left: 10px;
}

#registerForm label {
	display: block;
	margin: 1px;
}

#registerForm input {
	margin: 2px;
	padding: 1px;
	color: #58595B;
}

#registerForm #submit {
	margin: 4px 2px 4px 4px;
	padding: 1px;
	color: #58595B;
}

/*---------------
/ - TOOLTIPS 
---------------*/

.tip {
	color: #fff;
	width: 200px;
	z-index: 13000;
}

.tip ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 5px;
}
 
.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	/*color: #9FD4FF;*/
	color: #DE4E4A;
	padding: 8px 8px 4px;
	background: url('../images/tips/bubbleBig.png') top left;
}
 
.tip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url('../images/tips/bubbleBig.png') bottom right;
}

/*---------------
/ - TESTMODE 
---------------*/

#testmode {
	clear: both;
	width: 420px;
	margin: 10px auto 0px auto;
	padding: 12px 12px 12px 55px;
	border: solid 2px #900;
	background: #fff url("../../cms/images/alert.png") no-repeat 12px center;
}

#testmode p {
	color: #900;
	margin: 0;
}

#testmode form {
	display: inline;
	margin: 0;
	padding: 0;
}

#testmode select, #testmode option {
	margin: 0;
	padding: 0;
	color: #000;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/*---------------
/ - POLL
---------------*/

.greyBox form ul
{
	margin: 5px 0px;
}

.greyBox form ul li
{
	list-style: none;
	margin-bottom: 3px;
	margin-left: 10px;
}

.greyBox .poll
{
	color: #ED534E;
	cursor: pointer;
}

.greyBox #allPolls {
	padding-bottom: 5px;
}

/*---------------
/ - NAVIGATION 
---------------*/

#nav {
	position: relative;
	margin: 0 auto;
	width: 700px;
	height: 26px;
	text-align: left;
	z-index: 99;
}

#nav, #nav ul {
	list-style-type: none;
	list-style-position: outside;
	z-index: 99;
}

/*#nav span {
	display: none;
}*/

/*---------------
/ - IE7 HASLAYOUT 
---------------*/

*:first-child+html #nav {
	height: 1%;
}
*:first-child+html #nav li {
	height: 1%;
} 

/*---------------
/ - FIRST LEVEL 
---------------*/

#nav li ul {
	position: absolute;
	left: -999em;
	width: 166px;
	z-index: 99;
}

#nav li:hover ul,
#nav li.sfhover ul {
	left: auto;
	background-position: 0 0;
}

/*---------------
/ - SECOND LEVEL 
---------------*/

#nav li:hover ul ul,
#nav li.sfhover ul ul {
	position: absolute;
	left: -999em;
	width: 166px;
	z-index: 99;
	margin-bottom: -1px;
}

#nav li li:hover ul,
#nav li li.sfhover ul {
	left: auto;
}

/*---------------
/ - END LEVELS 
---------------*/

#nav li ul li:hover ul,
#nav li ul li.sfhover ul {
	margin: -21px 0 0 150px;
	z-index: 99;
}

#nav li ul li {
	border-top: 1px solid #3F3B3C;
	border-right: 1px solid #130A0D;
	border-bottom: 1px solid #130A0D;
	border-left: 1px solid #3F3B3C;
}

/*---------------
/ - LINK LAYOUT 
---------------*/

#nav li ul li a,
#nav li.home ul li a,
#nav li.events ul li a,
#nav li.downloads ul li a,
#nav li.sponsors ul li a,
#nav li.faq ul li a,
#nav li.about ul li a {
	color: #fff;
	display: block;
	overflow: hidden;
	width: 153px;
	height: auto;
	padding: 6px;
	background: #2D2A2B;
	text-decoration: none;
	border: none;
}

#nav li ul li a:hover,
#nav li.home ul li a:hover,
#nav li.events ul li a:hover,
#nav li.downloads ul li a:hover,
#nav li.sponsors ul li a:hover,
#nav li.faq ul li a:hover,
#nav li.about ul li a:hover {
	color: #fff;
	display: block;
	width: 153px;
	height: auto;
	padding: 6px;
	background: #1F1C1D;
	text-decoration: none;
}

#nav a:active {
	outline: none;	
}

#nav a:focus {
	-moz-outline-style: none;
}

/*---------------
/ - BUTTONS
---------------*/

#nav li {
	float: left;
	display: inline;
}

#nav li a.rightBorder {
	border-right: 1px solid #fff;
}

#nav li a {
	display: block;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	padding: 4px 20px 6px 20px;
	border-left: 1px solid #fff;
}

#nav li a:hover {
	background: #fff url("../images/menuHover.jpg") repeat-x;
}


/*#nav li.home {
	float: left;
	display: inline;
}

#nav li.home a {
	display: block;
	width: 96px;
	height: 26px;
	background: url("../images/menu/home.jpg") no-repeat top left;
}

#nav li.home a:hover {
	display: block;
	width: 96px;
	height: 26px;
	background: url("../images/menu/home.jpg") no-repeat bottom left;
}

#nav li.events {
	float: left;
	display: inline;
}

#nav li.events a {
	display: block;
	width: 114px;
	height: 26px;
	background: url("../images/menu/events.jpg") no-repeat top left;
}

#nav li.events a:hover {
	display: block;
	width: 114px;
	height: 26px;
	background: url("../images/menu/events.jpg") no-repeat bottom left;
}

#nav li.downloads {
	float: left;
	display: inline;
}

#nav li.downloads a {
	display: block;
	width: 136px;
	height: 26px;
	background: url("../images/menu/downloads.jpg") no-repeat top left;
}

#nav li.downloads a:hover {
	display: block;
	width: 136px;
	height: 26px;
	background: url("../images/menu/downloads.jpg") no-repeat bottom left;
}

#nav li.sponsors {
	float: left;
	display: inline;
}

#nav li.sponsors a {
	display: block;
	width: 131px;
	height: 26px;
	background: url("../images/menu/sponsors.jpg") no-repeat top left;
}

#nav li.sponsors a:hover {
	display: block;
	width: 131px;
	height: 26px;
	background: url("../images/menu/sponsors.jpg") no-repeat bottom left;
}

#nav li.faq {
	float: left;
	display: inline;
}

#nav li.faq a {
	display: block;
	width: 96px;
	height: 26px;
	background: url("../images/menu/faq.jpg") no-repeat top left;
}

#nav li.faq a:hover {
	display: block;
	width: 96px;
	height: 26px;
	background: url("../images/menu/faq.jpg") no-repeat bottom left;
}

#nav li.about {
	float: left;
	display: inline;
}

#nav li.about a {
	display: block;
	width: 127px;
	height: 26px;
	background: url("../images/menu/about.jpg") no-repeat top left;
}

#nav li.about a:hover {
	display: block;
	width: 127px;
	height: 26px;
	background: url("../images/menu/about.jpg") no-repeat bottom left;
}*/
