
  body
	{
    font-family: Verdana ;
    font-size: 90%;
		background-color: #fff;
  }

	.chgpw
	{
		font-weight: bold;
		color: red;
	}
	
	#develop	/*används av body id="develop"*/
	{
		background-color: #f5b !important;
	}
	
	#FullAaronPage
	{
		width: 800px;
		margin: auto;
	}
	
	#headertitle
	{
	}
	
	#headeradmin
	{
		float: left;
		padding-left: 15px;
		margin-top: -17px;
	}
	
	#headerlinks
	{
		float: right;
		margin-top: 5px;
		padding-right: 15px;
	}
	
	#container
	{
		border: 5px solid #898989 !important;
		background-color: #fff !important;
		padding: 10px !important;
		border-bottom-right-radius: 6px !important;
		border-bottom-left-radius: 6px !important;
		border-top-right-radius: 6px !important;
		border-top-left-radius: 6px !important;
		box-shadow: 0 0 40px #333 !important;
		margin-top: 14px;
	}
	
	a:link, a:visited, a:hover, a:active
	{
		color: #111;
		text-decoration: none;
	}
	
	#copyright
	{
		text-align: center;
		margin-top: -30px;
	}

	table.puc
	{
		border-collapse: collapse;
		width: 100%;	
	}
	th.puc, td.puc 
	{
		padding: 8px;
		text-align: left;
		border-bottom: 1px solid #ddd;
	}
	tr.puc:hover 
	{
		background-color:#f5f5f5;
	}
	
	table.users
	{
		border: 1px solid gray;
		width: 100%;
		margin: 20px 0 10px;
	}
	
	th.header
	{
		text-align: left;
	}
	
	td.number
	{
		padding-right: 8px;
		text-align: right;
	}
	
	td.border
	{
		border: 1px solid gray;
	}
	
	.header
	{
		font-weight: bold;
	}
	
	tr.even
	{
		background-color: #ccc;
	}
	
	table.apps
	{	
		width: 90%;
		padding: 15px;
		border: none;
	}
	
	tr.borderline
	{
		background-color: #8a8a8a;
		height: 10px;
	}
	
	td.tid
	{
		width: 94px;
	}
	
	.back
	{
		float: right;
		color: #555;
		font-weight: bold;
		background:  #fff url("./../images/graybutton.png") repeat-x scroll 80% 80% !important;
		padding: 2px 10px;
		border: 1px solid #404040 !important;
		border-radius: 2px !important;
	}
	
	.adduserbutton
	{
		background:  #fff url("./../images/graybutton.png") repeat-x scroll 80% 80% !important;
		font-family: Verdana;
		font-weight: normal;
		font-size: 90%;
		padding: 2px 10px;
		border: 1px solid #404040 !important;
		border-radius: 2px !important;
	}
	
	.erasebutton
	{
		background:  #fff url("./../images/delete.png") repeat-x scroll 80% 80% !important;
		font-family: Verdana;
		font-weight: bold;
		font-size: 85%;
		padding: 2px 10px;
		border: 1px solid #404040 !important;
		border-radius: 2px !important;
	}

	.info
	{
		color: green;
		font-size: 90%;
	}
	.mitti
	{
		padding: 10px;
	}
	
	td.remark
	{
		font-weight: bold;
		background-color: #e5ef29;
	}
	td.remark:hover 
	{
		background-color:#d4de18;
	}
	
	#status
	{
		padding: 15px;
		color: #f00;
		font-weight: bold;
	}
	
	.u
	{
		vertical-align: top;
		padding: 3px;
	}
	
	.deletePUCbtn
	{
		font-weight: bold;
		background:  #fff url("./../images/orangebtn.png") repeat-x scroll 80% 80% !important;
		padding: 2px 10px;
		border: 1px solid #404040 !important;
		border-radius: 4px !important;
		display: block;
		text-align: center;
	}
