/* messagebox  */
.messageboxcenter {
    border: 2px solid rgb( 255, 104, 4 );
    width: 450px;
    padding: 10px;
    padding-top: 5px;
    clear: both;
}

.mbclose {
    float: right;
    font-size: 11px;
    padding-bottom: 10px;
}

.mbclose a {
    color: black;
}

.mbmessage {
    font-size: 12px;
    clear: right;
}

.mbaction {
    font-size: 12px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 30px;
}

.mbtextinput {
    height: 18px;
    border: 1px solid rgb( 172, 172, 172 )
}

.middletxt {
    float: left;
    position: relative;
    top: 3px;
    margin-left: 5px;
    margin-right: 5px;
}

.middletxt5 {
    float: left;
    position: relative;
    top: 5px;
    margin-left: 5px;
}

.clearer {
    clear: both;
    height: 1px;
	line-height: 1px;
	font-size: 1px;
}

.nofloat {
    line-height: 1px;
}

.messageboxcenter h2 {
    width: auto;
    font-size: 14px;
    margin: 0;
    float: left;
}

#loginboxright {
    color: #000;
}

.moveleft5 {
    position: relative;
    left: -5px;
}

.arrow {
    clear: left;
    float: left;
    margin-top: 4px;
    margin-right: 6px;
	margin-left: 2px;
}

.prequestform {
	width: 380px;
}

.prequestform hr {
	border: 1px solid #ACACAC;
	border-bottom: none;
	height: 1px;
}

.prequestform fieldset {
	border: none;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	
}

.prequestform fieldset input.pstretch, .prequestform fieldset textarea.pstretch {
	width: 210px;
}

.prequestform legend {
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	color: #000;
}

.prequestform label {
	width: 140px;
	display: block;
	float: left;
	margin-right: 10px;
	padding-top: 3px;
}

.prequestform .pclear {
	clear: both;
	height: 0px;
}

.prequestform .pspacer {
	margin-bottom: 10px;
	height: 0px;
	line-height: 0px;
}

.prequestform .pmandatory {
	background-image: url(/Content.Node/images/star.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
}

.prequestform .pmandatory2 {
	background-image: url(/Content.Node/images/2star.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
}

.prequestform .perror {
	border: 1px solid #ff6600;
}

.prequestform .perror2 {
	color: #ff6600;
}

.poverview h2
{
	background-image: url(/Content.Node/images/arrow.gif);
	background-repeat: no-repeat;
	margin: 0 !important;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	padding-left: 20px !important;
}


/* FAQ Accordion */


ul.pfaq, ul.pfaq ul {
  list-style-type:none;
  margin: 0;
  padding: 0;

}

ul.pfaq a {
  display: block;
  text-decoration: none;
}

ul.pfaq li {
  margin-top: 1px;
  border-bottom: 1px solid #d8d8d8;
}

ul.pfaq li ul li {
	border: none;
	padding-bottom: 5px;
}

ul.pfaq li ul {
	margin-left: 20px;
}

ul.pfaq li a {
 
  padding: 0.5em;
  font-weight: bold;
  padding-left: 20px;
  background: url(/Content.Node/images/plus.gif) no-repeat 2px 9px;
}

ul.pfaq li a:hover {
  
}

ul.pfaq li ul li a {
  padding: 0;
  display: inline;
  background: none;
  color: #ff6600 !important;
  font-weight: normal;
}

ul.pfaq li ul li a:hover {
  padding: 0;
  display: inline;
  background: none;
  text-decoration: underline;
}

.graytextinput {
	border:1px solid rgb(192,192,192);
	margin-top:5px;
	margin-bottom:5px;	
}

div.grayline3{
	overflow: hidden;
	height:1px;
	border-bottom:1px solid rgb(192,192,192);
}



* html,* html body{
    background: #fff url(foo) fixed;
  }

.palertbox{
	background-color: #ffefe5;
	margin-right: 10px;
}

.pinnerbox .palertbox
{
	margin-right: 0px;
}


#pright .pouterbox img
{
	margin-left: auto;
}

.pad10
{
	padding: 10px;
}

.mb5
{
	margin-bottom: 5px;
}

#phelplayer{
	display: none;
	position: absolute;
	left: -1000px;
	top: 0px;
	z-index: 300;
}

#phelptext{
	background-color: #ff6600;
	width: 150px;
	padding: 2px;
	color: white;
	font-size: 11px;
}

#phelplayer{
	background:url(/Content.Node/images/helplayerbg.png) right bottom no-repeat;
}

.palertbox hr{
	border-color: #ff6600;
}



#psubnavigation{
	padding-left: 5px !important;
}

.pouterbox
{
	background: none !important;
	background-image: url(/Content.Node/images/shadow.gif) !important;
	background-repeat: no-repeat !important;
	background-position: bottom right !important;
	padding: 0 !important;
	margin: 0 !important;
}

.pouterbox
{
	position: relative;
	left: 4px;
	top: 4px;
	float: left;
}

.pinnerbox{
	position: relative;
	left: -4px;
	top: -4px;
}

.pouterbox{}

.pboxbottom
{
	clear: both;
	height: 10px;
	line-height: 1px;
	font-size: 1px;
}

.eventscroll {max-height:700px;overflow-y:auto;}
