/************* GC Tab **********************************/

.gc_tab_header_active, .gc_tab_header_active_hover
{
    border-color:#023853;
    background-color: #11445e;
    color: white;
    font-weight: bold;
}

.gc_tab_header_active a:hover, .gc_tab_header_active_hover a:hover
{
    color: white;
    text-decoration:none;
}
.gc_tab_header_inactive
{
    border-color:#023853;
    background-color: #5492b8;
    color:#023853;
}
.gc_tab_header_inactive_hover
{
    border-color:#023853;
    background-color: #73a7c7;
    color:#023853;
}
.gc_tab_body
{
    border-color:#023853;
    background-color: #e0edf3;
    color: black;
}


/************* GC Box **********************************/
.gc_box_border
{
	border-color: #023853;
}
.gc_box_header
{
	background-color: #023853;
	color: white;
	font-weight: bold;
}
.gc_box_body
{
	background-color: #fff !important;
}
.gc_box_header a:link, .gc_box_header a:visited, .gc_box_header a:active, .gc_box_header a:hover
{
	color: #fed41e;
}
.gc_box_row, .gc_box_row_odd, .gc_box_row_even, .gc_box_content_secondary, .gc_box_content_tertiary
{
	background-color: #c6deec;
	color: black;
}
.gc_box_row_highlight, .gc_box_row_odd_highlight, .gc_box_row_even_highlight, .gc_box_content_secondary_highlight, .gc_box_content_tertiary_highlight
{
	background-color: #dfecf4;
	color: black;
}
.gc_box_row_odd, .gc_box_content_tertiary
{
	background-color: #c6deec;
}
.gc_box_row_even, .gc_box_content_secondary
{
	background-color: #dfecf4;
}


/************* GC Error **********************************/
.gc_error_box_header
{
	background-color: #e00 !important;
	color: #fff !important;
}
.gc_error_box_body
{
	background-color: #fff !important;
	color: #e00 !important;
}
.gc_error_box_border
{
	border-color:#e00;
}

.gc_error_text
{
	color: #e00;
}


/************* GC Caution **********************************/
.gc_caution_box_header
{
	background-color: #FFCB00 !important;
	color: #000 !important;
}
.gc_caution_box_body
{
	background-color: #FFFFDD !important;
	color: #606060 !important;
}
.gc_caution_box_border
{
	border-color:#FFCC00;
}

.gc_caution_text
{
	color: #606060;
}


/************* GC Other Text **********************************/
.gc_normal
{

}
.gc_important_note_light
{
	/*color: #f88;*/
	color: #69849d;
}
.gc_unimportant_note_light
{
	color: #aaa;
}