* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

html {
  height:100%;
}

body {
  font-family:Verdana, Arial;
  font-size:12px;
  background-color:#08306C;
  color:#222222;
  margin-top:10px;
}

a {
  text-decoration: none;
  color:#0055AA;
}

a:hover {
  /*color:#E50025;*/
  color:#FD7024;
}

a.active {
  /*color:#E50025;*/
  color:#FD7024;
}

h1, h2, h3, h4, h5 ,h6 {
  font-weight:bold;
  color:#0055AA;
  margin-bottom:5px;
}

h1 {
  font-size:16px;
}

h2 {
  font-size:14px;
}

h3 {
  font-size:12px;
}

h4 {
  font-size:10px;
}

h5 {
  font-size:9px;
}

h6 {
  font-size:8px;
}

input {
  border:1px #444444 solid;
  padding:1px;
  width:200px;
}

textarea {
  border:1px #444444 solid;
  padding:1px;
  width:200px;
}

select {
  border:1px #444444 solid;
  padding:1px;
  width:200px;
}

input.checkbox {
  border:0px;
  width:auto;
}

input.button {
  width:100px;
  padding-left:5px;
  padding-right:5px;
  text-align:left;
}

input.check {
  background-image:url(/layout/images/admin/check2.png);
  background-repeat:no-repeat;
  background-position:3px center;
  padding-left:22px;
}

input.back {
  background-image:url(/layout/images/admin/back.png);
  background-repeat:no-repeat;
  background-position:3px center;
  padding-left:22px;
}

input.delete {
  background-image:url(/layout/images/admin/delete2.png);
  background-repeat:no-repeat;
  background-position:3px center;
  padding-left:22px;
}

div.warning {
  border:1px #FF0000 solid;
  background-color:#FFAAAA;
  color:#FF0000;
  width:auto;
  padding:5px;
}

table {
  border-collapse:collapse;
}

table tr td {
  padding:2px;
  vertical-align:top;
}

table tr th {
  padding:2px;
  vertical-align:top;
  text-align:left;
  font-weight:bold;
  border-bottom:1px #CCCCCC solid;
}

table tr td.middle {
  vertical-align:middle;
}

div#page {
  padding-left:10px;
  padding-right:10px;
  width:960px;
  margin:0 auto 0 auto;
  background-color:#FFFFFF;
  background-image:url( ../images/background-full.jpg );
  background-position:0px 45px;
  background-repeat: no-repeat;
  border-left:4px #FD7024 solid;
  border-right:4px #FD7024 solid;
  border-top:4px #FD7024 solid;
  border-bottom:4px #FD7024 solid;
}

div#submenu {
  float:right;
}

div#header {
  height:68px;
  padding-top:10px;
  padding-bottom:10px;
  margin-bottom:50px;
}

div#menu {
  float:left;
  width:200px;
}

div#menu ul {
  list-style:none;
}

div#menu ul ul {
  list-style:none;
  margin-left:20px;
}

div#menu ul li {
  margin-bottom:5px;
}

div#menu ul li.master {
  font-size:14px;
  font-weight:bold;
}

div#menu ul li.master ul li {
  font-size:12px;
  font-weight:normal;
}

div#menu ul ul li {
  margin-bottom:5px;
}

div#logoprint {
  display:none;
}

div#content {
  margin-left:210px;
  height:auto !important;
  height:450px;
  min-height:450px;
}

div#content ul {
  margin-left:20px;
}

div#content ul li {
  list-style-image:url(/layout/images/lists.gif);
}

div#footer {
  background-color:#08306C;
  text-align:right;
  font-size:10px;
  color:#fd7024;
  width:980px;
  padding:4px;
  margin:0 auto 0 auto;
}

div#clear {
  clear:both;
  margin-top:10px;
}
