div.main{
	width:90%;
	padding: 10px;
}

div.main2{
	width:60%;
	padding: 10px;
}

div.head {
	background-color:#E0EBF2; 
	width:100%; 
	padding-top:10px; 
	padding-bottom:10px; 
	padding-left:-10px;
	color:#036;
}

div.content {
	padding:0 0 0 0;
}

div.formoutline {
	padding-top:20px; 
	padding-bottom:10px; 
	padding-left:20px;
}

div.formoutline div.data table {
  border:0px;
  background:#fff;
  width:100%;
}

div.formoutline div.data table td {
  font-size:10pt;
  text-align: left;
  height: 34px;
  margin-top: 8px; 
}

div.formoutline div.data table td input.text {
	border:2px solid #aaa;
	font-size: 10pt;
	width:100%;
	line-height: normal;
	height: 25px;
}

div.content div.data table {
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	background:#fff;
	width:100%;
}

div.content div.data table td {
	font-size:10pt;
	padding:5px 10px;
	border-bottom:1px solid #ddd;
	text-align: left;
}

div.content div.data table th {
	text-align: left;
	font-size: 8pt;
	padding: 10px 10px 7px;
	text-transform: uppercase;
	background-color:#069;
  	color:#fff;
}

div.paging {
	font-size: 9pt;
	margin:5px 0px;
}
div.paging a {
	color:#900;
	text-transform: uppercase;
	text-decoration: none;
}
div.paging a:hover {
	color:#c00;
}
div.paging b {
	color:#900;
}

div.success {
	font-size:13pt;
	background:url(img/accept.png) left 5px no-repeat;
	padding:0px;
	padding-left:20px;
	margin:0px 0px 10px;
	color:#060;
	width:80%;
}

a.link {
	font-size: 10pt;
	color:#900;
	font-weight:bold;
	text-decoration: none;
}

a.update, a.delete, a.add, a.view, a.back, a.logout, a.next {
	font-size: 9pt;
	color:#900;
	font-weight:bold;
	padding-left:20px;
	text-decoration: none;
}

a.update {
	background:url(img/update.png) left center no-repeat;
}
a.delete {
	background:url(img/delete.png) left center no-repeat;
}
a.add{
	background:url(img/add.png) left center no-repeat;
}
a.view {
	background:url(img/view.png) left center no-repeat;
}
a.back {
	background:url(img/prev.gif) left center no-repeat;
}
a.logout {
	background:url(img/logout.png) left center no-repeat;
}
a.next {
        background:url(img/next.png) left center no-repeat;
}

a.update:hover, a.delete:hover, a.add:hover, a.view:hover, a.logout{
	color:#000;
}
a.next{
	padding-left:10px;
}
.error {
	background: #FBE6F2 none repeat scroll 0 0;
	border: 1px solid #D893A1;
	color: #333333;
	padding:3px;
	margin-top: -7px;
	font-size: 10px;
	font-family: Lucida Grande,Verdana,Geneva,Sans-serif;
}
