@charset "UTF-8";
/* CSS Document */

 
/*
	| 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 +
*/

hr {
	height:0px;
	border:0px;
	border-top:2px solid #b1bad6;
}

.bluetop-left, .bluetop-right, .bluebottom-left, .bluebottom-right {
	background-image: url(../Images/bluebox1280x18.gif); /* 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 */
	}
.bluetop-left, .bluebottom-left { 
	margin-right: 15px; /* CHANGE: replace by the width of one of your corners */
	}
.bluetop-right, .bluebottom-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 */
	}
.bluetop-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bluebottom-left  { 
	background-position: 0 -15px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bluebottom-right { 
	background-position: 100% -15px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.blueinside {
	border-left: 2px solid #b1bad6; /* YCC: color & properties of the left-borderline */
	border-right: 2px solid #b1bad6;/* YCC: color & properties of the right-borderline */
	background: #e3e7f4;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-color of the inside */
	font-size:12px;					/* YCC: default font-size 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 */
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: none;
	list-style-type: none;
	}
.bluenotopgap    {
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #52569E;
	font-weight: bold;
}    /* DNC: to avoid splitting of the box */
.blueinsideUL {
	padding-left: 5px;
	list-style-image: none;
	list-style-type: none;
	margin-left: -5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #52569e;
	line-height: 16px;
	text-decoration: none;
	list-style-position: inside;
}
.blueinsideLI {
	padding-left: 5px;
	list-style-type: square;
	list-style-position: outside;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #52569e;
	text-decoration: none;
}
.bluenobottomgap {
	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="liquidcornersblue.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>
*/


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


div.float {
	float: right;
	width: 227px;
	color: #FFFFFF;
		  }
		  
		div.float p {
		   text-align: left;
		   color: #none;
		   }
		   
		div.float a {
			float: left;
			text-decoration: none;
			color: #none;
		}
		
		
		div.float a:hover {
			float: left;
			text-decoration: none;
			color: #none;
		}
	
div.float img {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
