h1
{
	margin: 0px;
	padding: 10px;
	color: #0000FF;
	font-size: 28;
	text-align: center;
	font-weight: normal;
	width: 100%;

	background-color: #fff;
	border-top: 5px double #ccc;
	vertical-align: middle;
}

#myhp_global_table
{
	width: 95%;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

form
{
    margin: 0;
}

#top-header a:link
{
	text-decoration: none;
}

#top-header a:visited
{
	text-decoration: none;
}

.container
{
	background-color: #fff;
	border: 2px solid #ccc;
	padding: 10px;
}

.myhp-description
{
	margin-top: 0px;
	background-color: #fff;
	border-top: 2px solid #ccc;
	padding: 5px;
	width: 100%;
	border-bottom: 5px double #ccc;
}

div.myhp-title
{
	background-color: #fff;
	border: 2px solid #ccc;
	padding: 20px;
	color: #0000FF;
	font-size: 28;
	text-align: center;
	margin-top:0px;
	margin-bottom:10px;
}

#global-container
{
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 95%;
}

body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #000000;
	background-color: #0099CC;
	background-image: url(/images/myhp/00/04/94/0.JPG);
	text-align: center;
}

a:link
{
	color: #0099CC;
}

a:visited
{
	color: #0000FF;
}

.menu-list
{
	margin-left: 5px;
	margin-top: 5px;
	padding-left:10px;
	list-style-type: square;
}

.menu-list li
{
	margin-bottom: 5px;
}

.section-header
{
	border-top: 2px dotted #c2c2c2;
	border-bottom: 2px dotted #c2c2c2;
	padding: 5px;
	font-weight: bold;
	font-size: 16;
	color: #0000CC;
}

.url-list
{
	margin-left: 20px;
}

.url-list-item
{
	margin: 5px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-left: 1px solid;
	border-bottom: 1px solid;
}

.layout-heading
{
	font-weight: bold;
	color: #0000CC;
	border-bottom: 1px solid;
}

.layout-section
{
	margin-bottom: 10px;
}

.dummy-row
{
	height: 15px;
}

.upload-table
{
	border-collapse:collapse;
	border-style:solid;
	width:100%;
}

.upload-table td
{
	border:3px solid;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

input
{
	border-width: 1px;
	border-style: solid;
}

input.noborder
{
	border-style: none;
}

textarea
{
	border-width: 1px;
	border-style: solid;
}

ul.ajax-reorder-list
{
	list-style-type:none;
	margin-left:0;
}

ul.ajax-reorder-list li
{
	margin-top:10px;
	margin-bottom: 10px;
}

table.myhp_mount_table
{
	width:100%;
        border: solid 1px #ccc;
        border-collapse:collapse;
}

table.myhp_mount_table th
{
        border: solid 1px #ccc;
        background-color: #0099CC;
	text-align:left;
}

table.myhp_mount_table td
{
        border: solid 1px #ccc;
}

table.myhp_mail_form
{
        border: solid 1px #ccc;
        border-collapse:collapse;
}

table.myhp_mail_form th
{
	width: 80px;
        border: solid 1px #ccc;
        background-color: #0099CC;
	text-align:left;
}

table.myhp_mail_form td
{
        border: solid 1px #ccc;
}

img
{
	border :none;
}

table.photo_table
{
	width: 100%;
	border-collapse: collapse;
}

table.photo_table tr td
{
	border: solid 1px gray;
}

table.photo_table tr td.num_col
{
	width: 20px;
	text-align:center;
}

table.photo_table tr td.img_col
{
	width: 90px;
	height: 90px;
	text-align:center;
	vertical-align:center;
}

div.noimg
{
	color: gray;
}

ul#dest_list
{
	list-style-type: none;
	margin:0px;
	margin-left:5px;
	padding:0px;
}

ul#dest_list li
{
	margin:0px;
}

table.search_table
{
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
	width: 95%;

        border: solid 1px #ccc;
        border-collapse:collapse;
        text-align:left;

	background-color: #fff;
}

table.search_table th
{
        border: solid 1px #ccc;

	background-color: #0099CC;
}

table.search_table td
{
        border: solid 1px #ccc;
}

a, a:visited, a:active, a:link
{
    text-decoration: none;
}

a:hover
{
    text-decoration:none;
    background-color: yellow;
}

table.myhp_photo_form
{
	width:100%;
        border: none;
        border-collapse:collapse;
}

table.myhp_photo_form th
{
        border: solid 1px #ccc;
	border-left: solid 2px #ccc;
        background-color: #0099CC;
	text-align:left;
}

table.myhp_photo_form td
{
        border: solid 1px #ccc;
	border-right: solid 2px #ccc;
}

table.myhp_photo_form td.spacer
{
        border: none;
	height: 20px;
}