/* 
    Document   : tales_thesis
    Created on : 26 de junio de 2007, 08:23 PM
    Author     : Lourdes Fernández
    Description: Electronic Theses and Dissertations.
*/

#SearchF {
    display: none;
}

#Header {
    margin: 0;
    width: 650px;
    min-height: 60px;
    float: left;
}

#Header h1 {
    padding: 25px 60px 0 0;
    font-size: 110%;
    margin-left: 40px;
}

#Location em {
    font-style: normal;
}
 
#Text {
    /*background-color: #e0d9d9;*/
    padding-bottom: 0;
}

#Explanation {
    width: 690px;
    float: left;
}

#Explanation iframe {
    margin-top: 20px;
    width: 610px;
}

/*
#Explanation p {
	width: 80%;
}*/

#LocalMenu {
    background: url(../img/localmenu_top.png) no-repeat #e0d9d9;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 190px;
    float: right;
    font-size: 90%;
    font-family: Tahoma, Verdana, "Myriad Web";
    line-height: 1.3em;
    margin-right: 20px;
    margin-top: -40px;
}

#LocalMenu h4 {
    display: none;
}

#LocalMenu a {
    color: #706d6d;
    text-decoration: none;
    padding-left: 15px;
}

#LocalMenu a.on {
    /*background: url(../img/on.png) no-repeat;*/
}

#LocalMenu a:visited {
    color: #706d6d;
}

#LocalMenu a:hover {
    background: url(../img/der.png) no-repeat;
    text-decoration: none;
    color: #383636;
}

#LocalMenu p {
    padding-top: 0;
    padding-bottom: 5px;
}

#LocalMenu p.first {
    text-align: left;
    padding-top: 10px;
    padding-left: 20px;
}

#LocalMenu p.acceso {
    text-align: left;
    float: left;
    padding: 30px 20px 40px 40px;
    color: #706d6d;
}

#tocShort {
    padding-top: 20px;
}

#tocShort p {
    text-align: left;
    padding-left: 25px;
}

#tocShort p.first {
	padding-left: 40px;
}

#tocShortChapter {
    padding-top: 10px;
    padding-bottom: 10px;
}

#tocShortChapter p {
	padding-left: 10px;
}

#tocShortAppendix {
    text-align: left;
    padding-left: 25px;
}

#tocShortAppendix p {
	display: inline;
	padding: 0 0 0 0;
}

#chapters ul, #appendices ul {
    list-style-type: none;
}

#chapters li {
    padding-right: 20px;
}

#left {
    width: 45%;
    float: left;
	margin-top: 30px;
    margin-bottom: 10px;
	text-align: left;
}

#right {
    width: 45%;
    float: right;
	margin-top: 30px;
    margin-bottom: 10px;
}

#right p {
	text-align: right;
	padding-right: 40px;
}

#ReferenceCard {
    clear: both;
	margin-top: 20px;
	width: 690px;
	float: left;
}

#ReferenceCard p {
	margin: 20px 10px 20px 40px;
	padding: 0;
	font-size: 95%;
}