form {
    margin: 0;
    padding: 0;
}

table#manage_items { position: relative; width: 100%;border-left: 1px solid #d4d4d4; }
table#manage_items tr td { border-bottom: 1px solid #eee; font-size: 14px; padding: 2px 3px; }
table#manage_items tr th { margin: 0; padding: 0; height: 24px; font-size: 14px; }
table#manage_items tr.table_header { border-bottom: 1px solid #aaa; background-repeat: repeat-x; }
div#paginate { text-align: left; }
div.row { min-height: 25px; clear: right; line-height:25px; border: 1px solid white; padding-top: 1px; }
form div.row.selected { border: 1px solid #e1f0d6; background-color: #e4ffc1; color: #004d17; background-image: url(../../images/stripes_green.png); }
form .row input { margin:0;  }
form .row input.selected { color: #C60000; }
form .row textarea.selected { color: #C60000; }
form .row_indent { margin-left: 215px; }
div.clearfix { clear: left; }
.hidden { display: none; }
.invisible { visibility: hidden; }
form input { width: 400px; height: 22px; line-height: 22px; padding: 2px 2px; }
form select { width: 400px; height: 22px; line-height: 22px; }
form textarea { width: 400px; height: 100px; }
form .row label { width: 200px; display: block; float: left; text-align: right; margin-right: 15px; }
form.small .row label { width: 100px; display: block; float: left; text-align: right; margin-right: 15px; }

.but1 {
    width: 135px;
    height: 29px;
    cursor: pointer;
    background-image: url(../../images/but1.png);
    background-repeat: no-repeat;
    border:none;
    color: #1f6bc1;
    font-weight:bold;
}

/*------------------ [ COMMON STYLES] ---------------------*/
a, input, :focus {outline: 0;}

/*for FireFox*/
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, button::-moz-focus-inner
{
    border : 0px;
}
/*for IE8 */
input[type="submit"]:focus, input[type="button"]:focus,button:focus
{
    outline : none;
}
button { padding: 0; }


a img { border: none; }
p { margin:0; padding:0;}
ul { margin-top: 0; padding-top: 0; }
ul.links {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.links_stack li {
    display:block;
}
ul.links li { display: inline; }
ul.links li a { text-decoration:none; }
ul.links li a:hover { text-decoration:underline; color:blue; }


.error { width: 100%; border: 1px solid #ff9eaf; background-color: #ffe9ed; padding: 10px 0; margin-bottom: 5px;}
.error td {
    vertical-align: middle;
    padding-left: 5px;
    color: red;
    font-size: 1.5em;
    line-height: 1.05em; 
}
.error td p { font-size: 1em; line-height: 1.05em;  }
.error td .red { font-size: 1em;  }

.records_wrapper {
    clear: left;
    margin: 10px 0;
    border-right: none;
    position:relative;
}
.records_wrapper td {
    border-right:1px solid #d4d4d4;
    padding: 1px 3px;
}
.records_wrapper tr {
    border-spacing:10px;
}
.records_wrapper th {
    height: 40px !important;
    padding: 2px;
    text-align: center;
    background-image: url('../../images/tableheader2_hline.png');
    background-repeat:repeat-x;
    color: black !important;
}
.records_wrapper th { vertical-align: middle; }
.records_wrapper th a { color: black !important; }

.records_wrapper th.table_header_right {
    border-right:1px solid #d4d4d4;
}

.empty_value {
    font-style: italic;
    color:#ccc;
}

#content .title, .site_title {
    font-size: 24px;
    padding: 3px 0;
}

.title_help {
    font-size: 12px;
    color: gray;
    margin-bottom: 10px;
}

/*------------------ [ SITE SPECIFIC STYLES] ---------------------*/

.legend td { line-height: 22px; padding: 0 3px; }
/*.ui-icon-edit { background-position:-112px -192px; }*/
.ui-icon-edit { background-position:-32px -80px; }
.ui-icon-delete { background-position:-32px -192px; }
.ui-icon-approve { background-position:-208px -192px; }
.ui-icon-enable { background-position:0px -192px; }
.ui-icon-disable { background-position:-16px -192px; }

/*.ui-icon-moveup { background-position:1px -48px; }
.ui-icon-movedown { background-position:-64px -48px; }*/
.ui-icon-movedown { background-position:-128px -192px; }
.ui-icon-moveup { background-position:-160px -192px; }

.ui-icon { background-image: url(../../images/ui-icons.png); height:16px; width:16px; margin:0 1px; }
.ui-state-default {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    /*background:#4CA20B url(../../images/ui-icons_bg.png) repeat-x scroll 50% 50%;*/
    background:#6fd128 url(../../images/ui-icons_bg.png) repeat-x scroll 50% 50%;
    border:1px solid #45930B;
    color:#FFFFFF;
    font-weight:normal;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
    cursor:pointer;
    float:right;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:1px;
    padding:1px 0;
    position:relative;
}
.ui-state-default:hover { background-image: none; }
.ui-corner-all {
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
}
.legend-icon { cursor: auto; margin: 0 3px; }
.legend-icon:hover { background-image: url(../../images/ui-icons_bg.png) !important; }
.norecords { width: 100%; text-align: center; line-height: 50px; font-size: 1.5em; background-image: url(../../images/stripes_bg.png) }

.disabled_record { color: #777; text-decoration: line-through; }
.disabled_record_comment { font-style: italic; color: gray; font-size: 0.7em; }
.border_bottom { border-bottom: 1px dotted #ccc !important; margin-bottom: 5px !important; padding-bottom: 3px !important; }
span.explanation { color: #bbb; font-style: italic; }
div.explanation { color: #bbb; font-style: italic; float: right; margin-right: 175px; }
.small div.explanation { color: #bbb; font-style: italic; float: right; margin-right: 0px; }
.frm_update, #frm_login_visitors {  border: 5px solid #f0fce9; padding: 10px; }
#frm_login_visitors { margin-bottom: 5px;}



.red { color: red; }
