﻿*
{
	color: #336633;
}

html
{
	height: 100%;
}

body
{
	height: 100%;
	font-family: Segoe UI, Tahoma, Sans-Serif;
	font-size: 12px;
	background-color: #5d6568;
}

img
{
	border: none;	
}

td
{
	vertical-align: top;
}

a
{
	font-weight: bold;
	text-decoration: none;
}

#main_area
{
	width: 796px;
	margin-left: auto;
	margin-right: auto;
	background-color: White; 
	padding: 1px; 
	border: 1px solid black;	
}

#col_left
{
	background-color: #cbd7cb;
	width: 200px;
	padding-top: 20px;
	min-height: 500px;	
}

#col_middle
{
	width: 400px;
	background-color: #e6f0e6;
	border-bottom: 1px solid #cbd7cb;
}

#col_right
{
	width: 200px;
	background-color: #cbd7cb;	
}

#content_area
{
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 25px;
	background-color: #e6f0e6;
	height: 100%;	
	min-height: 350px;
}

h1
{
	font-size: 13pt;
	font-weight: bold;
	padding: 0 0 20px 0;
	margin: 0;
}

.sub_title
{
	font-weight: bold;
	border-bottom: 1px solid #cbd7cb;
	padding-bottom: 5px;
}

.tab_panel
{
	padding-top: 10px;
	font-size: 8pt;
	font-weight: normal;
}

.plus_points
{
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: disc;
}

.plus_points li
{
	margin-left: -25px;
	margin-bottom: 6px;
}

.smalltext
{
	font-size: 8pt;
	color: #808080;
}

.smalltext a
{
	font-size: 8pt;
	color: #808080;
}


.navi_item
{
	font-size: 10pt;
	margin-left: 15px;	
	width: 160px;
	height: 20px;
	border: 1px solid #cbd7cb;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 1px;
	margin-top: 5px;
	cursor: pointer;
}

.subnavi_item
{
	font-size: 8pt;
	margin-left: 25px;	
	width: 150px;
	height: 15px;
	border: 1px solid #cbd7cb;
	padding-left: 10px;
	padding-top: 2px;
	margin-top: 2px;
	cursor: pointer;
}


.navi_item_active
{
	font-size: 10pt;
	margin-left: 15px;	
	width: 160px;
	height: 20px;
	background-color: #e6f0e6;
	border: 1px solid #a8b3a8;	
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 1px;
	margin-top: 5px;
	cursor: pointer;
}

.subnavi_item_active
{
	font-size: 8pt;	
	margin-left: 25px;	
	width: 150px;
	height: 15px;
	background-color: #e6f0e6;
	border: 1px solid #a8b3a8;	
	padding-left: 10px;
	padding-top: 2px;
	margin-top: 2px;
	cursor: pointer;
}

.navi_item:hover
{
	background-color: #e6f0e6;
	border: 1px solid #a8b3a8;	
}

.subnavi_item:hover
{
	background-color: #e6f0e6;
	border: 1px solid #a8b3a8;	
}

.ref_table
{
	width: 100%;
	background-color: #ffffff; 
	border: 1px solid #cbd7cb;	
	margin-bottom: 5px;
}

.ref_table td
{
	vertical-align: middle;
	width: 50%;
}

.green_table
{
	background-color: #cbd7cb;
}

.green_table th
{
	color: White;
	font-weight: bold;
	text-align: left;
	background-color: #2b5c2b;
	background-image: url(../media/images/th_background.png);
	background-repeat: repeat-x;
	border-top: 3px solid #e6f0e6;
}
