
body 
{ scrollbar-face-color: #E2E2E2; 
scrollbar-shadow-color: #BBBBBB; 
scrollbar-highlight-color: #F7F7F7; 
scrollbar-3dlight-color: #F7F7F7; 
scrollbar-darkshadow-color: #F7F7F7; 
scrollbar-track-color: #EEEEEE; 
scrollbar-arrow-color: #666666; }

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: darkred;
}

/* background color for the content part of the pages */

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#cccc99
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: dimgray;
    border-color: black;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:DarkRed;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:white;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color: blue;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}



/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 20px;
	color: #666644;
	font-family: Verdana, Helvetica, sans-serif;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 13px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.CommandButtonNoUnderLine
{
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

.BoardButton 
{
	border:1 solid black;
	height:19px;
}


    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    



/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

/*
a  {font-family: Verdana; font-size: 9pt; line-height:18px; color: #363636}
a:link		{font-size: 9pt; color:#363636; text-decoration:none; font-family: Verdana; line-height:130%;}
a:visited	{font-size: 9pt; color:#363636; text-decoration:none; font-family: Verdana; line-height:130%;}
a:hover		{font-size: 9pt; color:#F96958; text-decoration:none; font-family: Verdana; line-height:130%;}
*/

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

.HotNews
{
	 font-size:  11px;
}

td 
{
    font-size : 11px;
    font-family : Verdana;
}
.copyright1 {  font-size: 11px; color: #cc6600}
.copyright2 {  font-size: 11px; color: #003333}
.regist1  {  font-family: Verdana; font-size: 9pt; line-height: 20pt}
.regist2  {  font-family: Verdana; font-size: 9pt; line-height: 10pt; color: #808080}

/* µðÀÚÀÎ°ü·Ã */
.f1 {font-family:Verdana; font-size:9pt; color:#000000; line-height:18px; font-weight:bold;}
.f2 {font-family:Verdana; font-size:10pt; color:#F26521; line-height:18px; font-weight:bold;}
.f3 {font-family:Verdana; font-size:9pt; color:#106232; line-height:18px;}
.f4 {font-family:Verdana; font-size:9pt; color:#F7941C; line-height:18px;}
.f5 {font-family:Verdana; font-size:9pt; color:#FFFFFF; line-height:18px; font-weight:bold;}
.f6 {font-family:Verdana; font-size:9pt; color:#CF2C16; line-height:18px;}
.f7 {font-family:Verdana; font-size:9pt; color:#FFAE00; line-height:18px; font-weight:bold;}
.f8 {font-family:Verdana; font-size:9pt; color:#007236; line-height:18px;}
.b1 {font-family:Verdana; font-size:9pt; color:#E66EC0;font-weight:bold;}
.b2 {font-family:Verdana; font-size:9pt; color:#499CBB;font-weight:bold;}
.b3 {font-family:Verdana; font-size:14px; color:#000000;font-weight:bold;}
.b4 {font-family:Verdana; font-size:10pt; color:#000000; font-weight:bold;}
.b5 {font-family:Verdana; font-size:9pt; color:#333333; font-weight:bold; text-align:center;}

/* ÅØ½ºÆ®»ö °­Á¶ */
.tit_blue			{font-family: Verdana; font-size: 9pt; 	color: #287288;	text-decoration: none; line-height:18px;font-weight:bold;}
.tit_blue a:link     {font-family: Verdana; font-size: 9pt; 	color: #287288;	text-decoration: none; line-height:18px;font-weight:bold;}
.tit_blue a:visited  {font-family: Verdana; font-size: 9pt; 	color: #287288;	text-decoration: none; line-height:18px;font-weight:bold;}
.tit_blue a:hover    {font-family: Verdana; font-size: 9pt; 	color: #000000;	text-decoration: none; line-height:18px;font-weight:bold;}

.orange				{font-family: Verdana; font-size: 9pt; 	color: #F26521;	text-decoration: none; line-height:18px;}
.orange a:link     {font-family: Verdana; font-size: 9pt; 	color: #F26521;	text-decoration: none; line-height:18px;}
.orange a:visited  {font-family: Verdana; font-size: 9pt; 	color: #F26521;	text-decoration: none; line-height:18px;}
.orange a:hover    {font-family: Verdana; font-size: 9pt; 	color: #000000;	text-decoration: none; line-height:18px;}

.title			   {font-family: Verdana; font-size: 9pt; 	color: #363636;	text-decoration: none; line-height:18px;font-weight:bold;}
.title	a:link     {font-family: Verdana; font-size: 9pt; 	color: #363636;	text-decoration: none; line-height:18px;font-weight:bold;}
.title	a:visited  {font-family: Verdana; font-size: 9pt; 	color: #363636;	text-decoration: none; line-height:18px;font-weight:bold;}
.title	a:hover    {font-family: Verdana; font-size: 9pt; 	color: #959595;	text-decoration: none; line-height:18px;font-weight:bold;}

.page			   {font-family: Verdana; font-size: 9pt; 	color: #363636;	text-decoration: none; line-height:18px;}
.page	a:link     {font-family: Verdana; font-size: 9pt; 	color: #363636;	text-decoration: none; line-height:18px;}
.page	a:visited  {font-family: Verdana; font-size: 9pt; 	color: #363636;	text-decoration: none; line-height:18px;}
.page	a:hover    {font-family: Verdana; font-size: 9pt; 	color: #006699;	text-decoration: none; line-height:18px;}


/* LWH */

.txt01
{
    font-family : Verdana,  Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : slategray;
}

.input
{
    font-family : Verdana,  Arial, Helvetica, sans-serif;
    font-size : 11px;
    border : 1px solid gray;
}

.inputRight
{
    font-family : Verdana,  Arial, Helvetica, sans-serif;
    font-size : 11px;
    border : 1px solid gray;
    text-align :right;
}

/* Polls */

.Error {
	color: red;
}

.Poll_Question {
	color: DarkGreen;
}

.Poll_Option {
	color: DimGray;
}

.Poll_Bar
{
	color: deepskyblue;
	height: 8px;
}

.Poll_Results {
	color: BlueViolet;
}

/* Grid */

.Grid_General {
	background-color:#FFFFFF;
}

.Grid_Header {
	background-color:#DDDDDD;
	height:22;
	text-align:center;
}

.Grid_Footer {
	background-color:#DDDDDD;
	text-align:center;
}

.Grid_Item {
	background-color:#FFFFFF;
}

.Grid_AlternatingItem {
	background-color:WhiteSmoke;
}

.Grid_SelectedItem {
	background-color:Gold;
}

.Grid_Pager {
	background-color:#DDDDDD;
	height:22;
	text-align:center
}

.CalButton {
   Font-Family: Verdana 
   Font-Size: 8px; 
   line-height: 8px;
   height:19px;
   color:White;
   background-color: #FF8000;
   border: 1 solid black;
   padding-bottom:0px;
   padding-top:4px;
}


.FlatButton {
   Font-Family: Verdana 
   Font-Size: 8px; 
   line-height: 8px;
   color:Black;
   background-color: Ivory;
   border: 1 solid black;
   padding-bottom:0px;
   padding-top:4px;
}

.None 
{
	display:none;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
}
.input { border-color:#848484; border-top-color: #E0E0E0; border-left-color: #E0E0E0; 
border-style:solid; border-top-width: 1px; border-left-width: 1px; border-right-width: 1px; 
border-bottom-width: 1px; font-family: Verdana, Arial, Helvetica, sans-serif, Verdana; 
font-size: 12px; color: #666666;}

select {  font-family: Verdana,  Arial, Helvetica, sans-serif, Verdana; font-size: 12px; color: #666666}
textarea {  font-family: Verdana, Arial, Helvetica, sans-serif, Verdana; font-size: 12px; line-height: 25px; color: #666666}

a:link { text-decoration:none; font-size: 9pt; color:#666666; }
a:active { text-decoration:underline;  font-size: 9pt;}
a:visited {text-decoration:none; color:#666666; }
a:hover {text-decoration:none; color:#3366CC }

img {  border-style: none}

.input2 {  border-style: none}
.binput { border:1px solid silver;background-color:#F9F9F9; }

.tdCss1
{
	text-align:center;
	background-color : #f4f4f4;
	height : 30px
}

.tdCss2
{
	text-align:center;
	background-color : #f4f4f4;
}

.ComCol
{
	background-color : #f4f4f4;
}

.CellOne
{
	background-color : Yellow;
}

.CellTwo
{
	background-color : Aqua;
}
.CellThree
{
	background-color : Gray;
}

.rightalign { text-align:right; }
.centeralign { text-align:center; }
.leftalign { text-align:left; }
