﻿* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	text-align: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 20px;
	background-image: url('../image/shared/background.jpg');
	background-repeat: repeat-x;
    background-color: #e7ddcf;
    color: #2A2A2A;
}

img {
	border: 0px;
}

a:link, a:visited, a:active {
    text-decoration: none;
    color: #ee9617;
}

a:hover {
    color: #6093ff;
}

#container {
    margin: auto;
    width: 800px;
    position: relative;
}

.main {
	width: 100%;
    position: relative;
    clear: both;
    background: #FFFFFF;
    border: 1px #C0C0C0 solid;
    border-top-width: 0px;
}

.header {
	width: 780px;
	height: 80px;
    position: relative;
    clear: both;
    padding: 10px;
    background-color: #FEFEFE;
    background-image: url('../image/shared/logo.jpg');
    background-position: -8px -9px;
    background-repeat: no-repeat;
	border-bottom: 4px #604202 solid;
}

.header_default {
	border-bottom-color: #e7ddcf;
}

.header_red {
	border-bottom-color: #784144;
}

.header_blue {
	border-bottom-color: #5481AB;
}

.header_green {
	border-bottom-color: #4A7F49;
}

.header_yellow {
	border-bottom-color: #937647;
}

.header_pink {
	border-bottom-color: #9E6B8C;
}

#header_tabs {
	width: 720px;
	height: 25px;
	position: absolute;
	right: 10px;
	bottom: 0px;
}

.header_tab {
	float: right;
	width: 100px;
	height: 100%;
	position: relative;
	margin-left: 3px;
	text-align: center;
	cursor: pointer;
}

.header_tab a {
	color: #FFFFFF;
}

.header_tab_colored {
	background-image: url('../image/shared/tabs.png');
	background-repeat: no-repeat;
}

.header_tab_colored:hover {
	background-image: url('../image/shared/tabs.png');
	background-repeat: no-repeat;
}

.header_tab_red {
	background-position: -3px -2px;
}

.header_tab_red:hover {
	background-position: -3px -29px;
}

.header_tab_blue {
	background-position: -104px -2px;
}

.header_tab_blue:hover {
	background-position: -104px -29px;
}

.header_tab_green {
	background-position: -205px -2px;
}

.header_tab_green:hover {
	background-position: -205px -29px;
}

.header_tab_yellow {
	background-position: -306px -2px;
}

.header_tab_yellow:hover {
	background-position: -306px -29px;
}

.header_tab_pink {
	background-position: -407px -2px;
}

.header_tab_pink:hover {
	background-position: -407px -29px;
}

.header_tab_text {
	margin-top: 4px;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
}

.header_tab_selected {
	background-color: #EEEEff;
}

.content {
	width: 100%;
    position: relative;
    clear: both;
   	background-color: #FEFEFE;
}

.content_default {
	padding: 20px;
	width: 760px;
}

.title {
	width: 500px;
	position: absolute;
	top: 10px;
	right: 200px;
	text-align: center;
}


.main_title {
	line-height: 40px;
    font-size: 30px;
	font-weight: bold;
    color: #ff7625;
    clear: both;
}

#main_body_frame {
	padding: 50px 60px 50px 60px;
	height: 100%;
	background-color: #FFFFFF;
    border-top: 1px solid #C0C0C0;
}

.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;
}
