﻿/* - mainlayout - */

.gomsis .mainlayout
{
	left: 0px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.gomsis .mainlayout .horizontal
{
	margin: 0px 0px 0px 0px;
	text-align: left;
	list-style: none none outside;
	display: block;
	float: left;
}

.gomsis .mainlayout .horizontalseparator
{
	margin: 0px 0px 0px 0px;
	list-style: none none outside;
	display: block;
	float: left;
}

.gomsis .mainlayout .horizontalseparator .separator
{
	display: block;
	padding: 2px 4px 2px 4px;
	background: url(/resource/image/spereator.png) no-repeat center bottom;
}

.gomsis .mainlayout .vertical
{
	margin: 0px 0px 0px 0px;
	text-align: left;
	list-style: none none outside;
	display: block;
	float: none;
}

.gomsis .mainlayout .verticalseparator
{
	margin: 0px 0px 0px 0px;
	list-style: none none outside;
	display: inline;
	float: none;
}

.gomsis .mainlayout .verticalseparator .separator
{
	display: block;
	border-top: solid 1px #dbdcdc;
	margin-left: 5px;
	margin-right: 5px;
}

/* - sublayout - */

.gomsis .sublayout
{
	background-color: white;
	border: 1px solid #999999;
	left: 0px;
	float: left;
	margin: 0px 0px 0px 4px;
	padding: 0px 0px 0px 0px;
}

.gomsis .sublayout .horizontal
{
	margin: 0px 0px 0px 0px;
	text-align: left;
	list-style: none none outside;
	display: block;
	float: left;
}

.gomsis .sublayout .horizontalseparator
{
	margin: 0px 0px 0px 0px;
	list-style: none none outside;
	display: block;
	float: left;
}

.gomsis .sublayout .horizontalseparator .separator
{
	display: block;
	padding: 2px 4px 2px 4px;
	background: url(/resource/image/spereator.png) no-repeat center bottom;
}

.gomsis .sublayout .vertical
{
	margin: 0px 0px 0px 0px;
	text-align: left;
	list-style: none none outside;
	display: block;
	float: none;
}

.gomsis .sublayout .verticalseparator
{
	margin: 0px 0px 0px 0px;
	list-style: none none outside;
	display: inline;
	float: none;
}

.gomsis .sublayout .verticalseparator .separator
{
	display: block;
	border-top: solid 1px #dbdcdc;
	margin-left: 5px;
	margin-right: 5px;
}

/* - general - */

.gomsis .icon
{
	float: left;
	margin-top: -1px;
	margin-right: 5px;
	margin-left: 2px;
}

.gomsis .leftexpand
{
	padding-right: 15px;
	display: block;
	background: url(/resource/image/expand_left.png) no-repeat right center;
}
.gomsis .rightexpand
{
	padding-right: 15px;
	display: block;
	background: url(/resource/image/expand_right.png) no-repeat right center;
}
.gomsis .topexpand
{
	padding-right: 15px;
	display: block;
	background: url(/resource/image/expand_top.png) no-repeat right center;
}
.gomsis .bottomexpand
{
	padding-right: 15px;
	display: block;
	background: url(/resource/image/expand_bottom.png) no-repeat right center;
}

.gomsis .link
{
	display: block;
	cursor: pointer;
	text-decoration: none;
	padding: 4px 4px 4px 6px;
	text-decoration: none;
	font-size: 11px;
	width: 140px;
}

.gomsis .link:hover
{	
	display: block;
	cursor: pointer;
	text-decoration: none;
	padding: 3px 3px 3px 5px;
	text-decoration: none;
	background-color: #fffdeb;
	border: 1px solid #e3e3e3;	
}
