﻿/*	Copyright (c) 2009, Yahoo! Inc. All rights reserved.
	Code licensed under the BSD License:
	http://developer.yahoo.net/yui/license.txt
	version: 2.7.0

	http://developer.yahoo.com/yui/docs/YAHOO.widget.DataTable.html */
/***** BEGIN CORE STYLES - DO NOT CHANGE ******/
/* mask */
.csgrids_slickv2 .yui-dt-mask {position:absolute; z-index:9500;}
/* scrollable */
.yui-dt-tmp {position:absolute; left:-9000px;}
.yui-dt-scrollable .yui-dt-bd {overflow:auto;}
.yui-dt-scrollable .yui-dt-hd {overflow:hidden; position:relative;}  /* for ie overflow bug http://rowanw.com/bugs/overflow_relative.htm */
.yui-dt-scrollable .yui-dt-bd thead tr,
.yui-dt-scrollable .yui-dt-bd thead th {position:absolute; left:-1500px;}
.yui-dt-scrollable tbody {-moz-outline:none;}
/* sortable columns */
.csgrids_slickv2 thead .yui-dt-sortable {cursor:pointer;}
/* draggable columns */
.csgrids_slickv2 thead .yui-dt-draggable {cursor: move;}
.yui-dt-coltarget {position: absolute; z-index: 999;}
/* resizeable columns */
.yui-dt-hd {zoom:1;}
th.yui-dt-resizeable .yui-dt-resizerliner {position:relative;}
.yui-dt-resizer {
    position:absolute;
    right:0;
    bottom:0;
    height:100%;
    cursor:e-resize;
    cursor:col-resize;
    background-color:#CCC;opacity:0;filter: alpha(opacity=0); /* Bug 1952811: IE transparency z-index */
}
.yui-dt-resizerproxy {
    visibility:hidden;
    position:absolute;
    z-index:9000;
    background-color:#CCC;opacity:0;filter: alpha(opacity=0); /* Bug 1952811: IE transparency z-index */
}
/* hidden columns */
th.yui-dt-hidden .yui-dt-liner, 
td.yui-dt-hidden .yui-dt-liner,
th.yui-dt-hidden .yui-dt-resizer {display:none;}
/***** END CORE STYLES - DO NOT CHANGE ******/


/****************************************************/
/***** Begin Skin - Appearance changes go below *****/
/****************************************************/

/************ Style ************/

/***** newton *****/
/** Table **/
.csgridc_newton .yui-dt table {border:1px solid #00103C; border-right: none; color: #042247;}
/* Headers */
.csgridc_newton .yui-dt th {background: #00103C url(CSDlrSite/Shared/newton-hdr.png) repeat-x;}
.csgridc_newton .yui-dt th,
.csgridc_newton .yui-dt th a {color:#FFF;} /* header text */
.csgridc_newton .yui-dt th	{border:none; border-right:1px solid #00103C;}
/* Table cells */
.csgridc_newton .yui-dt td {border:none; border-right:1px solid #00103C; text-align:left;} /* inner column border */
/* Alternating rows */
.csgridc_newton tr.yui-dt-even	{background-color: #9cbcd3;}
.csgridc_newton tr.yui-dt-odd	{background-color: #6a9cdb;}
/* Links */
.csgridc_newton .yui-dt a {color: #c22525;}
.csgridc_newton .yui-dt a:hover {color: #FFF;}
.csgridc_newton .yui-dt a img {border: solid 1px #c22525;}
.csgridc_newton .yui-dt a:hover img {border: solid 1px #FFF;}
.csgridc_newton .yui-dt .SLKBB {background-image: url(CSDlrSite/Shared/rst_ico_bb.gif);}
.csgridc_newton .yui-dt .grdSpcltrue {background-image: url(newton/newton-rst-spcl.gif);}
.csgridc_newton .yui-dt .grdCerttrue {background-image: url(newton/newton-rst-cert.gif);}
/** Paginator **/
/* Links */
.csgridc_newton a.yui-pg-first:link,
.csgridc_newton a.yui-pg-previous:link,
.csgridc_newton a.yui-pg-next:link,
.csgridc_newton a.yui-pg-last:link,
.csgridc_newton a.yui-pg-page:link	{color: #c22525; text-decoration: none;}
/* Hover */
.csgridc_newton a.yui-pg-first:hover,
.csgridc_newton a.yui-pg-previous:hover,
.csgridc_newton a.yui-pg-next:hover,
.csgridc_newton a.yui-pg-last:hover,
.csgridc_newton a.yui-pg-page:hover	{color: #688EFF; text-decoration: underline;}
/* Inactive */
.csgridc_newton span.yui-pg-first,
.csgridc_newton span.yui-pg-previous,
.csgridc_newton span.yui-pg-next,
.csgridc_newton span.yui-pg-last		{color: #8A8A8A;}
/* Page boxes */
.csgridc_newton .yui-pg-page {background-color: #C7AD0C; text-decoration: none;}
/* Current page box */
.csgridc_newton .yui-pg-current-page {background-color: transparent; color: #02316b; font-weight: bold;}


/***** benway *****/
/** Table **/
.csgridc_benway .yui-dt table {border:1px solid #00103C; border-right: none; color: #FFF;}
/* Headers */
.csgridc_benway .yui-dt th {background: #00103C url(CSDlrSite/Shared/benway-hdr.png) repeat-x;}
.csgridc_benway .yui-dt th,
.csgridc_benway .yui-dt th a {color:#FFF;} /* header text */
.csgridc_benway .yui-dt th	{border:none; border-right:1px solid #00103C;}
/* Table cells */
.csgridc_benway .yui-dt td {border:none; border-right:1px solid #00103C; text-align:left;} /* inner column border */
/* Alternating rows */
.csgridc_benway tr.yui-dt-even	{background-color: #00103C;}
.csgridc_benway tr.yui-dt-odd	{background-color: #011752;}
/* Links */
.csgridc_benway .yui-dt a {color: #FF2927;}
.csgridc_benway .yui-dt a:hover {color: #688EFF;}
.csgridc_benway .yui-dt a img {border: solid 1px #FF2927;}
.csgridc_benway .yui-dt a:hover img {border: solid 1px #FFF;}
.csgridc_benway .yui-dt .SLKBB {background-image: url(CSDlrSite/Shared/rst_ico_bb.gif);}
.csgridc_benway .yui-dt .grdSpcltrue {background-image: url(benway/benway-rst-spcl.gif);}
.csgridc_benway .yui-dt .grdCerttrue {background-image: url(benway/benway-rst-cert.gif);}
/** Paginator **/
/* Links */
.csgridc_benway a.yui-pg-first:link,
.csgridc_benway a.yui-pg-previous:link,
.csgridc_benway a.yui-pg-next:link,
.csgridc_benway a.yui-pg-last:link,
.csgridc_benway a.yui-pg-page:link	{color: #FF2927; text-decoration: none;}
/* Hover */
.csgridc_benway a.yui-pg-first:hover,
.csgridc_benway a.yui-pg-previous:hover,
.csgridc_benway a.yui-pg-next:hover,
.csgridc_benway a.yui-pg-last:hover,
.csgridc_benway a.yui-pg-page:hover	{color: #688EFF; text-decoration: underline;}
/* Inactive */
.csgridc_benway span.yui-pg-first,
.csgridc_benway span.yui-pg-previous,
.csgridc_benway span.yui-pg-next,
.csgridc_benway span.yui-pg-last		{color: #8A8A8A;}
/* Page boxes */
.csgridc_benway .yui-pg-page {background-color: #00103C; text-decoration: none;}
/* Current page box */
.csgridc_benway .yui-pg-current-page {background-color: transparent; color: #d2e3f9; font-weight: bold;}


/***** corso *****/
/** Table **/
.csgridc_corso .yui-dt table {border:1px solid #5C6048; border-right: none; color: #5C6048;}
/* Headers */
.csgridc_corso .yui-dt th {background: #dcdcdc url(CSDlrSite/Shared/corso-hdr.png) repeat-x;}
.csgridc_corso .yui-dt th,
.csgridc_corso .yui-dt th a {color:#fff;} /* header text */
.csgridc_corso .yui-dt th	{border:none; border-right:1px solid #5C6048;}
/* Table cells */
.csgridc_corso .yui-dt td {border:none; border-right:1px solid #5C6048; text-align:left;} /* inner column border */
/* Alternating rows */
.csgridc_corso tr.yui-dt-even	{background-color: #dcdcdc;}
.csgridc_corso tr.yui-dt-odd	{background-color: #e4e4e4;}
/* Links */
.csgridc_corso .yui-dt a {color: #0770D9;}
.csgridc_corso .yui-dt a:hover {color: #282828;}
.csgridc_corso .yui-dt a img {border: solid 1px #0770D9;}
.csgridc_corso .yui-dt a:hover img {border: solid 1px #FFF;}
.csgridc_corso .yui-dt .SLKBB {background-image: url(CSDlrSite/Shared/rst_ico_bb.gif);}
.csgridc_corso .yui-dt .grdSpcltrue {background-image: url(corso/corso-rst-spcl.gif);}
.csgridc_corso .yui-dt .grdCerttrue {background-image: url(corso/corso-rst-cert.gif);}
/** Paginator **/
/* Links */
.csgridc_corso a.yui-pg-first:link,
.csgridc_corso a.yui-pg-previous:link,
.csgridc_corso a.yui-pg-next:link,
.csgridc_corso a.yui-pg-last:link,
.csgridc_corso a.yui-pg-page:link	{color: #0770D9; text-decoration: none;}
/* Hover */
.csgridc_corso a.yui-pg-first:hover,
.csgridc_corso a.yui-pg-previous:hover,
.csgridc_corso a.yui-pg-next:hover,
.csgridc_corso a.yui-pg-last:hover,
.csgridc_corso a.yui-pg-page:hover	{color: #282828; text-decoration: underline;}
/* Inactive */
.csgridc_corso span.yui-pg-first,
.csgridc_corso span.yui-pg-previous,
.csgridc_corso span.yui-pg-next,
.csgridc_corso span.yui-pg-last		{color: #8A8A8A;}
/* Page boxes */
.csgridc_corso .yui-pg-page {background-color: #D5DABC; text-decoration: none;}
/* Current page box */
.csgridc_corso .yui-pg-current-page {background-color: transparent; color: #494949; font-weight: bold;}

/***** snyder *****/
/** Table **/
.csgridc_snyder .yui-dt table {border:1px solid #282828; border-right: none; color: #282828;}
/* Headers */
.csgridc_snyder .yui-dt th {background: #CAC2AB url(CSDlrSite/Shared/snyder-hdr.png) repeat-x;}
.csgridc_snyder .yui-dt th,
.csgridc_snyder .yui-dt th a {color:#fff;} /* header text */
.csgridc_snyder .yui-dt th	{border:none; border-right:1px solid #5F4F39;}
/* Table cells */
.csgridc_snyder .yui-dt td {border:none; border-right:1px solid #5F4F39; text-align:left;} /* inner column border */
/* Alternating rows */
.csgridc_snyder tr.yui-dt-even	{background-color: #DBD6CA;}
.csgridc_snyder tr.yui-dt-odd	{background-color: #e3e0d8;}
/* Links */
.csgridc_snyder .yui-dt a {color: #DB7D00;}
.csgridc_snyder .yui-dt a:hover {color: #282828;}
.csgridc_snyder .yui-dt a img {border: solid 1px #F9A811;}
.csgridc_snyder .yui-dt a:hover img {border: solid 1px #FFF;}
.csgridc_snyder .yui-dt .SLKBB {background-image: url(CSDlrSite/Shared/rst_ico_bb.gif);}
.csgridc_snyder .yui-dt .grdSpcltrue {background-image: url(snyder/snyder-rst-spcl.gif);}
.csgridc_snyder .yui-dt .grdCerttrue {background-image: url(snyder/snyder-rst-cert.gif);}
/** Paginator **/
/* Links */
.csgridc_snyder a.yui-pg-first:link,
.csgridc_snyder a.yui-pg-previous:link,
.csgridc_snyder a.yui-pg-next:link,
.csgridc_snyder a.yui-pg-last:link,
.csgridc_snyder a.yui-pg-page:link	{color: #DB7D00; text-decoration: none;}
/* Hover */
.csgridc_snyder a.yui-pg-first:hover,
.csgridc_snyder a.yui-pg-previous:hover,
.csgridc_snyder a.yui-pg-next:hover,
.csgridc_snyder a.yui-pg-last:hover,
.csgridc_snyder a.yui-pg-page:hover	{color: #282828; text-decoration: underline;}
/* Inactive */
.csgridc_snyder span.yui-pg-first,
.csgridc_snyder span.yui-pg-previous,
.csgridc_snyder span.yui-pg-next,
.csgridc_snyder span.yui-pg-last		{color: #8A8A8A;}
/* Page boxes */
.csgridc_snyder .yui-pg-page {background-color: #DBD6CA; text-decoration: none;}
/* Current page box */
.csgridc_snyder .yui-pg-current-page {background-color: transparent; color: #4C402D; font-weight: bold;}


/***** kilgore *****/
/** Table **/
.csgridc_kilgore .yui-dt table {border:1px solid #666666; border-right: none; color: #484848;}
/* Headers */
.csgridc_kilgore .yui-dt th {background: #CBCBCB url(CSDlrSite/Shared/kilgore-hdr.png) repeat-x;}
.csgridc_kilgore .yui-dt th,
.csgridc_kilgore .yui-dt th a {color:#484848;} /* header text */
.csgridc_kilgore .yui-dt th	{border:none; border-right:1px solid #666666;}
/* Table cells */
.csgridc_kilgore .yui-dt td {border:none; border-right:1px solid #666666; text-align:left;} /* inner column border */
/* Alternating rows */
.csgridc_kilgore tr.yui-dt-even	{background-color: #CBCBCB;}
.csgridc_kilgore tr.yui-dt-odd	{background-color: #A7A8AC;}
/* Links */
.csgridc_kilgore .yui-dt a {color: #017BBE;}
.csgridc_kilgore .yui-dt a:hover {color: #282828;}
.csgridc_kilgore .yui-dt a img {border: solid 1px #017BBE;}
.csgridc_kilgore .yui-dt a:hover img {border: solid 1px #FFF;}
.csgridc_kilgore .yui-dt .SLKBB {background-image: url(CSDlrSite/Shared/rst_ico_bb.gif);}
.csgridc_kilgore .yui-dt .grdSpcltrue {background-image: url(kilgore/kilgore-rst-spcl.gif);}
.csgridc_kilgore .yui-dt .grdCerttrue {background-image: url(kilgore/kilgore-rst-cert.gif);}
/** Paginator **/
/* Links */
.csgridc_kilgore a.yui-pg-first:link,
.csgridc_kilgore a.yui-pg-previous:link,
.csgridc_kilgore a.yui-pg-next:link,
.csgridc_kilgore a.yui-pg-last:link,
.csgridc_kilgore a.yui-pg-page:link	{color: #017BBE; text-decoration: none;}
/* Hover */
.csgridc_kilgore a.yui-pg-first:hover,
.csgridc_kilgore a.yui-pg-previous:hover,
.csgridc_kilgore a.yui-pg-next:hover,
.csgridc_kilgore a.yui-pg-last:hover,
.csgridc_kilgore a.yui-pg-page:hover	{color: #282828; text-decoration: underline;}
/* Inactive */
.csgridc_kilgore span.yui-pg-first,
.csgridc_kilgore span.yui-pg-previous,
.csgridc_kilgore span.yui-pg-next,
.csgridc_kilgore span.yui-pg-last		{color: #8A8A8A;}
/* Page boxes */
.csgridc_kilgore .yui-pg-page {background-color: #CBCBCB; text-decoration: none;}
/* Current page box */
.csgridc_kilgore .yui-pg-current-page {background-color: transparent; color: #484848; font-weight: bold;}

/***** conrad *****/
/** Table **/
.csgridc_conrad .yui-dt table {border:1px solid #161616; border-right: none; color: #FFF;}
/* Headers */
.csgridc_conrad .yui-dt th {background: #3D3D3D url(CSDlrSite/Shared/conrad-hdr.png) repeat-x;}
.csgridc_conrad .yui-dt th,
.csgridc_conrad .yui-dt th a {color:#fff;} /* header text */
.csgridc_conrad .yui-dt th	{border:none; border-right:1px solid #161616;}
/* Table cells */
.csgridc_conrad .yui-dt td {border:none; border-right:1px solid #161616; text-align:left;} /* inner column border */
/* Alternating rows */
.csgridc_conrad tr.yui-dt-even	{background-color: #3D3D3D;}
.csgridc_conrad tr.yui-dt-odd	{background-color: #212121;}
/* Links */
.csgridc_conrad .yui-dt a {color: #ff3c3c;}
.csgridc_conrad .yui-dt a:hover {color: #FFF;}
.csgridc_conrad .yui-dt a img {border: solid 1px #E53132;}
.csgridc_conrad .yui-dt a:hover img {border: solid 1px #FFF;}
.csgridc_conrad .yui-dt .SLKBB {background-image: url(CSDlrSite/Shared/rst_ico_bb.gif);}
.csgridc_conrad .yui-dt .grdSpcltrue {background-image: url(conrad/conrad-rst-spcl.gif);}
.csgridc_conrad .yui-dt .grdCerttrue {background-image: url(conrad/conrad-rst-cert.gif);}
/** Paginator **/
/* Links */
.csgridc_conrad a.yui-pg-first:link,
.csgridc_conrad a.yui-pg-previous:link,
.csgridc_conrad a.yui-pg-next:link,
.csgridc_conrad a.yui-pg-last:link,
.csgridc_conrad a.yui-pg-page:link	{color: #ff3c3c; text-decoration: none;}
/* Hover */
.csgridc_conrad a.yui-pg-first:hover,
.csgridc_conrad a.yui-pg-previous:hover,
.csgridc_conrad a.yui-pg-next:hover,
.csgridc_conrad a.yui-pg-last:hover,
.csgridc_conrad a.yui-pg-page:hover	{color: #FFF; text-decoration: underline;}
/* Inactive */
.csgridc_conrad span.yui-pg-first,
.csgridc_conrad span.yui-pg-previous,
.csgridc_conrad span.yui-pg-next,
.csgridc_conrad span.yui-pg-last		{color: #8A8A8A;}
/* Page boxes */
.csgridc_conrad .yui-pg-page {background-color: #525252; text-decoration: none;}
/* Current page box */
.csgridc_conrad .yui-pg-current-page {background-color: transparent; color: #484848; font-weight: bold;}

/***** red *****/
/** Table **/
.csgridc_red .yui-dt table {border:1px solid #161616; border-right: none; color: #FFF;}
/* Headers */
.csgridc_red .yui-dt th {background: #3D3D3D url(CSDlrSite/Shared/red-hdr.png) repeat-x;}
.csgridc_red .yui-dt th,
.csgridc_red .yui-dt th a {color:#fff;} /* header text */
.csgridc_red .yui-dt th	{border:none; border-right:1px solid #161616;}
/* Table cells */
.csgridc_red .yui-dt td {border:none; border-right:1px solid #161616; text-align:left;} /* inner column border */
/* Alternating rows */
.csgridc_red tr.yui-dt-even	{background-color: #3D3D3D;}
.csgridc_red tr.yui-dt-odd	{background-color: #212121;}
/* Links */
.csgridc_red .yui-dt a {color: #FFAE00;}
.csgridc_red .yui-dt a:hover {color: #FFF;}
.csgridc_red .yui-dt a img {border: solid 1px #E53132;}
.csgridc_red .yui-dt a:hover img {border: solid 1px #FFF;}
.csgridc_red .yui-dt .SLKBB {background-image: url(CSDlrSite/Shared/rst_ico_bb.gif);}
.csgridc_red .yui-dt .grdSpcltrue {background-image: url(red/red-rst-spcl.gif);}
.csgridc_red .yui-dt .grdCerttrue {background-image: url(red/red-rst-cert.gif);}
/** Paginator **/
/* Links */
.csgridc_red a.yui-pg-first:link,
.csgridc_red a.yui-pg-previous:link,
.csgridc_red a.yui-pg-next:link,
.csgridc_red a.yui-pg-last:link,
.csgridc_red a.yui-pg-page:link	{color: #FFAE00; text-decoration: none;}
/* Hover */
.csgridc_red a.yui-pg-first:hover,
.csgridc_red a.yui-pg-previous:hover,
.csgridc_red a.yui-pg-next:hover,
.csgridc_red a.yui-pg-last:hover,
.csgridc_red a.yui-pg-page:hover	{color: #FFF; text-decoration: underline;}
/* Inactive */
.csgridc_red span.yui-pg-first,
.csgridc_red span.yui-pg-previous,
.csgridc_red span.yui-pg-next,
.csgridc_red span.yui-pg-last		{color: #8A8A8A;}
/* Page boxes */
.csgridc_red .yui-pg-page {background-color: #282828; text-decoration: none;}
/* Current page box */
.csgridc_red .yui-pg-current-page {background-color: transparent; color: #FFF; font-weight: bold;}

/***** dark *****/
/** Table **/
.csgridc_dark .yui-dt table {border:1px solid #161616; border-right: none; color: #FFF;}
/* Headers */
.csgridc_dark .yui-dt th {background: #3D3D3D url(CSDlrSite/Shared/dark-hdr.png) repeat-x;}
.csgridc_dark .yui-dt th,
.csgridc_dark .yui-dt th a {color:#fff;} /* header text */
.csgridc_dark .yui-dt th	{border:none; border-right:1px solid #161616;}
/* Table cells */
.csgridc_dark .yui-dt td {border:none; border-right:1px solid #161616; text-align:left;} /* inner column border */
/* Alternating rows */
.csgridc_dark tr.yui-dt-even	{background-color: #3D3D3D;}
.csgridc_dark tr.yui-dt-odd	{background-color: #212121;}
/* Links */
.csgridc_dark .yui-dt a {color: #4787cf;}
.csgridc_dark .yui-dt a:hover {color: #ffffff;}
.csgridc_dark .yui-dt a img {border: solid 1px #4787cf;}
.csgridc_dark .yui-dt a:hover img {border: solid 1px #FFF;}
.csgridc_dark .yui-dt .SLKBB {background-image: url(CSDlrSite/Shared/rst_ico_bb.gif);}
.csgridc_dark .yui-dt .grdSpcltrue {background-image: url(dark/dark-rst-spcl.gif);}
.csgridc_dark .yui-dt .grdCerttrue {background-image: url(dark/dark-rst-cert.gif);}
/** Paginator **/
/* Links */
.csgridc_dark a.yui-pg-first:link,
.csgridc_dark a.yui-pg-previous:link,
.csgridc_dark a.yui-pg-next:link,
.csgridc_dark a.yui-pg-last:link,
.csgridc_dark a.yui-pg-page:link	{color: #4787cf; text-decoration: none;}
/* Hover */
.csgridc_dark a.yui-pg-first:hover,
.csgridc_dark a.yui-pg-previous:hover,
.csgridc_dark a.yui-pg-next:hover,
.csgridc_dark a.yui-pg-last:hover,
.csgridc_dark a.yui-pg-page:hover	{color: #FFF; text-decoration: underline;}
/* Inactive */
.csgridc_dark span.yui-pg-first,
.csgridc_dark span.yui-pg-previous,
.csgridc_dark span.yui-pg-next,
.csgridc_dark span.yui-pg-last		{color: #8A8A8A;}
/* Page boxes */
.csgridc_dark .yui-pg-page {background-color: #282828; text-decoration: none;}
/* Current page box */
.csgridc_dark .yui-pg-current-page {background-color: transparent; color: #FFF; font-weight: bold;}

/***** frost *****/
/** Table **/
.csgridc_frost .yui-dt table {border:1px solid #282828; border-right: none; color: #282828;}
/* Headers */
.csgridc_frost .yui-dt th {background: #CBCBCB url(CSDlrSite/Shared/frost-hdr.png) repeat-x;}
.csgridc_frost .yui-dt th,
.csgridc_frost .yui-dt th a {color:#fff;} /* header text */
.csgridc_frost .yui-dt th	{border:none; border-right:1px solid #282828;}
/* Table cells */
.csgridc_frost .yui-dt td {border:none; border-right:1px solid #161616; text-align:left;} /* inner column border */
/* Alternating rows */
.csgridc_frost tr.yui-dt-even	{background-color: #CBCBCB;}
.csgridc_frost tr.yui-dt-odd	{background-color: #A7A8AC;}
/* Links */
.csgridc_frost .yui-dt a {color: #C31731;}
.csgridc_frost .yui-dt a:hover {color: #282828;}
.csgridc_frost .yui-dt a img {border: solid 1px #C31731;}
.csgridc_frost .yui-dt a:hover img {border: solid 1px #FFF;}
.csgridc_frost .yui-dt .SLKBB {background-image: url(CSDlrSite/Shared/rst_ico_bb.gif);}
.csgridc_frost .yui-dt .grdSpcltrue {background-image: url(frost/frost-rst-spcl.gif);}
.csgridc_frost .yui-dt .grdCerttrue {background-image: url(frost/frost-rst-cert.gif);}
/** Paginator **/
/* Links */
.csgridc_frost a.yui-pg-first:link,
.csgridc_frost a.yui-pg-previous:link,
.csgridc_frost a.yui-pg-next:link,
.csgridc_frost a.yui-pg-last:link,
.csgridc_frost a.yui-pg-page:link	{color: #C31731; text-decoration: none;}
/* Hover */
.csgridc_frost a.yui-pg-first:hover,
.csgridc_frost a.yui-pg-previous:hover,
.csgridc_frost a.yui-pg-next:hover,
.csgridc_frost a.yui-pg-last:hover,
.csgridc_frost a.yui-pg-page:hover	{color: #282828; text-decoration: underline;}
/* Inactive */
.csgridc_frost span.yui-pg-first,
.csgridc_frost span.yui-pg-previous,
.csgridc_frost span.yui-pg-next,
.csgridc_frost span.yui-pg-last		{color: #8A8A8A;}
/* Page boxes */
.csgridc_frost .yui-pg-page {background-color: #CBCBCB; text-decoration: none;}
/* Current page box */
.csgridc_frost .yui-pg-current-page {background-color: transparent; color: #FFF; font-weight: bold;}

/***** sontag *****/
/** Table **/
.csgridc_sontag .yui-dt table {border:1px solid #282828; border-right: none; color: #013863;}
/* Headers */
.csgridc_sontag .yui-dt th {background: #AEA989 url(CSDlrSite/Shared/sontag-hdr.png) repeat-x;}
.csgridc_sontag .yui-dt th,
.csgridc_sontag .yui-dt th a {color:#fff;} /* header text */
.csgridc_sontag .yui-dt th	{border:none; border-right:1px solid #282828;}
/* Table cells */
.csgridc_sontag .yui-dt td {border:none; border-right:1px solid #161616; text-align:left;} /* inner column border */
/* Alternating rows */
.csgridc_sontag tr.yui-dt-even	{background-color: #AEA989;}
.csgridc_sontag tr.yui-dt-odd	{background-color: #C1BB9B;}
/* Links */
.csgridc_sontag .yui-dt a {color: #B70505;}
.csgridc_sontag .yui-dt a:hover {color: #00579A;}
.csgridc_sontag .yui-dt a img {border: solid 1px #E53132;}
.csgridc_sontag .yui-dt a:hover img {border: solid 1px #FFF;}
.csgridc_sontag .yui-dt .SLKBB {background-image: url(CSDlrSite/Shared/rst_ico_bb.gif);}
.csgridc_sontag .yui-dt .grdSpcltrue {background-image: url(sontag/sontag-rst-spcl.gif);}
.csgridc_sontag .yui-dt .grdCerttrue {background-image: url(sontag/sontag-rst-cert.gif);}
/** Paginator **/
/* Links */
.csgridc_sontag a.yui-pg-first:link,
.csgridc_sontag a.yui-pg-previous:link,
.csgridc_sontag a.yui-pg-next:link,
.csgridc_sontag a.yui-pg-last:link,
.csgridc_sontag a.yui-pg-page:link	{color: #B70505; text-decoration: none;}
/* Hover */
.csgridc_sontag a.yui-pg-first:hover,
.csgridc_sontag a.yui-pg-previous:hover,
.csgridc_sontag a.yui-pg-next:hover,
.csgridc_sontag a.yui-pg-last:hover,
.csgridc_sontag a.yui-pg-page:hover	{color: #282828; text-decoration: underline;}
/* Inactive */
.csgridc_sontag span.yui-pg-first,
.csgridc_sontag span.yui-pg-previous,
.csgridc_sontag span.yui-pg-next,
.csgridc_sontag span.yui-pg-last		{color: #8A8A8A;}
/* Page boxes */
.csgridc_sontag .yui-pg-page {background-color: #C1BB9B; text-decoration: none;}
/* Current page box */
.csgridc_sontag .yui-pg-current-page {background-color: transparent; color: #484848; font-weight: bold;}

/************ Structure ************/
/* Whole table */
.csgrids_slickv2 .yui-dt table
{
    margin:0;
    padding:0;
    border-collapse:separate;*border-collapse:collapse;border-spacing:0; /* since ie6 and ie7 behave differently */
    width: 100%;
}
.csgrids_slickv2 .yui-dt thead		{border-spacing: 0;} /* for safari bug */
.csgrids_slickv2 .yui-dt caption	{line-height: 1; padding: 1em 0pt; text-align: center;}
/* Headers */
.csgrids_slickv2 .yui-dt th { margin:0; padding:0;}
.csgrids_slickv2 .yui-dt th,
.csgrids_slickv2 .yui-dt th a	{vertical-align:top; font-weight: bold; text-decoration:none;}
.csgrids_slickv2 .yui-dt th .yui-dt-liner {margin: 0; padding: 4px 0 0 .5em; height: 23px; white-space: nowrap;}
/* Table cells */
.csgrids_slickv2 .yui-dt td	{margin: 0; padding: 0; vertical-align: middle;}
.csgrids_slickv2 .yui-dt-liner {margin: 0; padding: 8px 10px 4px 10px;} /* cell padding */
/* Links */
.csgrids_slickv2 .yui-dt .SLKBB {height: 23px; width: 150px;}
.csgrids_slickv2 .yui-dt .SLKBB:hover {background-position: left -23px;}
/* Badges */
.csgrids_slickv2 .yui-dt .grdSpcl,
.csgrids_slickv2 .yui-dt .grdSpclfalse,
.csgrids_slickv2 .yui-dt .grdCert,
.csgrids_slickv2 .yui-dt .grdCertfalse	{display: none; visibility: hidden;}
.csgrids_slickv2 .yui-dt .grdSpcltrue,
.csgrids_slickv2 .yui-dt .grdCerttrue	{width: 80px; height: 16px;}

/***** Paginator *****/
/* Whole container */
.csgrids_slickv2 .yui-pg-container {display: block; margin: 6px 0; white-space: nowrap;}
/* Make everything inline */
.csgrids_slickv2 .yui-pg-first,
.csgrids_slickv2 .yui-pg-previous,
.csgrids_slickv2 .yui-pg-next,
.csgrids_slickv2 .yui-pg-last,
.csgrids_slickv2 .yui-pg-current,
.csgrids_slickv2 .yui-pg-pages,
.csgrids_slickv2 .yui-pg-page {
    display: inline-block;
    padding: 3px 2px;
    zoom:1;
}
.csgrids_slickv2 .yui-pg-first,
.csgrids_slickv2 .yui-pg-previous {padding-left: 0;}
.csgrids_slickv2 .yui-pg-next,
.csgrids_slickv2 .yui-pg-last {padding-right: 0;}
.csgrids_slickv2 .yui-pg-pages {padding: 0;}
.csgrids_slickv2 .yui-pg-current {padding: 3px 0;}
/* Links */
.csgrids_slickv2 a.yui-pg-first:link,
.csgrids_slickv2 a.yui-pg-previous:link,
.csgrids_slickv2 a.yui-pg-next:link,
.csgrids_slickv2 a.yui-pg-last:link,
.csgrids_slickv2 a.yui-pg-page:link {outline: 0;}
/* Page boxes */
.csgrids_slickv2 .yui-pg-page {padding: 2px 6px; margin-left: 1px; margin-right: 1px;}
/* Current page box */
.csgrids_slickv2 .yui-pg-current-page {padding: 3px 6px;}