

a
{color:#004276;text-decoration:none;}

/* styled dropdowns
===================================================================================== */
/* dropdown and button, outermost containers */

.ATK_ddBoxContainer
{position:relative;}
.ATK_ddBox
{width:100%;position:absolute;top:23px;right:13px;left:3px;display:none;font-weight:bold;font-size:11px;}
/* dropdown button */
.ATK_ddContainer .ATK_ddBtn
{cursor:pointer;height:23px;overflow:hidden;}
.ATK_ddContainer .ATK_ddBtn .ATK_ddBtnLeft
{width:4px;height:23px;}
.ATK_ddContainer .ATK_ddBtn img
{display:block;padding:1px 4px 1px 15px;}
.ATK_ddContainer .ATK_ddBtn .ATK_ddValueContainer
{padding:4px 0px 5px 0px;}
.ATK_ddContainer .ATK_ddBtn .ATK_ddValue
{overflow:hidden;font-weight:bold;font-size:11px;line-height:14px;height:14px;color:#004276;}


/* dropdown and overlay content box */

.ATK_ddBoxContent .ATK_ddContent
{margin:0 9px;;background:#fff;border:1px solid #cbcbcb;}
.ATK_ddBoxContent .ATK_ddContent .ATK_ddList
{overflow:auto;}
.ATK_ddBoxContent .ATK_ddContent ul
{margin:0;padding:0;overflow:hidden;}
.ATK_ddBoxContent .ATK_ddContent li
{padding:0;margin:0;list-style:none;height:17px;line-height:17px;overflow:hidden;}
.ATK_ddBoxContent .ATK_ddContent li a
{margin:0;display:block;height:17px;line-height:17px;padding:0 12px;color:#004276;}
.ATK_ddBoxContent .ATK_ddContent li a:hover
{background:#fefde8;color:#ca0002;}


/* Transparent box borders */

.ATK_ddBoxContent
{width:100%;overflow:hidden;background:url(../images/shdw_center.png);}

.ATK_ddBoxHeader
{overflow:hidden;position:relative;width:100%;height:9px;background:transparent;}
.ATK_ddBoxHeader .ATK_ddBoxHeaderTL
{margin-right:9px;height:9px;background:transparent url(../images/shdw_TL.png) 0 0 no-repeat;}
.ATK_ddBoxHeader .ATK_ddBoxHeaderTR
{position:absolute;top:0px;right:0px;width:9px;height:9px;background:transparent url(../images/shdw_TR.png) 0 0 no-repeat;}

.ATK_ddBoxFooter
{overflow:hidden;position:relative;width:100%;height:9px;background:transparent;}
.ATK_ddBoxFooter .ATK_ddBoxFooterBL
{margin-right:9px;height:9px;background:transparent url(../images/shdw_BL.png) 0 0 no-repeat;}
.ATK_ddBoxFooter .ATK_ddBoxFooterBR
{position:absolute;top:0px;right:0px;width:9px;height:9px;background:transparent url(../images/shdw_BR.png) 0 0 no-repeat;}


/* IE6 filter for PNG alpha transparency */

* html .ATK_ddBoxContent
{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/shdw_center.png', sizingMethod='scale');}

* html .ATK_ddBoxHeader .ATK_ddBoxHeaderTL
{background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/shdw_TL.png', sizingMethod='crop');}
* html .ATK_ddBoxHeader .ATK_ddBoxHeaderTR
{background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/shdw_TR.png', sizingMethod='crop');}

* html .ATK_ddBoxFooter .ATK_ddBoxFooterBL
{background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/shdw_BL.png', sizingMethod='crop');}
* html .ATK_ddBoxFooter .ATK_ddBoxFooterBR
{background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/shdw_BR.png', sizingMethod='crop');}

/* end styled dropdowns
===================================================================================== */
