﻿/* ==========================================================================
   Gridview
   ========================================================================== */
.art-article th, .art-article td
{
    border: none !important;
}

.grid-header th img
{
    display: inline;
    /*float: right;*/
    padding-top: 8px;
}

.grid-header
{
    font-size: 100%;
    text-align: left;
    border-collapse: collapse;
    width: 100%;
    font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
}

    .grid-header th
    {
        font-size: 120%;
        font-weight: bold;
        padding: 0 8px 0 8px !important;
        /*background: url('../images/header.jpg') repeat-x;*/ /*border-bottom: 3px solid #529400; 	border-top: 1px solid #fff;*/
        /*background: -webkit-linear-gradient(top,#116438 0,#041A0F 100%) no-repeat;*/

        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#116438+0,041a0f+100 */
background: #116438; /* Old browsers */
background: -moz-linear-gradient(top,  #116438 0, #041a0f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #116438 0,#041a0f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #116438 0,#041a0f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#116438', endColorstr='#041a0f',GradientType=0 ); /* IE6-9 */


        height: 69px;
        color: #FFF;
        overflow: hidden;
        border-bottom: 1px solid #35472F;       
    }

        .grid-header th a
        {
            color: #fff !important;
            font-weight: 700 !important;
        }

    .grid-header td
    {
        vertical-align: top;
        padding: 8px;
        background: #FEFEFE;
        border-bottom: 1px solid #fff;
        color: #808080; /*669*/
        border-top: 1px solid transparent;
        padding: 5px !important;
    }

    .grid tr:hover td
    {
        background: #dce4bf;
        color: #339;
    }

.nohover tr:hover td
{
    background: #F4F5F0;
}

.excel
{
    margin: 10px 0 0 10px;
}

.grid-icons
{
    width: 40px;
}

.ui-styled-table .ui-state-hover
{
    font-weight: 400;
}

.ui-styled-table tr.grid-header .ui-state-hover
{
    font-weight: bold;
}

table.pform td, .submit table table td.ui-widget-content
{
    border: 1px solid #aaaaaa;
}

table.sort
{
    font-family: Arial;
    font-size: 12px;
    width: 300px;
}

.grid-pager .ui-widget-content, .grid-pager table, .grid-pager .ui-state-hover, .search_container td, .search_container, table.radio td, table.checkbox td
{
    border: 0px solid #FFF !important;
}

.submit td.ui-widget-content
{
    border: 0px solid #FFF;
    padding: 10px;
}

/*.submit td.literal
{
    padding-top: 0px;
}*/

.submit
{
    margin-top: 15px;
}

    .submit .instructions
    {
        margin-left: 10px;
    }

tr.grid-pager .ui-widget-content .ui-state-hover
{
    background-image: none !important;
    font-weight: normal !important;
    color: #000;
    background-color: #FBFBF5;
}

table.pform table .ui-widget-content
{
    border: 0px solid;
}

/*.grid-pager td
{
	background: #67b021 url('http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/themes/south-street/images/ui-bg_highlight-soft_25_67b021_1x100.png') 50% 50% repeat-x !important;
	font-weight: bold;
	color: #ffffff;
}*/


.styled-button {
    background: #81A220;
    background: linear-gradient(top,#9DC427 0,#6A841A 100%) no-repeat;
    background: -webkit-linear-gradient(top,#9DC427 0,#6A841A 100%) no-repeat;
    background: -moz-linear-gradient(top,#9DC427 0,#6A841A 100%) no-repeat;
    background: -o-linear-gradient(top,#9DC427 0,#6A841A 100%) no-repeat;
    background: -ms-linear-gradient(top,#9DC427 0,#6A841A 100%) no-repeat;
    background: linear-gradient(top,#9DC427 0,#6A841A 100%) no-repeat;
    -svg-background: linear-gradient(top,#9DC427 0,#6A841A 100%) no-repeat;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #566726;
    padding: 10px 22px 10px;
    margin: 0 auto;
    color: #F0F7D9;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Trebuchet MS',Arial,Helvetica,Sans-Serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
}
.styled-button:hover {
    cursor:pointer;
    text-decoration:underline;
}