@CHARSET "UTF-8";

#article .date {
	color:#63BEEA;
}

#article .icons_wrap {
	position:relative;
	text-align:right;
	top:-18px;
}

#article .icons_wrap a {
	float: right;
	display: block;
	margin: 0 0 0 1px;
	width: 23px;
	height: 21px;
	overflow: hidden;
	background-image: url("../images/iconpalette_fontsize_changer.gif");
	background-repeat: no-repeat;
	text-indent: -10000px;
	text-align: left;
}

#article .icons_wrap a.fontsize_cutdown {
	background-position: 0 0;
}

#article .icons_wrap a.fontsize_normal {
	background-position: -24px 0;
}

#article .icons_wrap a.fontsize_add {
	width: 26px;
	background-position: -48px 0;
}


#article ul,
#article ol {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

#article ul li {
	list-style: disc;
}

#article ol li {
	list-style: decimal;
}

#article,
#article_list {
	padding: 0 10px;
}

#article b,
#article strong {
	font-weight: 900;
}

#article em,
#article i {
	font-style: italic;
}

#article p {
	margin: 10px 0;
}

#article .title {
	font-size: 14px;
	font-weight: 900;
	margin:10px 0 0 0;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
}

#article_list .title span,
#article .title span {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
}

#article_list .item .lead_pic {
	float: left;
	margin:0 10px 0 0;
}

#article .subtitle {
	margin: 0 0 10px 0;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
}

#article .lead_pic {
	float: left;
	margin:7px;
	border: 1px solid #c1c1c1;
	padding: 2px;
}

#article .lead {
	font-weight: 900;
	margin: 0 0 20px 0;
}

#article .owner {
	font-weight: 900;
	margin: 20px 0;
}

#article .connect ul li {
	list-style: none;
	padding: 0 0 3px 0;
}

#article .connect ul li .pdf {
	background-image: url("/images/icons/page_white_acrobat.png");
	background-repeat: no-repeat;
	background-position: left;
	padding:0 0 0 20px;
}

#article .connect ul li .odt,
#article .connect ul li .word {
	background-image: url("/images/icons/page_white_word.png");
	background-repeat: no-repeat;
	background-position: left;
	padding:0 0 0 20px;
}

#article .connect ul li .excel {
	background-image: url("/images/icons/page_white_excel.png");
	background-repeat: no-repeat;
	background-position: left;
	padding:0 0 0 20px;
}
