/* container
======================================================
Bar
TitleBox
Frame
NoTitle
======================================================
*/
/* Bar
-------------------------------------------------- */
.bar {
}
.bar .title {
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 15px;
}
.bar .title .Head {
	color: #FFFFFF;
	font-weight: bold;
}
.bar .contents {
	color: #666666;
	font-size: x-small;
	padding: 10px 0;
}
.bar .contents td {
	color: #666666;
	font-size: x-small;
}
.bar .contents a {
	color: #669900;
}
.bar .CommandButton:link {
	color: #669900;
}
.bar .CommandButton:visited {
	color: #669900;
}
.bar .CommandButton:hover {
	color: #666666;
}
.bar .CommandButton:active {
	color: #666666;
}


/* titlebox
-------------------------------------------------- */
.titlebox {
	margin-bottom: 10px;
}
.titlebox .title {
	color: #669900;
	font-size: x-small;
	font-weight: bold;
	padding-top: 7px;
}
.titlebox .title .Head {
	color: #669900;
	font-size: x-small;
	font-weight: bold;
}
.titlebox .contents {
	color: #666666;
	font-size: x-small;
	border-right: 1px solid #669900;
	border-left: 1px solid #669900;
	padding: 10px 10px 0;
}
.titlebox .contents td{
	color: #666666;
	font-size: x-small;
}
.titlebox .contents a{
	color: #669900;
}
.titlebox .CommandButton:link {
	color: #669900;
}
.titlebox .CommandButton:visited {
	color: #669900;
}
.titlebox .CommandButton:hover {
	color: #666666;
}
.titlebox .CommandButton:active {
	color: #666666;
}


/* Frame
-------------------------------------------------- */
.frame {
	margin-bottom: 10px;
}
.frame .contents {
	font-size: x-small;
	color: #666666;
}
.frame .contents td {
	font-size: x-small;
	color: #666666;
}
.frame .contents a {
	color: #669900;
}
.frame .CommandButton:link {
	color: #669900;
}
.frame .CommandButton:visited {
	color: #669900;
}
.frame .CommandButton:hover {
	color: #666666;
}
.frame .CommandButton:active {
	color: #666666;
}

/* NoTitle
-------------------------------------------------- */
.notitle{
	margin-bottom: 10px;
}
.notitle .contents {
	font-size: x-small;
	color: #666666;
}
.notitle .contents td {
	font-size: x-small;
	color: #666666;
}
.notitle .contents a {
	color: #669900;
}
.notitle .CommandButton:link {
	color: #669900;
}
.notitle .CommandButton:visited {
	color: #669900;
}
.notitle .CommandButton:hover {
	color: #666666;
}
.notitle .CommandButton:active {
	color: #666666;
}
