* html {     
  /* IE6 hack for preventing fixed positioning from jumping */
  background-image : url(/$widget2/lib.withus/box/assets/transparent.gif);
  background-attachment : fixed;
}

.wu_hotkey {
  text-decoration: underline;
}

body, th, td {
	font: 13px Arial, Tahoma, sans-serif;
	color: #333;
}

/* New Ones! */

  /* TODO-WW: confirm that this is the correct place */
  .wu_formatted_edit_cursor {
    cursor: url(/$widget2/lib.withus/box/assets/edit_cursor_small.cur), default;
  }

  div.wu_title {
  	padding: 3px 0px;
  }

  span.wu_title {
    color: #333333;
		font-size: 16px;
  }

	.wu_heading {
		font: bold 16px arial;
	}
	.wu_subheading {
		font: italic 13px arial;
		color: #999999;
	}
	
	td.wu_lined {
		border-top: 1px solid #F0F0F0;
		border-bottom: 1px solid #F0F0F0;
		padding: 10px;
	}
	
	td.wu_lined_flush_left {
		padding-left: 0px;
	}
	
	table.wu_lined td.wu_lined_flush_right {
		padding-left: 0px;
	}
	
	.wu_section_block {
		margin-bottom: 30px;
	}
	
	.wu_border {
		border: 1px solid black;
	}
	
	.wu_divider {
		margin: 0px 5px;
		color: #999;
	}	
	
	/* Links */
	
	.wu_link,
	.wu_link_fresh,
	.wu_link_dim,
	.wu_link_cancel {
		cursor: pointer;
		text-decoration: underline;
	}
	
	/* Formatting for links and makes a span look like a link. */
	
  .wu_link, .wu_link_fresh, .wu_fresh {
    color: #0066CC;
  }

  .wu_link_dim,
	.wu_link_cancel {
    color: #A0A0A0;
  }
	
	.wu_link_cancel {
		display: inline-block;
		padding-top: 5px;
	}

  /*
  .wu_link_fresh {
    color:#0000CC;
  }
  */
	
  .wu_link:hover,
  .wu_link_dim:hover,
  .wu_link_cancel:hover,
	.wu_link_fresh:hover {
    color: #0066CC;
  }

  .wu_link:visited {
    color: #A0A0A0;
  }

  /*
  .wu_cancel_link {
  	padding-top: 5px;
  	color: #A0A0A0;
  }
  */
	
	/*
  .wu_link:hover, .wu_cancel_link:hover {
  	color: #0066CC;
  }
  */
	
	/*
	.wu_fresh_link, .wu_link_fresh {
		color:#0066CC;
	}
	*/


/* ICON */

	/* icon must be a <span> or <img>. The <div> does not work on MSIE */
	img.wu_icon, span.wu_icon {
	  width: 16px;
	  height: 16px;
	  display: inline-block;
	  position: relative;
	  vertical-align: bottom;
	}


/* Panel New */

/*
  .wu_panel {
    border: 1px solid #808080;
    background: #F0F0F0;
    margin-bottom: 10px;
  }
  .wu_panel_hd {
    font: 11px courier new;
    letter-spacing: 2px;
    color: #999999;
    padding: 4px 8px;
  }
  .wu_panel_bd {
    margin: 0px 5px 5px 5px;
    background: white;
    padding: 10px;
    font: 12px arial;
		color: #404040;
  }
  .wu_panel_ft {
    font: 11px arial;
    color: #999999;
    padding: 2px 5px 6px;
  }
*/	

/* COMMAND BUTTONS */
  .wu_command, .wu_command_dim, div.wu_formatted a.wu_command,  div.wu_formatted a.wu_command_dim {  	/* added the wu_formatted ones so that the buttons would still look OK inside wu_formatted blocks */
    font: 11px tahoma, arial;
    color: white;
    padding: 1px 3px;
    text-decoration: none;
    cursor: pointer;
	}	
	
	/* default command */
  .wu_command {
		background: #125da8;
  }
  .wu_command:hover {
  	background: #4080C0;
  }
	
	/* dim command */
  .wu_command_dim {
    background: #6080A0;
  }
	.wu_command_dim:hover {
    background: #4080C0;
  }


/* Headings */

	.wu_h1 {
		font: bold 24px arial;
		color: black;
	}

/* Styling */

	.wu_dim {
		color: gray;
	}
	
/* Boxes */

	.wu_box {
		background: #EAF3FD;
		border: 1px solid #DAE3ED;
		padding: 15px 15px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}
	
	.wu_box_nested {
		background: #D9E9FB;
		border: 1px solid #DAE3ED;
		padding: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}

	.wu_box_yellow{
		background: #fbf6bf;
		border: 1px solid #f4e21d;
		padding: 15px 15px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}
	
	.wu_box_gray{
			background: #f1f1f1;
			border: 1px solid #dedede;
			padding: 1px 15px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		}
			
/* Form Elements */

  /* This works because the inputs take 100% to mean that the inner part of
   * the input box is 100%. To fake it out, we make the inner part smaller
   * by the amount of the padding and the border of the input.
   */
	
	/*
	div.wu_input_text,
	div.wu_input_title {
    padding-right: 6px;
  }
  */

  input.gradiented {
    background: #FFFFFF url(/$widget2/lib.withus/box/assets/input_gradient.png) repeat-x top left;
  }

  input.wu_input_title {
    font: 20px Arial, Helvetica, sans-serif;
    padding: 2px 4px;
  }
  /*
	input.wu_input_text {
		font: 13px Arial, Helvetica, sans-serif;
		padding: 1px;
	}
	*/
	/* textarea */
	/* Textarea must be embedded in
	 * 
	 *   <fieldset><div class="wu_textarea"><textarea class="wu_textarea">
	 * 
	 * to work in all browsers.
	 * 
	 * 1. Fieldset is needed to fix a bug in msie which makes the div/input expand
	 *    too wide.
	 *    
	 *    http://www.webmasterworld.com/css/3304306.htm
	 * 
	 * 2. reset.css removes padding, margins, etc. from fieldset in firefox.
	 * 
	 * 3. zoom: 1 is needed to switch msie to "layout" mode.
	 *    This fixes the bug where the scrollbar jumps to the right after doing
	 *    some editing.
	 * 
	 * 4. padding 0px on right makes the scrollbar look normal while still giving
	 *    us some space on the left. Padding on top/bottom looks okay due to
	 *    font spacing. padding on left needed to make spacing look okay.
	 * 
	 * 5. background: white needed to fake the textarea box. The selection looks
	 * 		funny in some browsers but its the best we can do.
	 * 
	 */
	
	/*
	div.wu_textarea {
		zoom: 1;
		border:1px solid #A8C8E8;
		padding:0px 0px 0px 2px;
		background: white;
	}
	
	textarea.wu_textarea {
		border: 0px none;
		padding: 0px;
		font: 13px arial;
		width: 100%;
		height: 100%;
	}
	*/
	
	/* Too many hacks */
	
	/* set width of textearea to 10px less than desired width */
	
	textarea.wu_textarea {
		padding: 4px;
		font: 13px arial;
	}
	
	
	/*
	 
	Original version:
	
	div.wu_textarea {
    padding-right: 6px;
	}
	
	textarea.wu_textarea {
    font: 13px Arial, Helvetica, sans-serif;
		padding: 2px;
		border: 1px solid #A8C8E8;
	}
	*/

	/* indented checkbox */
	div.wu_checkbox {
		padding-left: 15px;
		text-indent: -15px;
	}
	input.wu_checkbox {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
	}
	
	select.wu_select {
		border: 1px solid;
	}

/* Buttons */

  .wu_button {
    
  }

/* blue button with bg#FFF */
  .wu_button_blue_bgfff {
	cursor:pointer;
	background:url(/$widget2/lib.withus/box/assets/button_blue_bgfff.png) transparent no-repeat right top;
	line-height:36px;
	height: 36px; /* need this for IE6 */
	padding-right:12px;
	display:inline-block;
	border: none;
  }

  a.wu_button_blue_bgfff,
	form a.wu_button_blue_bgfff  {
  color:white;
	text-decoration:none;
  }

  .wu_button_blue_bgfff span{
  background:url(/$widget2/lib.withus/box/assets/button_blue_bgfff.png) no-repeat left top;
	line-height:36px;
	height: 36px;	/* need this for IE6 */
	padding-left:12px;
	display:inline-block;
  }

  a.wu_button_blue_bgfff:hover {
    background-position:right -36px;
  }

  a.wu_button_blue_bgfff:hover span {
    background-position:left -36px;
  }
/* blue button with bg#FFF short 28px */
  .wu_button_blue_bgfffshort {
		cursor:pointer;
		background:url(/$widget2/lib.withus/box/assets/button_blue_bgfffshort.png) transparent no-repeat right top;
		line-height:28px;
		height: 28px; /* need this for IE6 */
		padding-right:12px;
		display:inline-block;
		border: none;
  }

  a.wu_button_blue_bgfffshort {
	  color:white;
		text-decoration:none;
  }

  .wu_button_blue_bgfffshort span{
	  background:url(/$widget2/lib.withus/box/assets/button_blue_bgfffshort.png) no-repeat left top;
		line-height:28px;
		height: 28px; /* need this for IE6 */		
		padding-left:12px;
		display:inline-block;
  }

  a.wu_button_blue_bgfffshort:hover {
    background-position:right -28px;
  }

  a.wu_button_blue_bgfffshort:hover span {
    background-position:left -28px;
  }	

/* blue button with bg#000 short 28px*/
  .wu_button_blue_bg000short{
		cursor:pointer;
		background:url(/$widget2/lib.withus/box/assets/button_blue_bg000short.png) no-repeat right top;
		line-height:28px;
		padding-right:12px;
		display:inline-block;
		border: none;	
  }

  a.wu_button_blue_bg000short{
    color:black;
	text-decoration:none;
  }

  .wu_button_blue_bg000short span{
    background:url(/$widget2/lib.withus/box/assets/button_blue_bg000short.png) no-repeat left top;
		line-height:28px;
		padding-left:12px;
		display:inline-block;
  }

  a.wu_button_blue_bg000short:hover{
    background-position:right -28px;
  }

  a.wu_button_blue_bg000short:hover span {
    background-position:left -28px;
  }

/* blue button with bg#000 */
  .wu_button_blue_bg000 {
	  cursor:pointer;
		background:url(/$widget2/lib.withus/box/assets/button_blue_bg000.png) no-repeat right top;
		line-height:36px;
		padding-right:12px;
		display:inline-block;
		border: none;	
  }

  a.wu_button_blue_bg000 {
	  color:white;
		text-decoration:none;
  }

  .wu_button_blue_bg000 span{
	  background:url(/$widget2/lib.withus/box/assets/button_blue_bg000.png) no-repeat left top;
		line-height:36px;
		padding-left:12px;
		display:inline-block;
  }

  a.wu_button_blue_bg000:hover {
    background-position:right -36px;
  }

  a.wu_button_blue_bg000:hover span {
    background-position:left -36px;
  }

/* orange button with bg#FFF */
  .wu_button_orange_bgfff {
    cursor:pointer;
		background:url(/$widget2/lib.withus/box/assets/button_orange_bgfff.png) no-repeat right top;
		line-height:36px;
		padding-right:12px;
		display:inline-block;
		border: none;	
  }

  a.wu_button_orange_bgfff {
    color:white;
		text-decoration:none;
  }

  .wu_button_orange_bgfff span{
    background:url(/$widget2/lib.withus/box/assets/button_orange_bgfff.png) no-repeat left top;
		line-height:36px;
		padding-left:12px;
		display:inline-block;
  }

  a.wu_button_orange_bgfff:hover {
    background-position:right -36px;
  }

  a.wu_button_orange_bgfff:hover span {
    background-position:left -36px;
  }
	
/* orange button with bg#000 */
  .wu_button_orange_bg000 {
    cursor:pointer;
	cursor:hand;
	background:url(/$widget2/lib.withus/box/assets/button_orange_bg000.png) no-repeat right top;
	line-height:36px;
	height:36px;
	padding-right:12px;
	display:inline-block;
	border: none;	
  }

  a.wu_button_orange_bg000 {
    color:black;
	text-decoration:none;
  }

  .wu_button_orange_bg000 span{
    background:url(/$widget2/lib.withus/box/assets/button_orange_bg000.png) no-repeat left top;
	line-height:36px;
	height:36px;
	padding-left:12px;
	display:inline-block;
  }

  a.wu_button_orange_bg000:hover {
    background-position:right -36px;
  }

  a.wu_button_orange_bg000:hover span {
    background-position:left -36px;
  }

/* orange button with bg#000 short 28px*/
  .wu_button_orange_bg000short {
   cursor:pointer;
	cursor:hand;
	background:url(/$widget2/lib.withus/box/assets/button_orange_bg000short.png) no-repeat right top;
	line-height:28px;
	height: 28px;	
	padding-right:12px;
	display:inline-block;
	border: none;	
  }

  a.wu_button_orange_bg000short {
    color:black;
	text-decoration:none;
  }

  .wu_button_orange_bg000short span{
    background:url(/$widget2/lib.withus/box/assets/button_orange_bg000short.png) no-repeat left top;
	line-height:28px;
	height: 28px;
	padding-left:12px;
	display:inline-block;
  }

  a.wu_button_orange_bg000short:hover {
    background-position:right -28px;
  }

  a.wu_button_orange_bg000short:hover span {
    background-position:left -28px;
  }

/* gray button with bg#FFF */
  .wu_button_gray_bgfff {
    cursor:pointer;
	cursor:hand;
	background:url(/$widget2/lib.withus/box/assets/button_gray_bgfff.png) no-repeat right top;
	line-height:36px;
	padding-right:12px;
	display:inline-block;
	border: none;	
  }

  a.wu_button_gray_bgfff {
    color:white;
	text-decoration:none;
  }

  .wu_button_gray_bgfff span{
    background:url(/$widget2/lib.withus/box/assets/button_gray_bgfff.png) no-repeat left top;
	line-height:36px;
	padding-left:12px;
	display:inline-block;
  }

  a.wu_button_gray_bgfff:hover {
    background-position:right -36px;
  }

  a.wu_button_gray_bgfff:hover span {
    background-position:left -36px;
  }
	
/* gray button with bg#000 */
  .wu_button_gray_bg000 {
    cursor:pointer;
	cursor:hand;
	background:url(/$widget2/lib.withus/box/assets/button_gray_bg000.png) no-repeat right top;
	line-height:36px;
	height:36px;
	padding-right:12px;
	display:inline-block;
	border: none;	
  }

  a.wu_button_gray_bg000 {
    color:white;
	text-decoration:none;
  }

  .wu_button_gray_bg000 span{
    background:url(/$widget2/lib.withus/box/assets/button_gray_bg000.png) no-repeat left top;
	line-height:36px;
	height:36px;	
	padding-left:12px;
	display:inline-block;
  }

  a.wu_button_gray_bg000:hover {
    background-position:right -36px;
  }

  a.wu_button_gray_bg000:hover span {
    background-position:left -36px;
  }

/* gray button with bg#000 short 28px*/
  .wu_button_gray_bg000short {
	cursor:hand;
	background:url(/$widget2/lib.withus/box/assets/button_gray_bg000short.png) no-repeat right top;
	line-height:28px;
	padding-right:12px;
	display:inline-block;
	border: none;	
  }

  a.wu_button_gray_bg000short {
  color:white;
	text-decoration:none;
  }

  .wu_button_gray_bg000short span{
  background:url(/$widget2/lib.withus/box/assets/button_gray_bg000short.png) no-repeat left top;
	line-height:28px;
	padding-left:12px;
	display:inline-block;
  }

  a.wu_button_gray_bg000short:hover {
    background-position:right -28px;
  }

  a.wu_button_gray_bg000short:hover span {
    background-position:left -28px;
  }
	
/* gray button with bg#FFF tiny 23px*/
  .wu_button_gray_bgffftiny {
	cursor:hand;
	background:url(/$widget2/lib.withus/box/assets/button_gray_bgffftiny.png) no-repeat right top;
	line-height:23px;
	height: 23px;
	padding-right:5px;
	display:inline-block;
	border: none;
  }

  a.wu_button_gray_bgffftiny {
  color:white;
	text-decoration:none;
  }

  .wu_button_gray_bgffftiny span{
  background:url(/$widget2/lib.withus/box/assets/button_gray_bgffftiny.png) no-repeat left top;
	line-height:23px;
	height: 23px;	
	padding-left:5px;
	display:inline-block;
  }

  a.wu_button_gray_bgffftiny:hover {
    background-position:right -23px;
  }

  a.wu_button_gray_bgffftiny:hover span {
    background-position:left -23px;
  }

	/* 
  .wu_button {
    background: #125da8;
    border: 0px solid black;
    color: white;
    padding: 4px 10px;
    font: 13px arial;
		text-decoration: none;
		border: none;
  }
	
  .wu_button:hover {
    background: #4080C0;
		text-decoration: none;		
  }
	
	/* align some inline text to a button */


	.wu_button_inline {
		display: inline-block;
		vertical-align: bottom;
    padding-bottom:3px;	
	}
	/*
	.wu_button {
		color: white;
		background: #0066CC;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border: 1px solid black;
		border: 0px none;
		padding: 5px 10px;
	}
	*/

	/* This button should not be the main submission button. It can be used for
	 * things like validating a part of a form like checking the uniqueness of
	 * a username.
	 */
	/*
	.wu_small_button {
		font:11px tahoma,arial;
	}
	*/

/* Lists */

.wu_ol_decimal {
	list-style: decimal outside; 
	font-size: 24px; 
	font-weight: bold; 
	color:#76af1c;
}


/* Messages, Issues, Notices */

div.go_messages {
	padding: 14px;
	margin-top: 20px;
  border-width: 2px;
  border-style: solid;
  margin-bottom: 10px;
}

div.go_issues {
	border-color: #ffe955;
	background: #fffcc4 url( /$widget2/lib.withus/box/assets/fmessages_icon_yellow.png ) no-repeat 17px 18px;  
}

div.go_notices {
	border-color: #c6e4a9;
	background: #def1ca url( /$widget2/lib.withus/box/assets/fmessages_icon_green.png ) no-repeat 17px 18px;  
}

div.go_message {
	font-family: arial,verdana;
	font-size: 14px;
	line-height: 20px;
	margin: 5px;
	padding: 4px 40px;
	font-weight: normal;
}

div.go_notice{
	color: #4d8416;
}

div.go_issue {
	color:#a29500;
}

.wu_inline_issue {
	background: url(/$widget2/lib.withus/box/assets/error.png) no-repeat;
	padding-left: 20px;
	color: #CC0000;
}
.wu_inline_tick {
	background: url(/$widget2/lib.withus/box/assets/tick.png) no-repeat;
	padding-left: 20px;
	color: #006600;
}

/* GRID */
/* Used for displaying grids of information as in a table. Good for
 * displaying rows of data.
 * 
 * <table class="wu_grid">
 *   <tr><th class="wu_grid">heading</th></tr>
 *   <tr><td class="wu_grid">content</td></tr>
 * </table>
 */
div.wu_grid {
  border-top: 1px solid #A0B0C0;
  border-bottom: 1px solid #A0B0C0;
}

table.wu_grid {
	/* border-top: 1px solid #8090A0; */
}

td.wu_grid, th.wu_grid {
	border-bottom: 1px solid #E8F0F0;
	padding: 5px 5px;
	font: 13px arial;
}

th.wu_grid {
	font: 12px arial;
	color: #708090;
	background: #CCDDEE;
  padding: 2px 5px 2px;
}

/* PAGINATION */

div.wu_pg {
	font: 12px Arial, Tahoma, sans-serif;
	padding: 2px 0px;
}
.wu_pg_box, .wu_pg_box_dim, .wu_pg_box_current {
	border: 1px solid #DDD;
	padding: 1px 4px;
	text-decoration: none;
	color: #4080C0;
}
.wu_pg_box:hover {
	color: white;
	background: #ccc;
	border-color: #AAA;
}
.wu_pg_box_dim {
	color: #BBB;
}
.wu_pg_box_current {
	border: 0px solid white;
	font-weight: bold;
	color: #444444;
}

/* SPINNER */

.wu_spinner {
	background: url(/lib/withus/spinner.gif) no-repeat 0px 0px;
	padding: 1px;
}

/* 	NOTE:
 You must handle several cases for testing.
 
 * Main > Sidebar
 * Sidebar > Main
 * Main/Sidebar is larger than page
 * Main > Sidebar
 * Sidebar > Main
 
 */

/* ADMIN PRIMARY WRAPPERS */ 
.wu_admin_960 {
    font: 16px Arial, Tahoma, sans-serif;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

/* BACKGROUND */ 
.wu_admin_background {
    width: 100%;
    height: 100%;
    background: #333333;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -100;
} 
.wu_admin_background_inner {
    background: white;
    width: 960px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
} 
.wu_admin_background_sidebar {
    background: #F0F0F0;
    width: 300px;
    height: 100%;
    float: right;
}

/* HEADING */ 
.wu_admin_heading {
    height: 32px;
    font: 14px Arial, Tahoma, sans-serif;
    color: #666666;
    background: #E0E0E0;
    letter-spacing: 0.1px;
} 
.wu_admin_heading_padding {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
}

/* HEADING LINK */ 
.wu_admin_heading_link {
    color: #449500;
}

/* MAIN LINK */ 
.wu_admin .wu_link, .wu_admin .wu_fresh, .wu_admin .wu_link_fresh, .wu_admin a {
    color: #449500;
} 
.gwp .wu_link_fresh, .gwd .wu_link_fresh {
    color: #ffffff;
} 
.wu_admin_main_inner a, .wu_admin_main_inner img {
    border: none;
    outline: none;
}

/* MAIN & SIDEBAR */ 
.wu_admin, .wu_admin td {
    color: #595959;
} 
.wu_admin .t28 {
    margin-top: 28px;
} 
.wu_admin .t65 {
    margin-top: 65px;
} 
.wu_admin .l20 {
    position: relative;
    left: 20px;
} 
.wu_admin .wu_admin_box, .wu_admin .wu_admin_box_gray {
    font-size: 14px;
    font-weight: normal;
    background: #ffffff;
    padding: 10px 15px;
    line-height: 1.3;
    border: 1px solid #cfcfcf;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
} 
.wu_admin .wu_admin_box_gray {
    background: #f4f4f4;
    border: 1px solid #e0e0e0;
} 
.wu_admin .wu_admin_box_green {
    background: #ffffff;
    padding: 15px 30px;
    line-height: 1.3;
    width: 60%;
    border: 1px solid #99C317;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
} 
.wu_admin .wu_admin_box_small {
    background: #f2f2f2;
    padding: 8px 10px;
    font-size: 13px;
    line-height: 1.4;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
img.wu_admin_icon, span.wu_admin_icon {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

/* MAIN */ 
.wu_admin_main {
    width: 660px;
    float: left;
} 
.wu_admin_main_padding {
    padding: 0px 20px;
} 
.wu_admin_main_inner .bt_bordered {
    padding-bottom: 40px;
    border-bottom: 2px #e0e0e0 solid;
} 
.wu_admin_main_inner, .wu_admin_main_inner th, .wu_admin_main_inner td {
    color: #595959;
    line-height: 1.5;
} 
.wu_admin_main_inner h2 {
    font-size: 16px;
    font-weight: bold;
    color: #595959;
} 
.wu_admin_main_inner td {
    font-size: 16px;
    color: #595959;
    line-height: 1.5;
} 
.wu_admin_main_inner .l_greentxt {
    font-size: 65px;
    font-weight: bold;
    letter-spacing: -3px;
    color: #99c317;
} .wu_admin_main_inner .m_greentxt {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -2px;
    color: #99c317;
} 
.wu_admin_main_inner .ltxt {
    font-size: 18px;
} 
.wu_admin_main_inner .mtxt {
    font-size: 14px;
} 
.wu_admin_main_inner .stxt {
    font-size: 12px;
} 
.wu_admin_main_inner .gray {
    color: #808080;
} 
.wu_admin_main_inner .chargetxt {
    font-size: 48px;
    letter-spacing: -4px;
} 
.wu_admin_main_inner .credit_card_form span {
    color: #dd3333;
    font-size: 18px;
    font-weight: bold;
    top: 2px;
    position: relative;
    margin-right: 2px;
} 
.wu_admin_main_inner .wu_table_list, .wu_admin_main_inner .wu_table_list table {
    padding: 0 20px;
    width: 620px;
    border-bottom: 2px #c5c5c5 solid;
} 
.wu_admin_main_inner .wu_table_list th {
    height: 34px;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
    background: #f4f4f4;
    border-bottom: 1px #c5c5c5 solid;
} 
.wu_admin_main_inner .wu_table_list td, .wu_admin_main_inner .wu_table_list_alt td {
    height: 40px;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
    border-bottom: 1px #dbdbdb solid;
} 
.wu_admin_main_inner .wu_table_list_alt th {
    height: 40px;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
    background: none;
    border-bottom: 1px #e0e0e0 solid;
} 
.wu_admin_main_inner .wu_table_list_alt th, .wu_admin_main_inner .wu_table_list_alt td {
    text-align: center;
} 
.wu_admin_main_inner .wu_table_list_alt .shaded {
    background: #f2f2f2;
} 
.wu_admin_main_inner .wu_table_list .first_col, 
.wu_admin_main_inner .wu_table_list_alt .first_col,
.wu_admin_main_inner .wu_table_list_db .first_col {
    padding-left: 20px;
} 
.wu_admin_main_inner .wu_table_list .last_col, 
.wu_admin_main_inner .wu_table_list_alt .last_col {
    padding-right: 20px;
    width: 16px;
} 
.wu_admin_main_inner .wu_table_list_db .last_col {
    padding-right: 20px;
} 
.wu_admin_main_inner .wu_table_list .empty_table_list div {
    padding: 28px 20px;
} 
.wu_admin_main_inner .wu_table_list_db table {
    padding: 0 20px;
    width: 620px;
    border-bottom: 2px #c5c5c5 solid;
} 
.wu_admin_main_inner .wu_table_list_db td {
    /* height: 80px; */
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
    border-bottom: 1px #dbdbdb solid;
} 
.wu_admin_main_inner .wu_table_list_db td div.lib_dropdown {
    position: relative;
    top: 6px;
} 
.wu_admin_main_inner .wu_admin_boxmenu td, 
.wu_admin_main_inner .wu_admin_boxmenu div {
    font-size: 16px;
    border-bottom: 2px solid #DADADA;
    height: 80px;
    padding-left: 20px;
    vertical-align: middle;
} 
.wu_admin_main_inner .wu_admin_boxmenu form {
    font-size: 16px;
    border-bottom: 2px solid #DADADA;
    padding: 28px 20px;
    vertical-align: middle;
} 
.wu_admin_main_inner .wu_admin_boxmenu div a {
    position: relative;
    top: 28px;
} 
.wu_admin_main_inner .wu_inline_tick, 
.wu_admin_main_inner .wu_inline_issue {
    font-size: 12px;
} 
.wu_admin_main_inner .bg_white {
    background: #ffffff;
} 
.wu_admin_main_inner .package_info {
    padding: 5px;
} 
.wu_admin_main_inner .package_info td {
    vertical-align: top;
    padding: 5px 20px;
    line-height: 1.25;
} 
.wu_admin_main_inner td.package_info_total {
    vertical-align: top;
    font-size: 104px;
    letter-spacing: -15px;
    font-weight: bold;
    text-align: right;
    padding-right: 15px;
    width: 135px;
} 
.wu_admin_main_inner .package_info_total span {
    font-size: 58px;
    position: relative;
    top: -30px;
    left: -15px;
} 
.wu_admin_main_inner .package_info_taxes {
    vertical-align: bottom;
    background: #ffffff;
    letter-spacing: -1px;
    font-weight: normal;
    text-align: left;
    padding: 0px;
    width: 70px;
    line-height: 1;
} 
.wu_admin_main_inner td.package_info_taxes {
    padding: 54px 30px 0 0;
    font-size: 28px;
    font-weight: bold;
    line-height: .5;
} 
.wu_admin_main_inner .package_info_taxes div {
    font-size: 14px;
    line-height: .85;
    font-weight: normal;
    position: relative;
    left: 2px;
    top: 5px;
} 
.wu_admin_main_inner .dashboard td {
    font-size: 14px;
    color: #808080;
    line-height: 1.5;
} 
.wu_admin_main_inner .dashboard td .db_sitename {
    font-size: 22px;
    letter-spacing: .25px;
    line-height: 1;
    font-weight: bold;
}

/* BUTTONS */ 
.wu_admin_main_inner .wu_button_blue_bgfff input, 
.wu_admin_main_inner .wu_button_blue_bgfffshort input, 
.wu_admin_sidebar .wu_button_blue_bgfffshort input, 
.wu_admin_main_inner .wu_button_gray_bgffftiny input, 
.gwp_content .wu_button_gray_bg000 input, 
.gwd_content .wu_button_gray_bg000 input {
    font-family: Arial, Tahoma, sans-serif;
    background: none transparent;
    border: none;
    color: #ffffff;
    padding: 0;
    cursor: pointer;
} 
.gwp_content .wu_button_orange_bg000 input, .gwd_content .wu_button_orange_bg000 input {
    background: none transparent;
    border: none;
    color: #000000;
    padding: 0;
    cursor: pointer;
} 
.wu_admin_main_inner .wu_button_blue_bgfff, .wu_admin_main_inner .wu_button_blue_bgfffshort,
.gwp_content .wu_button_orange_bg000, .gwp_content .wu_button_gray_bg000, 
.gwd_content .wu_button_orange_bg000, .gwd_content .wu_button_gray_bg000 {
    padding-right: 2px;
} 
.wu_admin_main_inner .wu_button_blue_bgfff span, 
.wu_admin_main_inner .wu_button_blue_bgfffshort span, 
.gwp_content .wu_button_orange_bg000 span, 
.gwp_content .wu_button_gray_bg000 span, 
.gwd_content .wu_button_orange_bg000 span, 
.gwd_content .wu_button_gray_bg000 span {
    padding-left: 2px;
} 
.wu_admin_main_inner .wu_button_blue_bgfff input:hover, 
.gwp_content .wu_button_orange_bg000 input:hover, 
.gwp_content .wu_button_gray_bg000 input:hover, 
.gwd_content .wu_button_orange_bg000 input:hover, 
.gwd_content .wu_button_gray_bg000 input:hover {
    background-position: right -36px;
} 
.wu_admin_main_inner .wu_button_blue_bgfff input, 
.gwp_content .wu_button_orange_bg000 input, 
.gwp_content .wu_button_gray_bg000 input, 
.gwd_content .wu_button_orange_bg000 input, 
.gwd_content .wu_button_gray_bg000 input {
    height: 34px;
} 
.wu_admin_main_inner .wu_button_blue_bgfffshort input:hover, 
.wu_admin_sidebar .wu_button_blue_bgfffshort input:hover {
    background-position: right -28px;
} 
.wu_admin_main_inner .wu_button_blue_bgfffshort input {
    height: 26px;
} 
.wu_admin_main_inner .wu_button_gray_bgffftiny input, 
.wu_admin_main_inner a.wu_button_gray_bgffftiny span {
    color: #ffffff;
    font-size: 12px;
    cursor: pointer;
} 
.wu_admin_main_inner .wu_button_gray_bgffftiny input:hover {
    background-position: right -23px;
} 
.wu_admin_main_inner .wu_button_gray_bgffftiny .key_resend {
    position: relative;
    top: -2px;
} 
.wu_admin_main_inner .wu_button_60, .gwp_content .wu_button_60, .gwd_content .wu_button_60 {
    width: 60px;
    font-size: 14px;
} 
.wu_admin_main_inner .wu_button_75 {
    width: 75px;
} 
.wu_admin_main_inner .wu_button_expand {
    margin-left: 12px;
    padding-right: 12px;
}

/* FORMS & TEXT FIELDS */ 
.wu_admin_main_inner .wu_input_text {
    border: 1px solid #c0c0c0;
} 
.wu_admin_main_inner div#wiki_editor, .wu_admin_main_inner div#editor, 
.wu_admin_main_inner .wu_input_text textarea {
    border: 1px solid #c0c0c0;
    background: url(/$widget2/lib.withus/box/assets/input_gradient.png) repeat-x left -7px #ffffff;
} 
.wu_admin_main_inner div#wiki_editor, .wu_admin_main_inner div#editor {
    width: 562px;
    padding-right: 8px;
} 
.wu_admin_main_inner div#wiki_editor div.wu_formatted, 
.wu_admin_main_inner div#editor div.wu_formatted {
    margin-left: 8px;
} 
.wu_admin_main_inner form td {
    height: 40px;
} 
.wu_admin_main_inner input, .wu_admin_main_inner form input, 
.wu_admin_main_inner form td input {
    border: 1px solid #c0c0c0;
    font-size: 16px;
    height: 26px;
    color: #595959;
    padding-left: 3px;
    padding-right: 3px;
} 
.wu_admin_main_inner input[type = "text"], 
.wu_admin_main_inner form input[type = "text"], 
.wu_admin_main_inner form td input[type = "text"] {
    background: url(/$widget2/lib.withus/box/assets/input_gradient.png) repeat-x left -7px #ffffff;
    border: 1px solid #c0c0c0;
} 
.wu_admin_main_inner input[type = "radio"] {
    background: none;
    border: 0px;
    padding: 0px;
    height: 20px;
}
.wu_admin_main_inner form td optgroup {
    margin-left: -15px;
} 
.wu_admin_main_inner form td .state {
    width: 238px;
} 
.wu_admin_main_inner form td option {
    font-size: 14px;
} 
.wu_admin_main_inner form .mselect {
    position: relative;
    top: -1px;
    font-size: 14px;
}
/* for IE7 */
*html>body .wu_admin_main_inner form select, *html>body .wu_admin_main_inner form td select {
    font-size: 16px;
    color: #595959;
    margin-top: 1px;
    height: 30px;		
}
/* all other "modern" browsers except IE7 and below */
html>/**/body .wu_admin_main_inner form select, html>/**/body .wu_admin_main_inner form td select {
    font-size: 16px;
    color: #595959;
    height: 30px;
    padding: 4px;
} 

/* PAGINATION */ 
.wu_admin_main_inner div.wu_pg {
    font: 12px arial;
    padding: 2px 0px;
} 
.wu_admin_main_inner a.wu_pg_box, span.wu_pg_box_dim, span.wu_pg_box_current {
    border: 1px solid #DDD;
    padding: 1px 4px;
    text-decoration: none;
}
.wu_admin_main_inner a.wu_pg_box:hover {
    color: white;
    background: #9DC779;
    border-color: #AAA;
} 
.wu_admin_main_inner span.wu_pg_box_dim {
    color: #BBB;
} 
.wu_admin_main_inner span.wu_pg_box_current {
    border: 0px solid white;
    font-weight: bold;
    color: #444444;
}

/* SIDEBAR */ 
.wu_admin_sidebar {
    width: 300px;
    background: #F0F0F0;
    float: left;
    line-height: 1.3;
} 
.wu_admin_sidebar, .wu_admin_sidebar td, .wu_admin_sidebar p {
    font-size: 14px;
} 
.wu_admin_sidebar_padding {
    padding: 5px 20px;
} 
.wu_admin_sidebar h2 {
    color: #595959;
    font-size: 16px;
} 
.wu_admin_sidebar .mtxt {
    font-size: 14px;
    font-weight: bold;
    color: #595959;
} 
.wu_admin_sidebar .stxt {
    font-size: 12px;
    letter-spacing: .25px;
    line-height: 1.25;
    color: #595959;
} 
.wu_admin_sidebar .key_definitions img {
    margin-right: 2px;
} 
.wu_admin_sidebar .wu_panel_bd {
    font-size: 14px;
    padding: 0px;
} 
.wu_admin_sidebar .wu_button_blue_bgfffshort {
    padding-right: 2px;
} 
.wu_admin_sidebar .wu_button_blue_bgfffshort span {
    padding-left: 2px;
    height: 28px;
} 
.wu_admin_sidebar .wu_button_blue_bgfffshort input {
    height: 26px;
} 
.wu_admin_sidebar .permalink {
    font-size: 13px;
    letter-spacing: -.1px;
} 
.wu_admin_sidebar .permalink input {
    position: relative;
    top: 5px;
} 
.wu_admin_sidebar input, .wu_admin_sidebar .permalink input {
    background: url(/$widget2/lib.withus/box/assets/input_gradient.png) repeat-x left -4px;
    border: 1px solid #c0c0c0;
    height: 22px;
    padding-left: 3px;
    padding-right: 3px;
} 
.wu_admin_sidebar .bt_bordered {
    padding-bottom: 15px;
    border-bottom: 2px #e0e0e0 solid;
}