/* CSS for iPhone by Marc Rolli            */
/* iPhone's Safari only scales up to 980px */

/* --- LAYOUT --- */
.page_margins { min-width: 320px; max-width: 480px; width: 330px; }
#header { display:none; }
#logo { display:none; }
#red_bar { display:none; }
#footer { display:none; }
#menu { display:none; }
#main{
    width: 320px;
    position: relative;
    }
#col1 { width: 320px; float:left; margin-left: 0px; margin-right: 0px; margin-top: 0px; position: relative; }
#col1_content {
    width: 320px;
    margin-top: 20px;
    margin-left: 5px; margin-right: 5px;
    background-color:#FFF;
    }
#col1_content a:link { color: #8B0000; }
#col1_content a:visited { color: #8B0000; }
#col1_content a:hover { color: orange; }
#col1_content a:active { color: orange; }
#col2 { display:none; }
#col3 { 
    position: absolute;
    top: 0px;
    left: 5px;
    width:320px; float:left; border-right: 1px solid #FFF; margin-top: 0px; margin-bottom: 10px; 
    } 

#menu_iPhone {
    position: absolute;
    top: 30px;
    left: 5px;
    text-align: left;
    font-size: 12pt;
    line-height: 150%;
    }
#menu_iPhone .menu_item { 
    text-decoration:none;
    color: #666;
    border: 1px solid #666;
    padding-left: 2px;
    padding-right: 3px;
    -webkit-border-radius: 3px;
    font-size: 10pt;
    line-height: 150%;
    }
#menu_iPhone a:hover.menu_item {
    color: orange;
    border: 1px solid orange;
    font-size: 10pt;
    line-height: 150%;
    }

input[type=text] { width: 150px; }

/* --- ListView --- */
table.tablesorter { width: 305px !important; }
table.tablesorter tbody td { color: #444; background-color: #DDD !important; }
table.tablesorter tbody tr.odd td { background-color: #EEE !important; }

.lvcol1 { white-space:normal; }
.lvcol2 { }
.lvcol3 { display:none; }
.lvcol4 { display:none; }

/* --- Special --- */
.noiPhone { display:none; }
.onlyiPhone { display:block; }

/* --- LINKS --- */
/* selector.class:pseudo-class {property:value} */
a.iPhoneTel:link { text-decoration: underline; color: #8B0000;}
a.iPhoneTel:visited { text-decoration: none; }
a.iPhoneTel:hover { text-decoration: underline; }
a.iPhoneTel:active { text-decoration: none; }