.tab-menu {
	width: 693px;
	margin: 0 auto;
	background-color: #e4e4e4;
	overflow: hidden;
}

.tab-menu .tab-wrapper {
	margin: 0 117px 0 117px;
	overflow: hidden;
}

.tab-menu .item {
	display: inline-block;
	float: left;
	width: 80px;
	height: 19px;
	background-repeat: no-repeat;
	background-size: contain;
}

.tab-menu .splitor {
	display: inline-block;
	float: left;
	width: 11px;
	height: 19px;
	background-image: url("../img/yr_stroke.gif");
	background-repeat: no-repeat;
	background-size: contain;
}

.corp-wrapper .corp-container .tab-content .content {
	display: none;
	min-height: none;
    padding-top: 0px;
    padding-bottom: 0px;
	width: 550px;
	margin: 28px auto;
}

.corp-wrapper .corp-container .tab-content .content.active {
	display: block;
}

.corp-wrapper .corp-container .tab-content.tab-list-content .content {
	width: 100%;
}

.list-tab {
	width: 100%;
	overflow: hidden;
}

.list-tab .col {
	display: inline;
	float: left;
	width: 260px;
}

.list-tab .col1 {
	width: 260px;
}

.list-tab .col2 {
	width: 229px;
}

.list-tab .col3 {
	width: 189px;
}

.list-tab .list-title {
	font-size: 10pt;
	font-weight: bold;
}

.list-tab .green-on .list-title {
	color: green;
}

.list-tab .blue-on .list-title {
	color: blue;
}

.list-tab .pink-on .list-title {
	color: rgb(229, 28, 229);
}

.list-tab .list {
    display: list-item;
    /*float: left;*/
	width: 89%;
	font-size: 9pt;
    padding: 2px 5px;
	margin-left: 20px;
    background-color: #ffffff;
    color: #000000;
    cursor: pointer;
    clear: both;
}

.list-tab .list.on {
	color: red;
}

.list-tab .green-on .list.on {
	color: green;
}

.list-tab .blue-on .list.on {
	color: blue;
}

.list-tab .pink-on .list.on {
	color: rgb(229, 28, 229);
}

.list-tab ul {
	color: #000000;
    margin: 0;
    margin-left: 0;
    padding-left: 0;
	overflow: hidden;
}

.list-tab .list:hover {
    /*float: left;*/
    padding: 2px 5px;
    background-color: #b5b5b5;
    cursor: pointer;
    clear: both;
}

.list-tab .list.on:hover {
	color: red;
}

.list-content-wrapper .list-content {
	display: none;
}

.list-content-wrapper .list-content.active {
	display: block;
}

.charity_tabs_wrap {
	margin-bottom: 5px;
    border-bottom: 2px solid #c81f1a;
    height: 25px;
    width: 100%;
}

.charity_tabs {
    display: inline;
    float: left;
    padding: 0;
    margin: 1px 0 0 0;
	font-size: 9pt;
}

.tab_off {
    display: inline;
    float: left;
    background-color: #b3b3b3;
    margin-right: 5px;
    padding: 5px 8px 4px 8px;
    height: 15px;
}

.tab_on {
    display: inline;
    float: left;
    background-color: #c9201a;
    margin-right: 5px;
    padding: 5px 8px 4px 8px;
    height: 15px;
}

.charity_tabs_wrap a {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    display: block;
}