.gc_box_border
{
	border-color: #2E3F51;
}
.gc_box_header
{
	background-color: #2E3F51;
	color: white;
	font-weight: bold;
}
.gc_tab_header_active, .gc_tab_header_active_hover
{
    border-color:#2E3F51;
    background-color: #ccd6e1;
    color: #2E3F51;
    font-weight: bold;
    cursor:default;
}
.gc_tab_header_active a:link, .gc_tab_header_active a:visited, .gc_tab_header_active a:active, .gc_tab_header_active a:hover, 
.gc_tab_header_active_hover a:link, .gc_tab_header_active_hover a:visited, .gc_tab_header_active_hover a:active, .gc_tab_header_active_hover a:hover
{
	color:#2E3F51;
	text-decoration:none;
}

.gc_tab_header_inactive
{
    border-color:#2E3F51;
    background-color: #2E3F51;
    color:#FFFFFF;
}
.gc_tab_header_inactive_hover
{
    border-color:#2E3F51;
    background-color: #4e6680;
    color:#FFFFFF;
}
.gc_tab_header_inactive a:link, .gc_tab_header_inactive a:visited, .gc_tab_header_inactive a:active, .gc_tab_header_inactive a:hover, 
.gc_tab_header_inactive_hover a:link, .gc_tab_header_inactive_hover a:visited, .gc_tab_header_inactive_hover a:active, .gc_tab_header_inactive_hover a:hover
{
	color:white;
	text-decoration:none;
}
.gc_tab_body
{
    border-color:#2E3F51;
    background-color: #ccd6e1;
    color: #484848;
}
.gc_box_row, .gc_box_row_odd, .gc_box_row_even, .gc_box_content_secondary, .gc_box_content_tertiary
{
	background-color: #ccd6e1;
	color: #484848;
}
.gc_box_row_odd, .gc_box_content_tertiary
{
	background-color: #ccd6e1;
}
.gc_box_row_even, .gc_box_content_secondary
{
	background-color: #b9c9d7;
}
.gc_error_text
{
	color: #e00;
}
.gc_error_area
{
	background-color: #e00 !important;
	color: #fff !important;
}
.gc_normal
{

}
.gc_important_note_light
{
	color: #cd333d;
}
.gc_unimportant_note_light
{
	color: #57616b;
}