﻿/* Key2QuotesV2 */
/* styles for the tabs */
.TabsStyle .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px;background:url("images/Tabs/tab-line.gif") repeat-x bottom;}
.TabsStyle .ajax__tab_outer {padding-right:0px;background:url("images/Tabs/tab-right.gif") no-repeat right;height:21px;}
.TabsStyle .ajax__tab_inner {padding-left:3px;background:url("images/Tabs/tab-left.gif") no-repeat;}
.TabsStyle .ajax__tab_tab {font-weight:normal;width:90px;height:13px;padding:6px;margin:0;background:url("images/Tabs/tab.gif") repeat-x;}
.TabsStyle .ajax__tab_hover .ajax__tab_outer {background:url("images/tabs/Tab-hover-right.gif") no-repeat right;}
.TabsStyle .ajax__tab_hover .ajax__tab_inner {background:url("images/tabs/Tab-hover-left.gif") no-repeat;}
.TabsStyle .ajax__tab_hover .ajax__tab_tab {font-weight:bold;background:url("images/tabs/Tab-hover.gif") repeat-x;}
.TabsStyle .ajax__tab_active .ajax__tab_outer {background:url("images/Tabs/tab-active-right.gif") no-repeat right;}
.TabsStyle .ajax__tab_active .ajax__tab_inner {background:url("images/Tabs/tab-active-left.gif") no-repeat;}
.TabsStyle .ajax__tab_active .ajax__tab_tab {font-weight:bold;background:url("images/Tabs/tab-active.gif") repeat-x;}
.TabsStyle .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff;}

/* wider tabs for lower quote panel */
.TabsStyle2 .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px;background:url("images/Tabs/tab-line.gif") repeat-x bottom;}
.TabsStyle2 .ajax__tab_outer {padding-right:0px;background:url("images/Tabs/tab-right.gif") no-repeat right;height:21px;}
.TabsStyle2 .ajax__tab_inner {padding-left:3px;background:url("images/Tabs/tab-left.gif") no-repeat;}
.TabsStyle2 .ajax__tab_tab {font-weight:normal;width:128px;height:13px;padding:6px;margin:0;background:url("images/Tabs/tab.gif") repeat-x;}
.TabsStyle2 .ajax__tab_hover .ajax__tab_outer {background:url("images/tabs/Tab-hover-right.gif") no-repeat right;}
.TabsStyle2 .ajax__tab_hover .ajax__tab_inner {background:url("images/tabs/Tab-hover-left.gif") no-repeat;}
.TabsStyle2 .ajax__tab_hover .ajax__tab_tab {background:url("images/tabs/Tab-hover.gif") repeat-x;}
.TabsStyle2 .ajax__tab_active .ajax__tab_outer {background:url("images/Tabs/tab-active-right.gif") no-repeat right;}
.TabsStyle2 .ajax__tab_active .ajax__tab_inner {background:url("images/Tabs/tab-active-left.gif") no-repeat;}
.TabsStyle2 .ajax__tab_active .ajax__tab_tab {background:url("images/Tabs/tab-active.gif") repeat-x;}
.TabsStyle2 .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff;}

/* styles for slider */
.sliderRail {position:relative;background:url("images/slider_h_rail.gif") repeat-x;height:13px;width:100%;}
.sliderHandle {position:absolute;cursor:hand;}

/* style for calendar */
.BlueCal .ajax__calendar_container {padding:2px;position:absolute;cursor:default;width:170px;font-size:11px;text-align:center;font-family:tahoma,verdana,helvetica;background-color:#C3E1FF;}
.BlueCal .ajax__calendar_body {height:139px;width:170px;position:relative;overflow:hidden;margin:auto;background-color:#C3E1FF;}
.BlueCal .ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {top:0px;left:0px;height:139px;width:170px;position:absolute;text-align:center;margin:auto;}
.BlueCal .ajax__calendar_container TABLE {font-size:11px;}
.BlueCal .ajax__calendar_header {height:20px;width:100%;background-color:#C3E1FF;}
.BlueCal .ajax__calendar_prev {cursor:pointer;width:15px;height:15px;float:left;background-repeat:no-repeat;background-position:50% 50%;background-image:url('images/arrow-left.gif');}
.BlueCal .ajax__calendar_next {cursor:pointer;width:15px;height:15px;float:right;background-repeat:no-repeat;background-position:50% 50%;background-image:url('images/arrow-right.gif');}
.BlueCal .ajax__calendar_title {cursor:pointer;font-weight:bold;}
.BlueCal .ajax__calendar_footer {height:15px;}
.BlueCal .ajax__calendar_today {cursor:pointer;padding-top:3px;}
.BlueCal .ajax__calendar_dayname {height:17px;width:18px;text-align:right;padding:0 2px;background-color:#C3E1FF;}
.BlueCal .ajax__calendar_day {height:17px;width:18px;text-align:right;padding:0 2px;cursor:pointer;background-color:white;}
.BlueCal .ajax__calendar_month {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}
.BlueCal .ajax__calendar_year {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}

.BlueCal .ajax__calendar_container {border:1px solid black;color:#000000;}
.BlueCal .ajax__calendar_footer {border-top:1px solid #f5f5f5;}
.BlueCal .ajax__calendar_dayname {border-bottom:1px solid #f5f5f5;}
.BlueCal .ajax__calendar_day {border:1px solid #ffffff;}
.BlueCal .ajax__calendar_month {border:1px solid #ffffff;}
.BlueCal .ajax__calendar_year {border:1px solid #ffffff;}

.BlueCal .ajax__calendar_active .ajax__calendar_day {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.BlueCal .ajax__calendar_active .ajax__calendar_month {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.BlueCal .ajax__calendar_active .ajax__calendar_year {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}

.BlueCal .ajax__calendar_other .ajax__calendar_day {background-color:#ffffff;border-color:#ffffff;color:#646464;}
.BlueCal .ajax__calendar_other .ajax__calendar_year {background-color:#ffffff;border-color:#ffffff;color:#646464;}

.BlueCal .ajax__calendar_hover .ajax__calendar_day {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.BlueCal .ajax__calendar_hover .ajax__calendar_month {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.BlueCal .ajax__calendar_hover .ajax__calendar_year {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}

.BlueCal .ajax__calendar_hover .ajax__calendar_title {color:#0066cc;}
.BlueCal .ajax__calendar_hover .ajax__calendar_today {color:#0066cc;}