@CHARSET "utf-8";
/**
* -----------------------------------------------------------------------------------
* koolhavenkliniek.nl wpl stylesheet
* Creator: A. van Ettinger
* Date(mm-dd-yyyy): 08-25-2009
* -----------------------------------------------------------------------------------
*/

/* ********************************************* 
* system messages and warning 
***********************************************/
.feedback { font-size: 11px;  padding: 1%; margin-bottom: 15px;  }
.feedback ul { margin-bottom: 5px; display: block; padding:0px !important;  }
.feedback li { list-style: none !important; margin-bottom: 3px; margin-left: 25px !important; display: block; background: none !important;}
.feedback li img { margin-left: -25px; margin-bottom: -2px; padding-right: 9px; }
.fbError { border: 1px solid #f41b1b; color: #f41b1b !important; background: url(../assets/feedback_fbError_ul_bg.jpg) bottom repeat-x; }
.fbConfirm { border: 1px solid #42b81e; color: #42b81e !important; background: url(../assets/feedback_fbConfirm_ul_bg.jpg) bottom repeat-x; }
.fbWarning { border: 1px solid #fd6500; color: #fd6500 !important; background: url(../assets/feedback_fbWarning_ul_bg.jpg) bottom repeat-x; }
.fbNote { border: 1px solid #0088ba; color: #0088ba !important; background: url(../assets/feedback_fbNote_ul_bg.jpg) bottom repeat-x; }

/* *********************************************
* field validation and comments 
***********************************************/
.required { border: 1px solid #f41b1b !important; /*background: #FFE5E5;*/ }
.requiredNote { color: #f41b1b; padding: 0px 0px 0px 5px; font-size: 11px; font-family: Verdana; }

.inputcomment
{
    color:#68696B;
}

.requiredLabel
{
    color: red;
}

.requiredInput
{
    background-color: #FFE5E5;
    border: 1px solid red;
}

.requiredTd
{
    background-color: #FFE5E5;
    border: 1px solid red;
}

.paging
{
    font-size: 9px;
    text-decoration: none;
    padding: 1px 2px 1px 2px;
    margin:1px;
    display: inline-block;
    border: 1px solid #CED6EC;
}

.paging_number
{
    display: inline-block;
    width: 15px;
}

.paging_current
{
    font-weight: bold;
}

.paging_results
{
    padding: 1px 12px 1px 12px;
}

.paging_inactive
{
    color: #ADADAD;
}
