﻿/*******************************************************************************************/
/*  작 성 자 : 울산대학교
/*  작 성 일 :  2012.
/*  수 정 일 :  2012.
/*  버     전 :  0.0.1
/*  설     명 :  IFOST < Schedule
/*  위     치 :  /css/contents/ifost/schedule/layout.css
/*******************************************************************************************/

/*******************************************************************************************/
/* IFOST 전체일정 입력폼 컨트롤 설정 시작
/*******************************************************************************************/
select
{
	font-family: "Georgia", "PT Sans", "PT Serif", "Tahoma", "Verdana", "굴림", "돋움";
	margin: 0 0 0 0;
	padding: 3px 3px 3px 3px;
	border: 1px solid #C3C3C3;
	background: #F5F5F5;
}

input#subject,
input#place
{
	width: 480px;
	font-family: "PT Sans", "PT Serif", "Georgia", "Tahoma", "Verdana", "굴림", "돋움";
	margin: 0 0 0 0;
	padding: 3px 3px 3px 3px;
	border: 2px solid #C3C3C3;
	background: #F9F9F9;
}
/*******************************************************************************************/
/* IFOST 전체일정 입력폼 컨트롤 설정 종료
/*******************************************************************************************/


/*******************************************************************************************/
/* IFOST 전체일정 목록 설정 시작
/*******************************************************************************************/
div#MainWrapper div#ContentsWrapper div#MainContents div.contents-wrap div.articles h4.subject
{
	display: block;
	color: #1B4472;
	font-size: 28px;
	font-weight: bold;
	font-family: "Georgia";
	margin:  0 0 0 0;
	padding: 0 0 20px 0;
	text-align: center;
}

div#MainWrapper div#ContentsWrapper div#MainContents div.contents-wrap div.articles table.article
{
	clear: both;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	border: none;
	border-top: 1px solid #1B4472;
	border-collapse: collapse;
}

div#MainWrapper div#ContentsWrapper div#MainContents div.contents-wrap div.articles table.article caption
{
	display: none;
}

div#MainWrapper div#ContentsWrapper div#MainContents div.contents-wrap div.articles table.article thead,
div#MainWrapper div#ContentsWrapper div#MainContents div.contents-wrap div.articles table.article thead tr
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div#MainWrapper div#ContentsWrapper div#MainContents div.contents-wrap div.articles table.article thead tr th
{
	margin: 0 0 0 0;
	padding: 7px 3px 5px 3px;
	border-left: 1px solid #CFE0F3;
	border-right: 1px solid #CFE0F3;
	border-bottom: 1px solid #CFE0F3;
	background: #F7FBFF
}

div#MainWrapper div#ContentsWrapper div#MainContents div.contents-wrap div.articles table.article thead tr th span.header
{
	display: block;
	color: #1B4472;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* 행사시간 */
div#MainWrapper div#ContentsWrapper div#MainContents div.contents-wrap div.articles table.article thead tr th.time
{
	width: 30%;
}

div#MainWrapper div#ContentsWrapper div#MainContents div.contents-wrap div.articles table.article thead tr th span.time
{
	background: none;
}

/* 이름 */
div#MainWrapper div#ContentsWrapper div#MainContents div.contents-wrap div.articles table.article thead tr th.name
{
	width: 14%;
}

/* 행사명 */
div#MainWrapper div#ContentsWrapper div#MainContents div.contents-wrap div.articles table.article thead tr th.subject
{
	width: 40%;
}

/* 등록일 */
div#MainWrapper div#ContentsWrapper div#MainContents div.contents-wrap div.articles table.article thead tr th.reg-date
{
	width: 8%;
}

/* 수정일 */
div#MainWrapper div#ContentsWrapper div#MainContents div.contents-wrap div.articles table.article thead tr th.edit-date
{
	width: 8%;
}

/* 처리명령 */
div#MainWrapper div#ContentsWrapper div#MainContents div.contents-wrap div.articles table.article thead tr th.command
{
	width: 12%;
}

div#MainWrapper div#ContentsWrapper div#MainContents div.contents-wrap div.articles table.article tbody,
div#MainWrapper div#ContentsWrapper div#MainContents div.contents-wrap div.articles table.article tbody tr
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div#MainWrapper div#ContentsWrapper div#MainContents div.contents-wrap div.articles table.article tbody tr td
{
	margin: 0 0 0 0;
	padding: 7px 0 5px 0;
	vertical-align: top;
	border: 1px solid #EBEBEB;
	background: #FFF;
}

div#MainWrapper div#ContentsWrapper div#MainContents div.contents-wrap div.articles table.article tbody tr.focus td
{
	background: #F9F9F9;
}

/* 행사시간 */
div#MainWrapper div#ContentsWrapper div#MainContents div.contents-wrap div.articles table.article tbody tr td.date,
div#MainWrapper div#ContentsWrapper div#MainContents div.contents-wrap div.articles table.article tbody tr td.time
{
	margin: 0 0 0 0;
	padding: 7px 5px 5px 5px;
	text-align: center;
}

/* 행사일정 */
div#MainWrapper div#ContentsWrapper div#MainContents div.contents-wrap div.articles table.article tbody tr td.subject
{
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 7px 5px 5px 5px;
	text-align: left;
}

/* 새글마크 */
div#MainWrapper div#ContentsWrapper div#MainContents div.contents-wrap div.articles table.article tbody tr td.subject span.new
{
	position: relative;
	top: 0.1em;
	left: 0.3em;
	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* 처리명령 */
div#MainWrapper div#ContentsWrapper div#MainContents div.contents-wrap div.articles table.article tbody tr td.command
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div#MainWrapper div#ContentsWrapper div#MainContents div.contents-wrap div.articles table.article tbody tr td.command span
{
	position: relative;
	top: 0.4em;
	left: 0;
	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* 신규등록 */
div#MainWrapper div#ContentsWrapper div#MainContents div.contents-wrap div.articles div.command
{
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	text-align: right;
}
/*******************************************************************************************/
/* IFOST 전체일정 목록 설정 시작
/*******************************************************************************************/


/*******************************************************************************************/
/* IFOST 전체일정 입력폼 설정 시작
/*******************************************************************************************/
/* 일정기간 */
div#MainWrapper div#ContentsWrapper div#MainContents div.articles form#article-insert-form fieldset div.row-input span.data span.event-date
{
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
}
/*******************************************************************************************/
/* IFOST 전체일정 입력폼 설정 종료
/*******************************************************************************************/