.todo_write {
	padding-top:11px;
	padding-bottom:9px;
	width:100%;
	height: 45px;
	padding-left:27px;
	
}

.todo_dotline {	
	/*border-bottom-style:dotted;
	border-width:1px;
	border-bottom-color:#990000;
	border-top-style:none;
	height:1px;*/

	height:1px;
	border-top:dotted 1px #00B1EF;
	font-size:1px;
	/*background-image:url(/apps/todo/www/img/bgline_pink.gif);
	background-repeat:repeat-y;*/
}

.todo_content {
	padding-left:30px;
	padding-top:10px;
	/*height:400px; */
	/*background-image:url(/apps/todo/www/img/bgline_pink.gif); */
	/*background-repeat:repeat-y; */
	vertical-align:top;
}

.todo_lastmodify {
	padding-top:10px;
	padding-bottom:0px;
	padding-right:10px;
	/*background-image:url(/apps/todo/www/img/bgline_pink.gif); */
	/*background-repeat:repeat-y; */
	font-size:11px;
}

.todo_tab_category {
	width:100%;
	background-image:url(/apps/todo/www/img/tab_bg00.gif);
	background-repeat: repeat-x;
}

.todo_tab_hide {
	cursor:pointer;
	font-size:12px;
	width:159px;
	height:42px;
	text-align:center;
	background-image:url(/apps/todo/www/img/tab_hid00.gif);
}

.todo_tab_act {
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	width:157px;
	height:42px;
	text-align:center;
	background-image:url(/apps/todo/www/img/tab_act00.gif);
}

.todo_tab_act_font {
  font-weight:bold;
  text-align:center;
}

.todo_tab_hide_font {
  text-align:center;
}

.todo_tab_first {
	width:25px;
}


.todo_li {
	font-size:14px;
	padding:5px;
	color:#172841;
}

.todo_li_text {
	font-size:12px;
	color:black;
  cursor:pointer;
}

.todo_li_text_advance {
	font-size:12px;
	color:black;
}

.todo_li_elapsed {
	text-decoration: none;
	padding-left:5px;
	font-family: verdana,tahoma;
	font-size:10px;
	color:#A7A7A7;
}

.todo_li_lastdays_plus {
	text-decoration: none;
	padding-left:5px;
	cursor:pointer;

	font-family: verdana,tahoma;
	font-size: 8pt;
	color: #336699;


	/*font-size:10px;
	color:#00B1EF;*/

}

.todo_li_lastdays_minus {
	text-decoration: none;
	padding-left:5px;
	color:red;
	cursor:pointer;

	font-family: verdana,tahoma;
	font-size: 8pt;
}

.todo_li_plus {
	color:#00B1EF;
	text-decoration: none;
	padding-left:10px;
}

.todo_li_date {
	width:10px;
	color:#A7A7A7;
	font-size:10px;
	padding-left:5px;
	padding-right:5px;
	font-family: verdana;
}

.draglist {	
}

.last_modify {
	font-size:10px;
	color:#969696;
	padding-right:20px;
}

.todo_systemworking {
	background-color:#CC0000;
	color:#FFFFFF;
	font-family:굴림;
	font-size:12px;	
}

.todo_popmenu {
	cursor:pointer;
	font-size:12px;	
}

.todo_popdate {
	cursor:pointer;
	font-size:12px;
	width:180px;
	padding-left:20px;
	padding-right:5px;
	border-color:#666666;
	background-color:#DFDFDF;
	border-style:solid;
	border-width:1px;
}



/* calender
=========================================*/
#cal1Container { display:none; position:absolute; left:10px; top:10px; }
#cal2Container { display:none; position:absolute; left:10px; top:10px; }
#cal3Container { display:none; position:absolute; left:10px; top:10px; }
#cal4Container { display:none; position:absolute; left:10px; top:10px; }
#cal5Container { display:none; position:absolute; left:10px; top:10px; }


/* popmenu
=========================================*/
#colpen1 ul {
  margin:0; 
  padding:0; 
  list-style:none; 
  clear:both; 
  float:left
}
#colpen1 ul li {float:left}
#colpen1 .colpen_ul li a {
  display:block; 
  width:1.2em; 
  height:1.2em; 
  margin-right:2px; 
  margin-bottom:2px; 
  border:1px 
  solid #FFFFFF
}
#colpen1 .colpen_ul li a:hover {border:1px solid #646464}

#colpen2 ul {
  margin:0; 
  padding:0; 
  list-style:none; 
  clear:both; 
  float:left
}
#colpen2 ul li {float:left}
#colpen2 .colpen_ul li a {
  display:block; 
  width:1.2em; 
  height:1.2em; 
  margin-right:2px; 
  margin-bottom:2px; 
  border:1px 
  solid #FFFFFF
}
#colpen2 .colpen_ul li a:hover {border:1px solid #646464}


/* memo
=========================================*/
#memo .hd {
  background-color: #CAEA49;
  border-color:#CAEA49;
  color: #666666;
  font-weight:normal;
}



/* move
=========================================*/
.move_list_th {
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#CCC;
	
	font-family:verdana;
	font-size:10px
	font-color:#CCC;
  
  padding-bottom:5px;
	}


.move_button {
  padding-bottom:10px;

}

.move_layer {
  padding:20px;
  border-style: solid;
  border-width: 2px;
  border-color: #ccc;
  background-color: #eee;

}


.chklink a:link    {text-decoration: none;background-color: transparent;color:#00B1EF;font-size:11px;font-family:Verdana,굴림;}
.chklink a:visited {text-decoration: none;background-color: transparent;color:#00B1EF;font-size:11px;font-family:Verdana,굴림;}
.chklink a:hover   {text-decoration: none;background-color: transparent;color:#00B1EF;font-size:11px;font-family:Verdana,굴림;}
.chklink a:active  {text-decoration: none;background-color: transparent;color:#00B1EF;font-size:11px;font-family:Verdana,굴림;}

.allfunction {
  background-color:#eee;
  border-style:dotted;
  border-width:1px;
  border-color:#808080;
  height:25px;
  padding-right:3px;
  padding-left:5px;
  padding-top:2px;
  padding-bottom:2px;
}


/* buttons
=========================================*/
.yui-button#createbutton button {
  font-size:12px;
  width:100px;
  height:25px;
}

.yui-button#advancebutton button {
  font-size:12px;
  width:100px;
  height:25px;
}

.yui-button#excelbutton button {
  font-size:12px;
  width:100px;
  height:25px;
}
