/*
popup.css

Description:
Popup Window default stylesheet used by all browsers, in all media modes.

Version
1.0 - October 14, 2005


Author:
Sing Chan, sing_chan@grey.net
*/



/* Import newer browser stylesheet */
@import url("popup_screen.css");



/* common HTML element styles */

body {
	background-color: #FFF;
}

img {
	margin: 0;
	border: 2px solid #C3C3C3;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

td, th {
	padding: 0;
	vertical-align: top;
	text-align: left;
}

img.left {
	float: left;
	margin: 0 8px 8px 0;
}

img.right {
	float: right;
	margin: 0 0 8px 8px;
}

ul {
	list-style-type: square;
}

address {
	font-style: normal;
}

ul {
	margin-top: 0;
	margin-left: 20px;
}
html>body ul {
	margin-left: 0;
	padding-left: 20px;
}

ul.nobullet {
	list-style-type: none;
	margin-left: 10px;
}
html>body ul.nobullet {
	margin-left: 0;
	padding-left: 10px;
}

ul ul {
	margin-bottom: 0;
}

ol {
	margin-top: 0;
	margin-left: 28px;
}
html>body ol {
	margin-left: 0;
	padding-left: 28px;
}

li {
	margin: 0 0 0.2em 0;
	padding: 0;
}




/* element class styles */

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.normal {
	font-weight: normal;
	font-style: normal;
}

.error {
	color: #900;
}

.hidden {
	display: none;
}

.clear {
	clear: both;	
}

.micetype {
	color: #666;
}

.anchor, .anchor:hover {
	color: #000;
	text-decoration: none;
}

.nomargin {
	width: auto;
	margin: 0;
}




#btn_print, #btn_close {
	text-align: center;
}
