.PBContent, .PBContent td, .PBContent li, .PBContent form {
    font-size:11px;
  	font-family:tahoma, sans-serif;
	  line-height:18px;
}
.PBContent p {
    font-size:11px;
  	font-family:tahoma, sans-serif;
	  line-height:18px;
	  margin-left:0px;
	  margin-right:0px;
	  margin-bottom:18px;
	  padding-left:0px;
}
.PBContent h1 {
    font-size:16px;
    font-weight:bold;
  	font-family:tahoma, sans-serif;
}
.PBContent .leftmenu {
    font-size:11px;
  	font-family:tahoma, sans-serif;
}

.PBContent a {
    font-size:11px;
  	font-family:tahoma, sans-serif;
}

.PBContent h3 {
    font-size:12px;
  	font-family:tahoma, sans-serif;
	  margin-left:0px;
	  margin-right:0px;
	  padding-left:0px;
}

.PBContent .WarningNormalBold {
    font-weight:bold;
    color: red;
}
.PBContent .WarningNormal {
    color: red;
}

.PBContent .homepageHeading {
	  padding-left:10px;
    font-size:18px;
}


/*
 * New Styles from clickthrough for ticket #201109051000832
 *
 */

html {
  overflow: -moz-scrollbars-vertical;
}

body {
  color: #000000;
  font-family: Arial; 
  text-align: center;
  margin: 0;
  padding: 0;
	background-position: top center;
	background-repeat: repeat-y;
	font-size: 0.9em;
}

#wrapper {
  font-size: 0.9em;
  margin: auto;
  position: relative;
  width: 800px;
  padding: 20px;
}

#header {
  text-align: left;
  padding: 0px 0px 10px 0px;
  margin: 0px;
  width: 100%;
}

#header_image {
  width: 200px;
}

#breadcrumbDiv {
  float: right;
  margin: 0;
  margin-right: 10px;
  padding: 0;
  text-align: right;
  width: 200px;
}

#middle {
  position: relative;
  width:100%;
  text-align: left;
  font-size: 0.9em;
  margin-right: 10px;
}

#middle .Title {
  font-size: 1.4em;
  font-weight: bold;
}

#middle td,label {
  font-size: 12px;
}

p {
  margin-bottom: 10px;
}


/******  Inputs / Selects / Radios / Buttons */

input, select, textarea {
  border: none;
  background-color: #D2D0D1;
  margin: 2px; 
  padding: 2px;
}

#middle .wButton {
  background-color: #666666;
  color: #EEEEEE;
  font-weight: bold;
  border: none;
  padding: 5px 8px 5px 8px;
  font-size: smaller;
  text-transform: uppercase;
}

#middle .xButton {
  background-color: #666666;
  color: #EEEEEE;
  font-weight: bold;
  border: none;
  padding: 5px 8px 5px 8px;
  font-variant: small-caps;
}

/*  background-color: #1A1A1A;
  color: #111111;
}*/

/******  Links  */

a {
	text-decoration: underline;
	color: #4F4F51;
}
a:hover {
	text-decoration: none;
}


/******  Fancy Radio Buttons  */
.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(images/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(images/radio.png) no-repeat;
}
.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(images/select.gif) no-repeat;
	overflow: hidden;
}

#middle .upload {
	position:relative;
	width:270px;
}
#middle .realupload {
	position:absolute;
	top:0;
	right:0;

	/* start of transparency styles */
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity:0);
	/* end of transparency styles */

	z-index:2; /* bring the real upload interactivity up front */
	width:270px;
}
#middle form .fakeupload {
	background:url(images/browse.gif) no-repeat 73% 50%;
}
#middle form .fakeupload input {
	width:135px;
}

