/*
	| 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 +
*/

/*
implementation in the page:
<!-- box style 1a -->
<div class="box1a_top-left"></div><div class="box1a_top-right"></div>
	<div class="box1a_inside">
	<div class="box1a_gap-saver"></div>	
	
		<div>Content</div>
	<div class="box1a_gap-saver"></div>
	</div>
<div class="box1a_bottom-left"></div><div class="box1a_bottom-right"></div>
	
*/

/* Box 1a -> 9px rounded corners, red border (#C00000) solid light grey background (#EFEFEF) */

.box1a_top-left, .box1a_top-right, .box1a_bottom-left, .box1a_bottom-right { 
	background-image: url('../images/tables/box1a_corners1280x18.gif'); /* CHANGE: path and name of your image */
	height: 9px;       /* 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 */
	}
.box1a_top-left, .box1a_bottom-left { 
	margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
	}
.box1a_top-right, .box1a_bottom-right { 
	margin-left: 9px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
	}
.box1a_top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.box1a_bottom-left  { 
	background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.box1a_bottom-right { 
	background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.box1a_inside {
	border-left: 1px solid #C00000; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #C00000;/* YCC: color & properties of the right-borderline */
	background: #EFEFEF;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-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 */
	}

.box1a_gap-saver {
     height: 1px; 
     margin: 0 0 -1px 0;
     padding: 0;
     font-size: 1px; /* to correct IE */
     }


/* Box 2a -> 15px rounded corners, no border solid dark grey background (#404040) */

.box2a_top-left, .box2a_top-right, .box2a_bottom-left, .box2a_bottom-right { 
	background-image: url('../images/tables/box2a_corners1280x30.png'); /* CHANGE: path and name of your image */
	height: 15px;       /* 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 */
	}
.box2a_top-left, .box2a_bottom-left { 
	margin-right: 15px; /* CHANGE: replace by the width of one of your corners */
	}
.box2a_top-right, .box2a_bottom-right { 
	margin-left: 15px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -15px;  /* CHANGE: replace by the height of one of your corners */
	}
.box2a_top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.box2a_bottom-left  { 
	background-position: 0 -15px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.box2a_bottom-right { 
	background-position: 100% -15px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.box2a_inside {
	border-left: none; /* YCC: color & properties of the left-borderline */
	border-right: none;/* YCC: color & properties of the right-borderline */
	background: #404040;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-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 */
	}

.box2a_gap-saver {
     height: 1px; 
     margin: 0 0 -1px 0;
     padding: 0;
     font-size: 1px; /* to correct IE */
     }


/* Box 2b -> 15px rounded corners, 1px border (#808080) solid dark grey background (#404040) */

.box2b_top-left, .box2b_top-right, .box2b_bottom-left, .box2b_bottom-right { 
	background-image: url('../images/tables/box2b_corners1280x30.png'); /* CHANGE: path and name of your image */
	height: 15px;       /* 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 */
	}
.box2b_top-left, .box2b_bottom-left { 
	margin-right: 15px; /* CHANGE: replace by the width of one of your corners */
	}
.box2b_top-right, .box2b_bottom-right { 
	margin-left: 15px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -15px;  /* CHANGE: replace by the height of one of your corners */
	}
.box2b_top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.box2b_bottom-left  { 
	background-position: 0 -15px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.box2b_bottom-right { 
	background-position: 100% -15px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.box2b_inside {
	border-left: 1px solid #808080; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #808080;/* YCC: color & properties of the right-borderline */
	background: #404040;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-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 */
	}

.box2b_gap-saver {
     height: 1px; 
     margin: 0 0 -1px 0;
     padding: 0;
     font-size: 1px; /* to correct IE */
     }


/* Box 3a -> 15px rounded corners, no border solid dark grey background (#202020) */

.box3a_top-left, .box3a_top-right, .box3a_bottom-left, .box3a_bottom-right { 
	background-image: url('../images/tables/box3a_corners1280x30.png'); /* CHANGE: path and name of your image */
	height: 15px;       /* 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 */
	}
.box3a_top-left, .box3a_bottom-left { 
	margin-right: 15px; /* CHANGE: replace by the width of one of your corners */
	}
.box3a_top-right, .box3a_bottom-right { 
	margin-left: 15px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -15px;  /* CHANGE: replace by the height of one of your corners */
	}
.box3a_top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.box3a_bottom-left  { 
	background-position: 0 -15px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.box3a_bottom-right { 
	background-position: 100% -15px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.box3a_inside {
	border-left: none; /* YCC: color & properties of the left-borderline */
	border-right: none;/* YCC: color & properties of the right-borderline */
	background: #202020;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-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 */
	}

.box3a_gap-saver {
     height: 1px; 
     margin: 0 0 -1px 0;
     padding: 0;
     font-size: 1px; /* to correct IE */
     }


/* Box 3b -> 15px rounded corners, 1px border (#404040) solid dark grey background (#202020) */

.box3b_top-left, .box3b_top-right, .box3b_bottom-left, .box3b_bottom-right { 
	background-image: url('../images/tables/box3b_corners1280x30.png'); /* CHANGE: path and name of your image */
	height: 15px;       /* 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 */
	}
.box3b_top-left, .box3b_bottom-left { 
	margin-right: 15px; /* CHANGE: replace by the width of one of your corners */
	}
.box3b_top-right, .box3b_bottom-right { 
	margin-left: 15px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -15px;  /* CHANGE: replace by the height of one of your corners */
	}
.box3b_top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.box3b_bottom-left  { 
	background-position: 0 -15px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.box3b_bottom-right { 
	background-position: 100% -15px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.box3b_inside {
	border-left: 1px solid #404040; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #404040;/* YCC: color & properties of the right-borderline */
	background: #202020;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-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 */
	}

.box3b_gap-saver {
     height: 1px; 
     margin: 0 0 -1px 0;
     padding: 0;
     font-size: 1px; /* to correct IE */
     }


/* Box 3c -> 15px rounded corners, no border solid dark grey background (#090909) */

.box3c_top-left, .box3c_top-right, .box3c_bottom-left, .box3c_bottom-right { 
	background-image: url('../images/tables/box3c_corners1280x30.png'); /* CHANGE: path and name of your image */
	height: 15px;       /* 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 */
	}
.box3c_top-left, .box3c_bottom-left { 
	margin-right: 15px; /* CHANGE: replace by the width of one of your corners */
	}
.box3c_top-right, .box3c_bottom-right { 
	margin-left: 15px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -15px;  /* CHANGE: replace by the height of one of your corners */
	}
.box3c_top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.box3c_bottom-left  { 
	background-position: 0 -15px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.box3c_bottom-right { 
	background-position: 100% -15px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.box3c_inside {
	border-left: none; /* YCC: color & properties of the left-borderline */
	border-right: none;/* YCC: color & properties of the right-borderline */
	background: #090909;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-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 */
	}

.box3c_gap-saver {
     height: 1px; 
     margin: 0 0 -1px 0;
     padding: 0;
     font-size: 1px; /* to correct IE */
     }


/* Box 4b -> 15px rounded corners, 1px border (#808080) solid black background (#000000) */

.box4b_top-left, .box4b_top-right, .box4b_bottom-left, .box4b_bottom-right { 
	background-image: url('../images/tables/box4b_corners1280x30.png'); /* CHANGE: path and name of your image */
	height: 15px;       /* 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 */
	}
.box4b_top-left, .box4b_bottom-left { 
	margin-right: 15px; /* CHANGE: replace by the width of one of your corners */
	}
.box4b_top-right, .box4b_bottom-right { 
	margin-left: 15px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -15px;  /* CHANGE: replace by the height of one of your corners */
	}
.box4b_top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.box4b_bottom-left  { 
	background-position: 0 -15px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.box4b_bottom-right { 
	background-position: 100% -15px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.box4b_inside {
	border-left: 1px solid #808080; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #808080;/* YCC: color & properties of the right-borderline */
	background: #000000;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-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 */
	}

.box4b_gap-saver {
     height: 1px; 
     margin: 0 0 -1px 0;
     padding: 0;
     font-size: 1px; /* to correct IE */
     }

.box4b_title_1 {
	background-color:#000000;
	color:#CCCCCC;
	margin-top:-33px;
	margin-bottom:0px;
	float:left;
	padding:5px;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	}

.box4b_title_2 {
	background-color:#000000;
	color:#CCCCCC;
	margin-top:-32px;
	margin-bottom:0px;
	float:left;
	padding:5px;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	}


/* Box 5a -> 15px rounded corners, no border solid dark grey background (#202020) */

.box5a_top-left, .box5a_top-right, .box5a_bottom-left, .box5a_bottom-right { 
	background-image: url('../images/tables/box5a_corners1280x30.png'); /* CHANGE: path and name of your image */
	height: 15px;       /* 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 */
	}
.box5a_top-left, .box5a_bottom-left { 
	margin-right: 15px; /* CHANGE: replace by the width of one of your corners */
	}
.box5a_top-right, .box5a_bottom-right { 
	margin-left: 15px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -15px;  /* CHANGE: replace by the height of one of your corners */
	}
.box5a_top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.box5a_bottom-left  { 
	background-position: 0 -15px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.box5a_bottom-right { 
	background-position: 100% -15px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.box5a_inside {
	border-left: none; /* YCC: color & properties of the left-borderline */
	border-right: none;/* YCC: color & properties of the right-borderline */
	background-image:url('../images/tables/box5a_background.png');
	background-repeat:repeat-x;
	color: #000000;                 /* YCC: default text-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 */
	}

.box5a_gap-saver {
     height: 1px; 
     margin: 0 0 -1px 0;
     padding: 0;
     font-size: 1px; /* to correct IE */
     }













