



.ref {  font-size: 7pt}


#centre_stage_container {

	/* font-size:x-small; */
	margin-left:0px;
	margin-right:0px;
	border-right-width:thin;
	background-color: white;
	padding-left:0;
	padding-right:0px;
	border-right-color:#3A71B1;
	border-right: solid #CADB2A 0px;
	width: 100%;
	}
#main_content {
	float: left;
	width: 99%;
	text-align: left;
	border: 0px ridge #CCCCCC;
	background-color: #FFFFFF;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}


/* the very top block of the sidebar  */
.sidebar_headbox1 {
background : #F0F0F0;
font-weight: bold ;
font-size: 9pt;
color: #3970B3;
font-family: Arial, Helvetica, sans-serif;
/* text-decoration: none */
}

td.sidebar_headbox1  {
padding-top: 0px;
padding-bottom: 3px;
text-align: center;
}

.sidebar_headbox1 A {

/* color: #3970B3; */
}
.sidebar_headbox1 A:visited {
/* lets it inherit the go grey rule for all a's - change if bg goes grey */
/* color: #3970B3; */
}
/* remember to place hover and active after all other a:rules */
.sidebar_headbox1 A:hover {
color: #FF6600;
}

/* the sub header blocks of the sidebar  */

.sidebar_headbox2  {
background : #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#666666;
	font-weight: bold;
}

td.sidebar_headbox2  {
padding-top: 1px;
padding-bottom: 1px;
text-align: center;
}

.sidebar_headbox2 a {
color: #EBE9ED;
}

.sidebar_headbox2 a:visited {
color: #EBE9ED;
}
.sidebar_headbox2 a:hover {
color: #FFFFFF;
}



/* body blocks in the sidebar */
.sidebar_bodybox {
font-size: 8pt;
color: #48617D;
font-weight: normal;
}

/* note no space between the td and the class name */
td.sidebar_bodybox  {
padding-top: 1px;
padding-bottom: 1px;
}

.sidebar_bodybox a {
color: #48617D;
}

.sidebar_bodybox a:visited {
color:  #666666;
}
.sidebar_bodybox a:hover {
color:  #FF6600;
}




/*  app_navs */

.top_app_nav_holder, .bottom_app_nav_holder, .app_nav_holder {
	margin-left:0px;
	margin-right:0px;
	padding-left:4px;
	padding-right:5px;

	padding-top:4px;
	padding-bottom :5px;

	border: outset #EBE9ED 1px;

	color:#000000;
	background-color:#EBE9ED;
	font-size: 8pt;
	font-weight:normal;
}

/*  bottom app nav has a bit of margin at top */

.bottom_app_nav_holder{
	margin-top:30px;
}

.top_app_nav_holder A:link,
.top_app_nav_holder A:visited,
.top_app_nav_holder A:hover,
.top_app_nav_holder A:active,

.bottom_app_nav_holder A:link,
.bottom_app_nav_holder A:visited,
.bottom_app_nav_holder A:hover,
.bottom_app_nav_holder A:active,

.app_nav_holder A:link,
.app_nav_holder A:visited,
.app_nav_holder A:hover,
.app_nav_holder A:active
 {
	color:#000000;
	font-size: 8pt;
	/* text-decoration:none; */
}
.top_app_nav_holder A:hover,
.top_app_nav_holder A:active,

.bottom_app_nav_holder A:hover,
.bottom_app_nav_holder A:active,

.app_nav_holder A:hover,
.app_nav_holder A:active
 {
	color:#FF6600;
}

.plain_text_selection_desc_container {
	background-color: #E2E2E2;
	margin: 0px;
	padding: 2px;
}

/*     -------    */

/* title bars */
.inline_pg_title3_container {
color: #FFFFFF;
/* background-color:#3A71B1; */
 background-color: #CC3333;
font-size: 10pt;
font-weight: bold;
}

/* class set on form elements that are only required under conditions determined by other input values  */
.conditionally_required {
 background-color: #CCCCCC;
}

/* class automatically set on Zend Form Errors */
.errors {
color: #CC3333;
}


/* class automatically set on User Feedback Warnings */
.warning_highlight {
color: #CC3333;
}


/* class automatically set on User Feedback Warnings */
.flashMessage {
color: #000000;
background-color: #FFFF99;
margin-left: 2px;
padding-left: 2px;
}



.done_buttons_container {
float: right;
}

.done_button {
	font-size: 24px;
}




.action_panel_container {
	text-align: left;
	width: 15%;
	border: 1px ridge #CCCCCC;
	background-color: #FFFFFF;
	margin-left: 2px;
	padding-left: 2px;
}

.action_panel_control_container {
border:1px solid #CCCCCC;
margin:2px;
padding:2px;
}

.action_panel_control {
background-color:#EBE9ED;
border:1px outset #999999;
font-size:12px;
margin:2px;
padding:2px;
}

.box336_container {
border:1px solid #CCCCCC;
padding-bottom:14px;
padding-top:14px;
text-align:center;
width:334px;
}

.float_left {
float:left;
}
.float_right {
float:right;
}


/*  http://www.greywyvern.com/code/min-height-hack */
.prop {
    float:right;
    width:1px;
	height:140px;
  }

.clear_prop {
    clear:both;
    height:1px;
    overflow:hidden;
  }

.min_prop_height50px {
    height:50px;
  }

.address_window_box {
  border: 1px dotted #999999;
  margin: 5px;
  padding: 5px;
}

/* the following inline wrapper may change but was used on http://www.startinbusiness.co.uk/listings/details/?d_id=28 */
.inline_img_wrapper {
   text-align: center;

}
.inline_img_wrapper_left {
   text-align: center;
   float: left;
}

.inline_img_wrapper_right {
   text-align: center;
   float: right;
}
.inline_img_wrapper p {
   margin: 0px;
   text-align: center;
   font-size: 16pt;
}
.inline_img_wrapper_right img, .inline_img_wrapper_left img{
   border: 2px;
   margin: 2px;
}

