﻿/*******************************************************************************************/
/*  작 성 자 : (주)익스코어
/*  작 성 일 :  2009.
/*  수 정 일 :  2009.
/*  버     전 :  0.0.1
/*  설     명 :  풍요로운복지-여성·아동-여성정책
/*  위     치 :  /css/open_content/life/chime_citizen/information_monitor/layout.css
/*******************************************************************************************/

/* 본문설정 */
div#MainWrapper div#MainContents div.contents table
{
	clear: both;
	width: 100%;
	color: #666;
	font-weight: normal;
	margin: 0 0 0.5em 0.1em;
	padding: 0 0 0.5em 0;
	text-align: center;
	border-top: 2px solid #4B9B9E;
	border-collapse: collapse;
}

div#MainWrapper div#MainContents div.contents table caption
{
	font-size: 0.95em;
	margin: 0 0 0 0;
	padding: 0 0.3em 0.3em 0;
	text-align: right;
}

div#MainWrapper div#MainContents div.contents table thead,
div#MainWrapper div#MainContents div.contents table thead tr
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
	
div#MainWrapper div#MainContents div.contents table thead tr th
{
	color: #50999D;
	margin: 0 0 0 0;
	padding: 0.5em 0 0.5em 0;
	border: 1px solid #61B3B3;
	background-color: #F6F6F6;
}

div#MainWrapper div#MainContents div.contents table tbody,
div#MainWrapper div#MainContents div.contents table tbody tr
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div#MainWrapper div#MainContents div.contents table tbody tr td
{
	margin: 0 0 0 0;
	padding: 0.2em 0.2em 0.2em 0.2em;
	line-height: 1.3em;
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
}

/* 라인설정 */
div#MainWrapper div#MainContents div.contents table thead tr th.no_left,
div#MainWrapper div#MainContents div.contents table tbody tr td.no_left
{
	border-left: none;
}

div#MainWrapper div#MainContents div.contents table thead tr th.no_right,
div#MainWrapper div#MainContents div.contents table tbody tr td.no_right
{
	border-right: none;
}

