/*Defaults*/

html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a, input, select {
	margin: 0;
	padding: 0;
	border: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background: #666 url(i/bg11.jpg) repeat-x fixed;
	font: small Verdana, Arial, Helvetica, sans-serif;
}

/*IDS*/

#container {
	margin: 0 auto 1em auto;
	padding: 0;
	width: 780px;
	height: 100%;
}

#spacer {
	margin: 0;
	padding: 1em 1em 1em 1em;
	background: #666 /*url(i/bg12.jpg) repeat-x fixed*/;
}

#header {
	margin: 0;
	padding: 1em 0;
	background: #fff;
	height: 100%;
	width: 100%;
}

#logos {
	margin: 0;
	padding: 0.5em 0 0.5em 0;
	height: 100%;
	width: 100%;
	text-align: left;
	background: #FFF;
}

#nav {
	margin: 0;
	padding: 0 0 1em 0;
	height: 100%;
	width: 100%;
	text-align: right;
	background: #ff0000;
	border-bottom: #fee1dd solid 5px;
}


#content {
	margin: 0 0 -1em 0;
	padding: 0;
	width: 100%;
}


#production {
	margin: 0;
	padding: 0;
	background: #FFF;
	height: 100%;

}

#library {
	margin: 0 0 1em 0;
	padding: 0;
	background-color: #fff;
	height: 100%;

}
/*
#libraryApp {
	margin: 0;
	padding: 0;
	height: 12em;
	background-color: #E5F2E5;
	border: #99CC99 solid 2px;
	border-bottom: #99CC99 solid 5px;
	
}*/

#footer {
	margin: 0;
	padding: 1em 0 1em 0;
	background: #fff url(i/footerbg.jpg) repeat-x top;
	width: 100%;
	height: 100%;
	clear: both;
	font-size: xx-small;
}

#registerButton {
    display: inline-block;
    padding: 5px;
    margin-left: 10px;
    background-color: #eeeeee;
    border: solid 1px #dddddd;
    border-bottom: solid 1px #999999;
    border-right: solid 1px #999999;
}

#registerButton a, #registerButton a:link, #registerButton a:visited, #registerButton a:active, #registerButton a:hover {
    color: #000000;
    cursor: default;
    text-decoration: none;
    font: normal 1em Verdana, Arial, Helvetica, sans-serif;
}
    

/*Text*/

h1 {
	margin: 0;
	padding: 0;
	font-size: x-large;
	color: #1F4256;
	
}

h2 {
	font-size: large;
	color: #FFFFFF;
	font-style: normal;
	margin: 0;
	padding: 5px 0 0.5em 1em;
	border-bottom: #ff0000 solid 2px;
	background: #666666;
	background-color: #666666;
}

h3 {
	font-size: small;
	color: #333;
	font-style: normal;
	margin: 0;
	padding: 5px 0 0.5em 0.2em;
	background: #fee1dd;
	border-bottom: #ff0000 solid 2px;
}

h4 {
	font-size: small;
	font-weight: normal;
	color: #333;
	margin: 0;
	padding: 5px 0 0.5em 1em;
	background: #fdf3f2;
	border-bottom: #DB4104 solid 1px;
}

h5 {
	font-size: small;
	color: #333;
	font-weight: normal;
	margin: 0 18px 0 1em;
	padding: 0 0 0.2em 0;
	background: #fff;
	border-bottom-color: #bbb;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	line-height: 1em;
}

h6 {
	font-size: x-small;
	color: #333;
	margin: 0;
	padding: 1em 0;
	border-top: #1F4256 solid 1px;
}

ul {
	margin: 0;
	padding: 0;
	
}

li {
	list-style: none;
}

p {
	color: #333;
  margin: 0 0 1em 0;
}


table {
  border-collapse: collapse;
}

th {
  background: #eee;
}

th, td {
  padding: 4px;
  text-align: left;
  border: 1px solid #ddd;
}

td.subRow {
  border-bottom: 1px solid #eee;
}


.accessSecondtitle {
	font-size: x-small;
	font-weight: bold;
	color: #333;
	margin: 0;
	padding: 1em 0;
}

#header p {
	color: #333;
	text-align: right;
}

a {
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}

a:link {
	font-size: small;
	color: #DB4104;
	text-decoration: underline;
}

a:visited {
	font-size: small;
	color: #DB4104;
	text-decoration: none;
}

a:hover, a:active {
	color: #FF0000;
	text-decoration: underline;
}


#nav a:link {
	padding-left: 7px;
	font-size: small;
	color: #333;
	text-decoration: underline;
}

#nav a:visited {
	padding-left: 7px;
	font-size: small;
	color: #333;
	text-decoration: none;
}

#nav a:hover, #nav a:active {
	padding-left: 7px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(i/bullets2.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0 center;
	text-decoration: underline;
}

li a:link {
	padding-left: 7px;
	font-size: small;
	color: #DB4104;
	text-decoration: underline;
}

li a:visited {
	padding-left: 7px;
	font-size: small;
	color: #DB4104;
	text-decoration: none;
}

li a:hover, li a:active {
	padding-left: 7px;
	color: #FF0000;
	text-decoration: none;
	background-image: url(i/bullets.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0 center ;
}


#footer a {
	font-size: xx-small;

}

#footer a:link {
	font-size: xx-small;
}

#footer a:visited {
	font-size: xx-small;
}

#footer a:hover, #footer a:active {
	font-size: xx-small;
}


/*Classes*/

.titleImages {
	float: left;
	width: 150px;
	margin:0;
	
}

.navSpacer {

}

.boxes {
	margin: 0 0 1em 0;
	padding: 0;
	background: #FFF url(i/bottomcorner.jpg) bottom right no-repeat scroll;
	height: 100%;


}

.text {
	margin: 1em 0;
	padding: 0 5px 0 1em;	
}

.subH4 {
	background: #fdf3f2 url(i/h4bg.jpg) repeat-x top left;
	/*border-top: #99CC99 solid 2px;*/
}

.logo {
	margin: 0;
} 

.images {
	margin: 5px 10px 5px 0; 
	background: #fff;
	padding: 3px;
	border: #E7E7E7 solid 3px;
}

.icons {
	margin: 5px 0 5px 0; 
}

.alignCentre {
	margin: 1em 0;
	padding: 0;
	text-align: center;
}

.bottomLink {
	margin: 0 18px 0 1em;
	padding: 1em 0;
	text-align: right;
	border-top: #BBB solid 1px;
}

.left {
	width: 50%;
	float: left;
}

.right {
	width: 50%;
	float: right;
}

.clear {
	clear: both;
}

.holder {
	margin: 0 auto 0 auto;
	width: 780px;
	height: 100%;
}

.LogoHolder {

	margin: 0 auto 0 auto;
	width: 780px;
	height: 100%;
	border-top: #1F4256 solid 1px;
}

.headingCorner {
		background: #fee1dd url(i/corner.jpg) top right no-repeat scroll;
}

.error {
  color: #c00;
  border: 1px solid #c00;
  padding: 10px;
  margin-right: 12px;
}

.grey {
  color: #777;
}

label {
  clear: left;
  width: 150px;
  display: block;
  float: left;
  text-align: right;
  padding: 5px;
}

select, .inputText {
  border: 1px solid #999;
  background: #fff;
  color: #000;
  padding: 3px 4px;
  float: left;
  margin-bottom: 10px;
}

.inputButton {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  background: #eee;
  padding: 4px 6px;
  margin-left: 160px;
}

.lineLeft {
	margin: 0 0 1em -0.7em;
}
