﻿* {
	margin: 0;
	padding: 0;
	border: none;
	position: relative;
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 20px;
    background-color: #F0F8FF;
    color: #2A2A2A;
}

img {
	border: 0px;
}

a:link, a:visited, a:active {
    text-decoration: none;
    color: #6093ff;
}

a:hover {
    color: #ff7625;
}

#container {
    margin: 15px auto 15px auto;
    width: 900px;
    position: relative;
}

#navigation_wrapper {
	width: 300px;
	height: 45px;
    padding: 18px 0px 0px 8px;
    clear: both;
    position: relative;
}

#navigation img {
	padding: 0px 20px 20px 0px;
}

.main {
	width: 100%;
    background: #FFFFFF;
    border: 1px #C0C0C0 solid;
    position: relative;
    clear: both;
    background-image: url('../image/shared/title_bar.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}

.title {
	width: 160px;
	height: 40px;
	position: absolute;
	top: 7px;
	left: 370px;
	text-align: center;
}

.logo {
	background-image: url('../image/shared/logo.png');
	background-position: right top;
	background-repeat: no-repeat;
	width: 162px;
	height: 133px;
	position: absolute;
	top: -5px;
	right: -37px;
	z-index: 9999;
}

.main_title {
    font-size: 18px;
	font-weight: bold;
    color: #FFFFFF;
    clear: both;
}

#main_body_frame {
	padding: 50px 60px 50px 60px;
	height: 100%;
	background-color: #FFFFFF;
	z-index: 0;
}

.main_section {
	display: block;
    font-size: 18px;
    font-weight: bold;
    color: #6093FF;
	margin-bottom: 10px;
}

.main_text {
	display: block;
	margin-bottom: 20px;
}

.main_text_last {
	margin-bottom: 0px;
}

#footer {
    font-size: 11px;
    text-align: left;
    color: #2A2A2A;
    clear: both;
    padding-bottom: 20px;
}

#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: underline;
	padding-left: 10px;
	color: #2A2A2A;
}

#footer a:hover {
    color: #6093ff;
}

#divider {
	border-bottom: #C0C0C0 1px solid;
	height: 15px;
	clear: both;
}

#default_menu_column {
    float: left;
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left; 
    position: relative;   
}

#default_tab_panel {
	width: 170px;
	border: 1px #C0C0C0 solid;
	position: relative;
}

.default_tab {
	color: #ff7625;
	padding: 10px;
	text-align: center;
	border-bottom: 1px #DAEBFE solid;
}

.default_tab:hover {
	background-color: #DAEBFE;
	cursor: pointer;
}

.default_last_tab {
	color: #ff7625;
	padding: 10px;
	text-align: center;
	border-bottom: 0px;
}

.default_special_tab {
	background-color: #ff7625;
	color: #F0F8FF;
	padding: 10px;
	text-align: center;
}

.default_special_tab:hover {
	cursor: pointer;
}

.default_menu_right_side_text {
	display: block;
	margin: 20px 10px 0px 10px;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

.debug {
	border: 1px red solid;
}
