<!-- ---------------------------------------------------------------------
//
//	File:			Common.css
//	
//	Description:		Common Style Sheet  for NepesWebReport
//	
//	Author:			song jun hyeok
//	
//	Version:			v1.1 - 05/08/19
//
//-------------------------------------------------------------------- -->

/* global area */

body		{ margin-top: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; }
table		{ font-family: Arial; font-size: 9pt; line-height: 140%; color:#666666; }
img 		{ border: 0; }
input		{ font-size: 9pt; }
textarea	{ font-size: 9pt; }
p 			{ margin-top:2px; margin-bottom:2px; } 

/* standard style */

img.btn 				{ border: 0; cursor: hand; }
a.std:link 			{  font-size: 9pt; color:#666666; text-decoration: none }
a.std:visited 	{  font-size: 9pt; color:#666666; text-decoration: none }
a.std:active 		{  font-size: 9pt; color:#666666; text-decoration: none }
a.std:hover 		{  font-size: 9pt; color:#666666; text-decoration: underline }

input.stdChb		{ width:15px; height:15px; margin-left:3px; }
input.std				{ font-size: 9pt; background:#FFFFFF; border: solid 1px #7F9DB9; }
input.number		{ font-size: 9pt; background:#FFFFFF; border: solid 1px #7F9DB9; text-align:right; }
input.readonly	{ font-size: 9pt; background:#FFFFFF; border: solid 1px #FFFFFF; }
input.disabled	{ font-size: 9pt; color:#666666; background:#F3F3F3; border: solid 1px #D0D0D0; }
input.selected	{ font-size: 9pt; background:#F3F3F3; }

textarea.std		{ font-size: 9pt; background:#FFFFFF; border: solid 1px #7F9DB9; }

select.std			{ font-size: 9pt; text-align: left; }
select.year			{ width: 50px; font-size: 9pt; border-color:#FFFFFF; }
select.month			{ width: 38px; font-size: 9pt; border-color:#FFFFFF; }
select.timeSelected	{ font-size: 9pt; background:#F3F3F3; }

a.std:link 	{  font-size: 9pt; color:#666666; text-decoration: none }
a.std:visited 	{  font-size: 9pt; color:#666666; text-decoration: none }
a.std:active 	{  font-size: 9pt; color:#666666; text-decoration: none }
a.std:hover 	{  font-size: 9pt; color:#666666; text-decoration: underline }


/* daniel hospital */

select.gray			{ font-size: 9pt; text-align: left; color:#676767; }

a.coophospital:link 		{ font-size: 9pt; color:#000000; text-decoration: none; }
a.coophospital:visited 	{ font-size: 9pt; color:#000000; text-decoration: none; }
a.coophospital:active 	{ font-size: 9pt; color:#000000; text-decoration: none; }
a.coophospital:hover 		{ font-size: 9pt; color:#000000; text-decoration: none; }

a.bbsLink 					{ font-size: 9pt; color:#666666; text-decoration: none }
a.bbsLink:link 		{ font-size: 9pt; color:#666666; text-decoration: none }
a.bbsLink:visited 	{ font-size: 9pt; color:#666666; text-decoration: none }
a.bbsLink:active 	{ font-size: 9pt; color:#666666; text-decoration: none }
a.bbsLink:hover 		{ font-size: 9pt; color:#666666; text-decoration: underline }

