html { 
  height: 100%;
  overflow-x: hidden;
  overflow: -moz-scrollbars-vertical; 
}

body {
 	color: #575757;
  margin: 0px;
  padding: 0px;
}

body, table {
    font-family: Arial, sans-serif;
    font-size: 10px;
 	  color: #575757;
}

.header {
  margin: -1px -8px 0 -8px;
  padding: 0px;
  height: 105px;
  background: url('/images/top.gif') repeat-x;
}

img.logo {
 	position: absolute;
 	left: 10px;
 	top: 3px;
}

.footer {
  padding: 0;
  height: 39px;
  background: url('/images/foot.gif') repeat-x;
}

.icons {
	float:right;
	padding: 39px 25px 0px 0;
	margin: 0px;
}

.titlebox {
  margin: -40px 0 0 -8px;
  background-color: #ffffff;
  float: left;
  height: 40px;
  padding: 5px 0 0 15px;
}

.nav {
	width: 210px;
	height: 600px;
	float: left;
	font-size: 14px;
	margin: 25px;
}

.headicon {
  cursor: pointer;
}

.navicons {
  width: 210px;
  padding: 5px 5px 0 5px;
}

.navbox {
  width: 210px;
  background-color: #F0EEED;
  margin-top: -3px;
}

.navbox a:link, .navbox a:visited {
  font-size: 14px;
	color: #a6a6a6;
	font-weight: bold;
	text-decoration: none;
}

.navbox a:hover, .navbox a:active {
  font-size: 14px;
	color: #a6a6a6;
	font-weight: bold;
	text-decoration: underline;
}

.navbox h1 {
padding: 10px 10px 10px 10px;
}

.navbl {background: url('/images/navbl.gif') 0 100% no-repeat;}
.navbr {background: url('/images/navbr.gif') 100% 100% no-repeat;}
.navtl {background: url('/images/navtl.gif') 0 0 no-repeat;}
.navtr {background: url('/images/navtr.gif') 100% 0 no-repeat;}

H1, h1 a:link, h1 a:hover, h1 a:active, h1 a:visited {
  font-size: 24px;
  font-weight: normal;
  color: #736357;
  margin-top: 0;
}


H2 {
    margin-top: 10px;
    font-size: 16px;
}

thead {
    margin-top: 10px;
    font-size: 16px;
    text-align: left;
}

.list a, .list a:visited, .list a:link, .middle a, .middle a:visited, .middle a:link{
	text-decoration: none;
	font-size: 14px;
	color: #a6a6a6;
}

.list {
    text-decoration: none;
	font-size: 14px;
    color: #575757;
}

.list a:hover, .middle a:hover {
	text-decoration: underline;
	font-size: 14px;
	color: #a6a6a6;
}

.middle {
	width: 700px;
	float: left;
	font-size: 14px;
	margin-bottom: 40px;
	margin-top: 40px;
    z-index: 1;
}

.t {background: url('/images/dot.gif') 0 0 repeat-x;}
.b {background: url('/images/dot.gif') 0 100% repeat-x;}
.l {background: url('/images/dot.gif') 0 0 repeat-y;}
.r {background: url('/images/dot.gif') 100% 0 repeat-y;}
.bl {background: url('/images/bl.gif') 0 100% no-repeat;}
.br {background: url('/images/br.gif') 100% 100% no-repeat;}
.tl {background: url('/images/tl.gif') 0 0 no-repeat;}
.tr {background: url('/images/tr.gif') 100% 0 no-repeat;}

.boxpad {
	 padding: 10px 10px 10px 10px;
}

img {text-decoration:none; border: none;vertical-align:absmiddle;}
img a, img a:visited {text-decoration:none; border: none;}
img a:hover, img a:active {text-decoration:none; border: none;}


TABLE {
    border-collapse: collapse;
}

TD {
    margin-bottom: 4px;
    font-size: 10px;
}

TR.error INPUT, input.error {
    background-color: #B83800;
    color: white;
}

td.date {
	width: 65px;
	color: #575757;
}

td.id {
	width: 35px;
	color: #575757;
	text-align: center;
}

.gaga {
	background-color: #041115;
	color: #ababab;
	font-family: verdana,arial,helvetica;
	font-size: 13px;
	margin:0;
	padding:5px 5px 5px 5px;
}

.gaga h1 {
	border-bottom: 2px solid #abd816;
	font-weight: normal;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 15px;
}

.gaga h2 {
	color: #abd816;
	font-weight: normal;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 0px;
}

.gaga b, .gaga strong {
	font-weight: normal;
	color: #d50c3a;
}

.gaga a, .gaga a:visited {color:#575757; text-decoration:none;}
.gaga a:hover, .gaga a:active {color: #ff9900; text-decoration:none;}

.entry {
    padding: 5px;
}

.active {
    font-weight: bold;
}

.cel1 {
    width: 150px;
    vertical-align: middle;
    padding: 5px;
    text-align: left;
}

.cel2 {
    width: 360px;
    vertical-align: middle;
    padding: 5px;
    text-align: left;
}
.cel3 {
    width: 70px;
    vertical-align: middle;
    padding: 5px;
    text-align: left;
}

.cel4 {
    width: 50px;
    vertical-align: middle;
    padding: 5px;
    text-align: left;
}

.error {
    background-color: #B83800;
}

dl {
    font-weight: normal;
}

dd {
    margin: 0;
    padding-left: 0;
}

dt {
    font-weight: bold;
    padding-top: 10px;
}

.album tr {border: 1px solid #ccc;}
