/*
File		:	/tpl/demo/css/page_home.css
Desc.		:	global style sheet for screen media
Author		:	Olivier Le Brenn, about@webriding.net
C.D.		:	Fri, May 19, 2006 | 11:07:05 AM
U.D.		:	Fri, May 19, 2006 | 11:07:05 AM
COM			:	http://stopdesign.com/examples/ie5mac-bpf/
				http://tantek.com/CSS/Examples/midpass.html
*/

/*-------------------{ imported common links }---------------------*/

@import url("/tpl/carbon/css/global_links.css");
@import url("/tpl/carbon/css/global_typo.css");

/*------------{ imported styles according to browsers }------------*/

@import url("/tpl/carbon/css/global.css");

/* IE5/Mac Only Styles  */
/*\*//*/
  @import "/tpl/carbon/css/global_iemac.css";
/**/

/* IE5/Win Only Styles */
@media tty {
 i{content:"\";/*" "*/}} @import '/tpl/carbon/css/global_iewin.css'; /*";}
}/* */


/*-----------------------{ page style }----------------------------*/



h2, h3 {
	margin:0;
	padding:0;
}

h3 {
	padding-left:22px;
	background: url(/tpl/carbon/img/dot_li.png) no-repeat 0 2px;
}

table {
	margin-left:auto;
	margin-right:auto;
	float:left;
	width:350;
	padding: 5px;
	border:  2px solid #000000;
	text-align: center;
	border-collapse:collapse;
	font-size:.9em;
}

* html body table {
	position:relative;
	margin-bottom:25px;

}

table caption {
	font-size:14px;
	font-weight:bold;
	margin:5px;
}
td, th, tr  {
	border: 1px solid #000000;
	text-align:center;

}
th {
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
}

span.warn, span.red {
	color:#cc0000;
}