/*** Forums Box ***/
#box_boardInfo {
	background-image: url(/images/BOARD_INFO_box_background.jpg);
	width: 362px;
	margin-top: -1px;
	margin-right: 11px;
	margin-bottom: 23px;
	margin-left: 11px;
	border-top: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-color: #A7A9AC;
	border-style: solid;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Seb, the php boxdraw code used to be in this div id, but I dont know why or if it still needs to be here -Ami */
#body_portal #box_boardInfo {

}

#box_boardInfo .inside_box {
    color: #000222;
    font-family: Arial,Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    box-shadow: -5px 5px 5px #A7A9AC;
}

/* #box_boardInfo .inside_box a:link{
	font-weight: normal;
	color: #282828;
}

#box_boardInfo .inside_box a:hover{
	font-weight: normal;
	color: #4B79BE;
} */

#box_boardInfo .inside_box .section {
	padding: 10px 12px;
	border-bottom: 2px solid #D2CFCF;
}

#box_boardInfo .inside_box .last_section{
	padding: 10px 12px;
}

#box_boardInfo .inside_box .last_section a {
	color: #4B79BE;
}

#box_boardInfo .inside_box .last_section a:hover {
	color: #303028;
}

#box_boardInfo .inside_box .last_section .max_num {
	color: #DB1F26;
}