/* See http://www.brainjar.com/dhtml/menubar/demo3.html 
   http://www.brainjar.com/dhtml/menubar/
   */


/* table.menuBar is the outer wrapping table of the tbar bar, shows through if no color is set */
div.HDToolBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: white;
	text-decoration: none; 
	text-transform: none;
	text-align: left; 
	
	
	background-color: #B1C4C9; /* #466296 */
	border-bottom: 2px solid #2C86BD;  
	padding: 0px 2px 1px 2px;
	text-align: left;
	width: 100%;
  
  
	position:absolute;
	left: 0;
	top: 0;
	z-index: 2000;	/* this pops the tbar bar over most items */
}


div.HDToolBar_locked {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: white;
	text-decoration: none; 
	text-transform: none;
	text-align: left; 
	
	
	background-color: #B1C4C9; /* #466296 */
	border-bottom: 2px solid #CDCDCD;
	padding: 0px 2px 1px 2px;
	text-align: left;
	width: 100%;
}



 
/* ===== The upper corner ===== */
#tbarlogo,  #tbarlogo img { /* holds the logo. Note: the logo width and hight are the same as the td size */
	height: 40px;
	width: 64px;
	background-color: #B1C4C9;
	color: white;
	font-weight: bold;
	font-size: 8px;
}
/* ===== The top line ===== */
tr.tbarstatus, div.tbarstatus { 	
	font-weight: bold; 
 	text-decoration: none;
	color: black; /* #FFCD8F */
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 10pt;
  	background-color: #0071BD;
  	/* height: 14px; */
}
#tbarbrand {
		/* Says "Hotdoodle Toolbar" */
	font-size: x-small;
	overflow: hidden; 
	color: white;
	font-weight: bold;
	background-color: #0071BD;
	white-space: nowrap;
	width: 135px;
}
												#tbaredit{
														/* Has click to edit, headers, outline */
													background-color: #0071BD;
													white-space: nowrap;
												}
																					/* Currently unused */
																					table.tbarshowoptions {
																						width: 350px;
																						height: 75px;
																						/* border: 1px dashed gray; */
																					}
																					table.tbarshowoptions td {
																						color: yellow;
																						font-size: 12px;
																						font-weight: bold;
																					}	
																					
																					input.tbarshowoptions {
																					}	
																					input.tbarshowoptions_disabled {
																						background-color: transparent;
																					}
																					table.tbarshowoptions td.tbarshowoptions_disabled {
																						color: gray;
																					}
														

#tbarmiddle {
	/* Setting the middle as wide pushes the toolbar icon, welcome, logout, etc to the sides */
	width: 30%;
	background-color: #0071BD;
}


#tbarwelcome {
	white-space: nowrap;
	font-size: 12px;
	color: white;
	font-weight: bold;
	background-color: #0071BD;
	overflow: hidden;
}
#tbarlogout {
	/* This needs a width or else
	width: 100px;  */
	padding-left: 20px;
	white-space: nowrap;
	font-size: xx-small;
	background-color: #0071BD;
	padding-right: 10px;	/* not all the way to the sides */
	width: 250px;
}


										/* tbarstatus_button is For pseudo buttons ala "end the op now" !!! NOW UNUSED!!!!*/
										.tbarstatus_button {
										        color: #FFF;
										        font-weight: 600;
										        font-size: 20px;
										        /* height: 22px; */
										    background-color: #FFB266;   /* originally #FF9933 */
										    border-color: #FFF #F93 #F93 #FFF;   /* originally #FFF #333 #333 #FFF */
										
											margin: 4px 0px 0px 6px;
											vertical-align: middle;
											text-align: center;
											text-decoration: none;
										}
										
											a.tbarstatus_button, a.tbarstatus_button:hover {
											        color: red;
											        font-weight: 400;
											    background-color: #FFB266;   /* originally #FF9933 */
											    border-color: #FFF #F93 #F93 #FFF;   /* originally #FFF #333 #333 #FFF */
											
												margin: 2px 2px 2px 0px;
												padding: 2px 2px 2px 2px;
												border-width: 2px;
												border-style: solid;
												/* border: 2px outset black; */
												vertical-align: middle;
												text-align: center;
												text-decoration: none;
											}
											
											a.tbarstatus_button:hover {
												text-decoration: underline;
											}




/* ===== A middle line to take up any extra space ===== */
div.tbarstatus2 { 	
  	background-color: red;
}


/* ===== The TAB line ===== */
div.tbartabs { 	
	color: black; 
	background-color: #DFE9ED;
	white-space: nowrap;
	vertical-align: bottom;
	/* 
		border-bottom: 5px solid #B1C4C9; -- NO! -- it makes the corner icon protrude 
		font-family: Verdana, Arial, Helvetica, sans-serif;
  		font-size: 10pt;
	font-weight: bold; 
 	text-decoration: none;
	*/
}


button.tbartab { /* not selected tab. Here you can also set font, height, or width */
	color: black; 
	background-color: #DFE9ED;
  	border-bottom: none;
  	border-left: none;
  	border-top: none;
	border-right: 1px solid #0071BD;
  	font-size: 14px;
	font-weight: normal;
	/*
  	padding-left: 25px;
	padding-right: 25px;
	*/
	width: 135px;
		vertical-align: bottom;
	  	cursor:pointer;
}
/* Note: using :hover on imput buttons is iffy in some browsers. IE does not support it
	input.tbartab:hover { 
		background-color: green;
	}
So we have a class that we add and remove by javascript. Set tbartab_on and tbartab_hover to be the same
*/
button.tbartab_hover { 
	background-color: #B1C4C9;
  	color: black;
	  	font-weight: normal;
}


button.tbartab_on { /* selected tab */
	background-color: #B1C4C9;
  	color: black;
	  	font-weight: normal;
	}
	button.tbartab_dis {
		filter:alpha(opacity=25);
		-moz-opacity:.25;
		opacity:.25;
		cursor:not-allowed;
}
















/* ===== The grayish buttons line, also used wir new window/back ===== */
div.tbarops { 	
	font-weight: bold; 
 	text-decoration: none;
	color: black; /* #FFCD8F */
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 10pt;
  	background-color: #B1C4C9;
	white-space: nowrap;
}
div.tbarops_icons { 	
	/* tbarops with icons are the rows that hold the clickable op buttons ala add page, move page */
	padding-top: 2px;
	height: 72px;
}

td.tbarops_icons_vidwizard {
	/* Used for the video and wizard icons, each icon is 80px */
	white-space: nowrap;
	width :260px;  /* was 180 */
}

td.clicktoedit {
	width: 194px;	/* 64 logo + 135 first tab - 5 padding - 1 border */
	padding-left: 5px;
	/*border-right: 1px solid white;*/
	background-image: url('/hotdoodle_engine/looks/images/sys/divider2.gif');
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 5px;
}
	tr.clicktoedit_option {
	}
	tr.clicktoedit_option_dis td {
			filter:alpha(opacity=25);
			-moz-opacity:.25;
			opacity:.25;
			cursor:not-allowed;
	}
			
	td.clicktoedit_spacer {
		width: 10px;
	}
	td.clicktoedit_checkbox {
		width: 10px;
	}
	td.clicktoedit_label {
		font-size: 12px;
		color: black;
		text-align: left;
	}

	/* a.tbarIcon is for most icons in the div.tbarops opened by the tabs. Example: addpage */
a.tbarIcon {
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
	  cursor:pointer;
	}
	a.tbarIcon img {
	  cursor:pointer;
}
a.tbarIcon:hover {
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
  border: 0px;
  background-color: transparent;
}
	/* Statusline is the context help in the view tab */
	#statusline {
		padding-right: 10px;
	}
	#statusline_expires {
		width: 400px;
		padding: 5px;
		text-align: left;
		background-color: #FFFFCC;
		border: 1px solid #FCEE21;
		line-height: 1.5em;
		color: black;
		font-size: 12px;
		/* note: links in here are class=tbarLink */
	}
	span.statusError {
		/* For This page has been deleted and other such urgent messages */
		color: red;
		font-weight: bold;
		font-size: medium;
	}
		a.tbarLink, a.tbarlink:visited { 
		/* Set the colors for links that appear status line. e.g. Register now */
			color: blue;
			font-weight: bold;
			font-size: 12px;
		}
		a.tbarlink:hover {
			color: blue;
			text-decoration: underline;
		}

		
		
		
		
		
							/* The Did you Know? Section of the view tab -- currently unused */
td.tbarshowDYK {
	width: 300px;
}
div.tbarshowDYK_title {
	color: green;
	font-weight: bold;
		font-size: 16px;
	font-style: italic;
}
div.tbarshowDYK_body {
	color: green;
	font-style: italic;
	font-size: 12px;
}





div.tbarops a.menuItem, div.tbarops a.menuItem:visited, div.tbarops a.menuItem:hover {
	color: red;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
div.tbarops a.menuItem:hover {
	text-decoration: underline;
}







/* ===== The white separator bar used in some toolbars ===== */
div.HDToolBar_with_sep {
	border-bottom: none;  
}

div.tbarsep { 	
	color: blue; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 10pt;
  	background-color: #FFFFCC;
  	height: 20px;
  	padding-top: 5px;
  	text-align: center;
  	
	border: 2px solid #FCEE21;  /* The border we should have on HDToolBar */
}


/* ================================== The welcome to your site box that pops-in 
	Now unused
   Note: to make it happen, browse 
   ?action=welcome&firsttime=1&module=sharedminicoremodule
*/
#newsite_welcome {
 background-color: #EDF5F7; 
 color: black; 
 border: 1px solid gray;
 width: 300px;
 text-align: center;
 vertical-align: middle;
 padding: 20px;
 font-size: 14px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}
	/* The button(s) in the welcome box */
	#newsite_welcome a {
		background-color: white;
		background-image: url('/hotdoodle_engine/looks/images/sys/buttonBg.gif');
		background-repeat: repeat-x;
		color: #333333;
		text-align: center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
 		font-size: 12px;
 		padding: 5px 20px 5px 20px;
	}
	#newsite_welcome a:hover {
		color: #0071BD;
	}
	#newsite_welcome_title {
		font-weight: normal;
		font-size: 18px;
		color: #0071BD;
		padding-bottom: 20px;
	}
	#newsite_welcome_body {
		font-weight: normal;
		font-size: 12px;
		color: black;
		text-align: left;
		padding: 20px;
		margin-bottom: 20px;
		background-color: white;
	}


/* ================================== The "Title your site" box that pops-in on the nth edit
   Note: to make it happen, browse 
   ?action=welcome&firsttime=1&module=sharedminicoremodule
*/
#newsite_reg_inner {
 /*background-color: #EDF5F7; */
 background-image: url('/hotdoodle_engine/looks/images/sys/popupBox_bg02.png');
 background-repeat: no-repeat;
 color: black; 
 /*border: 1px solid gray;*/
 width: 600px !important;
 height: 340px;
 text-align: center;
 vertical-align: middle;
 padding: 30px;
 font-size: 14px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}

#newsite_reg_spacer {
	height: 100px;
	background-color: transparent;
}
	/* The button(s) in the welcome box */
	#newsite_reg a {
		background-color: white;
		background-image: url('/hotdoodle_engine/looks/images/sys/buttonBg.gif');
		background-repeat: repeat-x;
		color: #333333;
		text-align: center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
 		font-size: 12px;
 		padding: 5px 20px 5px 20px;
	}
	#newsite_reg a:hover {
		color: #0071BD;
	}
	#newsite_reg_title {
		font-weight: bold;
		font-size: 18px;
		color: #0071BD;
		padding-bottom: 20px;
		padding-left: 40px;
		text-align: left;
	}
	#newsite_reg_warn {
		font-weight: bold;
		font-size: 12px;
		padding-top: 10px;
		padding-left: 40px;
		text-align: left;
	}
	#newsite_reg_body {
		font-weight: normal;
		font-size: 12px;
		color: black;
		text-align: left;
		padding: 20px 40px;
		margin-bottom: 20px;
		/*background-color: white;*/
	}
	
	/* Do not let look form settings affect this form */
	#newsite_reg_body tr.hdform td.hdform, 
	#newsite_reg_body tr td.hdform, 
	#newsite_reg_body tr.hdform td.hdform_label,
	#newsite_reg_body tr.hdform td.hdform_field
	{
		color: black ;
		background-color: white !important;
		font-weight: normal !important;
		font-size: 12px !important;
	}
	#newsite_reg_body tr.hdform td.hdform_field input {
		border: thin solid #999 !important;
		margin-bottom: 5px !important;
		font-family: Verdana, Geneva, sans-serif;
		color: #666;
	}
	#newsite_reg_body input.button {
		background-image: url('/hotdoodle_engine/looks/images/sys/greenButton_bg.gif');
		background-repeat: repeat-x;
		background-color: white;
		height: 25px;
		font-weight: bold;
		border: 1px solid #4E772A;
		margin: 0px;
		padding: 0px 15px 2px 15px !important;
		font-size: 12px;
		color: white;
		font-family: Verdana, Geneva, sans-serif;
	}
	
	.yui-imgload-convgroup { 
		background:none !important; 
	}
	
	
	

	

	
	
	
	
	
	
/* ================================== The bar that shows when in an operation 
   Note: the same opbar (more or less) also appears in
   _upload_to_big, _operation_fixed, delete_confirm, _billing_locked, _billing_suspended
<table border=0 align='center' cellspacing="0" cellpadding="0" 
	width='100%' >
	<tbody> 

	<tr valign='top'>
		<td valign='top'>
			<table border=0 class="opBar" border='0' width='100%' cellspacing=0 cellpadding=0>{* also in theme.php::pathos_theme_sourceSelectorInfo and views/orphaned_content.tpl *} 
			<tr class="menuBar_l1">
				<td align='right' valign='bottom'>
					<form method='get' action='' enctype='' style='margin: 0; padding: 0;' target="_blank"><input class='controlstatus_button' type='submit' value='New window' /></form>
				</td>
				<td width='50px' align='right'>
					<form style='margin: 0; padding: 0;'><input class='controlstatus_button' type='submit' value='Back' ONCLICK="history.go(-1);return false" /></form>
				</td>
				<td width='50px' align='right'>
					{* back_to_section force=1 *}
					<form method='get' action='' enctype='' style='margin: 0; padding: 0;'><input class='controlstatus_button' type='submit' value='Return to Main Page' /></form>
				</td>
			</tr>
			</table>
			
		</td>
	</tr>
</table>
*/

table.opBar {
  background-color: #2E9FEB; 
  border: 2px outset #CDCDCD;
  padding: 0px 2px 4px 2px;
  text-align: left;
  width: 100%;
  border-bottom: 2px solid black;
  
  /* background-image:  url("/hotdoodle_engine/iconset/cp2/opbar_bg.jpg"); 
  background-repeat: repeat-x;
  background-position: bottom left;	*/
  
  border: 0px;
}
	table.opBar tr.menuBar_l1 {
	  vertical-align: bottom;
	}
	.controlstatus_button { /* also used in _delete_confirm in categories, and in billing_locked, billing_suspended */
	        color: #FFF;
	        font-weight: 600;
	        font-size: 10px;
	        /* height: 22px; */
	    background-color: #FFB266;   /* originally #FF9933 */
	    border-color: #FFF #F93 #F93 #FFF;   /* originally #FFF #333 #333 #FFF */
	
		margin: 4px 0px 0px 6px;
		vertical-align: middle;
		text-align: center;
		text-decoration: none;
	}

















/* Bigger, bolder, pretty buttons for the toolbars site creation steps. Used in tbar_bar_welcome
   Typical invocation
		<form name="form" method="post" action="..." enctype="" class='hdbar_mainbutton'>
			<input class="hdbar_mainbutton" type="submit" value="Edit This Template" />
		</form>
*/

input.hdbar_mainbutton {
    background-color: #FF9834;
    /*
	border-style: outset;*/
 	font-size: 12px;
	font-weight : bold;
	color: white;
	background-image: url('/hotdoodle_engine/looks/images/sys/toolbarButtonBg04.gif');
	background-repeat: no-repeat;
	padding: 0px 10px 0px 10px;
	margin-left: 10px;
	height: 30px;
	width: 135px;
	border: 0px;
	/*
	border-top: 1px solid #FFE2C0;
	border-left: 1px solid #FFE2C0;
	border-right: 1px solid #FFE2C0;
	border-bottom: 1px solid #FFE2C0;
	*/
} 

input.hdbar_mainbutton:hover {
    background-color: #FF9834;
	color: red;
	/*
	border-top: 1px solid red;
	border-left: 1px solid red;
	border-right: 1px solid red;
	border-bottom: 1px solid red;
	*/
	}

form.hdbar_mainbutton {
	margin: 0; 
	padding: 0;
}




 

/* Bigger, bolder, prettier buttons!
 Used in forms, editing, etc -- that "back" and "new window" stuff 
 
 				<td align='right' valign='bottom' style='padding: 2px;'>
					<table class='opshinybutton' border='0' align='center' cellspacing="0" cellpadding="0"> 
					<tr>
						<td class='opshinybutton_start'>&nbsp;</td>
						<td class='opshinybutton_middle'><a href='index.php'>Return to Main Page</a></td>
						<td class='opshinybutton_end'>&nbsp;</td>
					</tr></table>
				</td>
 */
table.opshinybutton {
   /* margin-left: 10px; */ /* space between buttons */
}
table.opshinybutton_right {
   margin-left: 0px; 
   /* margin-right: 10px; */
}
td.opshinybutton_start {
	width: 7px !important;
	height: 30px;
	white-space: nowrap;
    background-image: url('/hotdoodle_engine/iconset/cp2/shinyButton_start.gif');
}
td.opshinybutton_middle {
	height: 30px;
	background-repeat: repeat-x;
	white-space: nowrap;
    background-image: url('/hotdoodle_engine/iconset/cp2/shinyButton_middle.gif');
}
td.opshinybutton_end {
	width: 17px !important;
	height: 30px;
	white-space: nowrap;
	background-position: center right;
	background-repeat: no-repeat;
    background-image: url('/hotdoodle_engine/iconset/cp2/shinyButton_end.gif');
}
td.opshinybutton_middle a, td.opshinybutton_middle a:visited {
 	font-size: 14px !important;
	font-weight : bold !important;
	color: white !important;
	text-decoration: none !important;
	text-align: center;
}
td.opshinybutton_middle a:hover {
	color: black !important;
	text-decoration: none !important;
}


/* The 'See also'
   Typical invocation
		<table border=0>
			<tr>
				<td class='clonnable_see_also clonnable_see_also_no_scroll'>
					See Also:
				</td>
				<td>
					<div class='clonnable_see_also clonnable_see_also_no_scroll'>
						<nobr />
						<a><img ...></a> &nbsp;
						<a><img ...></a> &nbsp;
						<a><img ...></a> &nbsp;
						</nobr>
					</div>
				</td>	
			</tr>
		</table>
*/
div.clonnable_see_also {
	height: 68px;
	overflow:auto;
	width: 460px; /* 6 images of 64px + spare, or (6 * 70px) */
}

td.clonnable_see_also {
	color: black; 
 	font-size: 12px;
 	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.clonnable_see_also_no_scroll { /* used when we think there is only 1 line worth of thumbnails */
	height: 48px;
}

/* the pop-up for select site to clone */
div.clonnable_thumbnail_info {
   padding: 5px;
   background-color: #C8D3DF;
   color: black;
   width: 200px;	/* based on 190px font size */
} 
div.clonnable_thumbnail_info div.hd { /* the title line */
	font-weight: 900
}








/* Used in billing_fix */
a.warning_button, a.warning_button:hover {
    color: black;
    
    background-color: #FF9834;
	background-image: url("/hotdoodle_engine/looks/images/sys/button_stripe_orange_off.gif");
	border-top: 3px solid #FFE2C0;
	border-right: 3px solid #FCBB7A;
	border-bottom: 3px solid #FCBB7A;
	border-left: 3px solid #FFE2C0;	  

	font-size: 10px;
	font-weight: bold;
	line-height: 2.3em;
	padding: 7px 7px 7px 7px;
	text-decoration: none; 
	text-align: center;	
	vertical-align: middle;
}
a.warning_button:hover {
    color: white;
}


/* Used in the register your site yellow box (td id='statusline') when the reg link is to look like a button */
td.reg_button {
    width: 50%;
}

td.reg_button a.tbarLink {
	/* the link within the td "button"
	   You can make this be like a.warning_button and have no td background, or do the background */
	color: black;
    
    background-color: #FF9834;
	background-image: url("/hotdoodle_engine/looks/images/sys/button_stripe_orange_off.gif");
	border-top: 3px solid #FFE2C0;
	border-right: 3px solid #FCBB7A;
	border-bottom: 3px solid #FCBB7A;
	border-left: 3px solid #FFE2C0;	  

	font-size: 12px;
	font-weight: bold;
	line-height: 2.3em;
	padding: 7px 7px 7px 7px;
	text-decoration: none; 
	text-align: center;	
	vertical-align: middle;
}
