/*
        ClassAd 4.0 - default stylesheet
        (c) 2006 cts projects&software - www.projects-and-software.de
*/

img, div {
  behavior: url(hm_iepngfix.htc);
}

/* Set everything to default */
* {
        color: black;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        margin:0;
        scrollbar-base-color: #F7FFE7;
        scrollbar-3dlight-color:#1C8A03;
        scrollbar-arrow-color: #1C8A03;
        scrollbar-darkshadow-color: #1C8A03;
        scrollbar-face-color: #F7FFE7;
        scrollbar-highlight-color: #F7FFE7;
        scrollbar-shadow-color: #F7FFE7;
        scrollbar-track-color: #F7FFE7;
}

/* layout part */
.clearme        {
        clear: both;
}

/* Standard element layout */
body {
        color: black;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        background-color: #F7FFE7;
        background-image: url(../graphics/orange_gradient.gif);
        background-repeat: repeat-x;
        text-align:center;
}

#overall        {
        width:980px;
}

body>#overall        {
        width:980px;
}

img {
        border: 0;

}

/* Standard link decoration */
a:link, a:visited, a:active {
        font-weight: bold;
        color: #860303;
        text-decoration: none;
}

a:hover {
        color: white;
        background: #648052;
        font-weight: bold;
        text-decoration: none;
}

/* head elements */
#titlearea        {

        width:100%;
        border: 1px solid black;
        background-color: #E7F7DE;
}

#headtitle        {
        height: 55px;
        background-color: #FEAD51;
        background-image: url(../graphics/orange_ads2.jpg);
        background-repeat: repeat-x;
        border-bottom: 1px solid black;
}

#headtitle h1        {
        padding-left:10px;
        padding-top:15px;
        font-size: 24px;
}

/* Headmenu */
#headmenu {
        padding: 2px 2px 2px 2px;
        float:center;
}

#headmenu  ul        {
        padding: 0;
        margin: 0;
        list-style: none;
}

#headmenu ul li        {
        float:left;
}

#headmenu ul a        {
        display: block;
        padding: 0 2em;
        line-height: 2.0em;
        text-decoration:none;
        border: 1px solid #1C8A03;
        background-image: url(../graphics/orange_menu_unselected.gif);
        background-repeat: repeat-x;
}

#headmenu ul a:link:hover, #headmenu ul li a:visited:hover {
        background-color:#1C8A03;
        color:white;
        background-image: url(../graphics/orange_menu_selected.gif);
        background-repeat: repeat-x;
}

/* View area */
#viewarea        {
        margin:10px;
}

#viewmain        {
        margin: 10px;
}

#viewarea #viewtitle        {
        border-bottom: 2px solid #E7F7DE;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
        padding-top: 5px;
        padding-bottom: 2px;
}

/* view area standard formatting */
#viewmain.story h1, #viewmain.story h3        {
        font-size:20px;
        font-weight:bold;
        border: 1px solid #B2BCCA;
        background-color:#EFF7E7;
        padding: 5px;
        margin-top:20px;
        margin-bottom: 10px;
}

#viewmain.story h3                {
        font-size:16px;
        border-bottom:1px solid #B2BCCA;
        background-color:#EFF7E7;
}

#viewmain.story p                {
        margin-top:15px;
        margin-bottom:10px;
}

p.code        {
        background-color: #E7F7DE;
        border: 1px dotted red;
        padding: 10px;
        font-family: "Courier New", Courier, monospace;
        margin-left:20px;
        margin-right:20px;
}

#viewarea li        {
        list-style: square inside;
        margin-left:10px;
        margin-bottom:3px;
}

#viewarea .breadcrumb        {
        width:100%;
        padding: 2px 5px 2px 5px;
        border-bottom: 2px dotted Red;
        border-top: 2px dotted Red;
        margin-bottom: 15px;
        background-color: #EFF7E7;
        line-height: 25px;
        height:25px;
        vertical-align: bottom;
}

#viewarea #viewsubcats        {
        margin-top:10px;
        margin-bottom:20px;
}

#viewarea #viewmainad        {
        margin-top:15px;
        margin-bottom:20px;
}

#viewarea .viewadcatmover        {
        text-align:right;
}

#viewarea #viewresultset        {
        margin-top:25px;
}

#viewarea #viewcatoverview        {
        width:100%;
}

#viewarea #viewcatoverview td        {}

#viewarea #viewmain        {
        width:100%;
}

#viewarea #viewmain form        {
        width:60%;
}

#viewarea #viewtitle img        {
        background-color:#E7F7DE;
        border: 1px solid gray;
        padding:2px;
}

/* Article details */
#articleleft        {
        padding: 10px;
}

#articleright        {
        padding:10px;
}

#articlehead        {
        margin-bottom:20px;
        border-bottom:1px #E7F7DE solid;
}

#articlehead h1        {
        font-weight:bold;
        font-size:24px;
        background-color:transparent;
        padding:0px;
        margin:0px;
        border:none;
}

#articlehead img        {
        border: 2px gray solid;
}

#articletext        {
        margin-bottom:50px;
}

#articleinserter, #articlecommunications, #articleactions, #articlepictures, #articlefreefields        {
        margin-bottom: 20px;
        text-align:left;
}

#articleright h3, #articlepictures h3, #articlefreefields h3        {
        font-weight:bold;
        font-size:18px;
        margin-bottom:10px;
        border-bottom: 1px #E7F7DE solid;
}

#articlepictures img        {
        float:left;
        margin:20px;
}

#articlecommunications p        {
        line-height: 20px;
}

#viewmain #viewadoverview form {
        width:100%;
}

#viewarea #viewfooter {
        margin-top:20px;
        margin-bottom:10px;
        width:100%;
}

#viewarea #viewwelcome        {
        margin-top:5px;
        margin-bottom:20px;
}

#viewarea #viewtitle        h1 {
        font-size:18px;
        font-weight:bold;
}

#viewarea #viewtitle        h3 {
        font-size:12px;
}

/* Sort / filter elements in category overviews */
#viewarea #viewmain #viewsortorder        {
        width:100%;
        text-align:right;
        margin-bottom:20px;
}

#viewarea #viewmain #viewsortorder form        {
        width:100%;
}

#viewcatoverview        {
        border: 1px solid #091700;
}

/* Article description */
#articleleft        {
        width: 60%;
        float:left;
}
#articleright        {
        width: 35%;
        float:left;
}

/*
        Picture details
*/
#picturedetails #viewmainleft                {
        text-align:center;
        width:100px;
        float:left;
        padding:3px;
        border: 1px solid black;
        text-align:center;
}

#picturedetails #viewmainleft img        {
        margin:3px;
        border: 1px solid black;
        text-align:center;
}

#picturedetails #viewmainright        {
        width:650px;
        padding:10px;
        float:left;
        margin-left:10px;
        border: 1px solid black;
        text-align:center;
}

#picturedescription                {
        font-size: 16px;
        font-weight:bold;
        padding: 5px;
        margin-bottom: 10px;
        text-align:center;
        border-bottom: 2px dashed White;
}


#viewspecialads        {
        margin-top:15px;
        width:105%;
}

#viewspecialslastin        {
        float:right;
        width:49%;
        border:1px solid #091700;
}

#viewspecialsleftcolumn        {
        float:left;
        width:50%;
}

#viewspecialsfeatured        {
        border:1px solid #091700;
}

#viewsearch        {
        margin-top:20px;
        border:1px solid #091700;
}

#footer        {
        width:100%;
        margin-top:20px;
        margin-bottom:5px;
        padding: 3px 5px 3px 5px;
        border-top: 1px solid #1C8A03;
        border-bottom: 1px solid #1C8A03;
}

#footer #footerinfo #menu        {
        width:49%;
        float:left;
}

#footer #footerinfo #buildtime        {
        width:49%;
        float:right;
        text-align:right;
}


/* form elements */
.inputsmall, .inputmiddle, .inputbig         {
        margin-bottom: 2px;
        width: 75px;
        background: #E7F7DE;
        font-weight: bold;
        color: black;
        border: 1px solid #1C8A03;
}

.inputmiddle        { width: 125px; }
.inputbig                { width: 250px; }

.button        {
        color: #035707;
        width: 250px;
        height: 19px;

        vertical-align: top;

        background-image: url(../graphics/orange_button.gif);
        background-repeat: repeat-x;
        background-attachment: fixed;
}

/* Table elements */
tr.highlighted, tr.nonhighlighted {
        padding-bottom: 1px;
        padding-top: 4px;
}

tr.highlighted {
        background-color: #E7F7DE;
}

td.headlinecat {
        border-bottom-width : 1px;
        border-bottom-style : solid;
        border-bottom-color : #9BA6C4;
        letter-spacing : 1px;
        padding-bottom : -5px;
}

.headline {
        font-size: 14px;
        font-weight: bolder;
        color: #012F0B;
        background-color: #E7F7DE;
        padding-top: 3px;
        padding-bottom: 3px;
        text-indent: 5pt;
        vertical-align: baseline;
        background-image : url(../graphics/orange_header.gif);
        background-repeat : repeat;  letter-spacing : 1px;
}

.smallsubtitle        {
        border-left: 2px solid #1C8A03;
        font-style: italic;
        padding-left:3px;
}

.subheadline, .viewadcatmover        {
        background-color: #ADD6B5;
        font-weight:bold;
        text-align:right;
        padding-bottom:2px;
        padding-top:2px;
        border-top: 1px solid black;
        border-bottom: 3px double #1C8A03;
}

.viewadcatmover        {
        margin: 10px 0px 10px 0px;
        padding: 3px;
        font-weight:normal;
        border: 1px solid #1C8A03;
}

.information        {
        font-size:10px;
        color: Black;
        padding: 5px 5px 5px 5px;
        border: 1px dotted White;
}

.catblock        {
        padding-bottom: 10px;
        padding-top: 4px;
        padding-left: 2px;
}


/* form cells */
.formcelltitle        {
        padding:5px 20px 5px 5px;
        font-size: 11px;
        font-weight: bold;
        text-align: right;
        /*background-color: #FFCC66;*/
        border-bottom: 1px solid #1C8A03;
        vertical-align: top;
        text-transform: none;
        letter-spacing: 1px;
        }

.formcellcontent        {
        padding:5px 5px 5px 5px;
        /*background-color: #FFFFE3;*/
        border-bottom: 1px solid #B2BCCA;
}

/* options */
option.level1 {
        background-color:#1C8A03;
        color:white;
}

option.level2        {
        background-color:#B2BCCA;
}

option.level3        {
        background-color: #F5F5FF;
}

option.separator        {
        background-color:#091700;
        color:white;
}


/* table header */
th {
        text-align: left;
        padding-bottom: 1px;
        padding-top: 4px;
        padding-left: 2px;
        font-size: 12px;
        font-weight: bold;
        border-top: 1px solid #1C8A03;
        border-bottom: 3px double #1C8A03;
        background-color: #ADD6B5;
}



td.warning {
        padding-top: 5px; padding-right: 3px; padding-bottom: 5px; padding-left: 3px;
        background-color : #FFE1E1;
        border-bottom : 1px solid;
        border-left-style : solid;
        border-left-width : 1px;
}

td.nowarning {
        padding-top: 5px; padding-right: 3px; padding-bottom: 5px; padding-left: 3px;
        background-color : #DDFFEE;
        border-bottom : 1px solid;
        border-left-style : solid;
        border-left-width : 1px;
}

.summaryrow        {
        background-color: #ADD6B5;
        color: Black;
        text-align: left;
        padding-bottom: 1px;
        padding-top: 4px;
        padding-left: 2px;
        font-size: 12px;
        font-weight: bold;
        border-bottom: 1px solid #1C8A03;
        border-top: 3px double #1C8A03;
}

.error, .success  {
        padding: 10px 5px 10px 25px;
        margin-top: 30px;
        margin-bottom: 30px;
        color:red;
        border: 2px solid Red;
        font-weight: bold;
        background-color: #EFF7E7;
        background-image : url(../graphics/error.gif);
        background-repeat: no-repeat;
        background-position: 5px center;
}

.success        {
        color:#2E8B57;
        border: 2px dashed #2E8B57;
        background-image : url(../graphics/success.gif);
}