/* 
THM Base colors

Logo 
green:  		#80ba24;
grey:			#4a5c66;

Markup
red: 			#b30931
yellow:			#fbba00
blue-light: 	#00b5e2
blue-dark: 		#004289

*/


body {font-family: Verdana,Arial;font-size: 0.8em;line-height: 1.4em;color: #4a5c66;margin-top:2em;}

a {color: #004289;; text-decoration: none;}
a:hover {color: #b30931}


hr {border:0 #ccc solid;border-top-width:1px;clear:both;height:0}

h1 {	font-size: 1.2em;}
h2 {	font-size: 1.2em;}
h3 {	font-size: 1em;}
h4{font-size: 1em;}
h5{font-size: 0.75em;}
h6{font-size: 1em;}

ol{list-style:decimal;padding:1em 0 1em 2.5em;}
ul{list-style:none}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,pre,table,address,fieldset{margin-bottom:20px}
table td {vertical-align:top;}

.accessible {
	display: inline;
	height: 0px;
	left: -3000px;
	position: absolute;
	top: -2000px;
	width: 0px;
	z-index: 200;
}

/* */
.box{
    background-color: #eee;
    margin-bottom: 1em;
    padding: 0.4em;
	border: 1px solid #bbb;
    border-radius:3px;
    -moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow: 1px 1px 4px #ddd;
	-moz-box-shadow: 1px 1px 4px #ddd;
    -webkit-box-shadow: 1px 1px 4px #ddd;

}


/* divs */
.header {
	margin-top: 7px;
    background-color: #fff;
    margin-bottom: 0.2em;
	padding-bottom: 0.65em;
    color: white;
	border-bottom: 3px solid #80ba24;
	height: 120px;
}

.LLink {
position: absolute;
left:0;top:0px;
width:210px;
height:70px;
}
div.search {
position: absolute;
left:0;top:100px;
} 

div.search input {
    color: #4a5c66;
	font-weight: bold;
    font-size:10px;
}

input:hover,input:active, input:focus {
    background-color: #fbba00;
}

div.search input.submit {

}

div.navpath {
    font-size: 85%;
    margin-bottom: 1em;
	margin-top: 5px;
	height: 15px;	
	background: url(../images/path.png) 3px 6px no-repeat #eee;
	padding-bottom:3px;
}

div.navpath a {color: #004289;text-shadow: 0px 0px 2px #aaa;}
span.breadcrumbs {padding-left: 15px;}



div.thmfooter {
	font-size: 0.8em;
	text-align: center;
    border-top: 3px solid #80ba24;
	padding-top: 5px;
	margin-top:20px;
	margin-bottom:5px;
}

div#bannerleft{
	text-align: center;
    margin-bottom: 1em;
    padding: 0.4em;
	border: 1px solid #bbb;
    border-radius:3px;
    -moz-border-radius:3px;
	-webkit-border-radius:3px;

	box-shadow: 1px 1px 4px #ddd;
	-moz-box-shadow: inset 0px 0px 8px #ddd;
    -webkit-box-shadow: 1px 1px 4px #ddd;
}
div#bannerleft div{
 margin: 1em 0 1em 0;
}

.banner {
	border: 1px solid #b30931;
	box-shadow: 0px 0px 3px #4a5c66;
	-moz-box-shadow: 0px 0px 3px #fbba00;
    -webkit-box-shadow: 0px 0px 3px #ddd;
}

div#bottomnav {text-align:center; background: #eee;padding:10px;}
div#bottomnav  .moduletable{float: left; }



#current {
    font-weight: bold;
}

/* top menu styling */
ul.menu-top {font-size:78%;margin-top: 8px;}
ul.menu-top li {display: inline;float: right;margin-left: 5px;padding-right: 5px;border-right:1px solid #4a5c66;line-height:110%;text-transform: uppercase;}
ul.menu-top li:first-child {border-right:none;}


/* main menu styling */
ul.menu {padding-left:5px;line-height:1.4em;}
ul.menu li {margin:4px 0;}
ul.menu li a{background: url(../images/i22.gif) 0 9px no-repeat;padding-left:10px;text-shadow: 1px 1px 0 #FFFFFF; color: #4a5c66; text-transform: uppercase;display:block;}
ul.menu li a:hover{background: url(../images/i23.gif) 0 9px no-repeat;color: #b30931;}


/* main menu level 1 */
ul.menu li ul {padding: 0 0 1px 5px;line-height:1.3em;font-weight: normal;font-size:0.9em;}
ul.menu li ul li a{padding-left:11px;text-transform: none;background: url(../images/i22_1.gif) 5px 6px no-repeat;}
ul.menu li ul li a:hover {background: url(../images/i23_1.gif) 5px 6px no-repeat;}


/* main menu level 2 */
ul.menu li ul li ul{padding-top: 3px;padding-left: 5px;line-height:1em;font-weight: normal;font-size:0.95em;}
ul.menu li ul li ul li a{padding-left:12px;text-shadow: 1px 1px 0 #FFFFFF; color: #4a5c66; text-transform: none;background: url(../images/i22_2.gif) 7px 5px no-repeat;}
ul.menu li ul li ul li a:hover {background: url(../images/i23_2.gif) 7px 5px no-repeat;}




/* component-content #page */

h2,.componentheading, .contentheading , .componentheading-ic, .contentheading-ic{
    padding-left: 13px;
    margin-bottom: 20px;
	background: url(../images/h1_9.gif) 0 4px no-repeat;
	font-weight: bold;
	text-shadow:  1px 1px 0px #ddd;
}

#content ul {margin-top: 10px;}


p.counter  {margin:20px 0 2px 0;font-size:0.85em;}

#content ul.pagination  {margin-top: 0;border-top:solid 1px #ccc;border-bottom:solid 1px #ccc;padding:5px 0 5px 0;font-size:0.85em;font-weight:bold;}
#content ul.pagination li{background:none;display: inline;font-weight:normal;margin:0 5px 0 5px;}
#content ul.pagination li a{color: #004289;border:none;}

#page a , .blog a, .contentdescription a, .contentdescription-ic a{border-bottom: 1px dotted;}
a.readon { color: #004289; font-weight: bold; font-size: 85%;}
#page ul, .blog ul, .contentdescription ul, .contentdescription-ic ul, blockquote {padding:1em 0 1em 1.5em;}

#page ul li, .blog ul li, .contentdescription ul li, .contentdescription-ic ul li{
	padding-left:13px;
	background: url(../images/li5.gif) 0 7px no-repeat;
	margin-bottom: 10px;
}

#page img.ibp, .contentdescription img.ibp, .contentdescription-ic img.ibp  , .blog .ibp , div.buttonheading img, div.contact img.ibp{
	padding: 4px;
	position: relative;
	border: 1px solid;
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	background: rgb(200, 200, 200);
	background: -moz-linear-gradient(center top, rgb(255,255,255) 0%, rgb(200,200,200) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(200,200,200)));
	-pie-background: linear-gradient(rgb(255,255,255), rgb(200,200,200) 100%);
	border-color: rgb(255, 255, 255);	
}

#page img.ibic
{
	padding: 2px;
	position: relative;
	border: 1px solid;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: rgb(200, 200, 200);
	background: -moz-linear-gradient(center top, rgb(255,255,255) 0%, rgb(200,200,200) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(200,200,200)));
	-pie-background: linear-gradient(rgb(255,255,255), rgb(200,200,200) 100%);
	border-color: rgb(255, 255, 255);	
	top:3px;
}



div.extlink {
	margin: 10px 0;
	padding: 6px;
	padding-left: 25px;
	background: url(../images/ext_link.gif) 9px 12px no-repeat;
	border: 1px solid #4a5c66;
	border-left: 5px solid #b30931;
	background-color: #eee;
    border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	text-shadow:  1px 1px 1px #aaa;
}
#page div.extlink  a {border: none;}

table.contenttoc {
	background-color: #eee;
	padding: 2px;
	margin-left: 12px;
	margin-bottom: 12px;
	float: right;
}

table.contenttoc td {
  padding: 2px;
  font-size: 10px;
  line-height: 11px;  
}

table.contenttoc th {
  text-align: left;
  font-size: 10px;
  text-transform: uppercase;
}

	
.pagenavcounter {
  color: #80ba24;
  font-size: 100%;
  font-weight: bold;
}
 
.pagenavbar,.pagenav {
  margin-top:10px;
  color: #999999;
  line-height: 11px;
  font-size: 10px;
}

.pagenavbar a{
  color: #b30931;
  line-height: 11px;
  font-size: 10px;
  font-weight: bold;
  border-bottom: none !important;
}

table.pagenav {margin-top:30px;}

.quicklinks {
	text-shadow: 1px 1px 0 #FFFFFF;
	margin-bottom: 5px;
	margin-left:10px;
	border: 1px solid #4A5C66; 
	background-color: #f0f0f0; 
	padding: 4px 0 0 7px;
	border-left: 3px solid #b30931;
    border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow: 1px 1px 4px #ddd;
	-moz-box-shadow: 1px 1px 4px #ddd;	
	-webkit-box-shadow: 1px 1px 4px #ddd;
    font-weight:bold;
    float: right;
    width: 205px;
}

.quicklink_item {
padding:6px 6px 6px 0px;
margin:0 6px 0 0;
text-shadow: 1px 1px 1px #AAAAAA;
font-size:11px;
font-weight:normal;
border-top: 1px solid #bbb;

}


#page .quicklink_item a{
	border-bottom: none;
}

.sectiontableentry1, .table_light_green {
    background-color: #E6F1D3;
    vertical-align: top;
}	

.table_medium_green {
    background-color: #DBEFA5;
}

.sectiontableentry2, .table_dark_green {
    background-color: #BFDC91;
    vertical-align: top;
}	
	
div.buttonheading {margin-bottom:10px;text-align:right; font-size: 0.8em;}
#page div.buttonheading a,div.buttonheading a{ border-bottom: none;}
#page div.buttonheading img, div.buttonheading img{ margin-left: 10px;}

	

/* section-category-article sequence */
a.category, .category .sectiontableentry1-ic a, .category .sectiontableentry1 a,
 .category .sectiontableentry2-ic a, .category .sectiontableentry2 a, a.blogsection{
 line-height: 2em;
 padding-left: 20px;
 color: #004289;
 font-weight: bold;
 background: url(../images/cl_2.gif) 4px 6px no-repeat;
 border-bottom: none !important;
}

table.category {
  margin-top: 15px;
}

ul.category{
  margin-top: 15px;
  padding-left:20px;
}

ul.category li{
  padding-left: 16px;background: url(../images/cl_2.gif) 0px 7px no-repeat;
  font-weight:bold;line-height: 1.3em;margin-bottom:10px;
}

.article_params ,p.articleinfo,p.iteminfo {font-size:80%;font-weight:normal;font-style:italic;color: #777;margin-bottom:10px;line-height:1.3em;}
.createdby,.createdate,.itemhits,.modifydate {background: url("../images/i23_2.gif") no-repeat 0 6px;padding-left:5px;}


/* left column modules */


div#left div.box  h3 {
	text-shadow: 1px 1px 0 #FFFFFF;
	margin-bottom: 5px;
	border-bottom: 3px solid #fbba00; 
	background-color: #f0f0f0; 
	padding-left: 4px;
	border-bottom: 1px solid #4a5c66;
	line-height: 1.45em;
	box-shadow: 1px 1px 3px #aaa;
	-moz-box-shadow: 1px 1px 3px #aaa;	
	-webkit-box-shadow: 1px 1px 3px #aaa;	
}

/* right column modules (and contenttoc)*/

div#right .moduletable  {margin-bottom:25px;}

#right .moduletable h3, table.contenttoc th {
	text-shadow: 1px 1px 0 #FFFFFF;
	margin-bottom: 5px;
	border-bottom: 3px solid #fbba00; 
	background-color: #f0f0f0; 
	padding-left: 7px;
	border-left: 5px solid #b30931;
    border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow: 1px 1px 4px #ddd;
	-moz-box-shadow: 1px 1px 4px #ddd;	
	-webkit-box-shadow: 1px 1px 4px #ddd;
}

#right .moduletable ul , ul.latestnews{
  padding-left: 5px;
  margin-top: 10px;
  font-size: 11px;
}

#right .moduletable ul li,#page table.contenttoc a.toclink ,  ul.latestnews li.latestnews{
	padding-left:13px;
	background: url(../images/li3.gif) 0 5px no-repeat;
	line-height: 1.35em;
	margin-bottom: 5px;
	border-bottom: none;
}


/* contact component */
table.category tr td.sectiontableentry1 a, table.category tr td.sectiontableentry2 a { 
  background: none;
  padding:0;
}


#page table td, #content table td {
  padding:5px 8px;
}

table.category {
  padding:10px; border:1px solid #BBBBBB;
}

table.category tr th.sectiontableheader, .table_blue {
  padding: 8px 0px 12px 8px;
  background-color: #004289;
  color: #fff;
  text-align: left;
}

table.category tr td {   
  padding: 2px 4px 2px 8px;
  text-align: left;
}

table.category tr td.sectiontableentry1 {
  background-color: #e6f1d3;
}

table.category tr td.sectiontableentry2 {
  background-color: #bfdc91;
}
.adress,.contact_address {
	border: 1px solid #fbba00;
	border-left: 3px solid #b30931;
	padding: 10px;
	background-color: #f0f0f0; 
    margin-right:5px;
	margin-top: 5px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow: 1px 1px 4px #ddd;
	-moz-box-shadow: 1px 1px 4px #ddd;	
	-webkit-box-shadow: 1px 1px 4px #ddd;
}
.contact {
	padding: 0 5px 0 5px;
}

.contact_address .marker{
padding-right:10px;
}

.contact_email  label {
 float: left;
 width: 15em;
 font-weight:bold;
 }
 
 div.contact_email  {
 margin-bottom: 15px;
 }

/* Weblinks */

div.weblinks .contentdescription {padding:0 0 20px 0;}
table.weblinks {border: 1px solid #bbb;}
table.weblinks tr.sectiontableentry1 td, table.weblinks tr.sectiontableentry2 td {padding:4px 7px;}
table.weblinks a.category {background:none; padding-left:7px;}


div.quote {
background: url(../images/quote.gif) no-repeat;
padding-left:60px;
margin:30px 0;
}

#content div.quote h2 {
background: none !important;
padding-left: 0;
}

ol.bignum {
margin-bottom: 0;
} 

ol.bignum li {
margin-bottom:20px;
padding-bottom:0px;
} 

/* bottom navigation */
#bottomnav ul {text-align:left;font-size: 10px;line-height:1em;margin-right: 18px;padding-left:0;}
#bottomnav ul.menu li  a {font-weight: bold; background: none;}
#bottomnav ul.menu li  ul {padding-left: 8px;}
#bottomnav ul.menu li  ul li a {text-transform:none; background: url(../images/i18.gif) 3px 4px no-repeat;font-weight:normal;}



/* Background Color Styles */
.bg_blue { background:#004289; color:#fff; font-weight:bold; }
.bg_greenlight { background:#E6F1D3; }
.bg_greendark { background:#BFDC91; }



/* Frontend edit mode */

div.contentpaneopen_edit {float: right;}
div.contentpaneopen_edit a, #page div.contentpaneopen_edit a{border-bottom: none}

/* Tooltips */
.tool-tip {
   background: #ffc;
   border: 1px solid #b30931;
   padding: 5px;
}
.tool-title {
   font-weight: bold;
   padding-bottom:10px;
}
.tool-text {}

/* Login Form Styles */
label {display:block; float:left; width:120px; }
div.name {padding:3px 0;}

/* Frontpage styling */
.leading_separator {border-top: 1px solid #ddd;display: block;}


/* JCE (remove standard link style) */
#page a.jcepopup {border-bottom:none;}

/* Phocagallery (remove standard link styles) */
#page a.shadowbox-button-rim {border-bottom:none;}
#page div.phocagallery div.detail a {border-bottom:none;}


/* thm4u Form Styles */
#form_10 .fabrikGroup {border: 1px solid #4B5C68; padding-bottom: 15px; background: #EDFAD4;}
#form_10 .fabrikGroup legend {margin: 0 5px; padding: 2px 5px; background:#ffffff; border: 1px solid #4B5C68;}
#form_10 label {float:left; width:100%; padding-left:10px;}

#form_10 .fabrikSubElementContainer  {margin:0;}







/* 
THM Base colors

Logo 
green:  		#80ba24;
grey:			#4a5c66;

Markup
red: 			#b30931
yellow:			#fbba00
blue-light: 	#00b5e2
blue-dark: 		#004289

*/
