﻿
/*	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_Franklin .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_Franklin thead .yui-dt-sortable {cursor:pointer;}
/* draggable columns */
.csgrids_Franklin 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 ************/

/***** conrad *****/
/** Table **/
.csgridc_conrad .yui-dt table {border:1px solid #484848; border-right: none; color: #484848;}
/* Headers */
.csgridc_conrad .yui-dt th {background: #1E1E1E url(conrad/conrad-rst-tblhdr.jpg) repeat-x 0 0;} /* header gradient */
.csgridc_conrad .yui-dt th,
.csgridc_conrad .yui-dt th a	{color:#fff;} /* header text */
.csgridc_conrad .yui-dt th	{border:none;}
/* Table cells */
.csgridc_conrad .yui-dt tr.yui-dt-first td {border-top:1px solid #5F4F39;} /* tbody top border  */
.csgridc_conrad .yui-dt td {border:none; border-right:1px solid #5F4F39; text-align:left;} /* inner column border */
/* Alternating rows */
.csgridc_conrad tr.yui-dt-even				{background-color: #e9e9e9;}
.csgridc_conrad tr.yui-dt-odd					{background-color: #c0c0c0;}
/* Links */
.csgridc_conrad .yui-dt a {color: #95000A;}
.csgridc_conrad .yui-dt .SLKBB {_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/Skins/Franklin/CSDlrSite/Shared/rst_ico_bb.png');}
.csgridc_conrad .yui-dt .SLKBB[class] {background-image: url(CSDlrSite/Shared/rst_ico_bb.png);}
.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: #95000A; font-weight: bold; text-decoration: none;}
.csgridc_conrad .yui-dt a img {border:1px solid #95000A;
}
/* 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: #484848; text-decoration: underline;}
.csgridc_conrad a.yui-pg-page:hover	{color: #FFF;}
/* 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: #A6A6A6;}
/* Page boxes */
.csgridc_conrad .yui-pg-page {background-color: #959595; text-decoration: none;}
/* Current page box */
.csgridc_conrad .yui-pg-current-page {background-color: transparent; color: #484848; font-weight: bold;}

/***** snyder *****/
/** Table **/
.csgridc_snyder .yui-dt table {border:1px solid #5F4F39; border-right: none; color: #0C1936;}
/* Headers */
.csgridc_snyder .yui-dt th {background: #272016 url(snyder/snyder-rst-tblhdr.jpg) repeat-x 0 0;} /* header gradient */
.csgridc_snyder .yui-dt th,
.csgridc_snyder .yui-dt th a	{color:#fff;} /* header text */
.csgridc_snyder .yui-dt th	{border:none;}
/* Table cells */
.csgridc_snyder .yui-dt tr.yui-dt-first td {border-top:1px solid #5F4F39;} /* tbody top border  */
.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: #E3E0D8;}
.csgridc_snyder tr.yui-dt-odd					{background-color: #DBD6CA;}
/* Links */
.csgridc_snyder .yui-dt a {color: #DB7D00;}
.csgridc_snyder .yui-dt .SLKBB {_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/Skins/Franklin/CSDlrSite/Shared/rst_ico_bb.png');}
.csgridc_snyder .yui-dt .SLKBB[class] {background-image: url(CSDlrSite/Shared/rst_ico_bb.png);}
.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; font-weight: bold; text-decoration: none;}
.csgridc_snyder .yui-dt a img {border:1px solid #F9A811;
}
/* 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: #484848; text-decoration: underline;}
.csgridc_snyder a.yui-pg-page:hover	{color: #FFF;}
/* 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: #A6A6A6;}
/* Page boxes */
.csgridc_snyder .yui-pg-page {background-color: #DCD6CA; text-decoration: none;}
/* Current page box */
.csgridc_snyder .yui-pg-current-page {background-color: transparent; color: #484848; font-weight: bold;}


/***** otoe *****/
/** Table **/
.csgridc_otoe .yui-dt table {border:1px solid #6783A5; border-right: none; color: #0C1936;}
/* Headers */
.csgridc_otoe .yui-dt th {background: #335D8F url(otoe/otoe-rst-tblhdr.jpg) repeat-x 0 0;} /* header gradient */
.csgridc_otoe .yui-dt th,
.csgridc_otoe .yui-dt th a	{color:#fff;} /* header text */
.csgridc_otoe .yui-dt th	{border:none;}
/* Table cells */
.csgridc_otoe .yui-dt tr.yui-dt-first td {border-top:1px solid #6783A5;} /* tbody top border  */
.csgridc_otoe .yui-dt td {border:none; border-right:1px solid #6783A5; text-align:left;} /* inner column border */
/* Alternating rows */
.csgridc_otoe tr.yui-dt-even				{background-color: #D4D4D4;}
.csgridc_otoe tr.yui-dt-odd					{background-color: #BEBEBE;}
/* Links */
.csgridc_otoe .yui-dt a {color: #0C1936;}
.csgridc_otoe .yui-dt .SLKBB {_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/Skins/Franklin/CSDlrSite/Shared/rst_ico_bb.png');}
.csgridc_otoe .yui-dt .SLKBB[class] {background-image: url(CSDlrSite/Shared/rst_ico_bb.png);}
.csgridc_otoe .yui-dt .grdSpcltrue {background-image: url(otoe/otoe-rst-spcl.gif);}
.csgridc_otoe .yui-dt .grdCerttrue {background-image: url(otoe/otoe-rst-cert.gif);}
/** Paginator **/
/* Links */
.csgridc_otoe a.yui-pg-first:link,
.csgridc_otoe a.yui-pg-previous:link,
.csgridc_otoe a.yui-pg-next:link,
.csgridc_otoe a.yui-pg-last:link,
.csgridc_otoe a.yui-pg-page:link	{color: #D09617; font-weight: bold; text-decoration: none;}
/* Hover */
.csgridc_otoe a.yui-pg-first:hover,
.csgridc_otoe a.yui-pg-previous:hover,
.csgridc_otoe a.yui-pg-next:hover,
.csgridc_otoe a.yui-pg-last:hover,
.csgridc_otoe a.yui-pg-page:hover	{color: #335D8F; text-decoration: underline;}
.csgridc_otoe a.yui-pg-page:hover	{color: #FFF;}
/* Inactive */
.csgridc_otoe span.yui-pg-first,
.csgridc_otoe span.yui-pg-previous,
.csgridc_otoe span.yui-pg-next,
.csgridc_otoe span.yui-pg-last		{color: #A6A6A6;}
/* Page boxes */
.csgridc_otoe .yui-pg-page {background-color: #335D8F; text-decoration: none;}
/* Current page box */
.csgridc_otoe .yui-pg-current-page {background-color: transparent; color: #335D8F; font-weight: bold;}

/***** blue *****/
/** Table **/
.csgridc_blue .yui-dt table {border:1px solid #6783A5; border-right: none; color: #0C1936;}
/* Headers */
.csgridc_blue .yui-dt th {background: #335D8F url(blue/blue-rst-tblhdr.jpg) repeat-x 0 0;} /* header gradient */
.csgridc_blue .yui-dt th,
.csgridc_blue .yui-dt th a	{color:#fff;} /* header text */
.csgridc_blue .yui-dt th	{border:none;}
/* Table cells */
.csgridc_blue .yui-dt tr.yui-dt-first td {border-top:1px solid #6783A5;} /* tbody top border  */
.csgridc_blue .yui-dt td {border:none; border-right:1px solid #6783A5; text-align:left;} /* inner column border */
/* Alternating rows */
.csgridc_blue tr.yui-dt-even				{background-color: #D4D4D4;}
.csgridc_blue tr.yui-dt-odd					{background-color: #BEBEBE;}
/* Links */
.csgridc_blue .yui-dt a {color: #0C1936;}
.csgridc_blue .yui-dt .SLKBB {_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/Skins/Franklin/CSDlrSite/Shared/rst_ico_bb.png');}
.csgridc_blue .yui-dt .SLKBB[class] {background-image: url(CSDlrSite/Shared/rst_ico_bb.png);}
.csgridc_blue .yui-dt .grdSpcltrue {background-image: url(blue/blue-rst-spcl.gif);}
.csgridc_blue .yui-dt .grdCerttrue {background-image: url(blue/blue-rst-cert.gif);}
/** Paginator **/
/* Links */
.csgridc_blue a.yui-pg-first:link,
.csgridc_blue a.yui-pg-previous:link,
.csgridc_blue a.yui-pg-next:link,
.csgridc_blue a.yui-pg-last:link,
.csgridc_blue a.yui-pg-page:link	{color: #D09617; font-weight: bold; text-decoration: none;}
/* Hover */
.csgridc_blue a.yui-pg-first:hover,
.csgridc_blue a.yui-pg-previous:hover,
.csgridc_blue a.yui-pg-next:hover,
.csgridc_blue a.yui-pg-last:hover,
.csgridc_blue a.yui-pg-page:hover	{color: #335D8F; text-decoration: underline;}
.csgridc_blue a.yui-pg-page:hover	{color: #FFF;}
/* Inactive */
.csgridc_blue span.yui-pg-first,
.csgridc_blue span.yui-pg-previous,
.csgridc_blue span.yui-pg-next,
.csgridc_blue span.yui-pg-last		{color: #A6A6A6;}
/* Page boxes */
.csgridc_blue .yui-pg-page {background-color: #335D8F; text-decoration: none;}
/* Current page box */
.csgridc_blue .yui-pg-current-page {background-color: transparent; color: #335D8F; font-weight: bold;}

/************ Structure ************/
/* Whole table */
.csgrids_Franklin .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_Franklin .yui-dt thead		{border-spacing: 0;} /* for safari bug */
.csgrids_Franklin .yui-dt caption	{line-height: 1; padding: 1em 0pt; text-align: center;}
/* Headers */
.csgrids_Franklin .yui-dt th,
.csgrids_Franklin .yui-dt th a	{vertical-align:bottom;font-weight:normal;text-decoration:none;}
.csgrids_Franklin .yui-dt th	{margin:0; padding:0;}
.csgrids_Franklin .yui-dt th .yui-dt-liner {white-space: nowrap;}
/* Table cells */
.csgrids_Franklin .yui-dt td	{margin: 0; padding: 0; vertical-align: middle;}
.csgrids_Franklin .yui-dt-liner {margin: 0; padding: 8px 10px 4px 10px;} /* cell padding */
/* Links */
.csgrids_Franklin .yui-dt .SLKBB {height: 23px; width: 150px;}
/* Badges */
.csgrids_Franklin .yui-dt .grdSpcl,
.csgrids_Franklin .yui-dt .grdSpclfalse,
.csgrids_Franklin .yui-dt .grdCert,
.csgrids_Franklin .yui-dt .grdCertfalse {display: none; visibility: hidden;}
.csgrids_Franklin .yui-dt .grdSpcltrue,
.csgrids_Franklin .yui-dt .grdCerttrue	{width: 80px; height: 16px;}

/***** Paginator *****/
/* Whole container */
.csgrids_Franklin .yui-pg-container {display: block; margin: 6px 0; white-space: nowrap;}
/* Make everything inline */
.csgrids_Franklin .yui-pg-first,
.csgrids_Franklin .yui-pg-previous,
.csgrids_Franklin .yui-pg-next,
.csgrids_Franklin .yui-pg-last,
.csgrids_Franklin .yui-pg-current,
.csgrids_Franklin .yui-pg-pages,
.csgrids_Franklin .yui-pg-page {
    display: inline-block;
    padding: 3px 2px;
    zoom:1;
}
.csgrids_Franklin .yui-pg-first,
.csgrids_Franklin .yui-pg-previous {padding-left: 0;}
.csgrids_Franklin .yui-pg-next,
.csgrids_Franklin .yui-pg-last {padding-right: 0;}
.csgrids_Franklin .yui-pg-pages {padding: 0;}
.csgrids_Franklin .yui-pg-current {padding: 3px 0;}
/* Links */
.csgrids_Franklin a.yui-pg-first:link,
.csgrids_Franklin a.yui-pg-previous:link,
.csgrids_Franklin a.yui-pg-next:link,
.csgrids_Franklin a.yui-pg-last:link,
.csgrids_Franklin a.yui-pg-page:link {outline: 0;}
/* Page boxes */
.csgrids_Franklin .yui-pg-page {padding: 2px 6px; margin-left: 1px; margin-right: 1px;}
/* Current page box */
.csgrids_Franklin .yui-pg-current-page {padding: 3px 6px;}