@CHARSET "UTF-8";

input.textOrange 
{
	border-top: 1px solid #FAAC58;
	border-left: 1px solid #FAAC58;
	border-right: 1px solid #B45F04;
	border-bottom: 1px solid #B45F04;
	padding:3px;
	background-color: #FBF5EF; 
	color:#525252;
}

input.textGreen 
{
	border-top: 1px solid #81F781;
	border-left: 1px solid #81F781;
	border-right: 1px solid #5FB404;
	border-bottom: 1px solid #5FB404;
	padding:3px;
	background-color: #EFFBEF; 
}

select.orange {
	color:#525252;
	padding:2px;
	background-color:#FBF5EF;
	border-top: 1px solid #FAAC58;
	border-left: 1px solid #FAAC58;
	border-right: 1px solid #B45F04;
	border-bottom: 1px solid #B45F04;
	
}

select.green {
	color:#525252;
	padding:2px;
	background-color:#EFFBEF;
	border-top: 1px solid #81F781;
	border-left: 1px solid #81F781;
	border-right: 1px solid #5FB404;
	border-bottom: 1px solid #5FB404;
	max-width:200px;
}

a.smallGreenButton {
	display:inline;
	width:auto;
	text-decoration:none;
	padding:3px;
	padding-left:6px;
	padding-right:6px;
	font-family: arial, helvetica, sans-serif ;
	background-image:url(../images/backTopMenu.png);
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;	
	cursor : pointer;
}

a.smallGreenButton:hover {
	color:#002300;
}

a.smallOrangeButton {
	display:inline;
	width:auto;	
	text-decoration:none;
	padding:3px;
	padding-left:6px;
	padding-right:6px;
	font-family: arial, helvetica, sans-serif ;
	background-image:url(../images/backOrangeButton.png);
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;	
	cursor : pointer;
	margin:1px;
}

a.smallOrangeButton:hover {
	color:#462B10;
}

a.greenButton {
	display:inline;
	width:auto;
	text-decoration:none;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	font-family: arial, helvetica, sans-serif ;
	background-image:url(../images/backTopMenu.png);
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;	
}

a.greenButton:hover {
	color:#002300;
}

a.orangeButton {
	display:inline;
	width:auto;	
	text-decoration:none;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	font-family: arial, helvetica, sans-serif ;
	background-image:url(../images/backOrangeButton.png);
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;	
}

a.orangeButton:hover {
	color:#462B10;
}

a.brightButton {	
	display:inline;
	width:auto;	
	text-decoration:none;
	padding:7px;
	margin-right:10px;
	padding-left:10px;
	padding-right:10px;
	font-family: arial, helvetica, sans-serif ;
	background-image:url(../images/backBrightButton.png);
	font-size:11px;
	font-weight:bold;
	color:#000000;	
	border:1px solid #E88E14;
}

a.brightButton:hover {
	color:#555555;
	border:1px solid #B36E12;
}

a.smallBrightButton {	
	display:inline;
	width:auto;	
	text-decoration:none;
	padding:4px;
	margin-right:5px;
	padding-left:7px;
	padding-right:7px;
	font-family: arial, helvetica, sans-serif ;
	background-image:url(../images/backBrightButton.png);
	font-size:9px;
	font-weight:bold;
	color:#000000;	
	border:1px solid #E88E14;
}

a.smallBrightButton:hover {
	color:#555555;
	border:1px solid #B36E12;
}

input.editButton {
	width:20px;
	height:15px;
	background-image:url(../images/editButton.gif);
	background-repeat: no-repeat;
	border: 1px solid #BBBBBB;
}

a.navigationPages {
	background-color: #8FDE27;
	color:#FFFFFF;
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;
	border-width: 1px;
	border-bottom-style:solid; 
	border-bottom-color:#FFFFFF;
	border-left-style:solid; 
	border-left-color:#FFFFFF;
	padding:4px;
	margin:2px;
}

span.navigationPagesActivated {
	background-color: #DC8734;
	color:#FFFFFF;
	font-size: 10px;
	text-decoration:none;
	border-width: 1px;
	border-bottom-style:solid; 
	border-bottom-color:#FFFFFF;
	border-left-style:solid; 
	border-left-color:#FFFFFF;
	padding:4px;
	margin:2px;
}

#content a.navigationPages:hover {
	color:#002300;
}

.toolBoxDiv {
	background-color:#E0FFBD;
	border:1px solid #BBBBBB;
	position:absolute;	
	margin-left: auto ; 
	margin-right: auto ;
	z-index:0;
	padding:7px;	
	font-size:10px;
	color:#111111;
}

.toolBoxDiv span.title {
	background:#97D146; 
	padding:10px;
	padding-top:4px;
	padding-bottom:4px;
	margin-bottom:5px;
	display:block;
	color:white;
	font-size:14px;
	font-weight: bold;	
	border:0px;
}

.toolBoxDiv td {
	padding:2px;
}

.colorPicker {
	background-color:#DB8B3F;
	border:1px solid #7C4D20;
	position:absolute;	
	margin-left: auto ; 
	margin-right: auto ;
	padding:7px;
	color:#FFFFFF;	
	font-weight:bold;
	font-size:10px;	
}

div.infoMessage {
	background:#345EC5; 
	padding:4px;
	padding-left:10px;
	display:none;
	color:white;
	font-size:13px;
	border:0px;
	margin-bottom:10px;
}

