/* 
    Document   : styleMain.css
    Created on : 5-okt-2009, 22:38:51
    Author     : jorgen
    Description:
        Purpose of the stylesheet follows.
*/

*, html, body
{
    margin: 0;
    padding: 0;
    position: relative;
}

html, body
{
    font-family: Verdana;
    font-size: 14px;
    color: #565656;
    background: #f0def5;
    height: 100%;
}

img
{
    border: none;
}

ul
{
    list-style-position: inside;
}

#container
{
    width: 960px;
    padding: 0 8px;
    padding-bottom: 10px;
    margin: 0 auto;
    text-align: left;
    background: url(../images/background.png) repeat-y;

    overflow: hidden;
    min-height: 100%;
}

#header
{
    position: relative;
    height: 142px;
    background: url(../images/header.png) repeat-x;
}

h1.title
{
    position: absolute;
    top: -10000px;
}

img.title
{
    margin: 55px 0 0 10px;
    width: 519px;
    height: 62px;
}

#sublinks
{
    position: absolute;
    top: 5px;
    right: 10px;
}

#sublinks img
{
    margin-right: 5px;
}

#sublinks a, #sublinks a:visited
{
    text-decoration: none;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    margin-left: 10px;
}

#sublinks a:hover, #sublinks a:focus
{
    text-decoration: underline;
}

#search
{
    display: none; /* Tijdelijk */
    position: absolute;
    right: 10px;
    bottom: 15px;
}

#search .btn.search
{
    width: 30px;
    height: 21px;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 0;
    background: url(../images/searchButton.png) no-repeat;
}

#search .input
{
    height: 18px;
    position: absolute;
    right: 30px;
    bottom: 0;
    border: 0;
    background: url(../images/inputFieldLeft.png) no-repeat;

    padding-top: 3px;
    padding-left: 3px;

    color: #9c9c9c;
    font-family: Verdana, sans-serif;
    font-size: 11px;
}

#menu
{
    float: left;
    width: 202px;
    margin-left: 10px;
    margin-top: 10px;
}

#menu .top, #menu .bottom
{
    height: 15px;

    background: url(../images/menuTop.png) no-repeat;
}

#menu .middle
{
    background: url(../images/menu.png) repeat-y;
}

#menu .middle a, #menu .middle a:visited
{
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #f0def5;

    padding-left: 35px;
    padding-bottom: 5px;
    display: block;
    height: 16px;
}

#menu .middle li
{
    text-align: left;
    list-style: none;
    margin: 0 15px;
}

#menu .middle li.active
{
    /*background: url(../images/menuArrow.png) no-repeat;*/
}

#menu .bottom
{
    background: url(../images/menuBottom.png) no-repeat;
}

#content
{
    margin-top: 20px;
    margin-left: 232px;
}

#content h2
{
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #c35bde;
    padding-bottom: 0.6em;
    background: url(../images/titleLine.png) 0 18px no-repeat;
    margin-top: 0.8em;
}

#content a, #content a:visited
{
    font-style: italic;
    color: black;
    font-weight: lighter;
    text-decoration: none;
}

#content a:hover, #content a:focus
{
    font-style: normal;
}

#content .btn
{
    width: 16px;
    height: 16px;
    background: none;
    border: 0;
    padding: 0;
    /*margin: 0 10px 0 10px;*/
    margin: 1px 0;

    cursor: pointer;
}

#content .btn.delete
{
    background: url(../images/delete.png) no-repeat;
}

#content .btn.btn_100
{
    width: 100px;
    height: 21px;
    background: url(../images/btn_100.png) no-repeat;
}

#content .btn.btn_150
{
    width: 150px;
    height: 21px;
    background: url(../images/btn_150.png) no-repeat;
}

#content .btn.btn_200
{
    width: 200px;
    height: 21px;
    background: url(../images/btn_200.png) no-repeat;
}

#content form .left, #content form .center, #content form .right
{
    border: 0;
    margin: 0;
    padding: 0;

    height: 21px;

    background: url(../images/inputFieldLeft.png) no-repeat;
}

#content form input.left, #content form input.center, #content form input.right
{
    padding-left: 3px;
    padding-top: 3px;

    height: 18px;
}

#content form .center
{
    background: url(../images/inputFieldLeft.png) -30px 0 no-repeat;
}

#content form .right
{
    background: url(../images/inputFieldRight.png) top right no-repeat;
}

#content .error
{
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: red;
}

.contentItem
{
    overflow: hidden;
}

#content .sideItem
{
    width: 210px;
    margin-right: 40px;

    float: right;

    color: #f0def5;
}

#content .sideItem .top, #content .sideItem .bottom
{
    width: 210px;
    height: 9px;

    background: url(../images/sideItemTop.png) no-repeat;
}

#content .sideItem .middle
{
    background: url(../images/sideItemMiddle.png) repeat-y;
    padding: 0 10px;

    font-family: Verdana, sans-serif;
    font-size: 12px;

    overflow: hidden;
}

#content .sideItem .middle .largeText
{
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-align: center;
    position: relative;
    z-index: 1;
}

#content .sideItem .bottom
{
    background: url(../images/sideItemBottom.png) no-repeat;
}

#content .sideItem .split
{
    display: block;
    width: 160px;
    margin: -5px auto;
    margin-bottom: -15px;
}

#content .agendaText
{
    overflow: hidden;
    height: 100px;
}

.edit.field
{
    border: 1px solid #ccb1d3;
    margin: 5px 0;
    padding: 1px;
    padding-left: 5px;
    width: 498px;
}

.edit.field label
{
    width: 130px;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.edit.field input
{
    border: none;
    padding: 0;
    margin: 0;
    background: none;
    width: 358px;
}

.editButtons
{
    padding: 2px 1px;
    padding-left: 5px;
    margin: 8px 0;
    border-top: 1px solid #CCB1D3;
    border-bottom: 1px solid #CCB1D3;
    width: 506px;
    background: #EDDCF1;
}

#content .sideItem.filter
{
    margin-right: 4px;
}

#content .sideItem.filter li
{
    font-family: Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #e9d3f2;
    list-style: none;
    margin-left: 10px;
}

#content .sideItem.filter li li a
{
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #e9d3f2;
    margin-left: 25px;
}

#content .editAgenda
{
    width: 506px;
}

#filter, .pagination
{
    border: 1px solid #ccb1d3;
    margin: 5px 0;
    margin-right: 20px;
    padding: 1px;
    padding-left: 5px;
    background: #EACFF0;
}

#filter option
{
    padding-left: 10px;
}

.pagination
{
    overflow: hidden;
}

.pagination li, #content .pagination li a
{
    color: #D181E6;
    font-weight: bold;
    font-style: normal;
}

.pagination li
{
    color: #A13EBB;
    float: left;
    margin: 0 5px;
    list-style: none;
}

.calendar
{
    list-style: none;
    width: 189px;
    overflow: hidden;
}

.calendar li.days
{
	background: none;
	font-weight: bold;
	border: none;
	margin: 2px;
	border-bottom: 1px solid #A954C0;
}

.calendar li
{
    display: block;
    float: left;
    width: 23px;
    border: 1px solid #C088CF;
    text-align: center;
    margin: 1px;
    background: #DE9DEF;
    color: black;
}

.calendar li.activity
{
    background: #E6B5F3;
}

#content .homeText
{
    width: 506px;
}

#content .sideItem.calendar
{
    margin-right: 4px;
}

#content .sideItem.calendar h2
{
    background: none;
    color: white;
    margin: 0;
    font-family: Verdana, sans-serif;
}

#content .sideItem.calendar h2 a
{
    background: none;
    font-style: normal;
    color: white;
    font-weight: bold;
}

