﻿#cfd_content h1.h1_title_uni { }

.Uni_Colour { color: #0099c4; }
.Uni_Colour_Background { background-color: #ccf4ff; }

.Section_Panel, tr.Section_Panel > td { margin-bottom: 8px; margin-top: 8px; }
.Section_Panel_Bottom, tr.Section_Panel_Bottom > td { margin-bottom: 8px; }
.Section_Panel_Large, tr.Section_Panel_Large > td { padding: 8px; }
.Section_Panel_Small, tr.Section_Panel_Small > td { padding: 4px 8px; }
.Section_Panel_Small_No_Left, tr.Section_Panel_Small_No_Left > td { padding: 4px 8px 4px 0; }
.Section_Panel_Small_No_Left_No_Right, tr.Section_Panel_Small_No_Left_No_Right > td { padding: 4px 0 4px 0; }

#cfd_content td.td_small_space_under,
#cfd_content tr.td_small_space_under > td { background-color: transparent; height: 4px; }
#cfd_content td.td_small_none,
#cfd_content tr.td_small_none > td { background-color: #e6e6e6; padding: 4px 8px; }
#cfd_content td.td_small_uni,
#cfd_content tr.td_small_uni > td { background-color: #ccf4ff; padding: 4px 8px; }

#cfd_content td.td_large_space_under,
#cfd_content tr.td_large_space_under > td { background-color: transparent; height: 8px; }
#cfd_content td.td_large_none,
#cfd_content tr.td_large_none > td { background-color: #e6e6e6; padding: 8px; }
#cfd_content td.td_large_uni,
#cfd_content tr.td_large_uni > td { background-color: #ccf4ff; padding: 8px; }

#cfd_content td.td_small_strong_uni,
#cfd_content tr.td_small_strong_uni > td { background: #0099c4; color: White; font-weight: bold; padding: 4px 8px; }

.cfd_form.large_directory { background-color: #0c406d; color: White; padding: 5px 0; }
.cfd_form.large_directory_alt { background-color: #0099c4; color: White; padding: 5px 0; }
.cfd_form.large_directory_none { background-color: #e6e6e6; padding: 5px 0; }
.cfd_form.large_directory_uni { background-color: #ccf4ff; padding: 5px 0; }
.cfd_form.small_space_under { margin-bottom: 5px; }
.cfd_form.large_space_under { margin-bottom: 15px; }
.cfd_form div.form-row { clear: both; }
.cfd_form div.form-item { padding: 5px 15px; }
.cfd_form label.form-item { display: block; margin-bottom: 5px; }
.cfd_form h2 { color: white; margin: 0; }
.cfd_form h3 { color: white; margin: 0; }
.cfd_form a.form-item { color: white; font-weight: bold; text-decoration: none; }
.cfd_form a.form-item:hover { text-decoration: underline; }
/*.cfd_form button { border: none; }*/
.cfd_form input[type=submit] { border: none !important; }
.cfd_form p { line-height: normal; }