/** ConfTool Custom CSS File **/
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('main/open-sans-v18-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('main/open-sans-v18-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('main/open-sans-v18-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('main/open-sans-v18-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/** Main Background **/
 body {background-color: #fff;
  background: url(bg.png) repeat-x bottom left fixed; 
  margin-top:0;
  margin-bottom:200px;
}

/** Link Colors **/

a:link, .link_button_logout { color: #0087c4; }
a:visited { color: #00608c; }
a:active  { color: #f1007d; }
a:hover   { color: #f1007d; }


/** Login Page Colours **/
.tbldialog { background: #ffffff; }
.td_dlg_title { background: #1796d1; } 
.td_dlg_title h3 { color: #ffffff; } 



/** Navigation Bars **/

/** Main navigation bar with colourful dark background and inverted white hover **/
.cthead_a, .link_button_logout, .navbar_item { color: #333 !important; }
.navbar { background: #fff; border:0; border-bottom: 1px solid #ccc; padding: 0px 0 8px; width:900px;}
.navbar_elements_hover:hover { background: #fff; }
.navbar_elements_hover:hover .cthead_a, .navbar_elements_hover:hover .link_button_logout, .navbar_elements_hover:hover .navbar_item { color:#f1007d !important;}
.navbar_elements, .navbar_elements_td {border-right: 1px solid #ccc; }
.navbar_elements_right {border-right: 0; border-left: 1px solid #ccc; } 


/* Extra navigation bars on browse and edit sessions pages */
.navbar_sessions_table { border:1px solid #333 !important; width: 898px !important; padding: 5px 0 5px !important;} 
/* .navbar_sessions { border-collapse: separate !important; border-spacing: 2px !important; } */
.navbar_sessions td {border-right: 1px solid #333 !important; } 
.navbar_adminSessions { background-color:#fff !important; border:1px solid #333 !important; width: 898px !important; margin:0 !important; } 
.navbar_adminSessions td {border-right:1px solid #333 !important; } 



/** Sub navigation bar with breadcrumbs */
.navbar_breadcrumb {
	margin-top:3px;
    border: 1px solid #d2d2d2;
	background: #fafafa;
    border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
}

.navbar_footer {
    border: 1px solid #d2d2d2;
	background: #fafafa;
    border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
}


/** Color of Form Separator - White Text! **/
.form_td_separator_gradient, .infoview_sep { background: #1796d1; } 


/** Colours for Lists and Details Pages **/
.oddrow { background-color: #f9fcfe; }
.evenrow { background-color: #eef7fc; }
.oddrow_highlight { background-color: #e2f2fa; }
.evenrow_highlight { background-color: #e2f2fa; }

/** Menu pages: better do not change... **/
/* .mediumbg_gradient, .mediumbg { background: #cccccc; color: #000; } */
/* .brightbg	{ background-color: #f0f0f0; } */
/* .lightbg	{ background-color: #e6e6e6; } */

/** Buttons: Please remember to change all background colour definitions **/

input.button, button.button, .smallbutton, .tinybutton, .fakeButton {
 color:#fff !important;
background: #000;
background: linear-gradient(to bottom, #000 0%,#000 100%);
 border-color:#f8f8f8 #999999 #999999 #f8f8f8 !important;
} 

/** Create an alternative GRAY cancel button if the normal button is not too colorful */
.button_cancel {
 background: #777 !important;
 background: linear-gradient(to bottom, #999 0%, #666 100%) !important;
}


/* Outer box with CSS border and padding - NEW METHOD */
/* To use this add the following line to conftool.conf:
   $ctconf['web/newlayout'] = true; */
   div#main_box {
 background: transparent;
 /* background: #fff url(main-bg.gif) repeat-x; */
 /* background: transparent; */
 padding: 0px; margin: 0px;
}


/** With of content area including the padding */
.main { width: 900px; } /* 782 +10+10 (#main_box) +5+5 (#below_siteheader) */




/* below_siteheader: a box with all below the header - NEW METHOD */
div#below_siteheader {
 background: #ffffff;
 padding: 8px 10px 10px; margin:0;
 width: 900px;
 border: 1px solid #ccc;
 -moz-border-radius: 8px;-webkit-border-radius: 8px;border-radius: 8px; 
 -moz-box-shadow: 3px 3px 3px #DDD; -webkit-box-shadow: 3px 3px 3px #DDD; box-shadow: 3px 3px 3px #DDD;
 behavior: url(jscripts/PIE.htc);
}
/* inner box */
.main_elements {
 width: auto; /*change if required for NEW LAYOUT */
}

/* Inner are Area w/o Padding */
.mainbg {
 background: transparent;
 
}


/* Main div for siteheader */
#siteheader {
/*	width: 900px !important; /**/	
/*	height: 85px; /**/
	font-family: calibri, candara, segoe, segoe ui, optima, arial, sans-serif; /**/
    background: #ffffff;
    width: 922px;
    height: 150px;
}
#siteheader div {
	float: left;
	text-align: left;
}
#siteheader .title {
	margin: 45px 0 5px;
	font-size: 34pt;
	line-height: 1.2;
	font-weight: bold;    
}
#siteheader .title a {
	color: #000;
}
#siteheader .subtitle {
	margin: 0;
	font-size: 20px;
	line-height: 1.2; 
	font-weight: bold;
}
#siteheader .subtitle a {
   	color: #e5007d; 
}
#siteheader .subtitle2 {
	margin: 0;
	font-size: 20px;
	line-height: 1.2; 
	font-weight: bold;
}
#siteheader .subtitle2 a {
    color: #e5007d;
}

div#sitefooter {
 /* background: #88ffff; */
 /* height: 20px; */
}

/* Content area: All that belongs to the page */
div#inner_content { background: transparent; padding-top:3px;}

/* ---------------------------------------------- */

/** Size of Logos for Invoice and Fax Statement **/
/*
.invoice_logo{
  max-width: 640px;
  max-height: 80px;
  width: expression(this.width > 640 ? "640px" : true);
  height: expression(this.height > 80 ? "80px" : true);
}
*/
/*
.statement_logo{
  max-width: 640px;
  max-height: 120px;
  width: expression(this.width > 640 ? "640px" : true);
  height: expression(this.height > 120 ? "120px" : true);
}
*/