/* Museums and the Web 2010 - Paper specific styles */
/* www.archimuse.com */


/*------------- =layout ---------------*/


#body-text p{
	clear: left;
		}
	
#body-text p.caption{
	display: block;
	overflow:hidden;
	background: #fff;
	padding: 10px;
	margin: 0px;
	clear: left;
	text-align: center;
	font-size: 1em;
	color: #555;
	}
	
	


/*------------- =navigation ---------------*/

/* #date {
	background-color: #2D2E46;
	} */ 

#title {
	background-color: #538588;
	}

/*------------- =typography ---------------*/

#title h1 {
	
	}

.title-long {
	font-size: 80%;
	vertical-align: top;
}

.title-longer {
	font-size: 70%;
}


h2 {
	font-size: 1.3em;
	line-height: 1.5em;
	}
	
	
h2.Author, h2.author {
	color: #666666;
}

h3 {
	font-size: 1.3em;
	color: #666666;
	}

h3.AbstractTitle {
	font-size: 95%;
	padding: 2px 55px;
}

h4 {
	color: #666;
	margin-top: 8px;
	font-style: italic;
	font-size: 1.1em;
	}	

h5 {
	font-size: 1em;
	color: #030303;
	padding: 0px;
	margin-bottom: 0px;
	}

h6 {
	color: #030303;
	margin-top: 8px;
	margin-bottom: 0px;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	}


.URL {
	color: #333;
	text-align: justify;
	padding: 2px 55px;
	line-height: 1.3em;
	}

.abstract {
	color: #333;
	text-align: justify;
	padding: 2px 55px;
	line-height: 1.3em;
	font-size: .9em; 
	}

.AbstractText {
	color: #333;
	text-align: justify;
	padding: 2px 55px;
	line-height: 1.3em;
	font-size: .9em; 
	}

.keywords {
	margin-bottom: 20px;
	color: #333;
	text-align: justify;
	padding: 2px 55px;
	line-height: 1.3em;
	font-size: .9em; 
	display: block;
	/*clear: right; */
	}
	
.code {
	font-family: "Monaco, Courier, monospace";
	line-height: 1em;
}
	
.BlockQuote, blockquote, .blockQuote {
	padding-left: 2em;
	padding-right: 2em;
	}
		
.BlockQuoteAuthor {
	font-style: italic;
	padding-left: 2em;
	padding-right: 2em;
	}
	
.blockQuoteAuthor {
	font-style: italic;
	padding-left: 2em;
	padding-right: 2em;
	}	
	
.ReferencesText, .referencesText {
	font-size:95%;
	padding: 0 20px;
	text-indent: -10px;
	overflow:hidden;
	}
.references {
	font-size:95%;
	padding: 0 20px;
	text-indent: -10px;
	overflow:hidden;
	}
.AcknowedgementsText, acknowledgementsText {
	font-size: 95%;
}	

.references dd{
	font-size:95%;
	}

#short-title, #small-title{
	padding: 10px 0 0 0;
	}
#container #main-content #citation {
	width: 540px;
	border-top: 1px solid #DEDEDE;
	margin-top: 10px;
	font-size: 90%;
	}


/*------------- =links ---------------*/


/*------------- =lists ---------------*/


#main-content #body-text ul li {
	list-style-type: square;
	list-style-position:outside;
	}

#main-content #body-text ol li {
	list-style-type: decimal;
	list-style-position:outside;
}

#main-content #body-text ol li .list-letters {
	list-style:lower-alpha;
	list-style-type: lower-alpha;
	}

.block {
	display: block;
	}

#abstract li {
	margin: 2px 35px 2px 75px;
	line-height: 1.3em;
	font-size: .9em;
	color: #333;
	}


/*------------- =forms ---------------*/

input #searchbox{
	width: 131px;
	}


/*------------- =image ---------------*/

#papers img {
	text-align: center;
	margin: 0px auto;
    display: block;
	}

.first-image {
	margin-bottom: 10px;
	display: block;
	float: right;
	border: 2px solid #999;
	}

/*------------- =tables ---------------*/

table {
	margin-left: 10%;
	margin-right: 10%;
	padding: 0px 10px;
	border-collapse: separate;
	border-spacing: 0px;
	font-size: smaller;
	border: 0;
	}

table.no-indent  {
	margin-left: 0;
	margin-right: 0;
	padding: 0px 10px;
	border-collapse: separate;
	border-spacing: 0px;
	font-size: smaller;
	border: 0;
	}
th {
	padding: 2px 7px;
	color: #fff;
	font-size: 1em;
	border: 1px solid #fff;
	background-color: #92A3B2;
	text-align: center;
	line-height: 120%;
	}

tr { 
	background-color: #E4E4E4;
	}

td {
	padding: 2px 7px;
	border: 1px solid #fff;
	vertical-align: top;
	}
	
.captionTable {
	text-align: left;
	font-size: 1em;
	color: #555;
	margin-left: 10%;
}

#container #main-content #body-text td li {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 12px;
}

.noIndent {
	margin-left: 0%;
	margin-right: 0%;
	padding: 0px 10px;
	border-collapse: separate;
	border-spacing: 0px;
	font-size: smaller;
	border: 0;
	}



/*------------- =ie hackery ---------------*/
