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

.gc_tab_header_active, .gc_tab_header_active_hover
{
    border-color:#75638e;
    background-color: #75638e;
    color: white;
    font-weight: bold;
}
.gc_tab_header_inactive
{
    border-color:#bfa13b;
    background-color: #fff7de;
    color:#a10007;
}
.gc_tab_header_inactive_hover
{
    border-color:#bfa13b;
    background-color: #ffec9f;
    color:#4b3866;
}
.gc_tab_body
{
    border-color:#75638e;
    background-color: #fff7de;
    color: black;
}

.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: white;
    text-decoration: none;
    cursor: default;
}

.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: #4b3866;
    text-decoration: none;
}

/************* GC Box **********************************/
.gc_box_border
{
	border-color: #75638e;
}
.gc_box_header
{
	background-color: #75638e;
	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: #efaa15;
}
.gc_box_row, .gc_box_row_odd, .gc_box_row_even, .gc_box_content_secondary, .gc_box_content_tertiary
{
	background-color: #fff7de;
	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: #ffec9f;
	color: black;
}
.gc_box_row_odd, .gc_box_content_tertiary
{
	background-color: #fff7de;
}
.gc_box_row_even, .gc_box_content_secondary
{
	background-color: #fff2bc;
}


/************* 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;
}