﻿/* GREEN THEME
----------------------------------*/

/* Interaction states
----------------------------------*/
.ui-green .ui-state-default, .ui-green .ui-widget-content .ui-state-default { border: 1px solid #8eab17; background: #a8cc19 url(images/ui-bg_highlight-soft_50_a8cc19_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; outline: none; }
.ui-green .ui-state-default a, .ui-green .ui-state-default a:link, .ui-green .ui-state-default a:visited { color: #ffffff; text-decoration: none; outline: none; }
.ui-green .ui-state-hover, .ui-green .ui-widget-content .ui-state-hover, .ui-green .ui-state-focus, .ui-green .ui-widget-content .ui-state-focus { border: 1px solid #aed11f; background: #b9de21 url(images/ui-bg_glass_50_b9de21_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; outline: none; }
.ui-green .ui-state-hover a, .ui-green .ui-state-hover a:hover { color: #ffffff; text-decoration: none; outline: none; }

/* End of GREEN THEME
----------------------------------*/
a.ui-button
{
    text-decoration: none;position: relative;
    padding: 3px 8px 3px 8px;

}
a.ui-icon-space
{
padding-left:20px;
}
a.ui-icon-only
{
padding-left:12px;
}
a.ui-button span.ui-icon
{
    margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;
}
.ui-button-list
{
    height:26px;
    position:relative;
}
.ui-button-list .left
{
    position:absolute;
    top:6px;
    left:3px;
}
.ui-button-list .right
{
    position:absolute;
    top:6px;
    right:3px;
}
.field-validation-error
{
    color:Red;
}
.bold
{
    font-weight:bold;
}
.inline
{
    display:inline;
}
.ui-button-spacer
{
    margin-top:6px;
    margin-bottom:6px;
}
.ui-state-error a:link, .ui-state-error a:active, .ui-state-error a:visited, .ui-state-error a:hover
{
    text-decoration:undeline;
    color:Blue;
}
