/* generic classes */
.left {
	float: left;
	position: relative;
}

.right {
	float: right;
	position: absolute;
}

.no-border,.no-border * {
	border: 0px solid #dddddd;
}

/* fonts */
body {
	font-size: 10pt;
}

body,h1,h2,h3,h4 {
	font-family: Verdana, sans-serif;
	margin: 0px;
}

table {
	font-family: Verdana, serif;
	font-size: 10pt;
}

em {
	font-weight: bold;
	font-style: normal;
}

.book {
	font-style: italic;
}

/* header */
#header {
	text-align: left;
	padding: 5px;
	margin: 5px;
}

#header img {
	margin: 0px;
	max-width: 100%; /* css2 compatible browsers */
	width: expression(document . body . clientWidth <   550 ?   "100%" :   "550px")
		; /* IE hack */
}

/* footer */
#footer {
	text-align: center;
	padding: 3px;
	margin: 0px;
}

#footer img {
	max-width: 100%; /* css2 compatible browsers */
	border: 0px;
	padding: 0px;
}

/* left and right borders */
#left {
	float: left;
}

#right {
	float: right;
}

#footer {
	margin:0px auto;
	width: 400px;
}
.error li {
	color: #858FFD;
	font-weight: bold;
}

.border {
	padding: 5px;
}

.panel a {
	text-decoration: none;
	display: block;
	padding-left: 15px;
	text-align: left;
}

.panel {
	width: 174px;
	padding: 5px;
	padding-top: 0px;
	margin: 14px;
	font-size: 14px;
	border: 2px solid #858FFD;
	text-align: center;
}

.panel h2 {
	position: relative;
	font-size: 14px;
	top: 5px;
	left: 5px;
	margin-bottom: 10px;
	border: 1px dotted #858FFD;
}


.item {
	margin-left: 30px;
	margin-right: 20px;
	text-align: justify;
	width: 90%;
	padding: 5px;
	margin-bottom: 15px;
	margin-top: 15px;
}

h1 {
	text-align: center;
	margin-bottom: 0px;
}

.item h1 {
	text-align: center;
	margin-bottom: 30px;
}

.item h2 {
	font-size: 110%;
	text-align: left;
	padding: 5px;
}

.item h3 {
	font-size: 100%;
}

.item h4 {
	font-size: 90%;
}

.item h2, .item h3, .item h4 {
	padding-left: 15px;
}

.item table {
	border-collapse: collapse;
}

.item p, .item img {
	margin: 15px;
}

.item img.nomargin {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

ul {
	margin-top: 0px;
}

/* pub */
form {
	border: 0px;
	display: inline;
}

div.pub {
	margin-top: 5px;
	border: none;
	display: block;
	text-align: center;
}

.item div.pub {
	margin-top: 15px;
	text-align: right;
	overflow: hidden;
	width: 95%;
}

/* border colors */
h1 {
	border: 2px solid #858FFD;
}

.item h1 {
	border: 2px solid #858FFD;
}

table.form {
	align: center;
	
    margin-left: auto;
    margin-right: auto;
}

table.form td {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	vertical-align: top;
}

table.list tr.odd { 
	background-color: #d8ffff;
}

table.list tr.evn { 
	background-color: #ffdfff; 
}

.item {
	border: 2px solid #858FFD;
}


img {
	border: 0px;
}

.item img {
	border: 1px solid #000000;
}

body {
	background: url(images/bg.png);
}

body,a {
	color: #666699;
}

#header {
	background-color: #FFFFFF;
}

.panel h2 {
	background-color: #858FFD;
	color: #FFFFFF;
}

.border div.search h2 {
	background-color: #dddddd;
	color: #666699; /*test*/
}

.item, .item table {
	color: #333366;
}

h1 {
	background-color: #858FFD;
	color: #FFFFFF;
}

.item h1 {
	background-color: #858FFD;
	color: #FFFFFF;
}

.item, .panel {
	background-color: #FFFFFF;
}

.item h2 {
	color: #333366;
}

.item h2, .panel a:hover, #sbi { /* google search */
	background-color: #dddddd;
}

em {
	background-color: #dddddd;
	color: #FDDCDC;
}