/*
Main CSS file
*/
a:link {
	color: #334998;
	text-decoration: underline;
}
a:visited  { color: #334998; }
a:hover {color: #f1af00;}


body {
	margin:0;
	padding:0;
	background-color: #fff;
}
body, p, td, th, li, pre, blockquote {
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	color: black;
}

img { border: 0; }

#top {
	width: 100%;
	margin-bottom: 5px;
}
#top, #top tr, #top td {
	border-width: 0;
}

#right {
	vertical-align: top;
	margin: 0;
	padding-left: 5px;
	background: #8aa4cd;
}
#left {
	width: 157px;
	vertical-align: top;
	margin: 0;
	padding: 0;
	padding-right: 5px;
	background: #fff;
}

#logo {
	padding: 10px 0 10px 0;
	text-align: center;
	background: #334998;  
}
#toolbar { 
	padding: 10px 5px 0 5px;
}

#navpath {
	float: left;
	font-weight: bold;
	font-size: 12px;
	color: #334998;
}


#content {
	margin: 0;
	padding: 0 5px 0 165px;
	background: url(../../../../gfx/bg/17_reflexblue.jpg) no-repeat;
	background-position: 0px 0px;
	min-height: 500px;
}
#content table {
	margin-bottom: 1em;
}

p {
	width: 400px;
	text-align: left;
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: 1em;
}

h1 {
	margin-top: 0px;
	font-size: 15px;
	color: #334998;
	border-bottom: 1px solid #f1af00;
}

h2 { 
	font-size: 14px;
	color: #334998;;
}
h3, h4, h5 {
	font-size: 13px;
	color: #334998;;
	margin-bottom: 0;
}

p.warning {
	border: 2px solid red;
	font-weight: bold;
	padding: 0.5em;
}
#login_info {
	text-align: right;
	margin: 0px 0px 3px 0px;
	font-weight: bold;
	color: #fff;
	clear : both;
}

.core_commands {
	position: absolute;
	top: 100px;
	background: #fff;
	left: 0px;
	width: 157px;
	padding-bottom: 5px;
}
.cmdlinks {
	border: solid 1px gray;
	border-width: 0px 1px 1px 1px;
	background-color: #f2f4f9;
}
.cmdlinks a:link, .cmdlinks a:visited {
	display: block;
	text-decoration: none;
	padding: 0.3em;
	color: #000;
	border-top: 1px solid gray;
}
.cmdlinks a:hover {
	border-right: 5px solid gray;
	background: #f1af00;
	color: black;
}
.cmdlabel {
	background-color: #f1af00;
	font-weight: bold;
	padding: 0.3em;
	display: block;
	border: solid 1px gray;
	border-width: 1px 1px 0 1px;
}

/* start form */
.core_form {
	width: 500px;
	border: 1px solid rgb(102, 102, 102); 
	padding: 5px; 
	background-color: #f2f4f9;
}

.core_form td {	padding: 5px; }
td.element { vertical-align:top; }
td.label { vertical-align:top; }

#person_details {}
#person_pic { border: solid 1px black; 	float: left; margin: 0.33em 1em 0 0;}
#person_objects { clear: both; }

.core_form td.required { font-weight: bold; }

.form_error {
	font-weight: bold;
	font-size: 14px;
	color: red;
}
div.form_header {
	font-size: 14px;
	padding: 2px 2px 12px 2px;
	font-weight: bold;
	display: block;
}
.button { 
	font-size: 13px;
	font-weight: bold;
}
/* end form */

.sess_head {
	width: 400px;
	line-height: 1.7em;
}

tr.row0, tr.row1 {
	width: 400px;
}
.details {
}
.details th { 
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	padding-right: 1em;
}
.details td { 
	text-align: left;
	vertical-align: top;
}

/* Session page */
.live_stream_link {
	text-align: center;
	background-color: rgb(246, 246, 246);
	border: solid 1px #f1af00;
	padding: 5px;
}

#pres_in_sess {}
#pres_in_sess .title {
	font-weight: bold;
}
#pres_in_sess .speaker {
	color: #000;
	font-style: italic;
}



/* End Session page */

p.notice {
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: bold;
	padding: 5px;
	font-size: 1.05em;
	border: dashed 1px #cc9999;
	width: auto;
}
p.smallnotice {
}
p.shorttext {

}
#content ul {
	list-style-type: square;
	list-style-position: outside;
	width: 400px;
	margin-left: 20px;
	padding-left: 20px;
	clear: right;
}
#content li {
	line-height: 1.4em;
	margin-bottom: 1em;
}


#navpath a:link, #navpath a:visited {
	color: black;
}
#navpath a:hover {
	color: #e5e5e5;
}
.pathseparator {
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	padding: 0 3px 0 3px;
	color: #e5e5e5;
}



table.overview {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
}
tr.row1 {
	background: #fff8e6;
}
tr.row0 {
	background: #fff;
}
table.overview tr:hover, table.grid tr:hover {
	background: #ffe7ce;
}
table.overview th {
	color: #fff;
	background: #334998; 
	text-align: left;
}
table.overview td {
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	padding: 5px 1px 5px 2px;
}



.file_download img {
	margin-bottom: 4px;
}
.file_download {
	text-align: center;
	margin: 5px 10px 10px 10px;
	background-color: rgb(246, 246, 246);
	border: solid 1px #f1af00;
	padding: 5px;
}
.file_download td {
	padding: 10px;
}

/* personal page CORE */
.last_updated {
	color: #cc9999;
	font-size: 12px;
	font-style: italic;
}

abbr {
	color: inherit;
	border-bottom: 1px dotted;
}
#footer {
	font-size: 0.9em;
	font-style: italic;
	margin: 2em 0;
	clear: both;
	text-align: center;
}
#footer a { font-style: normal;}
