/*
	stylesheet for law site
	amended 01 August 2007
*/

body {
	color: #000;
	font-size:  75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #772244;
	margin-left: 5px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	margin-left: 10px;
}

h3{
	font-size:  110%;
    color: #666666;
	margin-left: 15px;	
}

h4, h5, h6 {
	font-size:  100%;

    color: #999999;
	margin-left: 5%;
	
}

p {
	margin-left: 5%;
	margin-right: 5%;
	line-height:normal;
}

a {
	color: #772244;
	text-decoration: none;
}

a:hover{
    color: #06F;
    text-decoration: underline;
}

hr {
	border-top: 1px dashed #3399ff;
	color: #ffffff;
	margin: 10px 0px;
}

ul {

	list-style-image: url("http://www.abdn.ac.uk/law/images/bullet.gif");
}

li {
	margin:0px 0px 5px 5px;
	line-height:130%;
}

.people {
    margin-left: 5%;}

td.bordered {
	border-top:1px dashed #3399ff;
	padding:5px 0px;
}

th {
	font-size:110%;
	color:#772244;
    text-align:left;
}

.center {
	text-align: center;
}

.smaller {
	font-size:90%;
}

.nav {
	font-weight: bold;
	text-decoration: none;
	margin-right: 8px;
}

.tdback {
    background-color: #EEEEEE;
}

.hr {
	background-image: url(images/hr.gif);
	background-repeat: repeat-y;
}

.img {
	border:3px inset #999966;
	margin: 5px;
}

.title {
	font-size:180%;
	color: #772244;
	margin: 0px;
}

.shade {
	border-right:1px dashed #3399ff;
}

.address {
	font-size:  80%;
	margin-right: 8px;
	color:#777;
}

.smallLink {
	font-size: x-small;
}

.blurb {
	font-size:80%;
}

.label {
	font-size: small;
	font-weight: bold;
}

img.photae {
	padding:5px;
	margin:10px;
	border:1px solid #9fbdce;
}

/*								frontpage searchbox style */

#searchlaw {
	margin:20px 0px;
}


legend {
	font-size:130%;
	color:#8a4062;
}

/* 											application form styles */

#app_form {
	font-size:small;
}

.norm {
	background-color:#fff;
}

.warn {
	background-color:#bce494;
}

.red_star {
	color:red;
	font-size:25px;
	font-family:Arial;
}

#hide {
	display:none;
}

.green {
	font-weight:bold;
	color:#9dc864;
}

td.search_fields form {
	margin:0px;
	padding:0px;
}

