/**
* -----------------------------------------------------------------------------------
* artiestenbureaurotterdam.nl wpl stylesheet
* Creator: R. Brenters
* Date(mm-dd-yyyy): 05-12-2009
* -----------------------------------------------------------------------------------
*/

#content ul {margin: 0px;}
/* ********************************************* 
* system messages and warning 
***********************************************/
.feedback { font-size: 11px;  padding: 1%; margin-bottom: 15px;  }
.feedback ul { margin: 0px 0px 5px 0px; display: block;  }
.feedback li { list-style: none; margin-bottom: 3px; margin-left: 25px !important; display: block; }
.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; }

#script_feedback_block .fbErrorH4{color: #f41b1b; !important;}
#script_feedback_block .fbConfirmH4{color: #42b81e; !important;}
#script_feedback_block .fbWarningH4{color: #fd6500; !important;}
#script_feedback_block .fbNoteH4{color: #0088ba; !important;}
#script_feedback_block a {color: black;}
/* *********************************************
* field validation and comments 
***********************************************/
.required { border: 1px solid #f41b1b !important; /*background: #FFE5E5;*/ }
.requiredNote { color: #f41b1b; padding: 0px 0px 0px 5px; font-size: 11px; font-style: Verdana; }

#script_feedback_block h4{margin: 0px;}

.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_np
{
	
}

.paging_inactive
{
    color: #ADADAD;
}