.subContentBG
{
    background: #696969;
    background: -moz-linear-gradient(top, #f9fcf7 0%, #f5f9f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9fcf7), color-stop(100%, #f5f9f0));
    background: -webkit-linear-gradient(top, #f9fcf7 0%, #f5f9f0 100%);
    background: -o-linear-gradient(top, #f9fcf7 0%, #f5f9f0 100%);
    background: -ms-linear-gradient(top, #f9fcf7 0%, #f5f9f0 100%);
    background: linear-gradient(top, #f9fcf7 0%, #f5f9f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f9f0', GradientType=0 );
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f9fcf7', endColorstr='#f5f9f0')";
    border-top: 1px solid #e4ecf0;
    border-bottom: 1px solid #92979a;
}

.icoSelect
{
    margin: 2px;
    cursor: pointer;
    background-position: right;
    background-image: url(../images/ico-select.png);
    width: 14px;
    height: 14px;
    display: block;
    background-repeat: no-repeat;
}
.icoSelectSearch
{
    margin: 4px 0 0 -18px;
    cursor: pointer;
    background-position: right;
    background-image: url(../images/ico-select.png);
    width: 14px;
    height: 14px;
    display: block;
    background-repeat: no-repeat;
}
.icoCalendar
{
    margin: 4px 0 0 -20px;
    cursor: pointer;
    background-position: right;
    background-image: url(../images/ico-calendar.png);
    width: 16px;
    height: 14px;
    display: block;
    background-repeat: no-repeat;
}
.grid
{
    border-collapse: collapse;
    font-family: Arial;
    font-size: 11px;
    text-align: left;
    width: 100%;
}
.gridHeader
{
    /*background: url(../images/gridhead.png) repeat-x scroll 0 0 #4B002A;*/
    border-bottom: 1px solid #ababab;
    border-top: 1px solid #ababab;
    color: white !important;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    line-height: 25px;
    height: 25px;
}

.gridHeaderCenter
{
    /*background: url(../images/gridhead.png) repeat-x scroll 0 0 #4B002A;*/
    border-bottom: 1px solid #ababab;
    border-top: 1px solid #ababab;
    color: white !important;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    line-height: 25px;
    height: 25px;
}

.gridHeaderCenter th
{
    text-align: center;
}
.gridRow
{
    background: url(../images/gridback.png) repeat-x scroll 0 0 #FFFAFA;
    cursor: default;
    line-height: 22px;
    height: 22px;
}
.gridRowAlt
{
    /*background: url(../images/gridbackodd.png) repeat-x scroll 0 0 #F5F5DC;*/
    cursor: default;
    line-height: 22px;
    height: 22px;
}

.gridPage
{
    background: url(../images/gridfooter.png) repeat-x scroll 0 0 #A9A9A9;
    font-size: 11px;
    border-bottom: 1px solid #ababab;
    padding: 5px;
    cursor: default;
}

.gridPage td
{
    padding-left: 10px;
}
 
.linkHref, .linkHref a, .linkHref a:hover
{
    color: #70003d !important;
    text-decoration: underline;
}
.smlbuttons a, .smlbuttons button
{
    display: block;
    float: left;
    background: #eceded;
    background: -moz-linear-gradient(top,  #eceded 0%, #bbbcbd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eceded), color-stop(100%,#bbbcbd));
    background: -webkit-linear-gradient(top,  #eceded 0%,#bbbcbd 100%);
    background: -o-linear-gradient(top,  #eceded 0%,#bbbcbd 100%);
    background: -ms-linear-gradient(top,  #eceded 0%,#bbbcbd 100%);
    background: linear-gradient(top,  #eceded 0%,#bbbcbd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceded', endColorstr='#bbbcbd',GradientType=0 );
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eceded', endColorstr='#bbbcbd')";
    border: 1px solid #a1a1a1;
    border-top: 1px solid #a6a6a6;
    border-left: 1px solid #a6a6a6;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    height: 15px;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: #565656;
    cursor: pointer;
    margin-top: 4px;
    padding: 2px 5px 3px 5px; /* Links */
}
smlbutton:hover, .smlbuttons a:hover
{
    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#00ffffff');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#00ffffff')";
    color: #7e7e7e;
    border: 1px solid #7e7e7e;
    border-top: 1px solid #a6a6a6;
    border-left: 1px solid #a6a6a6;
}
.smlbuttons a:active
{
    background-color: #cecece;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#cecece', endColorstr='#c9c9c9');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#cecece', endColorstr='#c9c9c9')";
    border: 1px solid #303030;
    color: #373737;
}
.buttons a, .buttons button
{
    display: block;
    float: left;
    margin: 0 0 0 5px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#e5e5e5', endColorstr='#d0d0d0');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e5e5e5', endColorstr='#d0d0d0')";
    background-color: #e9e9e9;
    border: 1px solid #a1a1a1;
    border-top: 1px solid #a6a6a6;
    border-left: 1px solid #a6a6a6;
    font-family: Arial;
    font-size: 11px !important;
    font-size: 100%;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: #565656;
    cursor: pointer;
    padding: 5px 8px 6px 7px; /* Links */
}
.buttons button
{
    width: auto;
    overflow: visible;
    padding: 4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]
{
    padding: 5px 10px 5px 7px; /* Firefox */
    line-height: 17px; /* Safari */
}
*:first-child + html button[type]
{
    padding: 4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img
{
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
}
button:hover, .buttons a:hover
{
    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#00ffffff');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#00ffffff')";
    color: #7e7e7e;
    border: 1px solid #7e7e7e;
    border-top: 1px solid #a6a6a6;
    border-left: 1px solid #a6a6a6;
}
.buttons a:active
{
    background-color: #cecece;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#cecece', endColorstr='#c9c9c9');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#cecece', endColorstr='#c9c9c9')";
    border: 1px solid #303030;
    color: #373737;
}
.lbl
{
    font-size: 10px;
    line-height: 18px;
    display: block;
    font-weight: bold;
}
.lblValue
{
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    display: block;
    word-wrap: break-word;
}
.textField
{
    border: 1px solid #acabab;
    line-height: 20px;
    height: 20px;
    padding: 0 3px;
    background: #fff;
    margin: 0;
    font-size: 11px;
}
.dd
{
    /*display:inline-block !important;*/
    text-align: left;
    background-color: #fff;
    font-size: 11px;
}
.dd .ddTitle
{
    background: #fff;
    border: 1px solid #acabab;
    padding: 1px 1px 1px 4px;
    text-indent: 0;
    cursor: default;
    overflow: hidden;
    height: 18px;
    min-width: 60px;
    font-weight: normal;
}
.dd .ddTitle span.arrow
{
    background: url(../images/dd_arrow.gif) no-repeat 0 0;
    float: right;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: 1px;
    margin-right: 1px;
    cursor: pointer;
    font-weight: normal;
}
.dd .ddTitle span.ddTitleText
{
    text-indent: 1px;
    overflow: hidden;
    line-height: 18px;
    font-weight: normal;
}
.dd .ddTitle span.ddTitleText img
{
    text-align: left;
    padding: 0 2px 0 0;
}
.dd .ddTitle img.selected
{
    padding: 0 3px 0 0;
    vertical-align: top;
}
.dd .ddChild
{
    position: absolute;
    border: 1px solid #c3c3c3;
    border-top: none;
    display: none;
    margin: 0;
    width: auto;
    overflow: auto;
    overflow-x: hidden !important;
    background-color: #ffffff;
    line-height: 20px;
    font-weight: normal;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited
{
    padding-left: 10px;
}
.dd .ddChild a
{
    display: block;
    padding: 2px 0 2px 3px;
    text-decoration: none;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}
.dd .ddChild a img
{
    border: 0;
    padding: 0 2px 0 0;
    vertical-align: middle;
}
.dd .ddChild a.selected
{
    background-color: #ffd2ee;
}
.dd .ddChild a:hover
{
    background-color: #e2b0dc;
}
.hidden
{
    display: none;
}
.dd .borderTop
{
    border-top: 1px solid #c3c3c3 !important;
}
.dd .noBorderTop
{
    border-top: none 0 !important;
}
.btn
{
    float: left;
    background: #eceded;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceded', endColorstr='#bbbcbd',GradientType=0 );
    border: 1px solid #a1a1a1;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    padding: 0px 10px;
    text-decoration: none;
    font-weight: bold;
    color: #565656;
    cursor: pointer;
    margin-top: 2px;
}

.btnNew
{
    background: #eceded;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceded', endColorstr='#bbbcbd',GradientType=0 );
    border: 1px solid #a1a1a1;
    border-top: 1px solid #a6a6a6;
    border-left: 1px solid #a6a6a6;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    padding: 0px 10px;
    text-decoration: none;
    color: #565656;
    cursor: pointer;
    margin-top: 4px;
}
.gridRowHighlight
{
    font-weight: bold;
    background: #6a073e;
    background: -moz-linear-gradient(top, #6a073e 0%, #700740 15%, #69083d 33%, #45082a 74%, #3f0826 85%, #3e0826 95%, #370722 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6a073e), color-stop(15%, #700740), color-stop(33%, #69083d), color-stop(74%, #45082a), color-stop(85%, #3f0826), color-stop(95%, #3e0826), color-stop(100%, #370722));
    background: -webkit-linear-gradient(top, #6a073e 0%, #700740 15%, #69083d 33%, #45082a 74%, #3f0826 85%, #3e0826 95%, #370722 100%);
    background: -o-linear-gradient(top, #6a073e 0%, #700740 15%, #69083d 33%, #45082a 74%, #3f0826 85%, #3e0826 95%, #370722 100%);
    background: -ms-linear-gradient(top, #6a073e 0%, #700740 15%, #69083d 33%, #45082a 74%, #3f0826 85%, #3e0826 95%, #370722 100%);
    background: linear-gradient(top, #6a073e 0%, #700740 15%, #69083d 33%, #45082a 74%, #3f0826 85%, #3e0826 95%, #370722 100%);
    color: White;
}

.cssPager td
{
    padding-left: 5px;     
    padding-right: 5px;    
}

.cssPager span 
{ 
	background-color:#6a073e; 
	font-size:15px;
	color:#c5c5c5;
}