table.frame-content {
	width: 100%;
}

table.frame-content td.fc-tl,
table.frame-content td.fc-tr,
table.frame-content td.fc-bl,
table.frame-content td.fc-br {
	padding: 0 !important;
	width: auto !important;
}
table.frame-content td.fc-tl div,
table.frame-content td.fc-tr div,
table.frame-content td.fc-bl div,
table.frame-content td.fc-br div {
	font-size: 0px;
	line-height: 0px;
}

table.frame-content td.fc-tl div {
	background: #fff;
	width: 20px;
	height: 24px;
}
table.frame-content td.fc-tr div {
	background: url(../images/i/frames/fc-tr.png) no-repeat;
	width: 20px;
	height: 24px;
}
table.frame-content td.fc-br div {
	background: #fff;
	width: 20px;
	height: 24px;
}
table.frame-content td.fc-bl div {
	background: url(../images/i/frames/fc-bl.png) no-repeat;
	width: 20px;
	height: 24px;
}
table.frame-content td.fc-inner,
table.frame-content td.fc-t,
table.frame-content td.fc-b {
	width: 100%;
}
table.frame-content td.fc-t,
table.frame-content td.fc-l,
table.frame-content td.fc-r,
table.frame-content td.fc-b,
table.frame-content td.fc-inner {
	background: #fff;
}

.content-red table.frame-content td.fc-tr div { 
	background: url(../images/i/frames/fc-tr.gif) no-repeat;
	height: 24px;
}
.content-red table.frame-content td.fc-tl {
	background: #fff;
}
.content-red table.frame-content td.fc-tl div {
	background: url(../images/i/frames/fc-pix-red.gif) #fff repeat-x;
	height: 24px;
	width: 20px;
}
.content-red table.frame-content td.fc-t {
	background: url(../images/i/frames/fc-pix-red.gif) #fff repeat-x;
}
.content-red table.frame-content td.fc-br {
	background: #fff;
}
.content-red table.frame-content td.fc-br div {
	background: none;
}

/*###########################################*/

div.frame-content div.fc-top {
	/*background: url(../images/i/frames/fc-tr-blue.gif) right no-repeat;*/
	/*padding-right: 20px;*/
	background: #fff;
	height: 24px;
}
div.frame-content div.fc-top div {
	/*background: url(../images/i/frames/fc-pix-blue.gif) #fff;*/
	background-repeat: repeat-x;
	background-position: top left;
	height: 4px;
}
div.frame-content div.fc-bottom {
	background: url(../images/i/frames/fc-bl.png) left no-repeat;
	padding-left: 20px;
}
div.frame-content div.fc-bottom div {
	background: #fff;
	height: 24px;
}
div.frame-content div.fc-inner {
	background: #fff;
	padding: 10px 0;
	min-height: 1em;
}
* html div.frame-content div.fc-inner {
	height: 1em;
}

/*
.content-red div.frame-content div.fc-top { background-image: url(../images/i/frames/fc-tr-red.gif); }
.content-red div.frame-content div.fc-top div { background-image: url(../images/i/frames/fc-pix-red.gif); }
.content-green div.frame-content div.fc-top { background-image: url(../images/i/frames/fc-tr-green.gif); }
.content-green div.frame-content div.fc-top div { background-image: url(../images/i/frames/fc-pix-green.gif); }
.content-purple div.frame-content div.fc-top { background-image: url(../images/i/frames/fc-tr-purple.gif); }
.content-purple div.frame-content div.fc-top div { background-image: url(../images/i/frames/fc-pix-purple.gif); }
.content-magenta div.frame-content div.fc-top { background-image: url(../images/i/frames/fc-tr-magenta.gif); }
.content-magenta div.frame-content div.fc-top div { background-image: url(../images/i/frames/fc-pix-magenta.gif); }
.content-yellow div.frame-content div.fc-top { background-image: url(../images/i/frames/fc-tr-yellow.gif); }
.content-yellow div.frame-content div.fc-top div { background-image: url(../images/i/frames/fc-pix-yellow.gif); }
.content-blue div.frame-content div.fc-top { background-image: url(../images/i/frames/fc-tr-blue.gif); }
.content-blue div.frame-content div.fc-top div { background-image: url(../images/i/frames/fc-pix-blue.gif); }
.content-dark-blue div.frame-content div.fc-top { background-image: url(../images/i/frames/fc-tr-dark-blue.gif); }
.content-dark-blue div.frame-content div.fc-top div { background-image: url(../images/i/frames/fc-pix-dark-blue.gif); }
.content-dark-red div.frame-content div.fc-top { background-image: url(../images/i/frames/fc-tr-dark-red.gif); }
.content-dark-red div.frame-content div.fc-top div { background-image: url(../images/i/frames/fc-pix-dark-red.gif); }
.content-turquoise div.frame-content div.fc-top { background-image: url(../images/i/frames/fc-tr-turquoise.gif); }
.content-turquoise div.frame-content div.fc-top div { background-image: url(../images/i/frames/fc-pix-turquoise.gif); }
*/
.content-dark div.frame-content div.fc-top { background-image: url(../images/i/frames/fc-tr-dark.gif); }
.content-dark div.frame-content div.fc-top div { 
	background: url(../images/i/frames/fc-t-dark.gif) #161f29 top left no-repeat; 
	height: 24px;
}
.content-dark div.frame-content div.fc-bottom {
	background-image: url(../images/i/frames/fc-bl-dark.gif);
}
.content-dark div.frame-content div.fc-bottom div {
	background-color: #161f29;
}
.content-dark div.frame-content div.fc-inner {
	background: url(../images/i/frames/fc-inner-dark.jpg) #161f29 top left no-repeat;
	color: #fff;
}
/*
.content-grey div.frame-content div.fc-top { background-image: url(../images/i/frames/fc-tr-dark-blue.gif); }
.content-grey div.frame-content div.fc-top div { background-image: url(../images/i/frames/fc-pix-dark-blue.gif); }
*/


/*###########################################*/

div.frame-object {

}
div.frame-object div.fo-top,
div.frame-object div.fo-bottom {
	background: url(../images/i/frames/fo-pix.gif) bottom repeat-x;
	margin: 0 1px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
div.frame-object div.fo-bottom {
	background: url(../images/i/frames/fo-pix.gif) top repeat-x;
}
div.frame-object div.fo-left {
	background: url(../images/i/frames/fo-pix.gif) left repeat-y;
}
div.frame-object div.fo-right {
	background: url(../images/i/frames/fo-pix.gif) right repeat-y;
}
div.frame-object div.fo-inner {
	padding: 20px 10px;
}

/*###########################################*/

table.frame-tags {
	
}
table.frame-tags td.ft-tl,
table.frame-tags td.ft-tr,
table.frame-tags td.ft-bl,
table.frame-tags td.ft-br,
table.frame-tags td.ft-l,
table.frame-tags td.ft-r,
table.frame-tags td.ft-t,
table.frame-tags td.ft-b {
	padding: 0 !important;
	width: auto !important;
}
table.frame-tags td.ft-tl div,
table.frame-tags td.ft-tr div,
table.frame-tags td.ft-bl div,
table.frame-tags td.ft-br div {
	font-size: 0px;
	line-height: 0px;
}

table.frame-tags td.ft-tl div {
	background: url(../images/i/frames/tags-tl.gif) no-repeat;
	width: 2px;
	height: 2px;
}
table.frame-tags td.ft-tr div {
	background: url(../images/i/frames/tags-tr.gif) no-repeat;
	width: 2px;
	height: 2px;
}
table.frame-tags td.ft-br div {
	background: url(../images/i/frames/tags-br.gif) no-repeat;
	width: 2px;
	height: 2px;
}
table.frame-tags td.ft-bl div {
	background: url(../images/i/frames/tags-bl.gif) no-repeat;
	width: 2px;
	height: 2px;
}
table.frame-tags td.ft-t {
	background: url(../images/i/frames/tags-t.gif) repeat-x;
}
table.frame-tags td.ft-t div.triangle {
	background: url(../images/i/frames/tags-triangle.gif) repeat-x;
	margin-left: 82px;
	margin-top: -4px;
	width: 7px;
	height: 5px;
	position: absolute;
}
table.frame-tags td.ft-b {
	background: url(../images/i/frames/tags-b.gif) repeat-x;
}
table.frame-tags td.ft-l {
	background: url(../images/i/frames/tags-l.gif) repeat-y;
}
table.frame-tags td.ft-r {
	background: url(../images/i/frames/tags-r.gif) repeat-y;
}
table.frame-tags td.ft-inner {
	background: #ffffc0;
}
div.ft-shadow {
	background: url(../images/i/frames/ft-shadow.png) left no-repeat;
	height: 8px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	width: 100%;
	width: expression(this.parentNode.offsetWidth + 'px');
}

/*###########################################*/
