@charset "utf-8";
/* CSS Document */


.title_txt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;
	height: 25px;
	vertical-align: middle;
}
.title_txt2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}


.btn{
	color: #FF0000;
	margin: 2px;
	text-decoration: none;
	border: thin solid #FFCC66;
	background-color: #FFE9D2;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	cursor:pointer;
}
.btn:hover{
	background-color: #009900;
	color: #FFFFFF;
	border: thin solid #CCCCCC;
	text-decoration: none;
}

/*--------------------------------------------------------------------------*/

table.normal{
	background-color: #DADADA;
}
td.header{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
}

tr.header{
	background-color: #0066CC;
	color: #FFFFFF;
}

tr.header2{
	background-color: #006666;
	color: #FFFFFF;
}

tr.header3{
	background-color: #5F7989;
	color: #FFFFFF;
}

tr.header4{
	background-color: #000000;
	color: #FFFFFF;
}
tr.header5{
	background-color: #009966;
	color: #FFFFFF;
}

tr.tr1{
	background-color: #EBEBEB;
}
tr.tr2{
	background-color: #F0F0F0;
}

tr.can_append{
	background-color: #D9ECEC;
}

tr.total{
	background-color: #FFE9D2;
	color: #FF3300;
}
.topic{
	font-size: 16px;
	font-weight: bold;
	color: #0066FF;
}
.title_blog{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #009900;
	background-color: #E2F0D5;
	border: thin solid #99CC00;
	display: block;
	padding: 5px;
}

.txt_show{ 
	border-bottom:dotted;
	border-bottom-color:#333333; 
	border-bottom-width:thin;
}

.txt_comment{
	color: #999999;
}
/*-----------------------------------------*/
	.suggestionsBox {
		position: relative;
		left: 20px;
		margin: 5px 0px 0px 0px;
		width: 300px;
		background-color: #212427;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #000;	
		color: #fff;
	}
	
	.suggestionList {
		margin: 0px;
		padding: 0px;
	}
	
	.suggestionList li {
		
		margin: 0px 0px 3px 0px;
		padding: 3px;
		cursor: pointer;
	}
	
	.suggestionList li:hover {
		background-color: #659CD8;
	}
/*---------------------------------------------*/


.content_round1{
	-moz-border-radius: 15px;
	border-radius: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #D6EBEB;
	margin: 2px;
	padding: 10px;
}

.content_round2{
	-moz-border-radius: 15px;
	border-radius: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #FFFFCC;
	margin: 2px;
	padding: 10px;	
	box-shadow: 5px 5px 5px;
}
.content_round3{
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #EBEBEB;
	margin: 2px;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
.content_body{
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #F4F4F4;
	margin: 2px;	
}
.content_topic
{
	box-shadow: 5px 5px 5px #888888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #006699;
	margin: 2px;
	padding: 5px;
	font-weight: bold;
}

.content_topic2
{
	box-shadow: 5px 5px 5px #888888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #006699;
	margin: 2px;
	padding: 5px;
	font-weight: bold;
}