/******************************************************************************
    PORTLETS - Item Form Input Fields  	                                               
******************************************************************************/
.infobutton {
    border: 1px solid #4D80B3;
    margin-bottom:2px;
}

label.portlet-form-label {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    display: block;
    padding-top: 4px;
    margin-top:5px;
    font-weight: bold;
}

.portlet-form-input-field {
    width: 250px;
    background: white ;
    border: 1px solid #1FB25A;
    margin-bottom:2px;
    font-size: 11px;
    color: #000000;
}

.portlet-form-input-field.mark{
    width: 3.5em
}

input.checkbox {
    float:left;
    border:none;
    margin-top:5px;
}

label.portlet-form-label.checkbox {
    margin-bottom:10px;
}

.portlet-form-button {
    background: #1FB25A;
    height: 18px;
    font-size: 11px;
    margin-bottom:2px;
    color: white;
}

input.date{
    width: 120px;
    padding:4px;
    border: 1px solid #000;
}

input.calendar {
    width:120px;
    margin-right:10px;
}

input.radio {
    border:none;
    width:20px;
    float:left;
    display:inline;
}

label.radio {
    width:380px;
    font-size:11px;
    float:left;
    display:inline;
    position:relative;
    top:-25;
    left:25;
}

.cpdradio .portlet-form-fieldset.radiolist {
    width:95%;
}

.cpdradio input.radio {
    border:none;
    width:20px;
    float:left;
    display:inline;
    margin-right:0px;
}

.cpdradio label.radio {
    width:20px;
    font-size:11px;
    float:left;
    display:inline;
    position:relative;
    top:-5;
    left:5;
}

/******************************************************************************
    PORTLETS - Item Form Select Fields  	                                               
******************************************************************************/
select {
    border: 1px solid #4D80B3;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

select.portlet-form-input-field {
    border: 1px solid #4D80B3;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    width:250px;
}

select.select {
    border: 1px solid #4D80B3;
    font-size:13px;
}

/******************************************************************************
    PORTLETS - Item Form Textarea Fields  	                                               
******************************************************************************/

textarea.portlet-form-input-field {
    font:11px arial,verdana;
    width: 380px;
    height: 200px;
    padding:4px;
    border:1px solid #4D80B3;
}

body.htmlEditor { 
    background: white url('../../../other_files/images/pixel.gif') no-repeat top left; 
}

textarea.htmlEditor {
    width: 380px;
    height: 400px;
    padding:4px;
    border:1px solid #4D80B3;
}

/******************************************************************************
    PORTLETS - Item Form Legend and Fieldsets                                               
******************************************************************************/
fieldset.portlet-form-fieldset {
    width: 250px;
    font-size: 13px;
    margin-left:0px;
    margin-top:10px;
    margin-bottom:10px;
    display:block;       
    border:1px solid #4D80B3; 
}

legend.portlet-form-legend {
    font-size: 11px;
    color: #4D80B3;
    font-weight:bold;
    margin-left:0px;
    margin-top:5px;
}

/******************************************************************************
    PORTLETS - Login                                              
******************************************************************************/
input#login.portlet-form-input-field {
    width:150px;
}

/******* search field *******/

.searchField .portlet-form-input-field {
    margin-bottom:2px;
    margin-top:0;
    margin-left:10px;
    float:left;
    color:#000000;



}

.searchField .portlet-form-label {

}

.searchField .portlet-form-button {
    margin-left:3px;
    margin-top:0;
    float: left;
}

/******************************************************************************
    MISC                                             
    these are to ensure that centre content doesn't displace RH column
******************************************************************************/
textarea, #venuesDD {width:380px}
