/* @override http://etcproceedings.dev.mmnet.co.uk/templates/_css/default.css */

/* @group Resets */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body { line-height: 1.4; margin: 0; }
/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
form p {margin: 0px; padding: 0px;}
form p.register {margin: 0px; padding: 10px 0px 0px;}
/* @end */

/* @group Defaults */
/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
.wrapper { font-size: 69%; }

/* Default fonts and colors. 
   If you prefer serif fonts, remove the font-family 
   on the headings, and apply this one to the body:
   font: 1em Georgia, "lucida bright", "times new roman", serif; */
   
body { 
  color: #222; 
  font-family: Verdana, sans-serif;
  background:#ddd url(/templates/_img/header-bg.gif) repeat-x top left; 
}
h1,h2,h3,h4 { 
  color: #111; 
  font-family: Arial, sans-serif; 
}

/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
h1 { font-size: 2.5em; line-height: 1; margin: 0.5em 0em; }
h2 { font-size: 1.75em; margin-bottom: 1em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.5em; font-weight: bold; margin: 1em 0px 0.5em 0px; padding: 0px;}
h5 { font-size: 1em; font-weight: bold; margin: 0px 0px 0.5em; }
h6 { font-size: 1em; font-weight: bold; }

/* Text elements
-------------------------------------------------------------- */
p           { margin: 0 0 1.5em; }
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */
img         { margin: 0; }
ul, ol      { margin:0 1.5em 1.5em 1.5em; }
ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}
abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#666; }
a:focus, 
a:hover     { color: #eb690b; }
a           { color: #4c60aa; text-decoration: underline; }
blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; background: #ffc; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }

/* Tables
-------------------------------------------------------------- */
table   { margin-bottom: 1.4em; border-collapse: collapse; width: 100%; }
th      { border-bottom: 2px solid #ccc; font-weight: bold; }
td      { border-bottom: 1px solid #DEDED8; }
th,td   { padding: 7px 10px 7px 4px; }
tfoot   { font-style: italic; }
caption { background: #ffc; }
tr.odd td, .odd {background: #fff;}
tr.even td, .even {background: #FdFdFb;}
/* Use this if you use span-x classes on th/td. */
table .last { padding-right: 0; } 

/* Some default classes
-------------------------------------------------------------- */
.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet      { color: #666; }
.hide       { display: none; }
.highlight  { background:#ff0; }
.added      { color:#060; }
.removed    { color:#900; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
.clear      { clear: both;}
.clearLeft  { clear: left;}

.error{
   	background:#ffdfdf url(/templates/_img/exclamation.jpg) no-repeat 5px center;
   	border:1px solid #df7d7d; border-width:1px 0;
	margin:0 0 1em 0; 
	padding:1em 1em 1em 2.5em;
	text-align: left;
}
.warning{
   	background:#FAF04D url(/templates/_img/error.png) no-repeat 5px center;
   	border:1px solid #DFD907; border-width:1px 0;
	margin:0 0 1em 0; 
	padding:1em 1em 1em 2.5em;
	text-align: left;
}
.message {
	background:#9BFF9E url(/templates/_img/opts_16.gif) no-repeat 5px center;
	border:1px solid #64C468;
	margin:0 0 1em 0; 
	padding:1em 1em 1em 2.5em;
	text-align: left;
}



/* Header
-------------------------------------------------------------- */
#header {
	border-top: solid 4px #7a3707 ;
	font-size: 100%;
	width: 960px;
	height: 88px;
	margin: 0 auto;
}

#header h1 {
	margin: 8px auto;
	padding: 0;
	float: left;
}

#header h1 a {
	display: block;
	width: 195px;
	height: 60px;
	background: url(/templates/_img/logo.gif) no-repeat 0 0;
	text-indent: -8000px;
}

#header form {
	font-size: 0.75em;
	color: #fff;
	background: transparent;
	padding: 10px 30px;
	text-align: left;
}

#header form label {
	margin-right: 10px;
}

#toolbar {
	margin: 10px 0 0;
	float: right;
}

#toolbar ul{
	font-size: 0.625em;
	color: #fff;
	margin: 0;
	padding: 0px;	
}
#toolbar li {
	float: left;
	list-style-type: none;
}

#toolbar li.pipes {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 5px;
	border-left: 1px solid #f4aa75;
}

#toolbar li a {
	color: #fff;
}

#toolbar li a:hover {
	text-decoration: underline;
}

#toolbar p{
	padding-top: 5px;
	text-align: right;
}

#toolbar a{
	color: #FFF;
	text-decoration: none;
}

#toolbar a:hover{
	text-decoration: underline;
}

#breadcrumb {
	margin-bottom: 0.5em;
}

#breadcrumb a {
	text-decoration: none;
	color: #eb690b;
}

#breadcrumb a:hover {
	text-decoration: underline;
	background: none;
}

/* Main Content
-------------------------------------------------------------- */
#wrapper {
	background: #fff;
	font-size: 69%;
	margin: 0px auto;
	padding: 20px;
	width: 920px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

body.log-in #wrapper{
	width: 380px;
}



#maincontent {
	background: #fff;
}

ul#papers-list,
#related-papers ul {
	margin: 0;
	
}

ul#papers-list li, #related-papers ul li {
	list-style: none;
	padding-left: 18px;
	background: url(/templates/_img/bullet-orange.gif) no-repeat 0 6px;
	margin-bottom: 6px;
}

#wrapper .toolbar {
	background: #F6F5F7;
	border: 1px solid #ccc;
	margin: 10px 0px 24px 0;
	padding: 10px;
}

#wrapper .toolbar ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#wrapper .toolbar ul li{
	float: left;
	list-style-type: none;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}
#wrapper .toolbar ul li a {
	padding: 4px 0px 4px 22px;
	text-decoration: none;
}

#wrapper .toolbar ul li a:hover {
	color: #eb690b;
	text-decoration: underline;
}
#wrapper .toolbar ul li a.add {
	background:  url(/templates/_img/add_stef.gif) no-repeat left center;
}
#wrapper .toolbar ul li a.edit {
	background:  url(/templates/_img/edit_stef.gif) no-repeat left center;
}
#wrapper .toolbar ul li a.users {
	background:  url(/templates/_img/user_16.gif) no-repeat left center;
}
#wrapper .toolbar ul li a.excel {
	background:  url(/templates/_img/page_white_excel.jpg) no-repeat left center;
}
#wrapper .toolbar ul li a.summary {
	background:  url(/templates/_img/docs_16.gif) no-repeat left center;
}
#wrapper .toolbar ul li a.delete {
	background:  url(/templates/_img/del_stef.gif) no-repeat left center;
}
#wrapper .toolbar ul li a.reset {
	background:  url(/templates/_img/ref_16.gif) no-repeat left center;
}

#wrapper #session-toolbar{
	background: #f5f4f7;
	border-top: 1px solid #DEDED8;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-top: 0px;
	padding: 10px 13px;
}
#wrapper #session-toolbar ul li a{
	background-color:#F5F4F7;
}
#wrapper #session-toolbar ul{
	margin: 0px;
}
#wrapper #session-toolbar ul li {
	border-right:1px solid #AAAAAA;
	float:left;
	list-style-type:none;
	margin:0px 10px 0px 0px;
	padding:0px 10px 0px 0px;
}
#wrapper #session-toolbar ul li.last {
	border: none;
}

.conference-list {
	padding: 0px;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 25px;	
}
.conference-list li{
	float: left;
	width: 320px;	
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0px;
}
.conference-list li.left {
	clear: left;
	width: 320px;
}
.conference-list li.right {
	width: 240px;
}
.conference-list li a {
	font-size: 1.1em;
}

.last {
	margin-right: 0;
}

#related-papers {
	width: 320px;
	float: right;
	clear: right;
}

div.paper-available {
	width: 320px;
	float: right;
}

body.right-col #paper-info {
	margin-right: 360px;
}

#home-side-copy {
	background:#F6F5F7;
	border:1px solid #CCCCCC;
	float:left;
	padding:10px;
	width:308px;
}
#home-side-copy p {
	margin-bottom: 1em;
}
#home-side-copy li {
	margin-bottom: 1em;
}

#home-bottom-copy {
	margin-top: 2em;
}

/* Forms
-------------------------------------------------------------- */
form {
	background: #F6F5F7;
	border: 1px solid #ccc;
	padding: 15px;
	margin: 0 auto 2em auto;
}
.buttons {
	margin-top: 15px;
}
.formfield {
	clear: left;
	margin-bottom: 8px;
}
.formfield input, .formfield select, .formfield label, .formfield textarea {
	margin-bottom: 2px;
}
.formfield input, .formfield textarea {
	font-size: 1.4em;
}


.formfield input.button {
	width: auto;
}
.formfield label {
	display: block;
	margin-top: 2px;
	width: 120px;
}
.formfield .checkbox {
	margin: 0px;
	width: auto;
}


#header form {
	margin-top: 8px;
	margin-right: 0;
	padding-right: 0;
	background: transparent;
	border: none;
	
}

#header form input#username,
#header form input#password {
	margin-right: 12px;
}

#header form label {
	font-size: 1.2em;
	margin-right: 0px;
}


.slug-field span {
	color:#333;
	font-size: 1.2em;
	float: left;
}
#slug {
	background: #f5f4f7;
	border-top: none;
	border-left: none;
	border-right: none;
	font-size: 1.2em;
	margin-top: 1px;
	width: 550px;
}
.radiobuttons label {
	margin: 2px 6px 0px 0px;
	width: auto;
	display: inline;
	vertical-align: middle;
}
.radiobuttons .mainlabel {
	width: 110px;
}
.radiobuttons input {
	margin: 3px 13px 3px 0px;
	vertical-align: middle;
}

#advanced-search {
	clear: left;
	margin-top: 10px;
}

/* Specific Field Widths	*/
input#session_number {
	width: 40px;
}
.formfield textarea#abstract, 
.formfield textarea#short_abstract, 
.formfield textarea#keywords,
.formfield input#title,
.formfield input#authors {
	width: 880px;
}
.formfield input#title {
	font-size: 1.8em;
}
input#num_professionals {
	width: 40px;
}

#change-password-form label {
	width: 120px;
}
#change-password-form input {
	width: 190px;
}
#change-password-form input.button {
	width: auto;
}

input#criteria {
	width: 300px;
	font-size: 1.5em;
	font-weight: normal;
	margin-right: 8px;
	float: left;
}

form#paper-search label, form#paper-search select {
	font-size: 1.5em;
	margin-right: 8px;
}


input#bt-search {
	background:url(/templates/_img/button-search.jpg) bottom no-repeat;
	border:0;
	height:27px;
	width:122px;
	vertical-align: top;
}

input#bt-login {
	background:url(/templates/_img/button-login.jpg) bottom no-repeat;
	border:0;
	height:22px;
	width:55px;
	vertical-align: top;
}

.s2 {
	float: left;
	width: 380px;
	margin-right: 24px;
	margin-bottom: 16px;
	padding: 0;
	clear: none;
}

.s2 input {
	width: 380px;
}

.s3 {
	float: left;
	width: 890px;
	margin-right: 0;
	margin-bottom: 16px;
	padding: 0;
	clear: none;
}

.s3 input {
	width: 480px;
}

.s5 {
	float: left;
	width: 178px;
	margin-right: 24px;
	margin-bottom: 16px;
	padding: 0;
	clear: none;
}

.s5 input {
	width: 178px;
}

.s6 {
	float: left;
	width: 150px;
	margin-right: 24px;
	margin-bottom: 16px;
	padding: 0;
	clear: left;
}

.s6 label {
	float: left;
	width: 90px;
}


.s7 {
	float: left;
	width: 120px;
	margin-top: 8px;
	margin-right: 24px;
	margin-bottom: 16px;
	padding: 0;
}


/* Buy a paper
-------------------------------------------------------------- */
.paper-buy #maincontent form {
	background: none;
	margin-top: 6px;
	padding: 0px;
	border: 0;
}

.paper-buy #maincontent h4 {
	font-weight: normal;
}

/* Seminar Detail
-------------------------------------------------------------- */
div.session-summary {
	margin: 30px 0px 45px;
}

div.session-summary h4 {
	border-bottom: 2px solid #CCCCCC;
}
.paper {
	clear: left;
	border-bottom: 1px solid #DEDED8;
	margin: 0px;
	padding: 7px 7px 7px 2px;
}
.paper h5 {
	font-size: 1.05em;
	font-weight: normal;
	margin: 0px 0px 5px;
	padding: 0px;
}
.paper p {
	font-style: italic;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
}
/*
div.session-summary .paper .download-link {
	display: block;
	float: left;
	margin-top: 5px;
	width: 24px;
}
*/
.download-link:hover, .download-link:focus{
	background: none;
}

a.inner-download-link {
	display: block;
	background: url(/templates/_img/button-download-paper.jpg) no-repeat 0 0;
	width: 175px;
	height: 38px;
	margin-bottom: 10px;
	text-indent: -5000px;
}

a.inner-download-link:hover {
	background-position: 0 -38px;
}

a.inner-download-link:active,
a.inner-download-link:focus {
	outline: none;
}


a.signup {
	display: block;
	background: url(/templates/_img/button-signup.jpg) no-repeat 0 0;
	width: 125px;
	height: 38px;
	margin-bottom: 10px;
	text-indent: -5000px;
}

a.signup:hover {
	background-position: 0 -38px;
}

a.signup:active,
a.signup:focus {
	outline: none;
}


a.download-link {
	float: left;
	position: relative;
	margin-right: 12px;
	margin-left: 4px;
}

.file-type-pdf, .file-type-pdf:hover {

}
.file-type-doc, .file-type-doc:hover {

}

/* User Search
-------------------------------------------------------------- */
#user_search_criteria {
	width: 300px;
}

#live-search-form select, #live-search-form label {
	float: left;
	margin-right: 0.5em;
}

#ajax-loader {
	display: none;
	float: left;
	margin: 0px;
}
.form-ht
{
	display: none;
}