html, body {
	border: 0;
	background: #ffffff;
	text-align: center;
	}
html, body, p, ul, input, .report {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
	}
#container {
	max-width: 700px; 
	display: block; 
	overflow: auto; 
	margin: 0px auto;
}

ul {
	list-style: square;
}
ol {
	text-align: left;
}
li {
	padding-top: 1em;
}
img {
	border: 0;
	vertical-align: middle;
	}

#urlform input {
	border: 2px solid  #000 ;
	padding: 0.5ex;
}

#makebutton{
	background: #233D97;
	color: #ffffff;
	font-weight: bold;
	padding: 0.5ex 1ex 0.5ex 1ex;
	border: 2px solid #000;
}

/* Topbar */
.centerblock { 
	margin-top: 10px ;
	text-align: center;
}
.rightblock { 
	margin-top: 10px ;
	text-align: right;
}
.leftblock { 
	margin-top: 10px ;
	text-align: left;
	clear: both;
}
.p-details { 
	/*
	padding: 6px;
	border: 1px #a0a0a0 solid; 
	width: 300px;
	background: #f0f0f0 ; */
	font-size: 8pt;
	display: block;
}

.msgblock {
	border: 1px #999 solid ;
	padding: 1em ;
	background: #eeeeee ;
}

.disclaimer { 
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px #999 dotted;

	clear: both;
	color: #666 ;
	font-size: 90% ;
	text-align: left;
}


#navigation {
	display: block;
	margin-bottom: 2em;
	text-align: left;
}
#navigation, #navigation a {
	padding-top:1ex;
	color: #000000;
	font-size: 7pt ;
	font-weight: bold;
}

#navigation ul, #navigation li {
	margin-left: 2px;
}
#navigation input {
	background: #ffffff ;
	color: #000000 ;
	border: 1px solid #94b4ff ;
}
#navigation li {
	list-style: none;
	margin-top: 3px;
	margin-left: 3px;
	display: inline ;
	}
#navigation ul {
	list-style: none;
	margin-top: 3px;
	margin-left: 3px;
	padding-left: 3px;
	display: inline ;
	}

#navigation li.img {
	margin-top: 2px;
	}
#navigation ul li.admin a {
	color: #990000;
	margin-left: 3px;
	}

h1 {
	font-size: 140%;
	font-weight: bold;
	color: #000000;
	}
h2 {
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	}
/* Edit */

.item ul {
	list-style: none;
	margin: 15px 0 0 0;
	}
.item li {
	font-size: 12px;
	}



/* Footer */

#footer {
	margin-top: 3em;
	padding-top: 1em;
	border-top: 1px #999 dotted;
	text-align: right;
	clear: both;
	display: block;
	overflow:auto; 
	}
.footerblock1 {
	text-align: left;
	font-weight: normal;
	line-height: 200%;
	float: left;
}
.footerblock2 {
	padding-left: 4em;
	text-align: right;
	font-weight: normal;
	line-height: 200%;
	float: right;
}
.footertitle{
	font-weight: bold;
	display: inline;
	color: #000;
	margin-right: 1em;
}
#footer, #footer a {
	font-size: 7pt ;
	color: #555;
	padding-bottom: 2ex;
}

.error {
	color: #cc0000 ;
	font-weight: normal ;
}
.ok {
	color: #00cc00 ;
	font-weight: normal ;
}

.box {
	border: 1px #c5d7ef solid ;
	background: #e6ecf9 ;
	padding: 0.5em ;
}
.urllist {
	border: 0;
	font-size: 90%;
	border-collapse: collapse;
}
.urllist tr {
}
.urllist th{
	font-weight: bold;
}
.urllist td{
	padding: 4px;
	padding-right: 2em;
}
.urllist tr.row2{
	background: #eee;
}

.statusmsg{
	color: #18258B;	
	font-weight: bold;
}

.pseudolink {
	text-decoration: underline;
	cursor: pointer;
	color: blue;
	color: -moz-hyperlinktext; 
}

.summizeitem{
	display: block;
	overflow: auto;
	margin-bottom: 4px;
}
div.summizeitem img {
	padding: 4px;
	border: 0;
}
