@CHARSET "UTF-8";

/* Stale */

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

body {
	background-color: #fff;
	font-size: 12px;
	font-family: Thaoma, Verdana, sans-serif;
}

h1 { font-size: 1.8em; color: #b12525; margin: 0.5em 0; }
h2 { font-size: 1.4em; margin: 0.75em 0; }
h3 { font-size: 1.1em; margin: 0.9em 0; }
p, pre { margin: 1em 0; }
code { font-family: monospace;  margin: 1em 0; }

a:link { text-decoration: none; color: #3553b4; }
a:visited { text-decoration: none; color: #3553b4; }
a:hover, a:active { text-decoration: underline; color: red; }

.center { text-align: center !important; }
.left { text-align: left !important; }
.right { text-align: right !important; }
.fleft { float: left !important; clear: none !important;}
.fright { float: right !important; clear: none !important; }
.fleft img,
.fright img { float: none !important; }

input { border:1px solid black; }

/* Header */

h1#title {
    margin-bottom: 40px;
}

#stripes-top {
	height: 36px;
	background: #fff url(../images/stripes_top.png) repeat-x;
}

#top-image {
	position:relative;
	width: 1000px;
	margin: 0 auto;
}

	#top-image img {
		display:block;
		position:absolute;
		top: 5px;
		left: 625px;
	}


#logo {
	width: 1000px;
	display: block;
	margin: 0px auto;
	height: 74px;
}

	#logo img {
		margin-top: 4px;
		margin-left: 10px;
	}

	#logo span {
		font-family: Verdana, Thaoma, sans-serif;
		margin-left: 70px;
		color: #a49999;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 0.1em;
	}


#stripes-bottom {
	height: 61px;
	background: #fff url(../images/stripes_bottom.png) repeat-x;
}
	#stripes-bottom-content {
		width: 1000px;
		height: 100%;
		margin: 0 auto;
	}

	#stripes-bottom-content span {
		font-family: Verdana, Thaoma, sans-serif;
		margin-left: 270px;
		color: #a40000;
		font-size: 32px;
		font-weight: bold;
	}

	#stripes-bottom-content span.root {
		margin-left: 120px;
	}

		#stripes-bottom-content span.root em {
			color: #555555;
			font-size: 40px;
			left: 189px;
			position: relative;
			top: -12px;
			-moz-opacity:.35;
			opacity:.35;
		}

/* Invitation */
div#showInfo1 {
    color: #3553b4;
    cursor: pointer;

}

div#showInfo1:hover {
    color: red;
    text-decoration: underline;
}

/* Movie */
div.movie {
    padding: 10px;
}

/* Main navigation list */

#categories {
	width: 1000px;
	height: 52px;
	margin: 0 auto;
	color: #000;
}

#categories span {
	display: none;
}


#categories ul {
	float: left;
	height: 52px;
	list-style-type: none;
}

#categories li {
	display: inline;
}

#categories li a,
#categories li  {
	float: left;
	font-size: 14px;
	color: #000;
	width: 120px;
	height: 100%;
	text-align: center;
	line-height: 52px;
	text-decoration: none;
	border-right: 1px #cbd2eb solid;
}

#categories li.last {
	border: 0 !important;
}

#categories li.selected a,
#menu li.selected {
	color: #980000;
}

#categories li a:hover {
	background: #fff url(../images/stripes_footer.png) repeat-x bottom;
/*	background-color: #f5f5f7; */
	color: red;
}

/* Languages */

#languages {
	position: relative;
	margin-left: 25px;
	margin-top: 25px;
	height: 17px;
	float: left;
	list-style-type: none;
}

#languages span {
	display: none;
}

#languages li {
	display: inline;
}

#languages li a,
#languages li.selected {
	float: left;
}

#languages li a img {
	padding: 0;
	margin: 0;
}

#languages li a:link img,
#languages li a:visited img {
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5; opacity:0.5;
}

#languages li a:hover img,
#languages li a:focus img,
#languages li.selected img {
	filter: alpha(opacity=100) !important;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
	-moz-opacity: 1.00; opacity:.99 !important;
}

/* Search */

#search fieldset {
	float:left;
	margin-top: 34px;
	margin-left: 38px;
	height: 18px;
}

#search fieldset label {
	display: none;
}

#search fieldset input.search-text {
	height: 18px;
	width: 92px;
	border: 0;
	background: #fff url(../images/search.png) no-repeat;
}

#search fieldset input:focus {
	background: #fff url(../images/search-focus.png) no-repeat;
}

#search fieldset input.submit {
	height: 18px;
	width: 18px;
	border: 0;
	background: #fff url(../images/lupa.png) no-repeat;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

/* Status bar */

#breadcrumb {
	clear: both;
	width: 1000px;
	margin: 0.5em auto;
	color: #bdbdbd;
}

#breadcrumb span {
	display: none;
}

#breadcrumb span#home {
	display: inline;
	color: #bb7070;
}

#breadcrumb a {
	color: #8a8a8a;
}

/* Second navigation list */

#menu {
	float: left;
	width: 218px;
	color: #000;
	padding-bottom: 10em;
	border-right: 1px #cbd2eb solid;
}

#menu span {
	display: none;
}

#menu ul {
	list-style-type: none;
	width: 197px;
}

#menu li {
	border-bottom: 1px #cbd2eb solid;
}


#menu li a,
#menu li.selected {
	display: block;
	padding-left: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
}

#menu li a:hover {
	padding-left: 1.5em;
/*	background-color: #f5f5f7; */
	background: #fff url(../images/stripes_footer.png) repeat-x bottom;
	text-decoration: none;

}

#menu li.last-menu {
	border: 0;
	margin-bottom: 10em;
}

/* Content */

#main {
	width: 1000px;
	margin: 1em auto;
}

#content {
	float: left;
	width: 749px;
	margin-left: 32px;
}

#content ol {
	margin: 1em 0;;
	margin-left: 3em;
}

#content ul {
	margin: 1em 0;
	margin-left: 1em;
}

#content ul li {
	list-style:none;
	min-height: 10px;
	background: #fff url(../images/dot-big.png) no-repeat;
	padding-left: 20px;
	margin: 0.5em 0;
}

#content ol li {
	margin: 0.5em 0;
}

#content .section {
	margin-top: 40px ! important;
}

#content img.img_partners {
	clear: both ! important;
	float: none ! important;
	padding: 2px ! important;
	border: 0px ! important;
	margin: 10px ! important;
}

#content img {
	clear: both;
	padding: 2px;
	float: right;
	border: 1px #000 solid;
	margin: 0.5em;
}

#content p:first-letter {
/*	font-size: 1.4em; */
}

#content div {
	clear: both;
	margin: 0.5em;
}

#content p {
	text-indent: 1em;
}

#content table.normalTable {
    background: none;
    border-spacing: 0;
    border-bottom: 0;
    border-right: 0;
    margin: 1em 0;
    padding-bottom: 6px;
}

#content table.normalTable tr:hover {
    background-color: #ffffff;
}

#content table.normalTable td {
    vertical-align: top;
}

#content table.normalTable p {
    text-indent: 0;
}

#content table {
	border-spacing: 0;
	border-bottom: 0;
	margin: 1em 0;
	padding-bottom: 6px;
	border-right: 2px #e3e3e3 solid;
	background: #fff url(../images/table-bottom.png) repeat-x bottom;
}

#content table.registrationTable {
    border-spacing: 0;
    border-bottom: 0;
    margin: 1em 0;
    padding-bottom: 6px;
    border: 2px #e3e3e3 solid;
    background: none;
}

#content table.registrationTable td.errorMessage{
    border-spacing: 0;
    border-bottom: 0;
    margin: 1em 0;
    padding-bottom: 6px;
    border: 0;
    background: white;
    color: red;
    font-weight: bold;
    font-size: 14px;
}

#content table.registrationTable button{
    color: #3553B4;
    background: white;
}

#content table.registrationTable button.grayButton:hover{
    color: white;
    background: #3553B4;
    cursor: pointer;
}

#content table.registrationTable button.whiteButton {
    color: #3553B4;
    background: white;
}

#content table.registrationTable button.grayButton {
    color: #3553B4;
    background: #e3e3e3;
}

#content table td,
#content table th {
	margin: 0;
	padding: 1em;
}

#content table tr {
	border-left: 1px #e3e3e3 solid;
	border-right: 1px #e3e3e3 solid;
}

#content table tr:hover {
	background-color: #efefef;
}

#content table caption {
	caption-side: top;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	padding: 1em 1em 1em 0;
}

#content table th {
	border: 1px #e3e3e3 solid;
	background: #fff url(../images/stripes.png) repeat-x;
}

#content .figure {
	text-align: center;
	margin: 1em;
}

#content .figure img {
	float: none;
}

#content .note-frame,
#content .fixme-frame {
	border: 1px #e3e3e3 solid;
	padding: 0;
}

#content .note-content,
#content .fixme-content {
	padding: 0.5em;
}

#content .note-label,
#content .fixme-label {
	padding: 0.5em;
	margin: 0;
	padding-left: 3em;
	font-weight: bold;
}

#content .fixme-label { background: #fff url(../images/stripes-red.png) repeat-x; }
#content .note-label { background: #fff url(../images/stripes-blue.png) repeat-x; }

/* PCM Conference Header */

p.header {
	font-size: 1.4em; color: #a12525; margin: 2em 0;
}

p.header span {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.8em; color: #912525; margin: 0.5em 0;
}

/* Panels - Main site */

table#panels {
	border-spacing: 15px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	background: #fff;
	width: 100%;
}

#panels td {
	width: 20%;
	border: 1px #e3e3e3 solid;
	background: #fff url(../images/stripes-yellow.png);
	vertical-align: top;
	text-align: center;

}

#panels td:hover {
/*	background: #fff url(../images/stripes.png); */
	border: 1px #c9c9c9 solid;
}

#panels td h2 {
	text-align: center;
}

#panels td a {
	display: block;
	height: 100%;
}

#panels td a:hover {
	text-decoration: none;
}

#panels td p {
	text-align: center;
	color: #000;
}

#panels td img {
	margin: 0 auto;
	border: 0;
}

table#gallery tr:hover  {
	background-color: #fff;
}

/* Google Maps */

#google-map {
	height: 400px;
}

/* Tooltips */

.tooltip {
	position: relative;
	z-index:24;
	background:none;
}

.tooltip:hover {
	text-indent: 0; /* hack for IE */
	background:none;
	text-decoration:none;
	color:#000;
}
.tooltip span {
	display: none;
}

.tooltip:hover span {
	font-weight:normal;
	display: block !important;
	position: absolute;
	line-height:1.3em;
	top: -3em;
	left: 3em;
	width: 10em;
	padding:0.8125em;
	border:1px solid #ffd105;
	background-color:#fff9c8;
	text-align: left;
	text-decoration: none;
	color: #000;
}
.tooltip:hover span {
	font-size: 85%;
}

.tooltip img {
	border: none;
	vertical-align: middle;
}


/* Footer */

#footer {
	clear: both;
	height: 36px;
	text-align: center;
	background: #fff url(../images/stripes_footer.png) repeat-x bottom;
}

#under-footer {
	width: 1000px;
	margin: 1em auto;
}

#under-footer-left {
	float: left;
	margin-left: 30px;
}

#under-footer-right {
	float: right;
	font-size: 12px;
	margin-right: 30px;
	color: #3553b4;
}

#under-footer-right img {
	vertical-align: middle;
}