﻿@media handheld
{

body 
{
    color: #333333;
    font-family: Sans-Serif, Verdana, Arial;
    font-size: 70%;
    margin: 0;
}
h1 
{
    font-size: 140%;
    font-weight: normal;
    line-height: 150%;
    margin: 0; 
    }
h2 
{
    clear: both;
    font-size: 165%;
    font-weight: normal;
    margin-bottom: 0; 
    }
h3 
{
    clear: both;
    font-size: 140%;
    font-weight: normal;
    }
h4 
{
    font-weight: normal;
    font-size: 120%;
    }
p, ul, ol 
{
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    }
ul, ol 
{
    margin-left: 0;
    padding-left: 2em; 
    }
big 
{
    font-size: 120%;
    }
small 
{
    font-size: 85%;
    }
q 
{
    quotes: '"' '"';
    }
blockquote 
{
    background: url(images/blockquote_bg_plain.png) repeat-x center top;
    border-top: solid 1px #D6EEF8;
    border-bottom: solid 1px #D6EEF8;
    margin: 1.5em 0 1.5em 0;
    padding: 0 2em 0 2em;
    }
blockquote cite 
{
    display: inline-block;
    text-align: right;
    }
cite 
{
    font-style: normal;
    }
hr 
{
    display: none;
    }
form 
{
    margin: 0;
    }
label 
{
    text-align: left;
    }
input, textarea, select 
{
    font-family: Sans-Serif, Verdana, Arial;
    font-size: 100%;
    }
a 
{
    color: #4D7CC1;
    text-decoration: none;
    }
a:hover 
{
    text-decoration: underline;
    }
img 
{
    background: #FFFFFF url(images/img_wait.gif) no-repeat center center;
    }


/* Thumbnails */

a img 
{
    border: solid 1px #CDCDCD;
    max-height: 48px;
    max-width: 48px;
    padding: 3px;
    }
a:hover img
{
    border-color: #4D7CC1; 
    }


/* LAYOUT */


#page 
{
    background: #FFFFFF url(images/page_bg.jpg) no-repeat center -10px;
    margin: 0 auto 0 auto;
    padding: 1.5em 10px 0 10px;
    }

#header 
{
    margin-bottom: 1.7em;
    }
#header img 
{
    margin-bottom: 1.7em;
    }
#header p 
{
    display: none;
    }

#content 
{
    }

#form p 
{
    margin: 0.5em 0 0.5em 0;
    }
#form span 
{
    margin: 0;
    }

#navigation ul ul
{
    display: none;
    }

#toolbar 
{
    text-align: right;
    }
#toolbar li
{
    display: inline;
    margin-left: 10px;
    }
#toolbar a 
{
    display: inline-block;
    line-height: 16px;
    padding-left: 21px;
    }

#footer 
{
    font-size: 85%;
    }


/* CLASS */


/* Common */

.center 
{
    text-align: center;
    }

img.left 
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    }
img.right 
{
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 50%;
    }


/* Page navigation */

.headlines 
{
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
    }
.headlines li 
{
    display: inline-block;
    margin-bottom: 1.5em;
    }
.headlines a 
{
    font-size: 110%; 
    font-weight: bold;
    }
.headlines img 
{
    float: left; 
    margin-right: 10px; 
    }
.headlines span 
{
    display: block;
    }
.headlines cite 
{
    color: Green;
    display: none;
    }

.albums li
{
    }


/* Homepage */

.comment 
{
    background-image: url(images/comment_bg.jpg);
    background-repeat: repeat-x;
    padding: 1.2em;
    border-top: solid 1px #D6EEF8;
    border-bottom: solid 1px #D6EEF8;
    margin: 2em 0 2em 0;
    }
.comment q
{
    display: block;
    padding-top: 1.2em;
    }
.comment img
{
    vertical-align: middle;
    }
.joke 
{
    background-image: url(images/joke_bg.png); 
    background-repeat: no-repeat;
    min-height: 32px;
    padding-left: 4em;
    }


/* Photos */

.thumbnails 
{
    width: 100%;
    }
.thumbnails td 
{
    text-align: center;
    }
.slideshow 
{
    text-align: center;
    width: 100%;
    }
.slideshow img
{
    width: 100%;
    }


/* Icons */

.ico_rss 
{
}
.ico_thumbnails 
{
    background: url(Icons_16x16/Thumbnails.png) no-repeat left center;
}
.ico_slideshow 
{
    background: url(Icons_16x16/Slideshow.png) no-repeat left center;
}

.DetailsView 
{
    margin-top: 1.5em;
    }
.DetailsView, .DetailsView td 
{
    border: none;
    }
.FieldHeaderStyle 
{
    width: 150px; 
    }
.CommandRowStyle td 
{
    padding-top: 2.4em;
    }
.DetailsView img
{
     vertical-align: middle;
    }

.TextBox 
{
    width: 100%;
    }

}
