@import url("IAA_Style.css"); 
.theme_bg { background-color: #FFA200; }
.theme_dark { background-color:#FEF5E6; }
.theme_light { background-color:#FFFBF2; }

.table_header { background-color:#00C39E; font-weight: bold }
.breadcrumb {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 24px; color: #FFA200; text-decoration: none; font-weight: bold; } 

.content_disabled	{ font-family: Arial; font-size: 11px; color:Gray; }


.theme_bg_alternate_border 		 { background-color:#FFCB70 }
.theme_bg_alternate_border_white { background-color:#FFFFFF }

A.breadcrumb 			{ font-size: 11px; color: #FFA200; font-family: Arial; font-weight: normal; text-decoration : none; }
A.breadcrumb:active		{ font-size: 11px; color: #FFA200; font-family: Arial; font-weight: normal; text-decoration : none; }
A.breadcrumb:link		{ font-size: 11px; color: #FFA200; font-family: Arial; font-weight: normal; text-decoration : none; }
A.breadcrumb:visited	{ font-size: 11px; color: #FFA200; font-family: Arial; font-weight: normal; text-decoration : none; }
A.breadcrumb:hover		{ font-size: 11px; color: #FFA200; font-family: Arial; font-weight: normal; text-decoration : none; }

A. 			{ font-size: 11px; color: #FFA200; font-family: Arial; font-weight: normal; text-decoration : underline; }
A.:active	{ font-size: 11px; color: #FFA200; font-family: Arial; font-weight: normal; text-decoration : underline; }
A.:link		{ font-size: 11px; color: #FFA200; font-family: Arial; font-weight: normal; text-decoration : underline; }
A.:visited	{ font-size: 11px; color: #FFA200; font-family: Arial; font-weight: normal; text-decoration : underline; }
A.:hover	{ font-size: 11px; color: #FFA200; font-family: Arial; font-weight: normal; text-decoration : underline; }

/* Alternate color Table */
.theme_table_row_even {font-size: 10px; background-color:#FEF5E6; font-family:  Arial; font-weight: normal; padding-bottom:10px; padding-top:10px; padding-left:16px;}
.theme_table_row_even_body {font-size: 10px; background-color:#FEF5E6; font-family:  Arial; font-weight: normal; padding-bottom:10px; padding-top:10px; padding-left:16px; padding-right:15px; }
.theme_table_row_even_details {font-size: 10px;  font-family:  Arial ; font-weight: normal;  }
.theme_table_row_even_details_italic {font-size: 10px;  font-family:  Arial ; font-weight:normal; font-style:italic }

.theme_table_row_odd {font-size: 10px; background-color:#FFFBF2; font-family:  Arial; font-weight: normal; padding-bottom:10px; padding-top:10px; padding-left:16px;}
.theme_table_row_odd_body {font-size: 10px; background-color:#FFFBF2; font-family:  Arial; font-weight: normal; padding-bottom:10px; padding-top:10px; padding-left:16px; padding-right:15px; }
.theme_table_row_odd_details {font-size: 10px; font-family:  Arial ; font-weight: normal;  }
.theme_table_row_odd_details_italic {font-size: 10px;  font-family:  Arial ; font-weight:normal; font-style:italic }
