/** ConfTool Custom CSS File **/

/** Main Background **/
body {
  background: #fff; 
  background-size: 100%; 
  margin-top:0;
}

/** Link Colors **/

a:link, .link_button_logout { color: #3655aa; }
a:visited { color: #243971; }
a:active  { color: #E21919; }
a:hover   { color: #E21919; }


/** Login Page Colours **/

.tbldialog { background: #fff; }
.td_dlg_title { background: #029bce; }
.td_dlg_title h3 { color: #ffffff; }



/** Navigation Bars **/
/** Main navigation bar with flat white background **/
/* .navbar { background: #f8f8f8; } */
/* .navbar_elements_hover:hover { background: #eeeeee; } */
/* .navbar_breadcrumb, .navbar_footer { background: #eef4ff; } */

/** Main navigation bar with dark gray background **/
/* .navbar { background: #858585 url(images/navbar_bg_dark.gif) repeat-x; border: 1px solid #666666; } /* */
/* .navbar_elements_hover:hover { background: #585858 url(images/navbar_bg_dark_hover.gif) repeat-x; } /* */
/* .cthead_a, .link_button_logout, .navbar_item { color: #ffffff !important;} /* */
/* .navbar_elements, .navbar_elements_td {border-right: 1px solid #333333; }  /* */
/* .navbar_elements_right {border-right: 0; border-left: 1px solid #333333; } /* */

/** Main navigation bar with very dark background **/
/* .navbar { background: #2d2d2d; border: 1px solid #4c4c4c; } /* */
/* .navbar_elements_hover:hover { background: #4c4c4c; } /* */
/* .cthead_a, .link_button_logout, .navbar_item { color: #dddddd !important;} /* */
/* .navbar_elements, .navbar_elements_td {border-right: 1px solid #555555; }  /* */
/* .navbar_elements_right {border-right: 0; border-left: 1px solid #555555; } /* */

/** Main navigation bar with colourful dark background and inverted white hover **/

.cthead_a, .link_button_logout, .navbar_item { color: #fff !important; }
.navbar { background: #090909;  margin-left: 0px; height: 32px; padding-top: 5px; border:0; width: 900px;}
.navbar_elements_hover:hover { background: #E21919; -webkit-transition: all 0,2s ease-in-out;
-moz-transition: all 0,2s ease-in-out;
-ms-transition: all 0,2s ease-in-out;
-o-transition: all 0,2s ease-in-out;
transition: all 0,2s ease-in-out;
height: 26px; margin-top: -5px; padding-top: 7px; }
.navbar_elements {background: #090909;
-webkit-transition: all 0,2s ease-in-out;
-moz-transition: all 0,2s ease-in-out;
-ms-transition: all 0,2s ease-in-out;
-o-transition: all 0,2s ease-in-out;
transition: all 0,2s ease-in-out;
margin-top: -5px; padding-top: 7px; height: 26px;}
.navbar_elements_hover:hover .cthead_a, .navbar_elements_hover:hover .link_button_logout, .navbar_elements_hover:hover .navbar_item { color:#fff !important; }
.navbar_elements, .navbar_elements_td {border-right: 2px solid #fff; }
.navbar_elements_right {border-right: 0; border-left: 2px solid #fff; } 

.navbar_sessions_table { margin-top: 0px!important; padding-top: 0px !important; width: 898px !important; border: 0 !important; } 
.navbar_sessions {  }  
.navbar_sessions td {  padding-top: 0px !important; height: 29px !important;  } 
.navbar_sessions td:hover { margin-top: 0px !important; padding-top: 0px !important;  height: 29px !important; border: 0px !important; border-right: 2px solid  #fff !important;} 
#navbar_search {margin-top: 0px; margin-right: 3px;}

.navbar_adminSessions {  margin-top: 0px !important; padding-top: 0px !important; border: 0 !important;  height: auto !important; width: 898px !important; } 
.navbar_adminSessions td {padding-top: 0px !important; height: 29px !important;  } 
.navbar_adminSessions td:hover {margin-top: 0px !important; padding-top: 0px!important; height: auto !important; border: 0px !important; border-right: 2px solid  #fff !important; } 



/** Sub navigation bar with breadcrumbs */
/* .navbar_breadcrumb, .navbar_footer {
    border: 1px solid #d2d2d2;
    background: #fafafa;
    border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
} */

/* Extra navigation bars on browse and edit sessions pages */




/** Color of Form Separator - White Text! **/
 .form_td_separator_gradient, .infoview_sep { background: #029bce; } 


/** Colours for Lists and Details Pages **/
.oddrow { background-color: #fffdf9; }
.evenrow { background-color: #fff9e7; }
.oddrow_highlight { background-color: #fff4d5; }
.evenrow_highlight { background-color: #fff4d5; }


/** 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:#090909 !important;
background: #ffdc7d;
background: linear-gradient(to bottom, #ffe5a0 0%,#ffd259 100%);
border-color:#f8f8f8 #999999 #999999 #f8f8f8 !important;
border-radius: 12px;
}



/* 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: 10px; margin: 0px;
 border: 1px solid #999;
 -moz-border-radius: 8px;-webkit-border-radius: 8px;border-radius: 8px;
 -moz-box-shadow: 0px 1px 6px #999; -webkit-box-shadow: 0px 1px 6px #999; box-shadow: 0px 1px 6px #999;
 behavior: url(jscripts/PIE.htc);*/
}

/** With of content area including the padding */
.main { width: 910px; } /* 902 +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: 5px; margin: 0; 
width: 900px; 
 /* -moz-border-radius: 8px;-webkit-border-radius: 8px;border-radius: 8px; */
 /* -moz-box-shadow: 0px 1px 1px #999; -webkit-box-shadow: 0px 1px 1px #999; box-shadow: 0px 1px 1px #999; */
 /* 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 {
/*	background: #ffffff; /**/
/*	width: 900px !important; /**/	
/*	height: 85px; /**/
	font-family: Tahoma, Arial, Helvetica, sans-serif; /**/
	text-shadow: 1px 1px 1px #333; /**/
/*	padding: 15px 0; /**/
}
#siteheader div {
	float: left;
	text-align: left;
}
#siteheader .title {
	margin: 35px 0 5px;
	font-size: 26px;
	line-height: 1.2;
	font-weight: bold;    
}
#siteheader .title a {
	color: #029bce;
}
#siteheader .subtitle {
	margin: 0;
	font-size: 20px;
	line-height: 1.2; 
	font-weight: 300;
   	color: #029bce; 
}
#siteheader .subtitle2 {
	margin: 0;
	font-size: 20px;
	line-height: 1.2; 
	font-weight: 300;
    color: #029bce;
}
/* */

div#sitefooter {
/* background: #ffffff;
 height: 80px;
 padding: 5px; margin: 0; */
}

/* Content area: All that belongs to the page */
div#inner_content { background: transparent; }

/* ---------------------------------------------- */

/** 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);
}
*/