/*********************************************************
 * The Irration Economist website
 * Wharton Risk Center
 *
 * @author Fabiano R. Prestes <fabiano@wharton.upenn.edu>
 * @version 1.1
 * @since December 15, 2009
 *
 */

* { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; }

BODY
{
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 15px;
    background-color: #666;
}

A:link, A:visited
{
    color: black;
/*    text-decoration: none; */
}

A:active, A:hover, .author
{
   color: red;
   text-decoration: none;
}

#submenus A {
   text-decoration: none;
}

#wrapper {
    width:905px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    margin-left: auto ;
    margin-right: auto ;
    background-color: white;
}

#banner {
    width:905px;
    height:190px;
}

#menu {
    width:627px;
    height:50px;
    display: block;
}

#menu-nobook {
    width:905px;
    height:32px;
    background: url(images/menu_stretch.gif) repeat-x;
}

#menu-home {
    width:60px;
    height:32px;
}

#menu-book {
    width:97px;
    height:32px;
}

#menu-authors {
    width:125px;
    height:32px;
}

#menu-reviews {
    width:94px;
    height:32px;
}

#menu-order {
    width:120px;
    height:32px;
}

#menu-conference {
    width:131px;
    height:32px;
}

#book, #nobook {
    float:left;
    width:278px;
}

.menuitem {
    float:left;
}

.last
{
    border-right: none;
}

DIV#submenus {
    height: 18px;
}

DIV#submenus LI
{
    float:left;
    padding: 0 5px 5px 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:9px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    font-weight: bolder;
    text-transform: uppercase;
    list-style-type: none;
}

#smn_authors
{
    padding-left: 114px;
    clear: right;
}

#smn_conference {
    float: right;
}

#content, #book P
{
    padding: 1em;
}

#quotebox, #quoteauthor, .quote
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: bold;
    padding: 1em;
}

#quoteauthor, #author, .reviewauthor
{
    font-size: 13px;
    font-weight: normal;
}

.quote
{
    color: red;
    font-size: 20px;
    padding: 0 5px;
}

.authordiv
{
    clear: both;
    padding: 1em;
}

.authordiv IMG
{
    padding: 0 5px 5px 0;
}

.author
{
    font-weight: bolder;
}

#coauthors P, #programaudio P
{
    text-align: justify;
}

#coauthors, #coauthors TD, #programaudio, #programaudio P
{
    font-size: 12px;
}