* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: default;
}

body, html {
	margin: 0;
	padding: 0;
}

body {
	background-position: center center;
}
H1 {
line-height: 20%;
text-align£ºcenter  
COLOR: #ffffff;
}
body, div, p, td, th, caption, blockquote {
	font-family: Arial,Geneva,Tahoma,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	color: #003399;
        line-height: 150%;
}
INPUT
{
    BORDER-TOP-WIDTH: 1px;
    PADDING-RIGHT: 1px;
    PADDING-LEFT: 1px;
    BORDER-LEFT-WIDTH: 1px;
    FONT-SIZE: 9pt;
    BORDER-LEFT-COLOR: #cccccc;
    BORDER-BOTTOM-WIDTH: 1px;
    BORDER-BOTTOM-COLOR: #cccccc;
    PADDING-BOTTOM: 1px;
    BORDER-TOP-COLOR: #cccccc;
    PADDING-TOP: 1px;
    HEIGHT: 18px;
    BORDER-RIGHT-WIDTH: 1px;
    BORDER-RIGHT-COLOR: #cccccc
}
A:link
{
    COLOR: #0048AB;
    TEXT-DECORATION: none
}
A:visited
{
    COLOR: #0048AB;
    TEXT-DECORATION: none
}
A:active
{
    COLOR: #003399;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #cc0000;
    TEXT-DECORATION: none
}

form {
	margin: 0;
	padding: 0;
}

.ToolTip {
	border:1px solid #000000;
	background-color:#ffffff;
	padding: 3px 6px;
}

/* base structure */
#portal-header {
	position: relative;
	width: 760px;
	height: 58px;
	border-color: #e0e0e0;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	background-color: #ffffff;

	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 4px;
}
#portal-header-inner {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url(gfx/header_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* search box */
#portal-header-search {
	position: absolute;
	bottom: 4px;
	right: 4px;
}
.portal-search-text {
	width: 110px;
	height: 15px;
	border: 1px solid #e0e0e0;
	padding: 0 3px;
	font-family: Verdana;
	font-size: 10px;
	line-height: 15px;
	color: #404040;
}
.portal-search-submit {
	background-color: #ffffff;
	padding: 0 2px;
	border: 1px solid #e0e0e0;
	font-family: Verdana;
	font-size: 10px;
	line-height: 13px;
}


#portal-main {
	position: relative;
	padding: 0 5px;
}

/* this height is used to drop into */
.portal-column-content {
	height:300px;
}


/* portal column wrappers */
table.portal-columns-table {
	table-layout: fixed;
}
td.portal-column {
	position: relative;
	vertical-align: top;
}
td.portal-column.col-left {  width: 42%;padding-right: 2px; }
td.portal-column.col-middle { width: 28%; padding-right: 2px;  }
td.portal-column.col-right { width: 28%; padding-right: 2px;  }

.portal-column-inner {
	position: relative;
	width: 100%;
	padding-top: 5px;
}

/* add portlet button */
.add-portlet-control {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 17px;
	z-index: 1;
	overflow: hidden;
	border-color: #003399;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	background-color: #ffffff;
	background-image: url(gfx/additempanel_background.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.add-portlet-button {
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	text-align: center;
}
.add-portlet-button-inner {
	background-image: url(gfx/additempanel_arrow.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 12px;
	font-family: Verdana;
	font-size: 10px;
	line-height: 15px;
}
.add-portlet-button-sel .add-portlet-button-inner {
	background-position: 100% -12px;
}
.b-add-portlet-list-outer {
	position: absolute;
	bottom: 17px;
	left:0;
	width: 100%;
	height: 100px;
	padding: 0 1px;
}
.b-add-portlet-list-inner {
	position: relative;
	width: 100%;
	height: 100px;
	overflow: hidden;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #e0e0e0;
	background-image: url(gfx/additemlist_background.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #f7fbfb;
}
.b-add-portlet-listitem {
	position: relative;
	line-height: 14px;
	border-bottom: 1px solid #ffffff;
	padding-left: 4px;
	cursor: hand;
	cursor: pointer;
}
.b-add-portlet-listitem-hov {
	font-weight: bold;
}
.b-add-portlet-listitem-pres {
	font-weight: bold;
	color: #003399;
}

/* portlet widget */

.b-portlet-outer2 {
	position: relative;
	padding-bottom:8px;
}
.b-portlet-outer {
	border: 0px solid #cccccc;  /* ±ß¿òÑÕÉ« */
	background-image: url(ajax/menu_b.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ffffff;
}
.b-portlet-inner {
	position: relative;
	padding: 20px 0px 0px 0px;
}
.b-portlet-head-outer {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 20px;
	background-image: url(ajax/menu_s.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.b-portlet-head-inner {
	position: relative;
	width: 100%;
	height: 20px;
	background-image: url(ajax/menu_e.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 16px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 20px;
	font-variant: small-caps;
	font-weight: bold;
}
/* portlet head controls */
.portlet-head-controls {
	position: absolute;
	right: 10px;
	top: 4px;
}
.b-portlet-control {
	float: left;
	width: 16px;
	height: 16px;
	margin-left: 2px;
	overflow: hidden;
	line-height: 16px;
}
.b-portlet-control-shade { background-image: url(ajax/show.gif); }
.b-portlet-sel .b-portlet-control-shade { background-image: url(ajax/hidden.gif); }
.b-portlet-control-close { background-image: url(ajax/close.gif); }
.b-portlet-control-hov { background-position: 0px -16px; }
.b-portlet-control-pres { background-position: 0px -32px !important; }
.b-portlet-body-outer {
	border: 0px solid #00cccc;  /* ±ß¿òÑÕÉ« */
	background-color: #ffffff;
}
.b-portlet-body-inner {
	display: none;
}
.b-portlet-sel .b-portlet-body-inner {
	display: block !important;
}


/* portlet widget */


.titletd
{
    BORDER-RIGHT: #cccccc 1px solid;
    BORDER-TOP: #ffffff 0px solid;
    PADDING-LEFT: 8px;
    BORDER-LEFT: #ffffff 0px solid;
    BORDER-BOTTOM: #cccccc 1px solid;
    HEIGHT: 20px;
    BACKGROUND-COLOR: #ebebeb
}
.titleb
{
    BORDER-RIGHT: #2F5886 1px solid;
    BORDER-TOP: #ffffff 0px solid;
    PADDING-LEFT: 8px;
    BORDER-LEFT: #A4C0DF 1px solid;
    BORDER-BOTTOM: #2F5886 1px solid;
    HEIGHT: 23px;
    BACKGROUND-COLOR: #6292d2
}

.cs    {height: 20px; border: solid 1px #B4CCEB; text-align: left; text-transform: uppercase; color: #366ab3; cursor: hand; }
.cm    {height: 20px; border: solid 1px #A4BCCB; font-family: Verdana; font-size: 11px; text-align: center; text-transform: uppercase; color: #366ab3; cursor: hand;font-variant: small-caps;font-weight: bold;}
.main1 {font-size: 12px; line-height: 150%;}
.main2 {font-size: 11px}
.main3 {font-size: 14px; line-height: 150%;}
.main5 {font-size: 13px;}
.maptop {font-size: 12px; COLOR: #ffffff;}