﻿
/* --------------------- -- -- - - AkomaBorder - - -- -- ------------------------------ */

.BorderMaster {
  width: 100%;
  padding: 0;
  margin: 3px;
}
.ContainerPanes {
  width: 100%;
  height: 100%;
}
.BorderContent {
	padding: 10px;
}
.BorderTitlePane {
	padding-left: 10px;
}
.BorderTitlePane h2 {
	margin: 5px 0px;
}
.BorderActions {
	text-align: left;
	padding-left: 20px;
}

/* --------------------- -- -- - - RedBorder - - -- -- ------------------------------ */

.RedBorder_TL {
	width: 9px;
	height: 9px;
	background-image: url(images/RedBorder_TL.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.RedBorder_T {
	height: 9px;
	background-image: url(images/RedBorder_T.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.RedBorder_TR {
	width: 11px;
	height: 9px;
	background-image: url(images/RedBorder_TR.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.RedBorder_L {
	vertical-align: top;
	width: 9px;
	background-image: url(images/RedBorder_L.gif);
	background-position: right;
	background-repeat: repeat-y;
}
.RedBorder_M {
	vertical-align: top;
	background-color: #ffffff;
	background-image: url(images/RedBorder_Mimg.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.RedBorder_R {
	vertical-align: top;
	width: 11px;
	background-image: url(images/RedBorder_R.gif);
	background-position: left;
	background-repeat: repeat-y;
}
.RedBorder_BL {
	width: 9px;
	height: 10px;
	background-image: url(images/RedBorder_BL.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.RedBorder_B {
	height: 10px;
	background-image: url(images/RedBorder_B.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.RedBorder_BR {
	width: 11px;
	height: 10px;
	background-image: url(images/RedBorder_BR.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.RedBorderTitle {
	font-family: Century Gothic;
	color: #e82c0c;
	font-weight: bold;
}

/* --------------------- -- -- - - BlueBorder - - -- -- ------------------------------ */

.BlueBorder_TL {
	width: 9px;
	height: 9px;
	background-image: url(images/BlueBorder_TL.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.BlueBorder_T {
	height: 9px;
	background-image: url(images/BlueBorder_T.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.BlueBorder_TR {
	width: 11px;
	height: 9px;
	background-image: url(images/BlueBorder_TR.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.BlueBorder_L {
	vertical-align: top;
	width: 9px;
	background-image: url(images/BlueBorder_L.gif);
	background-position: right;
	background-repeat: repeat-y;
}
.BlueBorder_M {
	vertical-align: top;
	background-color: #ffffff;
	background-image: url(images/BlueBorder_Mimg.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.BlueBorder_R {
	vertical-align: top;
	width: 11px;
	background-image: url(images/BlueBorder_R.gif);
	background-position: left;
	background-repeat: repeat-y;
}
.BlueBorder_BL {
	width: 9px;
	height: 10px;
	background-image: url(images/BlueBorder_BL.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.BlueBorder_B {
	height: 10px;
	background-image: url(images/BlueBorder_B.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.BlueBorder_BR {
	width: 11px;
	height: 10px;
	background-image: url(images/BlueBorder_BR.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.BlueBorderTitle {
	font-family: Century Gothic;
	color: #1B51B5;
	font-weight: bold;
}

/* --------------------- -- -- - - BlackBorder - - -- -- ------------------------------ */

.BlackBorder_TL {
	width: 9px;
	height: 9px;
	background-image: url(images/BlueBorder_TL.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.BlackBorder_T {
	height: 9px;
	background-image: url(images/BlackBorder_T.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.BlackBorder_TR {
	width: 11px;
	height: 9px;
	background-image: url(images/BlackBorder_TR.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.BlackBorder_L {
	vertical-align: top;
	width: 9px;
	background-image: url(images/BlackBorder_L.gif);
	background-position: right;
	background-repeat: repeat-y;
}
.BlackBorder_M {
	vertical-align: top;
	background-color: #ffffff;
	background-image: url(images/BlackBorder_Mimg.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.BlackBorder_R {
	vertical-align: top;
	width: 11px;
	background-image: url(images/BlackBorder_R.gif);
	background-position: left;
	background-repeat: repeat-y;
}
.BlackBorder_BL {
	width: 9px;
	height: 10px;
	background-image: url(images/BlackBorder_BL.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.BlackBorder_B {
	height: 10px;
	background-image: url(images/BlackBorder_B.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.BlackBorder_BR {
	width: 11px;
	height: 10px;
	background-image: url(images/BlackBorder_BR.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.BlackBorderTitle {
	font-family: Century Gothic;
	color: #2b2b2b;
	font-weight: bold;
}

