.tab	{ border: 1px solid #888; margin-right: -1px; padding: 8px 15px; display: inline-block; color: #333; background: #e3e3e1; background-image: linear-gradient( to bottom, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%); }
.tab:hover, .tab.sel	{ color: #333; border-color: #666; box-shadow: 0 0 10px rgba(0,0,0,0.2) inset; text-shadow: 0 1px 0 rgba(255,255,255,0.5); z-index: 1; }
.tab:first-child	{ border-radius: 3px 0 0 3px; }
.tab:last-child	{ border-radius: 0 3px 3px 0; }


.cfListItem	{ background: #fafafa; box-shadow: 0 0 10px rgba(0,0,0,0.1) inset; border: 1px solid #888;  }
.cfList .cfListItem:hover	{ opacity: 1; background: #fff; box-shadow: 1px 1px 2px rgba(0,0,0,0.2); }
.cfList .cfListYearDivider	{ background: none; border: none; box-shadow: none; }
.cfList .cfListYearDivider td	{ text-align: left; padding: 0; }

#mainLogo	{ display: inline-block; height: 38px; width: 480px; margin: 0; background-size: 460px; background-image: url(../img/logo/cfHeaderWhite.png); background-repeat: no-repeat; text-indent: -999em; overflow: hidden; }
#titleMenu	{ display: inline-block; margin-top: -1px; margin-bottom: -6px; padding: 10px; float: right; background: rgba(255,255,255,0.2); border: 1px solid rgba(255,255,255,0.5); border-radius: 2px; }

.cfList .cfName	{ margin-left: 20px; }
.cfList .cfListName	{ text-align: left; padding-left: 10px; }

#content	{ min-width: calc(60% - 35px); }
#menu-right	{ max-width: 40%; }

.contentBox.twoAcross	{ display: inline-block; width: calc(50% - 10px); }
