#submenu{
	height: 18px;
	background-color: #333;
	padding-left: 60px;
	padding-top: 4px;
}

* html #submenu{
	height: 22px;
}

#submenu img {
	float: left;
	margin-right: 25px;
}

.info {
	background-image: url(../images/common/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
}

.info_important {
	background-image: url(../images/common/bullet_important.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 14px;
	margin-left: 1px;
}

.info_important a {
	background-color: #FFF0EC;
}

.marginTR {
	margin-top: 8px;
	margin-bottom: 8px;
}

.marginR {
	margin-right:25px;
	margin-top: 8px;
	margin-bottom: 8px;
}


.marginL {
	margin-left: 15px;
}

.marginLR {
	margin-left: 15px;
	margin-right:15px;
	margin-top: 5px;
}

.indent {
	text-indent: -0.7em;
	margin-left: 6px;
}

.indent_sompo {
	text-indent: -1.5em;
	margin-left: 12px;
}

.indent_sompo02 {
	text-indent: -1.5em;
	margin-left: 20px;
}

/**Current JETs yearly schedule table**/

table.border_schedule{
	border-top:1px solid #333;
	border-left:1px solid #333;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#fff;
    empty-cells:show;
}

.border_schedule th{
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	border-bottom:1px solid #333;
	color:#333;
	background-color:#fbfbf1;
	padding:0.3em 1em;
}

.border_schedule td{
	border-right:1px solid #333;
	border-bottom:1px solid #333;
    padding:0.2em 1em;
}

.sttl_sompo {
	margin-left: 40px;
	margin-right: 200px;
	margin-bottom: 15px;
	padding-left: 7px;
	font-size: 14px;
	letter-spacing: 1.5px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #b1b174;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #baba74;
}

.toc_sompo {
	margin-bottom: 10px;
	border: 1px dashed #B1B174;
	height: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 40px;
	margin-right: 40px;
}

.toc_sompo a:link {
	color:#333;
	text-decoration: none;
}

.toc_sompo a:visited {
	text-decoration: none;
}

.toc_sompo a:hover {
	text-decoration: underline;
}

.color {
	color:#b1b174;
}

.sttl02 {
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.floatR {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

/**Current JETs conference handouts**/

table.border_handouts{
    border-top:1px solid #333;
    border-left:1px solid #333;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#fff;
    empty-cells:show;
	margin: 5px 10px;
}

.border_handouts th{
	background-color:#fbfbf1;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	padding:0.3em 1em;
	font-weight: normal;
}

.border_handouts td{
    border-right:1px solid #333;
	border-bottom:1px solid #333;
    padding:0.3em 1em;
}

/**Current JETs Pubs**/
.pubs {
	float: left;
	width: 300px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.pubs img{
	margin-right: 7px;
	float: left;
	border: 1px solid #333333;
}	

