/* Ekatius CSS */
* {
    margin: 0;
    padding: 0;
}

td {
	padding: 2px;
}

select {
	text-align: left;
}
select option {
	padding: 0px 8px 0px 0px;
}
input[type='text'], input[type='password'] {
	padding: 1px 3px;
}
input[type='submit'], input[type='button'], button {
	padding: 0px 3px;
}

body {
    background-color:#F0F0FF;background-attachment:fixed;background-image:url(images/bgl.gif);background-repeat:repeat-x;background-position:top;/*background: #E3E3EE url(images/bg.gif);*/
    color: #445;
    margin: 0;
    padding: 0;
}

/* Removed 2008-02-19 JEA
 * input[ type = "submit" ] 
{
    background-color: #E3E3EE;
    color: #345;
    font-weight: bold;
    font-size: 11px;
    border-color: #BCBCDC;
}*/

/* classes */
.comment {
    color: #666666;
}

.alert {
    margin: auto;
    padding: 5px;
    max-width: 480px;
    background-color: #F9FAC9;
    border: 1px solid #CE7A2F;
    color: #7C3A00;
}

.msgbox {
	margin: 15px auto;
	text-align: center;
}

.notice {
    margin: 0.5em auto;
    padding: 2px;
    border: 2px solid #CE7A2F;
    background-color: #F9FAC9;
}

.notice_subtle {
    margin: 0.5em auto;
    border: 1px dashed #BCBCDC;
    background-color: #FFF;
    color: #369;
}

.cleared, .reset {
    clear: both;
}

.logo {
    margin: 2px auto;
    padding: 3px;
    border: 1px solid #E3E3EE;
}

/* structure */
.body_wrap {
    margin: 0 auto;
    width: 1000px;
    border-right: 1px solid #9999BB;
    background: #FFF;
}

.header {
    white-space: nowrap;
    font-size: 10px;
    padding: 5px 8px 8px 5px;
    margin: 0px 0px 0px 0px;
    background: url(images/g_ttb.gif) repeat-x bottom;
    background-color: #FFFFFF;
}

.header table tr td a {
    font-size: 10px;
}

.mini {
    background: none;
    padding-bottom: 0px;
}

.entablature {
    margin: 5px 5px 5px 5px;
    background: url(images/gd_ttb.gif) repeat-x;
    border-left: 1px solid #BCBCDC;
    padding: 20px 0;
    background-color: #E3E3EE;
}

.moat {
    margin: 5px 10px 5px 5px;
    background: url(images/gd_ttb.gif) repeat-x;
    border-left: 1px solid #BCBCDC;
    padding: 20px;
    background-color: #E3E3EE;
}

.islandcontent {
	width: 650px;
	margin: 42px auto 0px auto;
}

div.threecols {
    margin: 5px;
    background-color: #FFFFFF;
}

table.threecols {
    width: 100%;
}

.leftcol {
    background-color: #FBFBFC;
    width: 180px;
    padding: 4px 4px 40px 4px;
    vertical-align: top;
    border: solid #BCBCDC;
    border-width: 1px;
    font-family: Arial, "Palatino Linotype", "Arial Narrow", Tahoma, sans-serif;
    font-size: 14px;
}

/* Removed 2008-02-19 JEA
 * 
 .ditch {
    margin: 5px 5px 5px 0px;
    padding: 5px;
    background-color: #F3F2F8;
    background-image: url(gm_ttb.gif);
    background-repeat: repeat-x;
}

.ditch table {
    font-size: 10px;
}

.ditch input
[ type = "submit" ] {
    background-color: #FFF;
    padding: 1px;
    position: relative;
    top: -1px;
}
*/

.centercol {
    background: url(images/g_ltr.gif) repeat-y;
    vertical-align: top;
    padding: 4px 4px 0 8px;
}

.centercol li {
	margin: 0px 0px 15px 5px;
}

.centercol div.maneuver {
	text-align: center;
}
.centercol div.maneuver *.active_page {
	font-weight: bold;
	font-size: 1.2em;
}

.unavail_title a.eplus, .unavail_title a.eplus .plus, .unavail_title a.eplus .ekatius {
	color: #666666;
	text-decoration: none;
}
a.eplus {
	color: #444455;
	text-decoration: none;
}
a.eplus:hover{
	text-decoration: underline;
}
a.eplus .ekatius {
	color: #3366cc;
}
a.eplus .plus {
	font-weight: bold;
	color: #33cc33;
}
/*to improve readability on long documents.*/
.page {
    max-width: 50em;
}

.page p {
    line-height: 1.5em;
}

.section {
    padding-top: 10px;
}

.rightcol {
    background: url(images/gd_ttb.gif) repeat-x;
    border-left: 1px solid #BCBCDC;
    padding: 4px;
    font-family: Arial, "Palatino Linotype", "Arial Narrow", Tahoma, sans-serif;
    font-size: 14px;
    width: 170px;
    vertical-align: top;
    background-color: #E3E3EE;
}

/* wayfinder */
.wayfinder {
    background-color: #616179;
    margin: 0px 0px 3px 0px;
    padding: 5px;
	color: #ffffff;
	font-size: 12px;
}

.wayfinder h1 {
	display: inline;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

.wayfinder p {
    text-align: right;
    color: #FFF;
}

/* .rightcol extras */
.rightcol h2 {
    padding: 0;
    margin: 0;
    padding-top: .45em;
    font-size: 1em;
}

.rightcol h4 {
    margin-top: 0.6em;
}

.rightcol ul { /**/
    padding: 0;
    border: #6097BF solid;
    border-width: 1px 0 0 0;
    font-size: .83em;
    line-height: 1.75em;
    list-style: none;
}

.rightcol ul li {
    padding: 0;
    border-bottom: 1px #6097BF solid;
}

.rightcol ul li a {
    display: block;
    padding: 4px 2px;
    font-weight: bold;
    text-decoration: none;
    color: #3366CC;
}

.rightcol ul li a:hover {
    text-decoration: none;
    display: block;
    background: #F9FAC9;
    color: #3366CC;
}

.rightcol ul li form {
    padding: 7px 0 4px 0;
}

.rightcol ul li p {
    padding: 2px .5em;
}

.rightcol p {
    padding-top: 1px;
}
/* center col extras */
p {
    margin: 1.1em 0;
}

.date {
    color: #006699;
}
/* .leftcol extras */
.leftcol h2 {
    padding: 0;
    margin: 0;
    padding-top: .45em;
    font-size: 1em;
}

.leftcol ul {
    padding: 0;
    border: #6097BF solid;
    border-width: 1px 0 0 0;
    font-size: .83em;
    line-height: 1.75em;
    list-style: none;
}

.leftcol ul li {
    padding: 0;
    border-bottom: 1px #6097BF solid;
}

.leftcol ul li a {
    display: block;
    padding: 4px 2px;
    font-weight: bold;
    text-decoration: none;
    color: #3366CC;
}

.leftcol ul li a:hover {
    text-decoration: none;
    display: block;
    background: #F9FAC9;
    color: #3366CC;
}

.leftcol ul li form {
    padding: 7px 0 4px 0;
}

.leftcol ul li p {
    padding: 2px .5em;
}

.boxed {
    background: #FFF;
    border: 1px solid #6097BF;
    padding: 3px;
    position: relative;
}

.boxed h4, .boxed h5, .boxed h6 {
    font-family: Tahoma, Arial, sans-serif;
    margin: 0;
    font-size: 1em;
    padding: 5px;
}

.boxed {
    background-image: url(images/title_bg-blue.jpg);
    background-repeat: repeat-x;
}

/* footer */
#footer {
    text-align: center;
    margin: 42px 0px 0px 0px;
    padding: 8px;
    font-size: 10px;
    border-bottom: 1px solid #BCBCDC;
    background: url(images/g_btt.gif) top repeat-x;
}

#footer p {
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-align: center;
    font-size: 10px;
}

#footer ul {
    margin: .3em 0;
    list-style: none;
}

#footer ul li {
    padding: .3em 4px;
    display: inline;
}

#footer div.accessed-from {
	padding: 5px 0px;
	color: #aaaaaa;
}

/* castle */
.castle {
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    border: solid #BCBCDC;
    border-width: 2px;
    padding: 10px;
    text-align: center;
}

.castle table {
    margin: auto;
    text-align: left;
}

/* result set*/
.resultset {
}

.resultset .conf {
    font-size: 10px;
    color: #8989A0;
}

a.title_link {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

a.title_link:hover {
    text-decoration: underline;
}

.unavail_title {
    color: #666;
}

.unavail_title a.title_link {
    color: #666;
}
/* SESSION DETAIL */
.presentation_list {
    margin: 7px 0 0 0px;
    padding: 0;
}

.presentation_list tr {
    vertical-align: top;
}

.presentation_list .icons {
    width: 150px;
    margin: 0 0 5px 0;
    padding: 0;
    text-align: center;
    font-size: .83em;
}

.presentation_list .icons img {
    margin: 0 0 2px 0;
    border: 1px solid #99CCFE;
}

.presentation_list .presentation_item a:hover {
    background: transparent;
}

.presentation_list .presentation_item title {
}

.presentation_list .presentation_item presenter {
}

.presentation_list .presentation_item date {
}

.presentation_list .tools {
    text-align: left;
    margin: 0;
}
/* PRESENTATION DETAIL */
.presentation.detail h3:before {
    content: "Presented on "
}

.presentation.detail .content_info {
}

.presentation.detail .icons {
    float: left;
    width: 322px; /*slide size+border*/
    margin: 0 7px 0 0;
}
td.icons{vertical-align:top;}
.presentation.detail .icons p span {
    white-space: nowrap;
}

.presentation.detail .icons p.duration:before {
    content: "Duration: ";
    font-weight: bold;
}

.presentation.detail #description {
    padding: 7px 7px 0 0;
}
