
/* ################ Basic css of the Zenze CMS #########################*/

html, body, #wrapper  {
	
	background-color: #00a68c;
	
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	
	scrollbar-arrow-color: #FFF;
	
	scrollbar-3dlight-color: #000;	
	scrollbar-darkshadow-color: #000;
	scrollbar-track-color: #000;
	scrollbar-face-color: #000;
	
	scrollbar-highlight-color: #FFF;
	scrollbar-shadow-color: #FFF;

	background-image: url(../images/Background_Body_Whole.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #00a68c;
      
  height:100%;
  margin: 0;
  padding: 0;
  border: none;
  text-align: left;

}

#wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 900px;
}


TD {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
}

A {
	font-family: Arial;
	font-size: 12px;
	color: #4f4f4f;
	text-decoration: none;
}

hr {
	border: none 0; 
	border-top: 1px solid #000000; /*the border*/
	width: 99%;
	height: 0px;/*whatever the total width of the border-top and border-bottom equal*/
}

.inputfield-text {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	
	height: 16px;
	width: 100%;
	border: 1px solid #000;
	background-color:ffe2a3;


}
.inputfield-login{

	font-family: Arial;
	font-size: 10px;
	color: #4B4B4B;
	background-color: #1b1b1b;
	height: 17px;
	width: 80%;
	border: 1px solid #000000;
	margin-left: 10px;
	filter:alpha(opacity=75);

}
.inputfield-box {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	
	width: 99%;
	border: 1px solid #000;
	background-color: #ffe2a3;


}
.select_field{
	background-color: #000000;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}


/*  ------------------------------------ 404 -----------------------------------------------------------*/

.404-table {
	background-color: #FFFFFF;
	height: 100%;
	width: 800px;
	background-repeat: no-repeat;

	background-position: left top;
	border-top: 1px solid #949893;
}
.404-box {

	COLOR: #888888; 
	font-family: Arial,Georgia; 
	font-size: 12px;

}

.404-link {

	font-family: Arial;
	font-size: 12px;
	color: #E50C9E;
	
}

input[type="button"], input[type="submit"], input[type="file"], .button{
	height: 20px;
	color: #ffffff;
	font-size: 10px;
	font-family: Arial;
	margin-top: 10px; margin-right: 10px; margin-bottom: 10px;
	border: 1px solid #084a3e;
	background-color: #008a77;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#159f8f',EndColorStr='#008a77');
	cursor: hand;

}
.button{
	height: 20px;
	color: #ffffff;
	font-size: 10px;
	font-family: Arial;
	margin-top: 10px; margin-right: 10px; margin-bottom: 10px;
	border: 1px solid #084a3e;
	background-color: #008a77;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#159f8f',EndColorStr='#008a77');
	cursor: hand;
}