/*
 * Password Management Servlets (PWM)
 * http://code.google.com/p/pwm/
 *
 * Copyright (c) 2006-2009 Novell, Inc.
 * Copyright (c) 2009-2012 The PWM Project
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;	
	font-size: 12px;
	height: 100%;
	margin: 0;
	background-color: #F2F2F2;
}

a {
	color: #6BAB25;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

#x1 {
border-left-width:5px;
  border-left-style:solid;
  border-left-color:#65A800;
  border-bottom-width:5px;
  border-bottom-style:solid;
  border-bottom-color:#65A800;
  margin-left: 10%;
	margin-right: 10%;
	padding: 1%;	
	
 
}


#x2 {
border-left-width:5px;
  border-left-style:solid;
  border-left-color:#0BA2F3;
  border-bottom-width:5px;
  border-bottom-style:solid;
  border-bottom-color:#0BA2F3;
		margin-left: 10%;
		margin-right: 10%;
		padding: 1%;
	 
		
}

#x2 a {
	color: #0BA2F3;
}

#x2 a:hover{
	color: #000 !important;
	text-decoration: none;
}




#x3 {
border-left-width:5px;
  border-left-style:solid;
  border-left-color:#C01191;
  border-bottom-width:5px;
  border-bottom-style:solid;
  border-bottom-color:#C01191;
		margin-left: 10%;
		margin-right: 10%;
		padding: 1%;
	 
		
}

#x3 a {
	color: #C01191;
}

#x3 a:hover{
	color: #000 !important;
	text-decoration: none;
}


#a1 {
	font-size: 26px;
	margin-left: 0%;
	margin-top: 1.5%;
	margin-bottom: 0.1%;
}

#a2 {
	font-size: 16px;
	margin-left: 0%;
	margin-top: 1.8%;
	font-weight:bold;
	margin-bottom: 0.8%;	
}

#a4 {
	font-size: 16px;
	margin-left: 0%;
	margin-top: 1.8%;
	font-weight:bold;
	margin-bottom: 0.8%;	
}

#a3 {
	font-size: 12px;
	margin-left: 0%;
	margin-bottom: 0.8%;
}

#a5 {
	font-size: 12px;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 1.8%;
	margin-bottom: 0.8%;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	background-color: 	#E8E8F0;
}
#a5 a {
	color: #C01191;
}


#header1 {
	font-size: 16px;
	margin-top: 1.8%;
	margin-left: auto;
	font-family: Trebuchet MS, sans-serif;
	
}



/* main content section, all content should be inside a centerbody div */
#centerbody {
	width: 940px;
	padding: 10px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

/* header stuff */
#header {
	width: 610px;
	height: 70px;
	margin: 0;
	z-index: 5;
	position: relative;
	color: #000;
	margin: 0 auto;
	background-image: url(zimit.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 165px;
	padding-left: 350px;
	padding-top: 35px;
}


#header-page {
	width: 600px;
	padding-top: 20px;
	margin-left: auto;
	font-family: Trebuchet MS, sans-serif;
	font-size: 30px;
	color: #000;
}








