

/* ===========================================================
container skin
=========================================================== */

/* ---------------------------------------------------------
Orange_Bar
--------------------------------------------------------- */
.orangebar {
	margin-bottom:10px;
}
.orangebar .Normal,.NormalDisabled {
    font-size: 12px;
    font-weight: normal;
}
.orangebar .left{
	background:url(images/left.gif) left top repeat-y;
	}
.orangebar .right{
	background:url(images/right.gif) right top repeat-y;
	}
.orangebar .bottom{
	background:url(images/bottom.gif) left top repeat-x;
	}
.orangebar .t_left{
	background: url(images/title_left.gif) left top repeat-y;
	}
.orangebar .t_right{
	background: url(images/title_right.gif) right top repeat-y;
	}

.orangebar .title {
	padding:5px 0px;
}
.orangebar .title .Head {
	color: #FFF;
	font-weight: bold;
	font-size:12px;
}
.orangebar .contents {
	color: #333;
	padding:10px 0px;
}

.orangebar .contents td {
	color: #333;
}

/* ---------------------------------------------------------
Grey_Bar
--------------------------------------------------------- */
.greybar {
	margin-bottom:10px;
}
.greybar .Normal,.NormalDisabled {
    font-size: 12px;
    font-weight: normal;
}
.greybar .left{
	background:url(images/left.gif) left top repeat-y;
	}
.greybar .right{
	background:url(images/right.gif) right top repeat-y;
	}
.greybar .bottom{
	background:url(images/bottom.gif) left top repeat-x;
	}
.greybar .t_left{
	background: url(images/grey_title_left.gif) left top repeat-y;
	}
.greybar .t_right{
	background: url(images/grey_title_right.gif) right top repeat-y;
	}
.greybar .bar {
	padding:5px 0px;
}
.greybar .title {
	background-color: #666;
	padding:5px 0px;
}

.greybar .title .Head {
	color: #FFF;
	font-weight: bold;
	font-size:12px;
}

.greybar .contents {
	color: #333;
	padding:10px 0px;
}
.greybar .contents td {
	color: #333;
}

/* ---------------------------------------------------------
NoTitle
--------------------------------------------------------- */
.notitle { 
	margin-bottom: 10px;
}
.notitle .Normal,.NormalDisabled {
    font-size: 12px;
    font-weight: normal;
}
.notitle .contents {
	color: #333;
}

.notitle .contents td{
	color: #333;
}


.act{
	padding-top: 10px;
	text-align:right;
}


