

/*********************** FCKeditor common handy code *******************************/
.align-right {
text-align:right;
}
.align-left {
text-align:left;
}
.align-center {
text-align:center;
}
.align-justify {
text-align:justify;
}
.float-left {
float:left;
}
.float-right {
float:right;
}
.clear-left {
clear:left;
}
.clear-right {
clear:right;
}
.border-blue {
border:1px solid blue;
}
.border-red {
border:1px solid red;
}
.border-green {
border:1px solid green;
}
.border-silver {
border:1px solid silver;
}


img.on-left { float: left; margin: 5px 15px 10px 0; }
img.on-right { float: right; margin: 5px 0 10px 15px; }
img.with-border { border: 1px solid black; }
img.no-border { border: none; }


/* img.bordered */

img.bordered {
	background: white;
	padding: 5px;

}
div.topborder {
	position: relative; float: left;
	padding-top: 5px; 
	background: url(/site/css/template/assets/editor/imgborder-top-img2000.jpg) no-repeat left top;
}
div.rightborder {
	padding-right: 5px; float: left;
	background: url(/site/css/template/assets/editor/imgborder-right-img2000.jpg) no-repeat top right;
}
div.bottomborder {
	padding-bottom: 5px;  float: left;
	background: url(/site/css/template/assets/editor/imgborder-bottom-img2000.jpg) no-repeat bottom left;
}
div.leftborder {
	padding-left: 5px; float: left;
	background: url(/site/css/template/assets/editor/imgborder-left-img2000.jpg) no-repeat top left;
}

img.topleftborder { position: absolute; top: 0; left: 0; }
img.toprightborder { position: absolute; top: 0; right: 0; }
img.bottomrightborder { position: absolute; bottom: 0; right: 0; }
img.bottomleftborder { position: absolute; bottom: 0; left: 0; }




.size-bigger { font-size: 19px; }		/* 160% */
.size-big { font-size: 16px; }			/* 130% */
.size-normal { font-size: 13px; }		/* 100% */
.size-small { font-size: 11px; }		/* 90% */
.size-smaller { font-size: 9px; }		/* 80% */

h5 { margin-bottom: 15px; }

div p { margin: 0 0 15px 0; }
div.left p { padding-right: 20px; }

td {
	text-align: left;
}


body, table { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 13px; color: #838383; }	/* color-base */

div.cms img {
	border: none;
}
