/*
	| liquidcorners.css; feel free to adapt the style!
	| ================================================
	| use: 4 corners with borderline outside a contentbox with class="inside"; 
	|      image  = upper half: top left corner, long borderline, top right corner
	|               under half: bottom left corner, long borderline, bottom right corner
	|      CHANGE = you have to change this for fitting to your image
	|      YCC    = You Can Change (or omit), if wanted
	|      DNC    = Do Not Change
	| credits: original by francky kleyneman, see article/tutorial in Francky's Developers Corner:
	|          http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm
	| adapted
	| by.....: ... (your name and site?!)
	|
	| + please let this text & links intact for a next user +
*/
/*1*/
.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('./images/corners_orang_border.png'); /* CHANGE: path and name of your image */
	height: 13px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.top-left-filled, .top-right-filled, .bottom-left-filled, .bottom-right-filled { 
	background-image: url('./images/corners_orang_border_filled.png'); /* CHANGE: path and name of your image */
	height: 13px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.top-left-filled-blue, .top-right-filled-blue, .bottom-left-filled-blue, .bottom-right-filled-blue { 
	background-image: url('./images/corners_blue_border_filled.png'); /* CHANGE: path and name of your image */
	height: 3px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.top-left-greyline, .top-right-greyline, .bottom-left-greyline, .bottom-right-greyline { 
	background-image: url('./images/skin_kontur1500x12.png'); /* CHANGE: path and name of your image */
	height: 6px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}	
	
.top-left-blueline, .top-right-blueline, .bottom-left-blueline, .bottom-right-blueline { 
	background-image: url('./images/skin_kontur_blue1506x16.png'); /* CHANGE: path and name of your image */
	height: 8px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}	
	
.top-left-redline, .top-right-redline, .bottom-left-redline, .bottom-right-redline { 
	background-image: url('./images/skin_kontur_red1506x16.png'); /* CHANGE: path and name of your image */
	height: 8px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}	
/**/

/*2*/			
.top-left, .bottom-left, .top-left-filled, .bottom-left-filled { 
	margin-right: 13px; /* CHANGE: replace by the width of one of your corners */
	}
.top-left-filled-blue, .bottom-left-filled-blue{ 
	margin-right: 3px; /* CHANGE: replace by the width of one of your corners */
	}
.top-left-greyline, .bottom-left-greyline { 
	margin-right: 6px; /* CHANGE: replace by the width of one of your corners */
	}	
.top-left-blueline, .bottom-left-blueline { 
	margin-right: 8px; /* CHANGE: replace by the width of one of your corners */
	}	
.top-left-redline, .bottom-left-redline { 
	margin-right: 8px; /* CHANGE: replace by the width of one of your corners */
	}	
/**/

/*3*/		
.top-right, .bottom-right, .top-right-filled, .bottom-right-filled { 
	margin-left: 13px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -13px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right-filled-blue, .bottom-right-filled-blue { 
	margin-left: 3px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -3px;  /* CHANGE: replace by the height of one of your corners */
	}	
.bottom-right-greyline { 
	margin-left: 6px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -6px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right-greyline { 
	margin-left: 6px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -6px;  /* CHANGE: replace by the height of one of your corners */
	}		
	
.top-right-blueline, .bottom-right-blueline { 
	margin-left: 8px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -8px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right-redline, .bottom-right-redline { 
	margin-left: 8px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -8px;  /* CHANGE: replace by the height of one of your corners */
	}		
/**/

/*4*/	
.top-right, .top-right-filled, .top-right-filled-blue, .top-right-greyline, .top-right-blueline, .top-right-redline {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
/**/	

/*5*/
.bottom-left, .bottom-left-filled   { 
	background-position: 0 -13px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-left-filled-blue   { 
	background-position: 0 -3px;    /* CHANGE: replace second number by negative height of one of your corners */
	}	
.bottom-left-greyline   { 
	background-position: 0 -6px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-left-blueline   { 
	background-position: 0 -8px;    /* CHANGE: replace second number by negative height of one of your corners */
	}	
.bottom-left-redline   { 
	background-position: 0 -8px;    /* CHANGE: replace second number by negative height of one of your corners */
	}			
/**/
	
/*6*/
.bottom-right, .bottom-right-filled { 
	background-position: 100% -13px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right-filled-blue { 
	background-position: 100% -3px; /* CHANGE: replace second number by negative height of one of your corners */
	}	
.bottom-right-greyline { 
	background-position: 100% -6px; /* CHANGE: replace second number by negative height of one of your corners */
	}	
.bottom-right-blueline { 
	background-position: 100% -8px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right-redline { 
	background-position: 100% -8px; /* CHANGE: replace second number by negative height of one of your corners */
	}		
/**/
	
.inside {
	border-left: 3px solid #FFBB39; /* YCC: color & properties of the left-borderline */
	border-right: 3px solid #FFBB39;/* YCC: color & properties of the right-borderline */
	background: #FFFFFF;            /* YCC: background-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	}
.inside-filled {
	border-left: 3px solid #FFBB39; /* YCC: color & properties of the left-borderline */
	border-right: 3px solid #FFBB39;/* YCC: color & properties of the right-borderline */
	background: #FFF5D1;            /* YCC: background-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	}	
.inside-filled-blue {
	border-left: 3px solid #4D7AC1; /* YCC: color & properties of the left-borderline */
	border-right: 3px solid #4D7AC1;/* YCC: color & properties of the right-borderline */
	background: #4D7AC1;            /* YCC: background-color of the inside */
	padding-left: 0px;             /* YCC: all texts at some distance of the left border */
	padding-right:0px;             /* YCC: all texts at some distance of the right border */
	}	
.inside-greyline td.delimeter{	
	border-left: 2px;	
	border-right: 2px;
	border-color: black;
}
.inside-greyline {
	position:relative;
	border-left: 1px solid #DFDFDF; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #DFDFDF;/* YCC: color & properties of the right-borderline */
	background: #FFFFFF;            /* YCC: background-color of the inside */
	padding-left: 0px;             /* YCC: all texts at some distance of the left border */
	padding-right:0px;             /* YCC: all texts at some distance of the right border */
	}
.inside-blueline {
	position:relative;
	border-left: 4px solid #356891; /* YCC: color & properties of the left-borderline */
	border-right: 4px solid #356891;/* YCC: color & properties of the right-borderline */
	background: #FFFFFF;            /* YCC: background-color of the inside */
	padding-left: 0px;             /* YCC: all texts at some distance of the left border */
	padding-right:0px;             /* YCC: all texts at some distance of the right border */
	}
.inside-redline {
	position:relative;
	border-left: 4px solid #cc3333; /* YCC: color & properties of the left-borderline */
	border-right: 4px solid #cc3333;/* YCC: color & properties of the right-borderline */
	background: #FFFFFF;            /* YCC: background-color of the inside */
	padding-left: 0px;             /* YCC: all texts at some distance of the left border */
	padding-right:0px;             /* YCC: all texts at some distance of the right border */
	}			
.notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: -1px; padding-bottom: 1px; } /* DNC: to avoid splitting of the box */

/*
implementation in the page:
	...
	<head>
	<link rel="stylesheet" type="text/css" href="liquidcorners.css">
	...
	</head>
	
	<body>
	...
	<div class="top-left"></div><div class="top-right"></div>
		<div class="inside">
		<p class="notopgap">Your text & other things inside</p>
		...
		<p class="nobottomgap">...</p>
		</div>
	<div class="bottom-left"></div><div class="bottom-right"></div>
	...
	</body>
*/
