.grey{
color: #999;
}

.dark-grey{
color: #000;
}

.blue{
color: #0A8AD0;
}

.popup{
    color: #0A8AD0;
    border-bottom: 1px dashed #0A8AD0;
    cursor: pointer;
    text-decoration: none;
}

.dashed-separator{
    display: block;
    height: 1px;
    margin: 14px 0;
    border-bottom: 1px dashed #dee1e4;
}

.mceContentBody {
    font-size: 13px;
    font-family: Arial, sans-serif;
}

.mceContentBody p{
    padding: 0 0 5px 0;
}

.mceContentBody .spacer,
.content .spacer{
    padding: 0 0 15px 0;
}

.mceContentBody table,
.content table{
    border-collapse:collapse;
}

.mceContentBody table tbody,
.content table tbody,
.b-content table tbody,
.mceContentBody table thead,
.content table thead,
.b-content table thead,
.mceContentBody table tr,
.content table tr,
.b-content table tr{
    border: 1px solid;
    font-family: Arial, sans-serif;
    font-size : 13px;
}

.mceContentBody table td,
.b-content table td,
.content table td{
    margin: 0;
    padding: 10px;
    font-size: 100%;
    line-height: 150%;
    border: inherit;
}

.mceContentBody table td.header-row,
.content table td.header-row{
.b-content table td.header-row{
    color: #000;
    background: #efecec;
    border: 1px solid #efecec;
}

.mceContentBody table td p{
    padding-bottom: 0px;
}

/* list */
.mceContentBody ul,
.content ul{
display: block;
margin: 0px;
padding: 0px;
/*list-style-image: url(/skin/img/project/bg_list_dot.png);*/
list-style-position: inside;
}

	.mceContentBody ul li,
	.content ul li{
	margin: 0px;
	padding: 0 0 2px 0px;
	}

.fsize-1px{
font-size: 1px;
}

.fsize-2px{
font-size: 2px;
}

.fsize-3px{
font-size: 3px;
}

.fsize-4px{
font-size: 4px;
}

.fsize-5px{
font-size: 5px;
}

.fsize-6px{
font-size: 6px;
}

.fsize-7px{
font-size: 7px;
}

.fsize-8px{
font-size: 8px;
}

.fsize-9px{
font-size: 9px;
}

.fsize-10px{
font-size: 10px;
}

.fsize-11px{
font-size: 11px;
}

.fsize-12px{
font-size: 12px;
}

.fsize-13px{
font-size: 13px;
}

.fsize-14px{
font-size: 14px;
}

.fsize-15px{
font-size: 15px;
}

.fsize-16px{
font-size: 16px;
}

.fsize-17px{
font-size: 17px;
}

.fsize-18px{
font-size: 18px;
}

.fsize-19px{
font-size: 19px;
}

.fsize-20px{
font-size: 20px;
}

