/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  border-spacing:0;
  width: 1500px;
}

th {
  background-color: #ddc; /* Table heading background colour */
}

td, th {
  border: 1px solid #bbb;
  color: #111;
  text-align: left;
  padding: 5px;
  font-size: 12px;
}

tr:nth-child(even) {
  background-color: #fff; /* background colour for table row 1, 3, 5 ...*/
}

tr:nth-child(odd) {
  background-color: #ffe; /* background colour for table row 2, 4, 6 ...*/
}

#tabletrn, td, th {
/* font-family: Times New Roman; */
  font-family: arial;
  border-collapse: collapse;
  font-size: 12px; /* font for table */
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	height: 18px;
    vertical-align:middle;
	border: 1px solid #bbb;
}

/*My Code*/

.main-wrapper {
	margin: 0 auto;
	width: 100%;
	font-family: arial;
	font-size: 12px;
}

a {
	text-decoration: none;
}

body {
	/* background-color: #ddc; */
	background-color: #eed;
}

.footer {
   position: fixed;
   font-size: 10px;
   font-family: arial;
   padding-top: 5px;
   left: 0;
   bottom: 0;
   height: 30px;
   width: 100%;
   background-color: #eed;
   color: #111;
   text-align: center;
}

header nav {
	width: 100%;
	height: 30px;
	padding: 0% 3%;
	background-color: #ddeedd;
	font-weight: bold;
}

header nav ul {
	font-weight: bold;
	float: left;
}

header nav ul li {
	float: left;
	list-style: none;
}

header nav ul li a {
/*	Home setting */
	display: block;
	width: 70px;
	height: 30px;
	border: none;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	color: #111;
	line-height: 27px;
	cursor: pointer;
}

header nav ul li a:hover {
	background-color: #fff;
	text-decoration: none;
}

header .nav-login {
	float: right;
}

header .nav-login form {
	float: left;
	padding-top: 5px;
}

header .nav-login form input {
	float: left;
	width: 140px;
	height: 15px;
	padding: 0px 5px;
	margin-right: 10px;
	border: none;
	background-color: #fff;
	font-family: arial;
	font-size: 12px;
	color: #111;
	line-height: 15px;	
}

header .nav-login form button {
	float: left;
	width: 60px;
	height: 20px;
	margin-right: 10px;
	border: none;
	background-color: #777;
	font-family: arial;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	border-radius:3px
}

header .nav-login form button:hover {
	background-color: #111;
}

header .nav-login a {
	display: block;
	width: 80px;
	height: 30px;
	border: none;
	float: left;
	margin-left: 10px;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	color: #111;
	line-height: 27px;
	cursor: pointer;
}

header .nav-login a:hover {
	background-color: #fff;
	text-decoration: none;
}

.main-container {
	padding-top: 5px;
	margin-left: 3%;
}

.main-container h2 {
	font-family: arial;
	font-size: 12px;
	color: #111;
	line-height: 40px;
	text-align: center;
}

.user-container {
	width: 400px;
	padding: 10px;
	background-color: #fff;
	margin: 0px;
	overflow: hidden;
}

.user-container img {
	float: left;
	height: 80px;
	padding-right: 20px;
}

.user-container div {
	float: left;
	margin-left: 50px;
}

.searchtrn-container {
	width: 100%;
	background-color: #fff;
	padding: 5px 10px 10px;
	font-family: arial;
	font-size: 12px;
}

.searchtrn-container form input[type=text], form input[type=date], form input[type=password] {
	height: 18px;
	margin-bottom: 0.4em;
	margin-top: 0em;
	padding-top: 1px;
	font-family: arial;
	font-size: 12px;
	border-radius:3px
}

.searchtrn-container form select {
	height: 18px;
	font-family: arial;
	font-size: 12px;
	margin-top: 0em;
	margin-bottom: 0.4em;
	border-radius:3px
}

.searchtrn-container form button {
	height: 20px;
	padding-top: 0em; 
	font-family: arial;
	font-size: 12px;
	font-weight:bold;
	background:#D6EA9C;
	border-radius:3px
}

/*signup.php*/

.signup-form {
	width: 400px;
	margin: 0 auto;
	padding-top: 30px;
}

.signup-form input {
	width: 90%;
	height: 30px;
	padding: 0px 5%;
	margin-bottom: 5px;
	border: 1px solid #bbb;
	background-color: #fff;
	font-family: arial;
	font-size: 12px;
	color: #111;
	line-height: 25px;	
}

.signup-form button {
	display: block;
	margin: 0 auto;
	width: 50%;
	height: 40px;
	border: none;
	background-color: #777;
	font-family: arial;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
}

.signup-form button:hover {
	background-color: #111;
}

.center {
  text-align: center;
}

p.large {
  font-size: 120%;
}

.error {
  color: red;
}