@import "style.item.css";
@import "style.tiny.css";
@import "style.structure.css";
@import "style.application.css";
@import "style.plan.css";

form {
	margin:0;
	padding:0;
}

/* Standard links */
a:link {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #4d5efa;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

a img {	
	border: none;
}

em {
	color: #000;
	font-size: 9pt;
	font-family: inherit;
	text-decoration: none;
	font-style:normal;
	font-weight:none;
}

big.huge {
	font-size:30pt;
	font-weight:normal;
}
.centered {
	
	position:relative;
	left:0;
	top:0;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

/* usefull for background image into a div*/
.img_bg {
	
	position:absolute;
	left:0;
	top:0;
	z-index:0;
}

.textbox {
	
	border: solid 1px #3cafff;
	background-color: #ffffff;
	color: #000000;	
	font-size: 10pt;

	font-family: 'Century Gothic','Calibri','Arial';
	font-size: 10pt;
}


.btn {
	
	padding:0;
	margin:0;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	background-color: #0c5384;
	height: 18px;
	color: #ffffff;
	font-size: 9pt;
	border:none;
	text-align:center;
	cursor: pointer;
	
	border-radius:4px;	
	-moz-border-radius:4px;	
}

.radiobutton {
	
	margin:0;
	padding:0;
	width: 20px;
	height: 20px;
}

.selector {
	
	border: solid 1px #3cafff;
	background-color: #ffffff;
	color: #000000;	
	font-size: 10pt;
}

.checkbox {

	width:20px;
	height:20px;
}
