/*
11px = 85%
12px = 90%
13px = 95%
14px = 108%
15px = 114%
20px = 132%

Traditional Blue = #4E7993
Very light version of this blue: #DAF1FF
Red = #B30303
Darkish Blue = #08E

Background colours for input boxes:
#FF0;	yellow
#FF7373; pink FFBFFF or reddish #FF7373?
#B7B9FF;	blue
#9FC;		green

CF8FFF;	purple 
#87CEFA;	light sky blue 
#8F8FCC; darker purple
#659EC4; darker sky blue 

Bargraphs:
#00C92F; Light Green
#008C23; Dark Green (text)

#FD0605; Light Red
#B30303; Dark Red (text)

NON-EDITABLE FIELD:
#E2DBFC Purple

 */
 
/* xf */
@font-face { 
  font-family: Yanone Kaffeesatz; 
    src: url('../fonts/YanoneKaffeesatz-Regular.eot'); 
    src: local("Yanone Kaffeesatz"), url('../fonts/YanoneKaffeesatz-Regular.ttf'); 
} 

@font-face { 
  font-family: News Cycle; 
    src: url('../fonts/NewsCycle-Regular.eot'); 
    src: local("News Cycle"), url('../fonts/NewsCycle-Regular.ttf'); 
} 

html { 
  height: 100%;
}

* { 
  margin: 0;
  padding: 0;
}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section { 
  display:block;
}

body { 
  font: normal .80em arial, sans-serif;
  background: #eeeeee url(../images/pattern.png);
  color: #444;
}

p { 
  padding: 0 0 20px 0;
  line-height: 1.5em;
}

img { 
  border: 0;
}

h1, h2, h3, h4, h5, h6 { 
  color: #362C20;
  letter-spacing: 0em;
  padding: 0 0 5px 0;
}

h1, h2, h3 { 
  font: normal 140% arial, sans-serif;
  margin: 0 0 15px 0;
  padding: 15px 0 5px 0;
  color: #222;
}

h2 { 
  font-size: 160%;
  padding: 9px 0 5px 0;
}

h3 { 
  font-size: 140%;
  padding: 5px 0 0 0;
}

h4, h6 { 
  color: #00AAD5;
  padding: 0 0 5px 0;
  font: normal 160% 'News Cycle', arial, sans-serif;
}

h5, h6 { 
  color: #555;
  font: italic 95% arial, sans-serif;
  letter-spacing: normal;
  padding: 0 0 15px 0;
}

a, a:hover { 
  text-decoration: none;
  outline: none;
  color: #B30303;
}

a:hover { 
  text-decoration: underline;
}

blockquote { 
  margin: 20px 0; 
  padding: 10px 20px 0 20px;
  border: 1px solid #E5E5DB;
  background: #FFF;
}

ul { 
  margin: 2px 0 22px 17px;
}

ul li { 
  list-style-type: circle;
  margin: 0 0 6px 0; 
  padding: 0 0 4px 5px;
  line-height: 1.3em;
}

ol { 
  margin: 8px 0 22px 20px;
}

ol li { 
  margin: 0 0 11px 0;
}

.left { 
  float: left;
  width: auto;
  margin-right: 10px;
}

.right { 
  float: right; 
  width: auto;
  margin-left: 10px;
}

.center { 
  display: block;
  text-align: center;
  margin: 20px auto;
}

#main, nav, #container, #logo, #site_content, footer { 
  margin-left: auto; 
  margin-right: auto;
}

#main {
  margin: 5px auto;
  width:98%;
  max-width: 940px;
  background: transparent;
  padding-bottom: 30px;
}

header { 
  background: transparent;
  height: 130px;
}

#logo { 
  width:100%;
  max-width: 940px;
  min-height: 120px;
  background: transparent;
  color: #888;
  padding: 0;
  float: left;
}

#logo h1, #logo h2 { 
  font: normal 320% 'News Cycle', arial, sans-serif;
  border-bottom: 0;
  text-transform: none;
  margin: 0;
}

#logo_text h1, #logo_text h1 a, #logo_text h1 a:hover { 
  padding: 0;
  color: #444;
  text-decoration: none;
}

#logo_text h1 a .logo_colour { 
  color: #B30303;
}

#logo_text a:hover .logo_colour { 
  color: #444;
}

#logo_text h2 { 
  font-size: 140%;
  padding: 0 0 0 0;
  color: #222;
}

nav { 
  height: 44px;
  width:100%;
  max-width: 940px;
  float: right;
  margin: -20px auto 0 auto;
  color: #222;
  background: #ddd; /* Show a solid color for older browsers */
  background: -moz-linear-gradient(#fff, #ddd);
  background: -o-linear-gradient(#fff, #ddd);
  background: -webkit-linear-gradient(#fff, #ddd);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  border: 1px solid #eee;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
} 

#site_content { 
  width:100%;
  max-width: 940px;
  overflow: hidden;
  margin: 0px auto 0 auto;
  padding: 15px 0 15px 0;
}  

#sidebar_container { 
  float: right;
  width: 224px;
  margin: 25px 0 0 0;
}

.sidebar { 
  float: right;
  width: 200px;
  padding: 5px 20px;
  margin: 0 0 17px 0;
}
  
.sidebar h3, .content h1 { 
  padding: 0 15px 20px 0;
  font: 230% 'News Cycle', arial, sans-serif;
  text-shadow:  #FFF 1px 1px;
  margin: 0 1px;
  color: #444;
}

.sidebar h3 { 
  color: #444;
  font: 250% 'News Cycle', arial, sans-serif;
  padding: 0 15px 5px 0;
}

.sidebar ul { 
  margin: 0 0 15px 0;
} 

.sidebar li a, .sidebar li a:hover { 
  color: #555;
  text-decoration: none;
} 

.sidebar li a:hover { 
  text-decoration: underline;
} 

.sidebar_item, .content_item { 
  padding: 15px 0;
}

.content { 
  text-align: left;
  width:100%;
  /*max-width: 670px;*/
  margin: 25px 0 0 0;
  float: left;
  font-size: 120%;
}

.content_w { 
  width:100%;
  max-width: 880px;
}

.content_ww { 
  width:100%;
  max-width: 920px;
}

.content ul { 
  margin: 2px 0 22px 0px;
}

.content ul li, .sidebar ul li { 
  list-style-type: none;
  background: url(../images/bullet.png) no-repeat;
  margin: 0 0 0 0; 
  padding: 0 0 4px 28px;
  line-height: 1.3em;
}

footer { 
  width:100%;
  max-width: 950px;
  /*font: 170% 'Yanone Kaffeesatz', arial, sans-serif;*/
  font: 120% 'Yanone Kaffeesatz', arial, sans-serif;
  /*height: 30px;*/
  height: 32px;
  padding: 5px 0 20px 0;
  text-align: center;
  background: #ddd; /* Show a solid color for older browsers */
  background: -moz-linear-gradient(#fff, #ddd);
  background: -o-linear-gradient(#fff, #ddd);
  background: -webkit-linear-gradient(#fff, #ddd);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  border: 1px solid #eee;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
}

footer p { 
  line-height: 1.5em;
  padding: 0 0 10px 0;
}

footer .footer_div {  
  text-align: center;
  line-height: 1.5em;
  /*padding: 0 0 10px 0;*/
  padding: 0 0 0px 0;
  color:#666;	/* derek */
}

footer a { 
  color: #666;
  font-size: 80%;
  text-decoration: none;
}

footer a:hover { 
  color: #666;
  font-size: 80%;
  text-shadow: none;
  text-decoration: underline;
}

textarea
{
	font-family: Arial, sans-serif, Helvetica;
	font-size:85%;
}

.form_settings { 
  margin: 15px 0 0 0;
}

.form_settings p { 
  padding: 0 0 4px 0;
}

.form_settings span { 
  float: left; 
  width: 200px; 
  text-align: left;
}
  
.form_settings input, .form_settings .std_input, .form_settings textarea { 
  padding: 5px; 
  max-width: 299px;
  font: 100% arial; 
  border: 1px solid #D5D5D5; 
  background: #FFF; 
  color: #47433F;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px; 
  border-radius: 7px 7px 7px 7px;
}

.form_settings .trunc_input
{
	width: 180px;
}

  
.form_settings .submit, .sole_submit { 
  font: 160% 'Yanone Kaffeesatz', arial, sans-serif; 
  width: 98px;	/* was 99px */ 
  /* margin: 0 0 0 212px; */ 
  height: 38px;	/* was 33px */
  padding: 2px 0 2px 0;
  cursor: pointer; cursor:hand;
  background: #ddd; /* Show a solid color for older browsers */
  background: -moz-linear-gradient(#fff, #ddd);
  background: -o-linear-gradient(#fff, #ddd);
  background: -webkit-linear-gradient(#fff, #ddd);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  border: 1px solid #ddd;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  color: #B30303;	/* was 222 */
  text-shadow: 1px 1px #FFF;
}

.form_settings .submitL { 
  font: 160% 'Yanone Kaffeesatz', arial, sans-serif; 
  width: 172px;	 
  height: 38px;	
  padding: 2px 0 2px 0;
  cursor: pointer; cursor:hand;
  background: #ddd; /* Show a solid color for older browsers */
  background: -moz-linear-gradient(#fff, #ddd);
  background: -o-linear-gradient(#fff, #ddd);
  background: -webkit-linear-gradient(#fff, #ddd);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  border: 1px solid #ddd;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  color: #B30303;	/* was 222 */
  text-shadow: 1px 1px #FFF;
}
  
.sole_submit2 { 
  /*font: 130% 'Yanone Kaffeesatz', arial, sans-serif;*/
  font: 160% 'Yanone Kaffeesatz', arial, sans-serif;
  width: 112px !important;	/* was 99px */ 
  max-width: 112px !important;
  /* margin: 0 0 0 212px; */ 
  height: 30px;	/* was 33px */
  padding: 2px 0 2px 0;
  cursor: pointer; cursor:hand;
  background: #ddd; /* Show a solid color for older browsers */
  background: -moz-linear-gradient(#fff, #ddd);
  background: -o-linear-gradient(#fff, #ddd);
  background: -webkit-linear-gradient(#fff, #ddd);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  border: 1px solid #ddd;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  color: #B30303;	/* was 222 */
  text-shadow: 1px 1px #FFF;
}

/* Orange */
.sole_submit3 { 
  font: 110% 'Yanone Kaffeesatz', arial, sans-serif;
  width: 80px;
  height: 30px;
  padding: 2px 0 2px 0;
  cursor: pointer; cursor:hand;
  background: #FFBF00; /* Show a solid color for older browsers */
  background: -moz-linear-gradient(#fff, #FFBF00);
  background: -o-linear-gradient(#fff, #FFBF00);
  background: -webkit-linear-gradient(#fff, #FFBF00);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  border: 1px solid #FFBF00;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  color: #8C6900;
  text-shadow: 1px 1px #FFF;
}

.sole_submit3S { 
  font: 132% 'Yanone Kaffeesatz', arial, sans-serif;
  width: 88px;
  height: 24px;
  padding: 0;
  cursor: pointer; cursor:hand;
  background: #FFBF00; /* Show a solid color for older browsers */
  background: -moz-linear-gradient(#fff, #FFBF00);
  background: -o-linear-gradient(#fff, #FFBF00);
  background: -webkit-linear-gradient(#fff, #FFBF00);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  border: 1px solid #FFBF00;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  color: #8C6900;
  text-shadow: 1px 1px #FFF;
}

.sole_submit3L { 
  font: 160% 'Yanone Kaffeesatz', arial, sans-serif;
  width: 172px;
  height: 38px;
  padding: 0;
  cursor: pointer; cursor:hand;
  background: #FFBF00; /* Show a solid color for older browsers */
  background: -moz-linear-gradient(#fff, #FFBF00);
  background: -o-linear-gradient(#fff, #FFBF00);
  background: -webkit-linear-gradient(#fff, #FFBF00);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  border: 1px solid #FFBF00;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  color: #8C6900;
  text-shadow: 1px 1px #FFF;
}

/* Orange dotted */
.sole_submit3dot { 
  font: 110% 'Yanone Kaffeesatz', arial, sans-serif;
  width: 80px;
  height: 30px;
  padding: 2px 0 2px 0;
  background:none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  border: 1px dotted #CCC;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  color: #AAA;
  text-shadow: 1px 1px #FFF;
}


/* Red */
.sole_submit4 { 
  font: 110% 'Yanone Kaffeesatz', arial, sans-serif;
  width: 80px;
  height: 30px;
  padding: 2px 0 2px 0;
  cursor: pointer; cursor:hand;
  background: #D90000; /* Show a solid color for older browsers */
  background: -moz-linear-gradient(#fff, #D90000);
  background: -o-linear-gradient(#fff, #D90000);
  background: -webkit-linear-gradient(#fff, #D90000);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  border: 1px solid #D90000;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  color: #660000;
  text-shadow: 1px 1px #FFF;
}


/* Green */
.sole_submit5 { 
  font: 110% 'Yanone Kaffeesatz', arial, sans-serif;
  width: 80px;
  height: 30px;
  padding: 2px 0 2px 0;
  cursor: pointer; cursor:hand;
  background: #2BB200; /* Show a solid color for older browsers */
  background: -moz-linear-gradient(#fff, #2BB200);
  background: -o-linear-gradient(#fff, #2BB200);
  background: -webkit-linear-gradient(#fff, #2BB200);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  border: 1px solid #2BB200;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  color: #336600;
  text-shadow: 1px 1px #FFF;
}
.sole_submit5S { 
  font: 132% 'Yanone Kaffeesatz', arial, sans-serif;
  width: 140px;
  height: 24px;
  padding: 0;
  cursor: pointer; cursor:hand;
  background: -moz-linear-gradient(#fff, #2BB200);
  background: -o-linear-gradient(#fff, #2BB200);
  background: -webkit-linear-gradient(#fff, #2BB200);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  border: 1px solid #2BB200;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  color: #336600;
  text-shadow: 1px 1px #FFF;
}



.form_settings textarea, .form_settings select, .select1 { 
  font: 100% arial; 
  /* width: 299px; */
}

.form_settings select { 
  /* width: 310px; */
}

.form_settings .checkbox { 
  margin: 4px 0; 
  padding: 0; 
  width: 14px;
  border: 0;
  background: none;
}

.separator { 
  width: 100%;
  height: 0;
  border-top: 1px solid #D9D5CF;
  border-bottom: 1px solid #FFF;
  margin: 0 0 20px 0;
}
  
table { 
  margin: 10px 0 30px 0;
}

table tr th, table tr td { 
  /*background: #BBB; July 2015 when added table row colour change on hover/select*/
  color: #FFF;
  padding: 7px 4px;
  text-align: left;
}
  
table tr td { 
  /*background: #DDD; July 2015 when added table row colour change on hover/select*/
  color: #444;
  border-top: 1px solid #FFF;
}

/* July 2015 Adding table row colour change on hover/select */
#main_table101 tr:hover
{
    background-color: #FFFFBE;
}

#main_table101 tr.selected
{
    background-color: #FCFC00;
}

.td_plain
{
	border:none; background:none; padding:0;
	line-height:1.2em;
}

.td_plain2
{
	border:none; background:none; padding:0;
	line-height:1.2em;
	padding-bottom: 7px;
}

.td_plainish
{
	border:none; background:#DDD; padding:0px 4px 10px 4px;
}

.td_plainish_clinic
{
	border:none; background:#FFF; padding:0px 4px 6px 4px;
}

.td_plainish_total
{
	border:none; background:#FFF; padding:0px 4px 6px 4px;
}

/* Image Transitions */
ul#images {
  margin: 0 15px 10px 0;
  padding: 0;
  list-style: none;
  position: relative;
}

ul#images li {
  display: block;
  overflow: hidden;
  padding: 0;
  float: left;
  width: 155px;
  height: 300px;
}



/**
Stylesheet for SooperFish by www.SooperThemes.com
Author: Jurriaan Roelofs
**/

/* Configuration of menu width */
html body ul.sf-menu ul,html body ul.sf-menu ul li { 
  width: 200px;
}

html body ul.sf-menu ul ul { 
  margin: 0 0 0 200px;
}

/* Framework for proper showing/hiding/positioning */
ul.sf-menu,ul.sf-menu * { 
  margin: 0;
  padding: 0;
}

ul.sf-menu { 
  display: block;
  position: relative;
}
  
ul.sf-menu li { 
  display: block;
  list-style: none;
  float: left;
  position: relative;
}
  
ul.sf-menu li:hover { 
  visibility: inherit; /* fixes IE7 'sticky bug' */ 
}

ul.sf-menu a { 
  display: block;
  position: relative;
}
  
ul.sf-menu ul { 
  position: absolute;
  width: 150px; 
  top: auto;
  left: -999999px;
}
  
ul.sf-menu ul a { 
  zoom: 1; /* IE6/7 fix */ 
}

ul.sf-menu ul li { 
  float: left; /* Must always be floated otherwise there will be a rogue 1px margin-bottom in IE6/7 */
  width: 150px;
  font-size:85%;
}
  
ul.sf-menu ul ul { 
  top: 0;
  margin: 0 0 0 150px;
}

ul.sf-menu li:hover ul,ul.sf-menu li:focus ul,ul.sf-menu li.sf-hover ul, 
ul.sf-menu ul li:hover ul,ul.sf-menu ul li:focus ul,ul.sf-menu ul li.sf-hover ul,
ul.sf-menu ul ul li:hover ul,ul.sf-menu ul ul li:focus ul,ul.sf-menu ul ul li.sf-hover ul,
ul.sf-menu ul ul ul li:hover ul,ul.sf-menu ul ul ul li:focus ul,ul.sf-menu ul ul ul li.sf-hover ul { 
  left: auto;
}
  
ul.sf-menu li:hover ul ul,ul.sf-menu li:focus ul ul,ul.sf-menu li.sf-hover ul ul,
ul.sf-menu ul li:hover ul ul,ul.sf-menu ul li:focus ul ul,ul.sf-menu ul li.sf-hover ul ul,
ul.sf-menu ul ul li:hover ul ul,ul.sf-menu ul ul li:focus ul ul,ul.sf-menu ul ul li.sf-hover ul ul,
ul.sf-menu ul ul ul li:hover ul ul,ul.sf-menu ul ul ul li:focus ul ul,ul.sf-menu ul ul ul li.sf-hover ul ul { 
  left: -999999px;
}

/* autoArrows CSS */
span.sf-arrow { 
  width: 7px;
  height: 7px;
  position: absolute;
  top: 20px;
  right: 5px;
  display: block;
  background: url(../images/arrows-black.png) no-repeat 0 0;
  overflow: hidden; /* making sure IE6 doesn't overflow and expand the box */
  font-size: 1px;
}

ul ul span.sf-arrow { 
  right: 5px;
  top: 20px;
  background-position: 0 100%;
}

/* Theming the menu */
ul#nav { 
  float: left;
}

ul#nav ul { 
  background: #ddd;
  margin-top: 5px;
  padding-bottom: 15px;
}

ul#nav li a { 
  padding: 7px 20px 6px 20px;
  font: 170% 'Yanone Kaffeesatz', arial, sans-serif;
  text-shadow: 1px 1px #fff;
  text-decoration: none;
  color: #222;
  margin-right: 2px;
}

ul#nav li a:hover, ul#nav li a:focus, ul#nav li.selected a, ul#nav li.selected a:hover, ul#nav li.selected a:focus { 
  color: #B30303;
  text-shadow: none;
}

ul#nav ul li a { 
  color: #222;
}

ul#nav ul li a:hover { 
  color: #B30303;
  margin-right: 2px;
}

.sole_selected a
{
  color: #B30303 !important;
  text-shadow: none;
}

/*.sole_selected ul li a
{
  color: #222;
  text-shadow: none;
}*/

.child_unselected a
{
  color: #222 !important;
  text-shadow: 1px 1px #fff;
}

.child_selected a
{
  color: #B30303 !important;
  text-shadow: none;
}

.sole_selected ul li a:hover
{
  color: #B30303 !important;
  text-shadow: none;
}

/* Image Transitions */
ul#images {
  margin: 0 15px 10px 0;
  padding: 0;
  position: relative;
}

ul#images li {
  display: block;
  overflow: hidden;
  padding: 0;
  float: left;
  width: 155px;
  height: 300px;
  list-style: none;
}

.column_narrow
{
	font-size:85%; width:10px; padding-left:0; padding-right:0; overflow:hidden; white-space: nowrap;
}

.column_hide
{
	/*width:0px;*/
	display:none;
}

.column_normal
{
	/*font-size:90%; overflow:hidden;*/
	font-size:90%;
}

.column_total
{
	font-size:90%;
	background-color: #FFF;
}

.column_total_all
{
	font-size:90%;
	background-color: #FFF;
}

.column_normal_s
{
	/*font-size:90%; overflow:hidden;*/
	font-size:80%;
	color:#8F8FCC;
}

.column_total_s
{
	font-size:80%;
	background-color: #FFF;
	color:#8F8FCC;
}

.column_total_all_s
{
	font-size:80%;
	background-color: #FFF;
	color:#659EC4;
}

.column_sky
{
	font-size:85%; background-color:#87CEFA; font-weight:bold; color:#4A4A4A;
}

.column_blue
{
	font-size:85%; background-color:#4E7993; font-weight:bold; color:#EEE;
}

.column_yellow
{
	font-size:85%; background-color:#FF0; font-weight:bold; color:#000;
}

.column_normal_header
{
	/*font-size:85%; overflow:hidden;*/
	font-size:85%;
	background: #DDD;
	color: #444;
	border-top: 1px solid #FFF;
	font-weight:normal;
}

.column_normal_header_bold
{
	font-size:85%;
	font-weight:bold;
}

.column_data
{
	/*font-size:85%; overflow:hidden;*/
	font-size:85%;
}

.new_entry
{
	background-color:#FF0;	/* yellow */
}

.new_entry2
{
	background-color:#FF7373; /* pink FFBFFF or reddish #FF7373? */
}

.new_entry3
{
	background-color:#B7B9FF;	/* blue */
}

.new_entry4
{
	background-color:#9FC;		/* green */
}

.new_entry5
{
	background-color:#CF8FFF;	/* purple */
}

.new_entry6
{
	background-color:#87CEFA;	/* light sky blue */
}

.new_entry7
{
	background-color:#8F8FCC;	/* darker sky blue */
}

.form_input input
{
  padding: 1px 2px; 
  max-width: 84px;	/* 84px */
}

.form_input select
{
  padding: 1px 2px; 
  max-width: 84px;	/* 84px */
}

.form_input .select_longer
{
  padding: 1px 2px; 
  max-width: 128px;	/* 128px */
}

.form_input .shortinput
{
  padding: 1px 2px; 
  max-width: 54px;	/* 54px */
}

.form_input .shorterinput
{
  padding: 1px 2px; 
  max-width: 42px;
}

.form_input .shorterinput_B
{
  padding: 1px 2px; 
  max-width: 42px;
  color:#FFF;
  background-color:#B7B9FF;
}

.form_input .shorterinput_C
{
  padding: 1px 2px; 
  max-width: 42px;
  color:#4A4A4A;
  background-color:#87CEFA;
}


.kleininput
{
  width: 32px;
  max-width: 32px;
}

.briefinput
{
  width: 48px;
  max-width: 48px;
}

.numminput
{
  width: 62px;
  max-width: 62px;
}

.profileinput
{
  max-width: 160px !important;
}

.medinput
{
  max-width: 200px;
}

.medinput2
{
  max-width: 140px;
}

.medinput3
{
  max-width: 160px;
}

.medinput4
{
  max-width: 200px;
}

.medinput5
{
  max-width: 280px;
}

.form_input textarea
{
  padding: 1px 2px; 
  max-width: 100px;	/* 100px */
}

/* Turn a DIV upside down so elements "sink" instead of "float" */
.invert180
{
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.error_msg
{
	font-weight:bold;
	font-size:16px;
	color:#B30303;
}

#submit_button1
{
	position: fixed;
	top:113px;
	right:12px;
	z-index:10;
}

#submit_button101
{
	position: fixed;
	top:108px;
	right:20px;
	z-index:10;
}

.training_video
{
	/*height:174px;
	width:212px;*/
	height:348px;
	width:424px;
}

.button_one
{
	background-color:coral; margin-top:-20px; margin-bottom:40px; border-radius:12px; padding:8px 24px; width:220px; color:white; font-size:22px; cursor:pointer; text-align:center;
}


.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}
