@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 {
	font-family: inherit;
	font-size: 10pt;
	
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	font-family: inherit;
	font-size: 10pt;
	
	color: #4d5efa;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	font-family: inherit;
	font-size: 10pt;

	color: #000000;
	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;
}

.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;
}

.textbox_auth {

	color: #3cafff;	
	font-size: 15pt;
	padding:3px;
	border:none;
}

.textbox_bulle {
	
	margin:2px;
	padding:4px;
	border: solid 1px #3cafff;
	background-color: #ffffff;
	color: #3cafff;	
	font-size: 9pt;
	border-radius:10px;	
	-moz-border-radius:10px;		
}

.textbox_purple {
	
	margin:2px;
	padding:2px;
	border: solid 1px #8a6ba9;
	background-color: #ffffff;
	color: #8a6ba9;	
	font-size: 9pt;
	border-radius:10px;	
	-moz-border-radius:10px;		
}

.btn {
	
	padding:0;
	margin:0;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	background-image: url('./pics/button_bg.png');
	background-repeat: repeat-x;
	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;
}

/*___LINKS______________________________________________________________________________________________________________________________________________________________________________________________________ */
a.awhite:link {
	
	font-family: inherit;
	font-size: 9pt;	
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
a.awhite:hover {
	
	font-family: inherit;
	font-size: 9pt;	
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
a.awhite:visited {
	
	font-family: inherit;
	font-size: 9pt;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}


a.blue:link {	
	font-family: inherit;
	font-size: 9pt;	
	color: #8593c8;
	font-weight: normal;
	text-decoration: underline;
}
a.blue:visited {	
	font-family: inherit;
	font-size: 9pt;	
	color: #8593c8;
	font-weight: normal;
	text-decoration: underline;
}
a.blue:hover {	
	font-family: inherit;
	font-size: 9pt;	
	color: #8593c8;
	font-weight: normal;
	text-decoration: underline;
}


a.yellow:link {	
	font-family: inherit;
	font-size: 9pt;	
	color: #ffba00;
	font-weight: normal;
	text-decoration: underline;
}
a.yellow:visited {	
	font-family: inherit;
	font-size: 9pt;	
	color: #ffba00;
	font-weight: normal;
	text-decoration: underline;
}
a.yellow:hover {	
	font-family: inherit;
	font-size: 9pt;	
	color: #ffba00;
	font-weight: normal;
	text-decoration: underline;
}


a.green:link {	
	font-family: inherit;
	font-size: 9pt;	
	color: #6ba10c;
	font-weight: normal;
	text-decoration: underline;
}
a.green:visited {	
	font-family: inherit;
	font-size: 9pt;	
	color: #6ba10c;
	font-weight: normal;
	text-decoration: underline;
}
a.green:hover {	
	font-family: inherit;
	font-size: 9pt;	
	color: #6ba10c;
	font-weight: normal;
	text-decoration: underline;
}


a.red:link {	
	font-family: inherit;
	font-size: 9pt;	
	color: #fe572b;
	font-weight: normal;
	text-decoration: underline;
}
a.red:visited {	
	font-family: inherit;
	font-size: 9pt;	
	color: #fe572b;
	font-weight: normal;
	text-decoration: underline;
}
a.red:hover {
	font-family: inherit;
	font-size: 9pt;	
	color: #fe572b;
	font-weight: normal;
	text-decoration: underline;
}


a.purple:link {	
	font-family: inherit;
	font-size: 9pt;	
	color: #8a6ba9;
	font-weight: normal;
	text-decoration: underline;
}
a.purple:visited {	
	font-family: inherit;
	font-size: 9pt;	
	color: #8a6ba9;
	font-weight: normal;
	text-decoration: underline;
}
a.purple:hover {	
	font-family: inherit;
	font-size: 9pt;	
	color: #8a6ba9;
	font-weight: normal;
	text-decoration: underline;
}

/*___EM ______________________________________________________________________________________________________________________________________________________________________________________________________ */
em.darkblue {
	color: #1757c1;
	font-size: 9pt;
	font-family: inherit;
	text-decoration: none;
	font-style:normal;
	font-weight:none;
}
em.blue {
	color: #8593c8;
	font-size: 9pt;
	font-family: inherit;
	text-decoration: none;
	font-style:normal;
	font-weight:none;
}
em.yellow {
	color: #ffba00;
	font-size: 9pt;
	font-family: inherit;
	text-decoration: none;
	font-style:normal;
	font-weight:none;
}
em.green {
	color: #6ba10c;
	font-size: 9pt;
	font-family: inherit;
	text-decoration: none;
	font-style:normal;
	font-weight:none;
}
em.red {
	color: #fe572b;
	font-size: 9pt;
	font-family: inherit;
	text-decoration: none;
	font-style:normal;
	font-weight:none;
}
em.purple {
	color: #8a6ba9;
	font-size: 9pt;
	font-family: inherit;
	text-decoration: none;
	font-style:normal;
	font-weight:none;
}


/*___BIG______________________________________________________________________________________________________________________________________________________________________________________________________ */
big.blue {
	color: #8593c8;
	font-size: 12pt;
	font-family: inherit;
	text-decoration: none;
	font-style:normal;
	font-weight:none;
}
big.yellow {
	color: #ffba00;
	font-size: 12pt;
	font-family: inherit;
	text-decoration: none;
	font-style:normal;
	font-weight:none;
}
big.green {
	color: #6ba10c;
	font-size: 12pt;
	font-family: inherit;
	text-decoration: none;
	font-style:normal;
	font-weight:none;
}
big.red {
	color: #fe572b;
	font-size: 12pt;
	font-family: inherit;
	text-decoration: none;
	font-style:normal;
	font-weight:none;
}
big.purple {
	color: #8a6ba9;
	font-size: 12pt;
	font-family: inherit;
	text-decoration: none;
	font-weight:none;
}