/*
	| liquidcorners.css; 
	| ==================
	| credits: original by francky kleyneman, see article/tutorial in Francky's Developers Corner:
	|          http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm
*/

.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('../img/corners1280x18.gif'); 
	height: 9px;
	font-size: 2px;
	}
	
.top-left, .bottom-left { 
	margin-right: 9px;
	}
	
.top-right, .bottom-right { 
	margin-left: 9px;
	margin-top: -9px;
	}
	
.top-right {
	background-position: 100% 0;
	}
	
.bottom-left  { 
	background-position: 0 -9px;
	}
	
.bottom-right { 
	background-position: 100% -9px;
	}
	
.inside {
	border-left: 1px solid #DEDEDE; 
	border-right: 1px solid #DEDEDE;
	background: #FFFFFF;
	color: #A2A2A2;     
	padding-left:  10px; 
	padding-right: 10px;
	text-align: left; 
	}
	
.inside h4 {
  font-size: 90%;
  font-weight: bold;
  margin-bottom: 8px;
}

.inside p {
	font-size: 80%;
}

.inside a {
	font-weight: bold;
	color: #0096CB;
	text-decoration: none;
}

.inside a:hover {
	color: #FF9600;
	text-decoration: none;
}

.notopgap    { margin-top: 0; }

.nobottomgap { text-align: right; margin-bottom: 0; }
