@IMPORT url("./base.css");
@IMPORT url("./widgets.css");

/* line 6, ../sass/core.sass */
body {
  background-color: #eeeeee;
  color: #494949;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 75%;
  line-height: 135%;
  margin: 0;
  padding: 0;
}

/* line 18, ../sass/core.sass */
p {
  padding: 0 0 0.72em 0;
  margin: 0;
}

/* line 22, ../sass/core.sass */
h1 {
  font-size: 2em;
  padding: 0.67em 0;
  margin: 0;
}

/* line 27, ../sass/core.sass */
h2 {
  font-size: 1.3em;
  padding: 0.5em 0 0.4em 0;
  margin: 0;
  line-height: 1.3em;
}

/* line 33, ../sass/core.sass */
h3 {
  font-size: 1.1em;
  padding: 0.3em 0;
  margin: 0;
}

/* line 38, ../sass/core.sass */
h4 {
  font-size: 1.1em;
  padding: 0.3em 0;
  margin: 0;
  font-weight: normal;
}

#container {margin: 0.5em 0}

/* line 69, ../sass/core.sass */
.rss_feed {
  background: url(../images/rss-bold.gif) no-repeat 3px 1px;
  padding: 0 0 0 20px;
}

/* line 86, ../sass/core.sass */
#container {
  width: 986px;
  background-color: white;
  border: 1px solid #dedede;
  margin: 0 auto;
}

/* line 92, ../sass/core.sass */
#header {
  position: relative;
  margin: 0 20px;
  padding: 1px 0;
}
/* line 97, ../sass/core.sass */
#header h1 a {
  text-decoration: none;
}

/* line 100, ../sass/core.sass */
*html #header {
  display: inline-block;
}

/* line 108, ../sass/core.sass */
#top_menu .hello {
  float: left;
  margin: 0 20px 0 0;
  padding: 0 0 0 20px;
  font-weight: bold;
  background: #56c6f5 url(../images/user.png) top left no-repeat;
}

/* line 148, ../sass/core.sass */
*html #top_menu .hello {
  background: white url(../images/user.gif) top left no-repeat;
}

/* line 151, ../sass/core.sass */
*html #site_name {
  display: inline-block;
}

/* line 185, ../sass/core.sass */
.filter,
.message_flash {
  background: #003668;
  margin: 0 20px 8px 0;
  /*Tom: I don't think we need this ? Causes message to be cut short
  max-height: 20px;*/
}
/* line 189, ../sass/core.sass */
.filter span, .filter p,
.message_flash p {
  padding: 0.1em 5px;
}
/* line 192, ../sass/core.sass */
.filter p,
.message_flash p {
  float: left;
  color: white;
  font-weight: bold;
  font-size: 1.1em;
}
/* line 198, ../sass/core.sass */
.filter .functions {
  float: right;
}
/* line 200, ../sass/core.sass */
.filter .functions a {
  color: white;
}
/* line 202, ../sass/core.sass */
.filter .functions .remove {
  padding: 0 15px 0 0;
  background: url(../images/remove.gif) no-repeat right center;
}

/* line 206, ../sass/core.sass */
*html .filter,
.message_flash {
  display: inline-block;
}

/* line 249, ../sass/core.sass */
#breadcrumb {
  padding: 0.2em 0;
  margin: 5px 0 0 0;
  font-size: 1.1em;
}
/* line 253, ../sass/core.sass */
#breadcrumb a {
  display: block;
  float: left;
  font-weight: bold;
  text-decoration: none;
  color: #0e76bb;
}
/* line 260, ../sass/core.sass */
#breadcrumb a:hover {
  color: #0061a2;
}
/* line 262, ../sass/core.sass */
#breadcrumb .seperator {
  display: block;
  float: left;
  width: 20px;
  height: 15px;
  text-indent: -500px;
  background: url(../images/arrow.gif) no-repeat center center;
}

/* line 272, ../sass/core.sass */
#tickertext {
  background: #003668;
  color: white;
  margin-bottom: 20px;
  padding: 0 0 5px 0;
}
/* line 278, ../sass/core.sass */
#tickertext p {
  background: url(../images/arrow-white.gif) 0 10px no-repeat;
  padding: 10px 10px 5px 14px;
}
/* line 282, ../sass/core.sass */
#tickertext p strong {
  font-weight: normal;
}
/* line 285, ../sass/core.sass */
#tickertext p a {
  color: white;
  text-decoration: underline;
}

/* line 289, ../sass/core.sass */
#article {
  margin: 35px auto 30px 40px;
  width: 750px;
}
#article.full_width {
  margin: 0 20px 20px;
  width: auto;
}


/* line 514, ../sass/core.sass */
#footer {
  background-color: #cacaca;
  color: black;
  padding: 5px;
  margin-left: 20px;
  margin-right: 20px;
  min-height: 54px;
}
* html #footer
{
	height: 54px;
}

/* line 521, ../sass/core.sass */
#footer a {
  color: black;
}

/* line 524, ../sass/core.sass */
#footnav {
  list-style: none;
  margin: 15px 200px 35px 0;
  padding-left: 3px;
  font-size: 0.9em;
}
/* line 530, ../sass/core.sass */
#footnav li {
  float: left;
  display: block;
}
/* line 534, ../sass/core.sass */
#footnav li a {
  display: block;
  padding: 0 15px;
  border-left: 1px solid #6d6e71;
}
/* line 539, ../sass/core.sass */
#footnav li:first-child a {
  border-left: none;
}

/* line 542, ../sass/core.sass */
#disclaimer {
  margin: 30px 20px 10px 20px;
  font-size: 0.9em;
  text-align: center;
}

/* line 547, ../sass/core.sass */
#footer .powered_by, #footer #powered_by {
  float: right;
  margin: 8px 5px 0 0;
}

/* line 555, ../sass/core.sass */
form {
  padding: 0 0 1em 0;
}
/* line 561, ../sass/core.sass */
form.rss_feed_generator {
  width: 750px;
}
/* line 564, ../sass/core.sass */
form fieldset {
  margin: 0 0 1em 0;
  padding: 0;
  border: none;
}
/* line 569, ../sass/core.sass */
form fieldset legend {
  font-weight: bold;
  margin: 0;
  padding: 0.5em 0 0.5em 0;
  font-size: 1em;
}
/* line 575, ../sass/core.sass */
form fieldset label, form fieldset .label {
  display: block;
  float: left;
  width: 120px;
  font-weight: bold;
}
/* line 581, ../sass/core.sass */
form fieldset input, form fieldset .input {
  display: block;
  float: left;
  width: 250px;
}
/* line 587, ../sass/core.sass */
form fieldset .checkbox {
  display: block;
  clear: both;
  padding: 0 0 4px 0;
}
/* line 588, ../sass/core.sass */
form fieldset .checkbox input {
  width: auto;
}
/* line 590, ../sass/core.sass */
form fieldset .checkbox label {
  padding-top: 1px;
  float: left;
  font-weight: normal;
}
/* line 599, ../sass/core.sass */
form .formbottom {
  width: 378px;
  padding: 0.5em 0;
}
/* line 603, ../sass/core.sass */
form .formbottom input, form .formbottom .input {
  float: right;
  font: 1em Arial, Helvetica sans-serif;
}
/* line 607, ../sass/core.sass */
form .formelement {
  float: left;
  background: #eeeeee;
  padding: 0.5em 0;
}
/* line 612, ../sass/core.sass */
form .editable,
form .linked_identity {
  display: block;
  clear: both;
  background: #eeeeee;
  padding: 0.5em 10px;
  border-bottom: 2px solid white;
}
/* line 619, ../sass/core.sass */
form .editable .forminfo,
form .linked_identity .forminfo  {
  display: block;
  width: 250px;
  float: left;
  padding: 0.3em 5px 0.4em 40px;
  background: url(../images/icon-info.gif) no-repeat 10px 0px;
}

/* line 898, ../sass/core.sass */
*html #main_menu ul li a {
  display: inline-block;
}

.search form input.submit {
  text-indent: -9999px;
  width: 20px;
  height: 18px;
  cursor: pointer;
  background: url(../images/icon-search.gif) no-repeat 0 1px;
}

/* line 901, ../sass/core.sass */
*html .pi_widget .pi_widget_body .inner_body {
}

/* line 906, ../sass/core.sass */
#my_image_paragraph_1 {
  margin: 200px 0px 0px 0px;
  background-color: black;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
/* line 911, ../sass/core.sass */
#my_image_paragraph_1 p {
  margin: 0 7px;
  padding: 5px 0 10px 0;
  color: white;
}
/* line 915, ../sass/core.sass */
#my_image_paragraph_1 a, #my_image_paragraph_1 h1, #my_image_paragraph_1 h2, #my_image_paragraph_1 h3, #my_image_paragraph_1 h4, #my_image_paragraph_1 h5 {
  color: white;
}

/* line 918, ../sass/core.sass */
*html #my_image_paragraph_1 {
  background-color: #555555;
}

/* line 921, ../sass/core.sass */
#my_image_1 {
  background: url(/images/test-image.jpg) no-repeat top left;
}

/* line 926, ../sass/core.sass */
.pi_widget.pi_widget_type_7 .pi_widget_content {
  border: none;
}
/* line 929, ../sass/core.sass */
.pi_widget.pi_widget_type_7 .pi_widget_content .pi_widget_body {
  border: none;
}
/* line 932, ../sass/core.sass */
.pi_widget.pi_widget_type_7 .pi_widget_content .pi_widget_body .inner_body {
  overflow: visible;
  width: auto;
}

/* line 936, ../sass/core.sass */
.calendar_nav {
  text-align: center;
  padding: 1% 2%;
  font-size: 1.05em;
  background: #b7dceb;
}
/* line 942, ../sass/core.sass */
.calendar_nav .next, .calendar_nav .previous {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/cal.png) no-repeat;
}

/* line 948, ../sass/core.sass */
*html .calendar_nav .next,
*html .calendar_nav .previous {
  background-image: url(../images/cal.gif);
}

/* line 953, ../sass/core.sass */
.calendar_nav .next {
  background-position: -16px -300px;
  float: right;
}
/* line 956, ../sass/core.sass */
.calendar_nav .next:hover {
  background-position: -16px -316px;
}
/* line 959, ../sass/core.sass */
.calendar_nav .previous {
  background-position: 0px -300px;
  float: left;
}
/* line 962, ../sass/core.sass */
.calendar_nav .previous:hover {
  background-position: 0px -316px;
}
/* line 965, ../sass/core.sass */
.calendar_nav strong {
  line-height: 1.6em;
}

/* line 968, ../sass/core.sass */
table.cal_table {
  border: 1px solid #b7dceb;
  margin: 2px 0 0 0;
  border-collapse: collapse;
  width: 100%;
}
/* line 973, ../sass/core.sass */
table.cal_table thead {
  background: #b7dceb;
}
/* line 975, ../sass/core.sass */
table.cal_table thead th {
  text-align: center;
  padding: 0 0 1px 0;
  font-size: 0.9em;
}
/* line 980, ../sass/core.sass */
table.cal_table tbody td {
  border: 1px solid #b0bac8;
  width: 14%;
  background: #f4f5f7;
}
/* line 984, ../sass/core.sass */
table.cal_table tbody td span {
  display: block;
  background: #f4f5f7;
  font-size: 1.1em;
  padding: 2px 3px;
  font-weight: bold;
  text-align: center;
  color: #494949;
}
/* line 992, ../sass/core.sass */
table.cal_table tbody td span a {
  display: block;
  color: white;
}
/* line 996, ../sass/core.sass */
table.cal_table tbody .events {
  background-color: #25aae1;
}
/* line 997, ../sass/core.sass */
table.cal_table tbody .events span {
  background: #25aae1 url(../images/cal.png) left 0px repeat-x;
  color: white;
}
/* line 1001, ../sass/core.sass */
table.cal_table tbody .today {
  background-color: #e1e2e6;
}
/* line 1002, ../sass/core.sass */
table.cal_table tbody .today span {
  background: #e1e2e6 url(../images/cal.png) left -100px repeat-x;
}
/* line 1004, ../sass/core.sass */
table.cal_table tbody .today span a {
  color: #333333;
}
/* line 1007, ../sass/core.sass */
table.cal_table tbody .events.today {
  background-color: #25aae1;
}
/* line 1009, ../sass/core.sass */
table.cal_table tbody .events.today span {
  background-color: #25aae1;
}
/* line 1011, ../sass/core.sass */
table.cal_table tbody .inactive {
  background-color: #c9e6f3;
}
/* line 1012, ../sass/core.sass */
table.cal_table tbody .inactive span {
  background: #c9e6f3 url(../images/cal.png) left -200px repeat-x;
  color: #999999;
}

/* line 1017, ../sass/core.sass */
*html table.cal_table tbody td.events {
  background: #c9c9c9;
}

/* line 1019, ../sass/core.sass */
*html table.cal_table tbody td.today {
  background: #c9c9c9;
}

/* line 1021, ../sass/core.sass */
*html table.cal_table tbody td.inactive {
  background: #c9c9c9;
}

/* line 1024, ../sass/core.sass */
*html table.cal_table tbody td span,
*html table.cal_table tbody td span a {
  color: #333333;
}

/* line 1027, ../sass/core.sass */
*html table.cal_table tbody td.events span,
*html table.cal_table tbody td.events span a {
  color: #333333;
}

/* line 1030, ../sass/core.sass */
*html table.cal_table tbody td.inactive span,
*html table.cal_table tbody td.inactive span a {
  color: #999999;
}

/* line 1034, ../sass/core.sass */
*html table.cal_table tbody td.today span,
*html table.cal_table tbody td.events span,
*html table.cal_table tbody td.inactive span {
  background-image: url(../images/cal.gif);
}

/* line 1039, ../sass/core.sass */
.bubble_anchor {
  position: relative;
}

/* line 1042, ../sass/core.sass */
.bubble {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -50px;
}
/* line 1047, ../sass/core.sass */
.bubble ul {
  padding: 0 10px 3px 10px;
  margin: 0 0 0 10px;
}
/* line 1050, ../sass/core.sass */
.bubble ul li {
  white-space: nowrap;
}

/* line 1053, ../sass/core.sass */
*html .bubble {
  width: 170px;
  height: auto;
  overflow: hidden;
  margin-left: -10px;
}

/* line 1058, ../sass/core.sass */
*html .bubble ul {
  padding: 0 0 0 10px;
}

/* line 1060, ../sass/core.sass */
*html .bubble ul li {
  width: 134px;
  overflow-x: hidden;
}

/* line 1065, ../sass/core.sass */
.bubble .topleft {
  height: 6px;
  margin-right: 15px;
  background: url(../images/cal.png) 0px -400px no-repeat;
}
/* line 1069, ../sass/core.sass */
.bubble .topright {
  width: 15px;
  height: 6px;
  float: right;
  background: url(../images/cal.png) right -400px no-repeat;
}
/* line 1074, ../sass/core.sass */
.bubble .middleleft {
  margin-right: 15px;
  background: url(../images/cal.png) 0px -406px no-repeat;
  overflow: hidden;
}
/* line 1078, ../sass/core.sass */
.bubble .middleright {
  background: url(../images/cal.png) right -406px no-repeat;
  overflow: hidden;
  min-width: 110px;
  max-width: 300px;
  max-height: 170px;
}
/* line 1084, ../sass/core.sass */
.bubble .bottomleft {
  height: 20px;
  margin-right: 15px;
  background: url(../images/cal.png) 0px -580px no-repeat;
}
/* line 1088, ../sass/core.sass */
.bubble .bottomright {
  width: 15px;
  height: 20px;
  float: right;
  background: url(../images/cal.png) right -580px no-repeat;
}

/* line 1094, ../sass/core.sass */
*html .bubble .topleft {
  margin-right: 12px;
  overflow: hidden;
  background-image: url(../images/cal.gif);
}

/* line 1098, ../sass/core.sass */
*html .bubble .topright {
  margin-left: -3px;
  overflow: hidden;
  background-image: url(../images/cal.gif);
}

/* line 1102, ../sass/core.sass */
*html .bubble .middleleft {
  background-image: url(../images/cal.gif);
}

/* line 1104, ../sass/core.sass */
*html .bubble .middleright {
  background-image: url(../images/cal.gif);
}

/* line 1106, ../sass/core.sass */
*html .bubble .bottomleft {
  margin-right: 12px;
  background-image: url(../images/cal.gif);
}

/* line 1109, ../sass/core.sass */
*html .bubble .bottomright {
  margin-left: -3px;
  background-image: url(../images/cal.gif);
}

/* extension large calendar */
/* line 1114, ../sass/core.sass */
.large_cal {
  font-size: 1em;
}

/* line 1118, ../sass/core.sass */
table.cal_table.large_cal tbody td span {
  padding: 10px 0;
}
/* line 1120, ../sass/core.sass */
table.cal_table.large_cal tbody td b.event {
  display: block;
  clear: both;
  font-size: 0.9em;
  color: white;
  padding: 0 0 3px 0;
  text-align: left;
  border-top: 1px solid #cccccc;
  margin: 0 3px;
}

/* line 1130, ../sass/core.sass */
*html table.cal_table.large_cal tbody td b.event {
  color: #333333;
}

/* line 1134, ../sass/core.sass */
table.cal_table.large_cal tbody td b.details {
  padding: 0 5px 6px 20px;
  color: white;
  font-size: 0.9em;
  font-weight: normal;
}
/* line 1139, ../sass/core.sass */
table.cal_table.large_cal tbody td b.details a {
  text-decoration: underline;
  color: white;
  font-weight: normal;
}
/* line 1143, ../sass/core.sass */
table.cal_table.large_cal tbody td .hide, table.cal_table.large_cal tbody td .show {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/cal.png) no-repeat;
  float: left;
  margin: 0 2px 0 0;
  cursor: pointer;
}

/* line 1152, ../sass/core.sass */
*html table.cal_table.large_cal tbody td .hide,
*html table.cal_table.large_cal tbody td .show {
  background-image: url(../images/cal.gif);
}

/* line 1157, ../sass/core.sass */
table.cal_table.large_cal tbody td .show {
  background-position: -32px -300px;
}
/* line 1159, ../sass/core.sass */
table.cal_table.large_cal tbody td .show:hover {
  background-position: -32px -316px;
}
/* line 1161, ../sass/core.sass */
table.cal_table.large_cal tbody td .hide {
  background-position: -48px -300px;
}
/* line 1163, ../sass/core.sass */
table.cal_table.large_cal tbody td .hide:hover {
  background-position: -48px -316px;
}


/* line 137, ../sass/_admin.sass */
.taxonomy_tag {
  background-color: #d2f1fc;
  width: 150px;
  border: 1px solid #cccccc;
}

/* line 142, ../sass/_admin.sass */
li.hover {
  border: 1px solid #cccccc;
}

/* line 146, ../sass/_admin.sass */
#tax_col1 {
  width: 49%;
  float: left;
  border: 1px solid #cccccc;
}

/* line 152, ../sass/_admin.sass */
#tax_col2 {
  width: 49%;
  float: left;
  border: 1px solid #cccccc;
}

/* line 158, ../sass/_admin.sass */
#tax_col1 ul {
  clear: left;
}

/* line 162, ../sass/_admin.sass */
#widgets_not_in_use .widget_item {
  float: left;
  background-color: #d2f1fc;
  width: 150px;
  border: 1px solid #cccccc;
  margin-left: 20px;
  margin-right: 20px;
}

/* line 171, ../sass/_admin.sass */
.widget_item, .header_nav_item, .footer_nav_item {
  background-color: #d2f1fc;
  width: 150px;
  border: 1px solid #cccccc;
}

/* line 178, ../sass/_admin.sass */
ul#col1_widgets, ul#col2_widgets, ul#col3_widgets {
  cursor: move;
  min-height: 20px;
  border: 5px solid #cccccc;
  width: 152px;
  margin-left: 0;
  padding: 0;
  list-style: none;
  min-height: 30px;
}

/* line 189, ../sass/_admin.sass */
div#widgets_not_in_use {
  min-height: 30px;
  border: 1px solid #cccccc;
  cursor: move;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  display: inline-block;
}
/* line 5, ../sass/hacks.sass */
div#widgets_not_in_use {
  display: block;
}

/* line 199, ../sass/_admin.sass */
ul#widgets_not_in_use, ul#header_nav_list_use, ul#header_nav_list_nuse, ul#footer_nav_list_use, ul#footer_nav_list_nuse {
  margin-left: 0;
  padding: 0;
  list-style: none;
  min-height: 30px;
}

/* line 207, ../sass/_admin.sass */
.combined_admin_page_widget_layout #row_1, .combined_admin_page_widget_layout #row_2 {
  border: 1px solid #cccccc;
  clear: left;
}
/* line 211, ../sass/_admin.sass */
.combined_admin_page_widget_layout #row_1 .float, .combined_admin_page_widget_layout #row_2 .float {
  float: left;
  margin-left: 20px;
}
/* line 215, ../sass/_admin.sass */
.combined_admin_page_widget_layout #column_1 {
  clear: left;
  float: left;
  margin-left: 20px;
}
/* line 220, ../sass/_admin.sass */
.combined_admin_page_widget_layout #column_2, .combined_admin_page_widget_layout #column_3 {
  float: left;
  margin-left: 20px;
}
/* line 224, ../sass/_admin.sass */
.combined_admin_page_widget_layout #widgets_not_in_use {
  min-height: 30px;
}
/* line 227, ../sass/_admin.sass */
.combined_admin_page_widget_layout h3 {
  margin-top: 5px;
}

/* line 232, ../sass/_admin.sass */
#col_2 h3, #col_2 p {
  clear: none;
}

/* line 237, ../sass/_admin.sass */
.combined_admin_widget_add h3, .combined_admin_widget_add p {
  clear: left;
}

/* line 241, ../sass/_admin.sass */
#addadbsource {
  clear: left;
}

.admin_form_container {
  margin:0 auto 15px 30px;
}

.epetint_left {
  width:250px;
  float:left;
  border-right: 2px solid #dae7ec;
}

.epetint_middle { 
  float:left;
  width:40%;
  margin-left:2em;
  margin-right:2em;
  height:100%;
}

.pi_widget.pi_widget_type_6 .pi_widget_body .epetint_middle .actions { 
  position:relative;
  margin-left:1em;
  margin-top:2em;
}
.method_epetitions_interactive{ 
  width:100%;
 }
.method_epetitions_interactive #article{ 
  width:900px;
 }

.epetint_right { 
  float:right;
  list-style:none;
}

.epetint_right h3{ 
  background: #e2e3e8;
}

.epetint_middle_title { 
 font-size:large;
}

/**** USER PROFILES ****/
.controller_profile .pi_widget .pi_widget_title h2{padding-left: 35px;background: url("/core/public/images/user_profiles/icon-user.png") no-repeat scroll 8px top transparent;}
* html .method_manage_my_details .pi_widget h2{background-image: url("/core/public/images/user_profiles/icon-user.gif");}

.method_manage_my_details .pi_widget .pi_widget_body{min-height: 150px;}
* html .method_manage_my_details .pi_widget .pi_widget_body{height: 150px;}
.method_manage_my_details .pi_widget .pi_widget_title h2{padding-left: 35px;background: url("/core/public/images/user_profiles/icon-user.png") no-repeat scroll 8px top transparent;}
.method_manage_my_details form fieldset input{ width: auto;}

.pi_widget_menu{background: #a5dbf2; font-size: 1.1em; margin: 0 0 2px; padding: 0;}

.pi_widget_menu .tabbed_items{list-style: none; margin: 0; padding: 5px 0 0 5px; height: 27px;}

.pi_widget_menu .tab_item{float: left; display: block; height: 27px;}

.pi_widget_menu .tab_item a{padding: 0 15px; margin: 0; display: block; height: 27px; line-height: 30px; text-decoration: none; font-weight: bold; color:#0e75d2;}

.pi_widget_menu .tab_item.active{background: url(/core/public/images/user_profiles/tab-right.png) no-repeat right top transparent;}
.pi_widget_menu .tab_item.active a{color: #000;padding:0 11px 0 15px;	margin: 0 11px 0;background: url(/core/public/images/user_profiles/tab-left.png) no-repeat left top transparent;}

* html .pi_widget_menu .tab_item.active{background-image: url(/core/public/images/user_profiles/tab-right.gif);}
* html .pi_widget_menu .tab_item.active a{background-image: url(/core/public/images/user_profiles/tab-left.gif);}

.method_manage_my_details .edit_my_profile_top{float:left;}

.manage_my_profile_left{ 
  width:200px;
  float:left;
  border: solid #DAE7EC;
  border-width: 0 2px 2px 0;
  padding:0;
  position: absolute;
}
 
ul.profile_list,
ul.profile_list li {width:200px;list-style: none;margin: 0;padding:0;display: block;float:left;clear:left;}
ul.profile_list li a{text-decoration: none; font-weight: bold; color: #000; padding: 5px 10px;display: block;}
ul.profile_list li:hover,
ul.profile_list li a:hover,
ul.profile_list li.active,
ul.profile_list li.active a{background: #DAE7EC;}

/* Items/Recent activities*/


.manage_my_profile_middle{ 
  height:100%;
  margin-left:220px;
 }
 .method_manage_my_details h2{
  margin-left:220px;
}
.method_manage_my_details h3{ 
  clear:right;
}

.method_manage_my_details .item_content{ 
  clear:both;
  margin: 0.5em 0;
}
 
.method_manage_my_details .item{ 
  border-bottom: 2px solid #DAE7EC;
}

.method_manage_my_details div.item {margin: 1em 0 0 38px;position:relative;width: 460px}
.method_manage_my_details div.item p.edit_my_profile_activity_top {float:left}
.method_manage_my_details div.item p.edit_my_profile_activity_top img {margin-right:8px;position:absolute;left:-35px;}
.method_manage_my_details div.item a strong {color:#0061a2;font-weight:normal}

.method_manage_my_details .toggle_show_hide{list-style: none; margin:0; padding:0; float:right;}
.method_manage_my_details .toggle_show_hide .show,
.method_manage_my_details .toggle_show_hide .hide{float:left;clear:none}

.method_manage_my_details .toggle_show_hide li {padding:0 5px;border: solid 2px #0261a1;background-color: #0261a1;cursor:pointer}
.method_manage_my_details .toggle_show_hide li.active{background-color: #fff;border-color:#dae7ed;cursor:default}
.method_manage_my_details .toggle_show_hide li a{color:#fff;cursor:pointer}
.method_manage_my_details .toggle_show_hide li.active a{color:#000;font-weight:bold;cursor:default}

/* Linked identities, some of this builds on the editable class, declared way above */
form .linked_identity .forminfo {float: right; width: 40%;}

form .linked_identity{min-height: 30px;}
* html form .linked_identity{height: 30px;}

form .linked_identity .identity {float:left;width: 45%;display:block; padding-left:42px; background: url(/core/public/images/user_profiles/tick-grey.gif) no-repeat 2px 4px;}
form .linked_identity .identity label {width: auto}
form .linked_identity .identity p { padding: 0; margin: 0}
form .linked_identity.active .identity{padding-left: 42px;background: url(/core/public/images/user_profiles/green_tick.png) no-repeat 2px 4px;}
* html form .linked_identity.active .identity{background-image: url(/core/public/images/user_profiles/green_tick.gif)}


.manage_my_profile_middle form.profile,
.manage_my_profile_middle form.profile fieldset {margin:0;padding:0;}
.linked_identities  form.profile legend{display:none}

.manage_my_profile_middle .formbottom input {width:auto;}
.manage_my_profile_middle .formbottom div.fright {float:left; margin-right:10px; margin-bottom:10px;}


a.has-bubble{
  position:relative;
  z-index:24;
  color:#3CA3FF;
  font-weight:bold;
  text-decoration:none;
}
a.has-bubble span{ display: none; }


a.has-bubble:hover span.tooltip{
  margin:10px;
  position: relative;
  padding: 10px 0 0 10px;
  bottom: 0;   
  background: url('/core/public/images/balloon.gif') no-repeat bottom left;
  text-align: left;
}
a.has-bubble:hover span{
  display: block;
}

a.has-bubble:hover span.bubble-middle{ /* different middle bg for stretch */
      position: relative;
      bottom:25px;
}

