/* webboard stylesheets area*/

#content .webboard,
#content .webboard-topic {
    float: left;
    padding: 0px 10px 10px 10px;
    width: 750px;
}

#content .webboard > h1,
#content .webboard-topic > h1 {
    padding: 0px;
    margin: 0px;
}
#content .webboard > h1 > span,
#content .webboard-topic > h1 > span {
    display: inline-block;
    width: 100%;
}
#content .webboard .info,
#content .webboard-topic .info {
	margin: 5px 0px;
	font-size: 12px;
	font-weight: normal;
	color :#000;
}
#content .webboard-topic .description {
	font-weight: normal;
	padding-top:10px;
	color :#000;
}
#content .webboard-topic .description > img {
	float: right;
	vertical-align: bottom;
}
#content .webboard > table {
	min-width: 750px;
}
#content .webboard > table tr  {
	height: 35px;
	padding : 5px;
}
#content .webboard > table tr > th {
	padding: 10px;
	background-color: #0071AE;
	text-align:center;
}
#content .webboard > table tr > td {
	border: 1px;
	padding: 10px;
	text-align:center;
}
#content .webboard > table tr > th.name,
#content .webboard > table tr > td.name {
    text-align: left;
    width: 500px;
}
#content .webboard > table tr td .delete_topic > a {
    background-color: #000000;
    background-image: url(/modules/main/images/trash-icon.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.698);
    color: #fff;
    display: block;
    font-size: 1em;
    font-weight: normal;
    margin: 0px;
    padding: 7px 10px;
    text-decoration: none;
    width: 15px;
    text-align:right;
}
#content .webboard > table tr td .delete_topic > a:hover {
    color: #fff;
    background-color: #fed22f;
}
#frm-webboard {
    width: 460px;
    min-height: 250px;
}

#frm-webboard > h2 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #494949;
    padding: 5px;
    margin: 5px 0px 10px 0px;
    border-radius: 5px 5px 5px 5px;
}
#frm-topic-create {
    float: left;
    margin-top:-5px;
    padding: 10px;
    width: 450px;
    color: #ccc;
    min-height: 450px;
}
#frm-topic-create > h2 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #000;
    padding: 5px;
    margin: 5px 0px 10px 0px;
    border-radius: 5px 5px 5px 5px;
}
#frm-topic-create input[type=text],
#frm-webboard input[type=text] {
    border: 1px solid #bbb;
    border-radius: 4px;
    height: 25px;
    line-height: 25px;
    width: 448px;
	margin-top:10px;
	margin-bottom:10px;
}
#frm-topic-create textarea ,
#frm-webboard textarea {
    width: 448px;
    height: 120px;
    padding: 0px;
	margin-top:10px;
	margin-bottom:10px;
	border: 1px solid #BBB;
	border-top-left-radius:0.5em;
	border-top-right-radius:0.5em;
	border-bottom-left-radius:0.5em;
	border-bottom-right-radius:0.5em;
	-webkit-border-top-left-radius:0.5em; /* Safari */
}
#create-topic {
    margin: 10px 0px;
}
#create-topic .button_save,
#frm-topic-create .button_save {
	background-color: #cccccc;
	border-radius: 5px;
    padding: 5px 15px;
    cursor: pointer;
}
#newboard a {
    background-color: #000000;
    background-image: url("/modules/main/images/add-button.png");
    background-position: 5px center;
    background-repeat: no-repeat;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.698);
    color: #FFFFFF;
    display: block;
    font-size: 1em;
    font-weight: normal;
    margin: 5px;
    padding: 10px 10px 10px 30px;
    text-decoration: none;
    width: 150px;
    text-align:center;
}

#new_webboard {
	height: 30px;
    width: 90px;
}
#title_topic,
#detail_topic,
#user_topic,
#title_group,
#title_detail,
#msg_nav_title,
#msg_title,
#msg_desc {
	color : red;
}


/*end webboard area style sheet*/

