@CHARSET "UTF-8";

.tmi_widget_container {
	border: 1px solid #bbbbbb;
	padding: 0px 0px 2px 0px;
}

.tmi_widget_title_area {
	background-image:
		url("/mod/homepage/images/widget/widget_title_area_bg.gif");
	background-repeat: repeat-x;
	height: 30px;
}

.tmi_widget_orange_title_area {
	background-image:
		url("/mod/homepage/images/widget/orange_widget_title_area_bg.gif");
	background-repeat: repeat-x;
	height: 30px;
}

.tmi_widget_title {
	color: #494949;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #757575;
	border-style: dashed;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
}
.tmi_widget_title h1 {
        color: #494949;
        font-weight: bold;
	font-size:13px;
}
.tmi_widget_content {
	

}


