/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	width: 100%;
	height: 100%;
}
.wrapper {
	width: 1024px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 250px;
	background-image: url("images/header.png");
	background-position: left bottom

	background: #5f9ea0;  /* Background color */
}

/* Middle
-----------------------------------------------------------------------------*/
.content {
	min-height: 800px;
	padding: 0px 0px 0px 0px;
	background-image: url("images/content_background.png");
    background-position: left bottom
	overflow: auto;
    background: #d8bfd8;  /* Background color */
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	width: 1024px;
	height: 60px;
	background-image: url("images/footer.png");
    background-position: left bottom

    background: #f5deb3;  /* Background color */
}

.ui-tabs .ui-tabs-nav li a {
}

.ui-widget-header {
	background-image: url("images/container_background.png");
	border: none;
    height: 31px;
	font-size: 13.0px;
}

.ui-corner-all {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.ui-tabs-nav li.ui-tabs-active,
.ui-tabs-nav li:hover {
	background-image: url("images/content_background.png");
}

.ui-state-default {
    background: none;
    border: none;
}

.call{
	margin: 0px 0px 0px 10px;
	list-style-position: inside;
}

#tabs-home {
	overflow-y: scroll;
	height: 739px;
	background-image: url("images/content_background.png");
}

#tabs-activities {
	overflow-y: scroll;
	height: 739px;
	background-image: url("images/content_background.png");
}

#tabs-regist {
	overflow-y: scroll;
	height: 739px;
	background-image: url("images/content_background.png");
}

#tabs-venue {
	overflow-y: scroll;
	height: 739px;
	background-image: url("images/content_background.png");
}

#tabs-program {
	overflow-y: scroll;
	height: 739px;
	background-image: url("images/content_background.png");
}

#tabs-keynotes {
	overflow-y: scroll;
	height: 739px;
	background-image: url("images/content_background.png");
}

#tabs-date {
	overflow-y: scroll;
	height: 739px;
	background-image: url("images/content_background.png");
}

#tabs-call {
	overflow-y: scroll;
	height: 739px;
	background-image: url("images/content_background.png");
}

#tabs-committees {
	overflow-y: scroll;
	height: 739px;
	background-image: url("images/content_background.png");
}

#tabs-events {
	height: 739px;
	background-image: url("images/content_background.png");
}
