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


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


#papers p{
		}
	
#papers img{
	overflow:visble;
	background: #fff;
	padding: 10px;
	}

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

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

#title {
	background-color: #848B7E;
	}

/*------------- =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.2em;
	}	

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;
	}


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

.abstractText, .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;
	}
.caption {
	text-align: center;
	font-size: 1em;
	color: #555;
	}

.code {
	font-family: "Monaco, Courier, monospace";
	}
	
.BlockQuote, blockquote, .blockQuote {
	padding-left: 30px;
	}
		
	
.BlockQuoteAuthor {
	font-style: italic;
	padding-left: 30px;
	}
	
.blockQuoteAuthor {
	font-style: italic;
	padding-left: 30px;
	}	
.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{
	font-size: 95%;
}	

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

#short-title, #small-title{
	padding: 10px 0 0 0;
	}

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


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


#main-content ul li {
	list-style-type: round;
	list-style-position:outside;
	}

#main-content ol li {
	list-style-type: decimal;
	}


.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: 15%;
	margin-right: 10%;
	padding: 0px 10px;
	border-collapse: separate;
	border-spacing: 0px;
	font-size: smaller;
	border: 0;
	}

th {
	margin-right: 2px;
	color: #fff;
	font-size: 1em;
	border: 1px solid #fff;
	background-color: #9D959D;
	text-align: center;
	}

tr { 
	background-color: #e3e3e3;
	}

td {
	padding: 2px 7px;
	border: 1px solid #fff;
	vertical-align: top;
	}

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

