/** $Id: ihs_popup.css,v 1.3 2005/12/15 15:31:12 cwa Exp $ **/

/** General **/

html {
	height:100%;
	border:0px;
	margin:0px;
}

body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-color:#ffffff;
	height:100%;
	width:505px;
}

div, ul, ol, p, form {
	margin:0px;
	padding:0px;
}

/** Container **/


#center { 
	margin:0px;
	padding:0px 0px 10px 20px;
	width:450px;
}

#header {
	margin:0px;
}

#breadcrumb {
	margin:15px 0px 23px 0px;
	width:450px;
	font-size:10px;
	font-weight:bold;
	line-height:13px;
	border-bottom:1px solid #cccccc;
}

#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active, #breadcrumb a:hover {
	font-weight:bold;
	text-decoration:none;
}


/** Center **/

#center h1 {
	margin:0px 0px 12px 0px;
	padding:0px 0px 4px 0px;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	border-bottom:1px solid #cccccc;
}

#center h3 {
	margin:0px;
	padding:0px;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
}

#center p {
	padding:0px;
	margin:0px 0px 18px 0px;
	line-height:16px;
}

#center ul {
	margin:0px;
	padding:0px 0px 18px 16px;
	color:#000000;
	list-style:none;
}

#center ul li {
	list-style-image:url(../_img/iBullet.gif);
}

#center ol {
	margin:0px;
	padding:0px 0px 0px 28px;
}

#center ol li {
	margin:0px 0px 8px 0px;
	list-style-image:none;
}

#center li {
	margin:0px;
	padding:0px;
	line-height:16px;
}







/** Misc Classes **/

.more {
	display:block;
	margin:8px 0px 0px 0px;
	padding-left:16px;
	text-decoration:none;
	background-image:url(../_img/iArrow.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
}

.cleaner {
	margin:0px;
	padding:0px;
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
	border:0px none;
	background:transparent;
}


.default_table {
	margin:0px;
	padding:0px;
	width:100%;
	border-top:1px solid #d3d3d3;
	border-left:1px solid #d3d3d3;
}

.default_table th {
	padding:12px 8px;
	background-color:#d3d3d3;
	text-align:left;
	border-right:1px solid #ffffff;
}

.default_table th.thc {
	border-right:1px solid #d3d3d3;
	background: #d3d3d3 url(../_img/corner.gif) no-repeat bottom right;
}

.default_table td {
	padding:8px;
	border-right:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;
}

.default_table .right {
	text-align:right;
}

.default_table .center {
	text-align:center;
}

/** Box Grey **/

.box_headline {
	margin:0px;
	padding:5px 14px;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	border-right:1px solid #d3d3d3;
	background: #d3d3d3 url(../_img/corner.gif) no-repeat bottom right;
}

.box {
	margin:0px 0px 24px 0px;
	padding:8px 14px;
	border-right:1px solid #d3d3d3;
	border-left:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;
}

.box ul {
	margin:0px 0px 20px 0px !important; /** important flag are necessary !!!! cwa **/
	padding:0px !important; /** important flag are necessary !!!! cwa **/
}

.box ul li {
	line-height:18px !important; /** important flag are necessary !!!! cwa **/
	list-style-image:none !important; /** important flag are necessary !!!! cwa **/
}

/** Box Grey Table **/

#boxgrey {
	margin:0px 0px 24px 0px;
	padding:0px;
	width:100%;
	border-top:1px solid #d3d3d3;
	border-left:1px solid #d3d3d3;
}

#boxgrey th {
	margin:0px;
	padding:0px;
	background-color:#d3d3d3;
	border-right:1px solid #d3d3d3;
	line-height:24px;
	background-color:#d3d3d3;
}

#boxgrey td {
	padding:8px;
	border-right:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;
}

#boxgrey td.head {
	font-size:12px;
	font-weight:bold;
}

/** Sortable table **/

table.sortable a.sortheader {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
table.sortable span.sortarrow {
	color:black;
	text-decoration:none;
}


/** PRINT **/

#print_footer {
	display:none;
}
