ul.sh-nav-tree li div.nolink {
    height: 1em;
}

/* Paragraphs, headers */
p, .p, blockquote, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, address, pre, ol, dir, menu, dl {
	margin-top:0em; 
	margin-bottom:0.5em; 	
}

/* Divs */
.clear {
    clear: both;
}

.error {
    color: #600;
    background-color: #ebb;
    border: solid 1px #600;
    padding: 0.3em;
    margin: 0.5em;
}

.note {
    color: #060;
    background-color: #aea;
    border: solid 1px #060;
    padding: 0.3em;
}

/*
*
*  Pagination
*
*/
.pagingField {
    font-size: 0.9em;
    text-align: center;
    padding: 2px; }

.pagingField a {
    text-decoration: none; }

.pagingField a, .pagingField .selected {
    border: 1px solid #ccc;
    margin:0pt 0.2em;
    padding:0pt 0.363636em; }

.pagingField .selected {
    background-color: #eee;
    font-weight: bold; }

.pagingField a.nextLink, .pagingField a.prevLink {
    border: none; }

.pagingField a.prevLink {
    background: url(/images/graphics/icon_arrow_left.gif) no-repeat left center;
	padding-left: 13px;    
}

.pagingField a.nextLink {
    background: url(/images/graphics/icon_arrow_right.gif) no-repeat right center;
	padding-right: 13px;
}

/*
 *
 *  Forms
 *
 */
 
fieldset {
    background:#F8F8F8 none repeat scroll 0 0;
    border:1px solid #CCCCCC;
    margin:1em 0;
    padding:1em;
    width:auto;
} 
fieldset legend {
    font-weight:bold;
}

/** LABELS ... **/
fieldset label {
    font-weight:bold;
    display:block;
    padding: 2px 0 2px 0;
}
fieldset label.short {
    float: left;
    /*display: inline;*/
    width: 15em;
}
fieldset label.checkbox {
    display:inline;
    margin-left: 1em;
}

fieldset .radiobuttonlist label {
    display:inline;
    margin-right: 3em;
}
/** ... LABELS **/

fieldset input.text {
    width: 25em;
}
fieldset label.short + fieldset input.text {
    margin-left: 25em;
}
fieldset input.long {
    width: 75%;
}
fieldset textarea {
    width: 75%;
    height: 10em;
}
fieldset p {
    margin-bottom: 1.5em;
}
span.validator {
    border: solid 1px red;
    padding: 1px;
    font-weight: normal;
    margin-left: 1em;
}

