@charset "UTF-8";

.TabPanels {
	padding: 0px;
	float: left;
	clear: none;
	width: 720px;
	z-index: 1;
}
.TabPanelsTabGroup {
	float: left;
	height:308px;
	width: 215px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	background-image: url(../images/alan_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.TabPanelsTab {
	position: relative;
	top: 0px;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width: 162px;
	*width: 162px;
	_width: 163px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 44px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	line-height: 42px;
}

.TabPanelsTabHover {
	color: #000000;
		background-image: url(../images/tab_select.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}
.TabPanelsTabSelected {
	color: #1669C5;
	background-image: url(../images/tab_select.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.TabPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabPanelsContentGroup {
	sclear: both;
	margin-left: 221px;
	*margin-left: 221px;
	_margin-left: 111px;
	padding: 5px;
	float: left;
	margin-top: -308px;
	*margin-top: -308px;
	_margin-top: -312px;
	width: 488px;
	/*background-color: #F5F9FA;*/
	min-height:123px;
	/*border-top-width: 1px;*/
	border-right-width: 1px;
	/*border-bottom-width: 1px;*/
	border-left-width: 1px;
	/*border-top-style: solid;*/
	border-right-style: solid;
	/*border-bottom-style: solid;*/
	border-left-style: solid;
	/*border-top-color: #AEB9BF;*/
	border-right-color: #AEB9BF;
	/*border-bottom-color: #617B8A;*/
	border-left-color: #617B8A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.TabPanelsContent {
	padding: 4px;
}
.TabPanelsContentVisible {

}
.VTabPanels .TabPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
.VTabPanels .TabPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.VTabPanels .TabPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}


.VTabPanels .TabPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
#container .peptide_box {
	padding: 0px 15px;
	float: left;
	width: 320px;
}
#container .peptide_box #seq {
	border: 1px solid #CCCCCC;
	width: 550px;
	padding: 5px;
	height: 100px;
}
#container .peptide_table {
	width: 350px;
}
#container .peptide_table th {
	height: 28px;
	line-height: 28px;
	text-align: center;
}
#container .peptide_table td {
	padding: 4px 16px;
}
#container .see_more {
	font-size: 9px;
	text-align: right;
	padding: 4px 12px;
}
#container #TabPanels1 .TabPanelsContentGroup .TabPanelsContent .box_title {
	font-weight: bold;
	color: #339900;
	margin-bottom: 10px;
}
#container .filterToggle {
	text-align: right;
	padding: 5px 12px 20px 5px;
}

