/* CSS Document */

.c_head{padding:0; margin: 0; text-align:left; height: 26px;}
.c_content{ padding: 0; margin: 0; clear:both;}
.c_contentpane{padding:0; margin: 0; text-align:left;}
.c_footer {padding: 0; margin: 0; text-align:right;}
.title_orange {font-size: 1.2em; color: orange;}
.title{margin:0; float:left; white-space:nowrap;}
.title_vis{margin:0; float:right; text-align:right;}

/*---------- default style for head & normal -----------*/
.Head{font-weight:bold; font-size:1em;}

.Normal{color:#43494D;}

.Normal p{margin-top:0px;}


/*****************************
	Small BOX
*****************************/
.SmallBox 
{
	width: 230px;
}
	
.SmallBox .c_head
{
	border: solid 1px #eee;
	height: 26px;
	font-size: 1em;
	color: orange;
	padding: 0;
	padding-left: 5px;
	margin: 0;
	line-height: 26px;
}

.SmallBox .Head
{
	font-size: 110%;
	color: Orange;
	font-weight: bold;
	text-transform: uppercase;
}

.SmallBox .c_content
{
	border: solid 1px #eee;
	border-bottom: none;
	border-top: none;
	background: #ffc;
	padding: 0;
	padding-left: 5px;
	margin: 0;
}
	

.SmallBox .c_footer
{
	background: url(images/bg/container_bottom.jpg) center top no-repeat;
	clear: both;
	min-height: 6px;
	margin-bottom: 5px;
}

/***************************
	Noraml (default) Box
***************************/





