body {
	background: #eee url(../img/bg.gif) repeat-y 50%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
#wrap {
	margin: 0 auto;
	width: 600px;
                    padding: 11px 11px 0px 11px;
}
#page {
	float: left;
	width: 435px;
	text-align: justify;
}
#sidebar {
	float: right;
	color: #999;
	width: 160px;
}
#footer {
	margin: 0 auto;
	padding: 10px 0 10px 0;
	color: #fff;
	background: #333 url(../img/footer.gif);
	width: 622px;
	clear: both;
                    position: relative; 
                    bottom: 0;
                    align: center;
	text-align: center;
}
#footer p { padding: 0; }

/* Headers */
h1#header {
	width: 622px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 300%;
	background: url(../img/header2.gif);
	height: 90px;
	border-bottom: 5px solid #222;
	line-height: 90px;
	font-weight: normal;
	letter-spacing: 3px;
	margin: 0px auto;
	margin-bottom: 0px;
	text-align: center;
}
html>body { margin-bottom: 0px; }
#page h2 {
	font-weight: normal;
	font-size: 155%;
	color: #222;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
	padding-bottom: 2px;
}
#sidebar h3 {
	font-weight: normal;
	font-size: 150%;
	color: #777;
	margin-bottom: -5px;
}

/* Links */
#wrap a:link, #wrap a:visited {
	text-decoration: none;
	color: #003366;
	border-bottom: 0px solid #003366;
}
#wrap a:hover {
	text-decoration: none;
	color: #CC3300;
	border-bottom: 0px dotted #CC3300;
}
#header a, #header a:hover {
	color: #fff;
	text-decoration: none;
}
#footer a {
	color: #888;
	text-decoration: none;
}
#footer a:hover {
	color: #ccc;
}
p.info {
	padding: 5px 0px 5px 0px;
	font-size: 10px;
	color: #aaa;
}
.hide { display: none; }

/* Lists */
li { list-style: square; }
#sidebar ul { padding: 3px 0px 3px 10px; text-align:right; }
html>body #sidebar ul { padding: 3px 0px 3px 30px; }
#bits li {
	padding-bottom: 2px;
}
#bits li:hover {
	color: #666;
}

#bitsMenu li {
                    list-style: none;
	padding-bottom: 2px;
                    background-image: url("../img/bg-menu-button-green.gif"); 
}
#bitsMenu li:hover {
	color: #666;
                    background-image: url("../img/bg-menu-button-blue.gif"); 
}

/* Navigation (Thanks SimpleBits) */
div#navcontainer {
	width: 622px;
	margin: 0 auto;
	background-color: #4C82DB;
	border-bottom: 1px solid #FFFFFF;
}
div#navcontainer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}
div#navcontainer ul li {
	display: inline;
	margin-left: -3px;
}
div#navcontainer ul li a {
	padding: 5px 10px 5px 10px;
	color: white;
	text-decoration: none;
	border-right: 1px solid #fff;
}
div#navcontainer ul li a:hover {
	background-color: #0253D4;
	background: url(../img/bg-menu-on.gif);
	color: yellow;
}
#active a { border-left: 1px solid #fff; }

input.submit { 

	font-family: Arial, Verdana, Helvetica, Arial, Sans-serif;
	font-size: 12px;
	background-color: #DFE5EF;
                  background-image: url("../img/bg-button.gif"); 
	border: 0px none;
	cursor: hand;
                  width: 108px;
                  height: 21px;
}

input.del {
                         background-color: #cc0000;
                         background-image: url("../img/bg-button-red.gif"); 
                         font-family: Arial, Verdana, Helvetica, Arial, Sans-serif;
	     font-size: 12px;
	     background-color: #DFE5EF;
	     border: 0px none;
	     cursor: hand;
                         width: 89px;
                         height: 21px;
}
input.erase {
                         background-color: #cc0000;
                         background-image: url("../img/bg-button-del.gif"); 
                         font-family: Arial, Verdana, Helvetica, Arial, Sans-serif;
	     font-size: 12px;
	     background-color: #DFE5EF;
	     border: 0px none;
	     cursor: hand;
                         width: 89px;
                         height: 16px;
}
input.ok {
                         background-color: #cc0000;
                         background-image: url("../img/icon-small-ok.gif"); 
                         font-family: Arial, Verdana, Helvetica, Arial, Sans-serif;
	     font-size: 12px;
	     background-color: #DFE5EF;
	     border: 0px none;
	     cursor: hand;
                         width: 108px;
                         height: 16px;
}
input.largerCheckbox  {
                                             width: 25px;
                                             height: 25px;
	                         cursor: hand;
}
input.add { 

	font-family: Arial, Verdana, Helvetica, Arial, Sans-serif;
	font-size: 12px;
	background-color: #DFE5EF;
                    background-image: url("../img/bg-button-green.gif"); 
	border: 0px none;
	cursor: hand;
                    width: 108px;
                    height: 21px;
}


input.flat { 
	font-family: Arial, Verdana, Helvetica, Arial, Sans-serif;
                    font: 90% arial, verdana, sans-serif;
	background-color: #DFE5EF;
                    background-image: url("../img/bg-button-flat.gif"); 
	border: 0px none;
	cursor: hand;
                    width: 33px;
                    height: 18px;
}
.dashed {
	font-family: Arial, Verdana, Helvetica, Arial, Sans-serif;
	font-size: 12px;
	background-color: #EEEEEE;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
                    background-image: url("../img/bg-input.gif"); 
}
textarea {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 11px;
                    color: #19524B;
	background-color: #FBFBFC;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #ADACBC;
	border-top:1px solid #ADACBC;
}
Div.miniBlock {
                      float:left;
                      width:60;
                      padding: 0px 3px 4px 3px;
                      height:90;
                      text-align:center;
                      text-decoration:none
}
A.menulink {
                        display: block;
                        width: 128px;
                        text-align: right;
                        text-decoration: none;
                        font-family:arial;
                        font-size:12px;
                        color: #000000;
                        BORDER: none;
                        border: solid 1px #FFFFFF;
                        padding: 0px 3px 1px 0px;
}

A.menulink:hover {
                        border: solid 1px #486EB0;
                        background-color:#B8D0E8;
}
