body {
  background: #fff;
}

#Body {
  background-position: center top;
  background-color: #676868;
  background-image: url(../backgrounds/background1_gray.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

blockquote {
  margin: 1em 3em;
  color: #999;
  border-left: 2px solid #999;
  padding-left: 1em;
  font-family: Verdana, Geneva, sans-serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: black;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5 {
  padding: 0 0 15px;
  margin: 0;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 1;
  letter-spacing: normal;
  font-weight: normal;
  color: #000;
}

h1 {
  font-size: 22px;
  line-height: 26px;
}

h2 {
  font-size: 16px;
  line-height: 22px;
}

h3 {
  font-size: 14px;
  font-weight: bold;
}

h4 {
  font-size: 13px;
  font-weight: bold;
}

h5 {
  font-size: 12px;
  font-weight: bold;
}

.Normal,
.NormalDisabled,
.NormalDeleted {
  color: #363636;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: normal;
}

.clear_both {
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
}

.gm-style img {
  max-width: none;
}

#wrapper {
  max-width: 980px;
  margin: 20px auto 0;
  padding: 0 25px;
}

#header {
  min-height: 115px;
  height: 115px;
  height: auto;
  max-width: 980px;
  background: url(images/transparent_white.png);
  position: relative;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
}
#header .header-right {
  position: relative;
  min-height: 115px;
  height: 115px;
  height: auto;
  float: right;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  #header .header-right {
    float: none;
    width: auto;
  }
}
#header .header-right .language-object {
  position: absolute;
  top: auto;
  left: auto;
  right: 26px;
  bottom: 9px;
  width: 450px;
  float: right;
  text-align: right;
}
#header .header-right .language-object img,
#header .header-right .language-object span,
#header .header-right .language-object a {
  border: 0;
}
#header .header-right .language-object span {
  margin: 0 5px 0 0;
}
#header .header-right #login {
  float: right;
  width: auto;
  border: 1px solid white;
  border: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 3px;
  margin: 15px 30px 0 0;
  background: url(images/login-bg.png);
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  #header .header-right #login {
    clear: both;
    display: block;
  }
}
#header .header-right #login ul {
  float: left;
  font-family: Arial;
  padding: 0;
  margin: 0;
  float: left;
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  #header .header-right #login ul {
    height: auto;
  }
}
#header .header-right #login ul li {
  float: left;
  height: 20px;
  border: none;
  background: none;
  list-style-type: none;
  color: #807f7f;
}
#header .header-right #login ul li a {
  text-decoration: none;
  float: left;
  height: 20px;
  line-height: 20px;
  padding: 0;
  padding: 0 6px;
  color: #807f7f;
}
#header .header-right #login ul li a:hover {
  color: #d8080b;
}
#header .header-right #login ul li a strong {
  display: none;
}
#header .header-right #login ul li.userMessages a {
  background-image: url(images/message.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0;
  height: 20px;
  width: 30px;
  text-indent: -9999px;
}
#header .header-right #login ul li.userMessages a:hover {
  background-color: #e6e6e6;
}
#header .header-right #login ul li.userNotifications a {
  background-image: url(images/info.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 20px;
  padding: 0;
  text-indent: -9999px;
  border-left: 1px solid #e8ecf1;
  border-left: 1px solid rgba(232, 236, 241, 0.6);
  border-right: 1px solid #e8ecf1;
  border-right: 1px solid rgba(232, 236, 241, 0.6);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-shadow: 1px 1px 1px #fff;
}
#header .header-right #login ul li.userNotifications a:hover {
  background-color: #e6e6e6;
}
#header .header-right #login ul li.userNotifications a, #header .header-right #login ul li.userMessages a {
  position: relative;
}
#header .header-right #login ul li.userNotifications a span, #header .header-right #login ul li.userMessages a span {
  float: left;
  line-height: 15px;
  background: url(images/info-span-bg.png) no-repeat top center;
  text-align: center;
  min-width: 15px;
  position: absolute;
  top: -12px;
  left: 53%;
  margin-left: -14px;
  padding: 1px 3px 3px 1px;
  font-weight: bold;
  color: #fff;
  font-size: 9px;
  text-indent: 0;
  text-shadow: none;
}
#header .header-right #login ul li.userDisplayName a {
  color: #646464;
  font-size: 11px;
  text-transform: none;
  text-shadow: 1px 1px 1px #fff;
}
#header .header-right #login ul li.userDisplayName a:hover {
  background-color: #e6e6e6;
}
#header .header-right #login ul li.userProfileImg {
  border-left: solid 1px #e4e7f0 !important;
  border-right: solid 1px #e4e7f0 !important;
  height: 20px;
  line-height: 20px;
}
#header .header-right #login ul li.userProfileImg a {
  padding: 0;
  background-image: url(images/login-bg.png);
  background-repeat: repeat-x;
  background-position: 0 0;
}
#header .header-right #login ul li.userProfileImg a:hover {
  background-position: 0 -32px;
}
#header .header-right #login ul li.userProfileImg img {
  width: 20px;
  height: 20px;
  vertical-align: top;
}
#header .header-right #login .loginGroup {
  float: right;
  padding: 0;
}
#header .header-right #login .loginGroup a {
  color: #646464;
  height: 20px;
  line-height: 20px;
  text-transform: uppercase;
  display: block;
  padding: 0 8px;
  font-size: 11px;
  text-shadow: 1px 1px 1px #fff;
}
#header .header-right #login .loginGroup a:hover {
  background-color: #e6e6e6;
  text-decoration: none;
}
#header .header-right #login .registerGroup, #header .header-right #login .registerGroup *, #header .header-right #login .loginGroup, #header .header-right #login .loginGroup * {
  display: inline;
}
#header .header-right .right_panel {
  position: absolute;
  top: 51px;
  bottom: 0;
  left: auto;
  right: 0;
  height: 88px;
  max-width: 450px;
}
#header .header-right .right_panel .SearchContainer {
  float: right;
  margin: 0 30px 0 0;
  width: 231px;
  position: relative;
  white-space: nowrap;
}
#header .header-right .right_panel .SearchContainer .SearchBorder {
  margin: 0;
  padding: 0;
  border: 0;
  height: 28px;
  background: url(images/header_search_left_bg.png) no-repeat;
  width: 200px;
  float: left;
  position: relative;
  white-space: nowrap;
}
#header .header-right .right_panel .SearchContainer .SearchBorder .SearchIcon {
  background-position: 5px 6px;
  background-repeat: no-repeat;
  cursor: pointer;
  float: left;
  height: 20px;
  padding: 4px 0 0;
  width: 23px;
}
#header .header-right .right_panel .SearchContainer .SearchBorder .SearchIcon img {
  display: none;
}
#header .header-right .right_panel .SearchContainer .SearchBorder input.SearchTextBox {
  padding: 6px 0 0;
  width: 174px;
  background: none;
  border: 0 none;
  float: left;
  height: 18px;
  z-index: 10;
}
#header .header-right .right_panel .SearchContainer a.SearchButton {
  background: url(images/header_search_right_bg.png) no-repeat 0 0;
  width: 31px;
  height: 28px;
  padding: 0;
  margin: 0;
  text-indent: -999px;
  overflow: hidden;
  display: block;
}
#header .header-right .right_panel .SearchContainer a.SearchButton:hover {
  background-position: 0 -28px;
}
#header .header-right .right_panel .SearchContainer #SearchChoices {
  background-color: #eeeeee;
  border: 1px solid #777777;
  clear: both;
  cursor: pointer;
  display: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 21px;
  width: 160px;
  z-index: 2000;
}
#header .header-right .right_panel .SearchContainer #SearchChoices li {
  background: #eeeeee none no-repeat scroll 5px center;
  border: 1px solid #eeeeee;
  cursor: pointer;
  display: block;
  height: 20px;
  list-style: outside none none;
  margin: 2px;
  padding: 2px 2px 2px 25px;
  text-align: left;
}
#header .header-right .right_panel .SearchContainer #SearchChoices li.searchDefault {
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
}
#header .header-right .right_panel .SearchContainer #SearchChoices li.searchHilite {
  background-color: #ddddff;
  border: 1px solid #aaaaff;
}
#header .left_panel {
  max-width: 500px;
  height: 100px;
  padding: 20px 0 0 20px;
  float: left;
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  #header .left_panel {
    float: none;
    width: auto;
    padding-top: 10px;
    height: auto;
  }
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  #header .left_panel {
    height: auto;
  }
}
#header .left_panel img {
  max-width: 100%;
}

#dnn_main_menu {
  list-style-type: none;
  background: url("images/main_menu_bg.png") repeat-x #565656;
  height: 33px;
  max-width: 980px;
  padding: 0;
  position: relative;
  z-index: 1000;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  #dnn_main_menu {
    height: auto;
  }
}
#dnn_main_menu ul.top_level {
  height: 28px;
  padding: 6px 0 0 10px;
  list-style-type: none;
  margin: 0 auto;
  max-width: 970px;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  #dnn_main_menu ul.top_level {
    height: auto;
    width: auto;
    padding: 0;
  }
}
#dnn_main_menu ul.top_level li.root {
  float: left;
  background: none;
  list-style-type: none;
  position: relative;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  #dnn_main_menu ul.top_level li.root {
    float: none;
    width: auto;
    padding: 4px 5px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  }
}
#dnn_main_menu ul.top_level li.root a.root {
  background: url(images/main_menu_hover_right.png) no-repeat right 100px;
  display: block;
  cursor: pointer;
  margin: 0 10px 0 0;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  #dnn_main_menu ul.top_level li.root a.root {
    background-image: none;
  }
}
#dnn_main_menu ul.top_level li.root a.root span {
  background: url(images/main_menu_hover_left.png) no-repeat 0 100px;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.3;
  font-family: Verdana;
  text-decoration: none;
  padding: 3px 5px 4px 10px;
  margin: 0 5px 0 0;
  display: inline-block;
  height: auto;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  #dnn_main_menu ul.top_level li.root a.root span {
    background-image: none;
  }
}
#dnn_main_menu ul.top_level li.root a.root:hover {
  background-position: right 0;
  text-decoration: none;
}
#dnn_main_menu ul.top_level li.root a.root:hover span {
  background-position: 0 0;
}
#dnn_main_menu ul.top_level li.root .sub_level {
  position: absolute;
  top: 28px;
  left: 0;
  display: none;
  margin: 0;
  padding: 0;
  background: none rgba(129, 129, 129, 0.9);
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  #dnn_main_menu ul.top_level li.root .sub_level {
    position: relative;
    width: auto;
    height: auto;
    top: auto;
    left: auto;
    border-radius: 0;
  }
}
#dnn_main_menu ul.top_level li.root .sub_level ul {
  padding: 0 0 8px 10px;
  margin: 0;
  list-style-position: inside;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  #dnn_main_menu ul.top_level li.root .sub_level ul {
    padding: 0;
  }
}
#dnn_main_menu ul.top_level li.root .sub_level ul li {
  display: block;
  list-style-type: none;
  background: url(images/main_menu_bullet.png) no-repeat 0 center;
  padding: 0 10px 0 15px;
  margin: 8px 0 0;
  min-width: 150px;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  #dnn_main_menu ul.top_level li.root .sub_level ul li {
    background-position: 9px 14px;
    position: relative;
    padding: 10px 0 10px 20px;
  }
}
#dnn_main_menu ul.top_level li.root .sub_level ul li a {
  display: inline;
  background: none;
  text-decoration: none;
  border: 0;
}
#dnn_main_menu ul.top_level li.root .sub_level ul li a span {
  color: #fff;
  font-size: 12px;
  display: inline;
  background: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
  border: 0;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  #dnn_main_menu ul.top_level li.root .sub_level ul li a span {
    margin-right: 45px;
  }
}
#dnn_main_menu ul.top_level li.root .sub_level ul li a:hover span {
  text-decoration: underline;
}
#dnn_main_menu ul.top_level li.root .sub_level ul li > .sub_level_right {
  display: none;
  position: absolute;
  left: 100%;
  top: -6px;
  margin: 0;
  background: none rgba(129, 129, 129, 0.9);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  #dnn_main_menu ul.top_level li.root .sub_level ul li > .sub_level_right {
    position: relative;
    height: auto;
    top: auto;
    left: auto;
    border-radius: 0;
  }
}
#dnn_main_menu ul.top_level li.root .sub_level ul li.hover {
  position: relative;
}
#dnn_main_menu ul.top_level li.root .sub_level ul li.hover > .sub_level_right {
  display: block;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  #dnn_main_menu ul.top_level li.root.hover, #dnn_main_menu ul.top_level li.root.selected {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
#dnn_main_menu ul.top_level li.root.hover a, #dnn_main_menu ul.top_level li.root.selected a {
  background-position: right 0;
}
#dnn_main_menu ul.top_level li.root.hover a span, #dnn_main_menu ul.top_level li.root.selected a span {
  background-position: 0 0;
}
#dnn_main_menu ul.top_level li.root.hover .sub_level {
  display: block;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  #dnn_main_menu ul.top_level li.has_child > .submenu-expand {
    display: inline-block;
    width: 45px;
    height: 37px;
    position: absolute;
    top: -2px;
    right: 0;
    background: url(images/menu-arrow.png) no-repeat center center;
    text-indent: -9999px;
  }
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  #dnn_main_menu ul.top_level li.has_child .has_child > .submenu-expand {
    right: -5px;
  }
}
#dnn_main_menu ul.top_level .submenu-expand {
  display: none;
}

#dnn_TopPane {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #fff;
  background: url(images/main_bg_top.png) repeat;
}
#dnn_TopPane.DNNEmptyPane {
  width: auto;
}

#dnn_BottomPane {
  margin: 0;
  padding: 0;
  border-top: 1px solid #fff;
  background: url(images/main_bg_top.png) repeat;
}
#dnn_BottomPane.DNNEmptyPane {
  width: auto;
}

#main {
  background-image: url(images/main_bg_right_sidebar.png);
  background-position: top right;
  background-repeat: repeat-y;
  max-width: 980px;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  #main {
    background: none #F3F4F4;
  }
}
#main #sidebar {
  width: 251px;
  float: left;
  margin: 0 0 0 -295px;
  padding: 15px 18px 0 26px;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  #main #sidebar {
    background-image: none #F8F9F9;
    float: none;
    width: auto;
    margin: 0;
    padding: 20px 35px;
    clear: both;
    border-top: solid 1px #fff;
    -webkit-box-shadow: inset 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  }
}
#main #content {
  width: 100%;
  float: left;
}
#main #content .article_list {
  padding: 20px 35px 0;
  margin: 0 286px 0 0;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  #main #content .article_list {
    margin: 0;
  }
}
#main.single_column {
  background: url(images/main_bg_repeat.png) repeat;
}
#main.single_column #content {
  max-width: 980px;
}
#main.single_column #content .article_list {
  margin: 0;
}
#main .BlogOne-social {
  padding: 20px 35px 0;
}
#main .BlogOne-social .BlogOne-social-pane-left {
  width: 120px;
  float: left;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  #main .BlogOne-social .BlogOne-social-pane-left {
    float: none;
    width: auto;
    margin: 10px 0;
  }
}
#main .BlogOne-social .BlogOne-social-pane-left.DNNEmptyPane + .BlogOne-social-pane {
  margin-left: 0;
}
#main .BlogOne-social .BlogOne-social-pane {
  margin-left: 140px;
  margin-right: 270px;
  overflow: hidden;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  #main .BlogOne-social .BlogOne-social-pane {
    float: none;
    width: auto;
    margin: 10px 0;
  }
}
#main .BlogOne-social .BlogOne-social-pane #EDN_BlogTwo.news .article.in_list.span,
#main .BlogOne-social .BlogOne-social-pane #EDN_BlogTwo.news .article.details_wrapper {
  margin-left: 26px;
}
#main .BlogOne-social .BlogOne-social-pane-right {
  width: 180px;
  margin-left: 25px;
  float: right;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  #main .BlogOne-social .BlogOne-social-pane-right {
    float: none;
    width: auto;
    margin: 10px 0;
  }
}
#main .BlogOne-social .BlogOne-social-pane-right.DNNEmptyPane + .BlogOne-social-pane-left + .BlogOne-social-pane {
  margin-right: 0;
}
#main .BlogOne-social .BlogOne-social-pane-right.DNNEmptyPane + .leftPane.DNNEmptyPane + .contentPane {
  margin-left: 0;
  margin-right: 0;
}
#main .BlogOne-social .dnnPrimaryAction {
  background-color: #333333;
  background-image: none;
  border: none;
  color: #fff;
  text-shadow: none;
}
#main .BlogOne-social .DNNEmptyPane {
  width: 0;
  margin: 0;
}
#main .BlogOne-social .DnnModule-Console {
  width: 160px !important;
  border: 1px solid #C4C4C4;
  padding: 10px;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  #main .BlogOne-social .DnnModule-Console {
    width: auto !important;
  }
}
#main .BlogOne-social .DnnModule-Console h4 {
  font-size: 18px;
}
#main .BlogOne-social .DnnModule-Console h4 span {
  margin: 0;
}
#main .BlogOne-social .console {
  width: 160px !important;
  margin: 0;
  padding: 0;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  #main .BlogOne-social .console {
    width: auto !important;
    float: none;
  }
}
#main .BlogOne-social .console .console-none div,
#main .BlogOne-social .console .console-none-detail div {
  width: 100%;
  padding: 0;
  margin: 0 0 2px 0;
}
#main .BlogOne-social .console .console-none h3,
#main .BlogOne-social .console .console-none-detail h3 {
  font-size: 16px;
  font-family: arial;
}
#main .BlogOne-social .console .console-mouseon,
#main .BlogOne-social .console .active {
  background-color: #7A7A7A;
  border-radius: 2px;
}
#main .BlogOne-social .console .console-mouseon h3,
#main .BlogOne-social .console .active h3 {
  color: #fff;
}
#main .BlogOne-social .dnnMemberDirectory #mdMemberList {
  margin-top: 30px;
}
#main .BlogOne-social .dnnMemberDirectory #mdMemberList a {
  color: #000;
}
#main .BlogOne-social .dnnMemberDirectory #mdMemberList > li {
  width: 250px;
}
#main .BlogOne-social .DnnModule-ViewProfile #UserProfileImg {
  margin: 0 14px 0 0;
}
#main .BlogOne-social .DnnModule-ViewProfile #UserProfileImg img {
  height: auto;
}
#main .BlogOne-social .DnnModule-ViewProfile .UserProfileControls ul {
  margin-top: 15px;
}
#main .BlogOne-social .DnnModule-ViewProfile .UserProfileControls ul li {
  list-style-type: none;
}
#main .BlogOne-social .DnnModule-ViewProfile .UserProfileControls ul li a {
  background: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
  display: inline;
}
#main .BlogOne-social #journalItems a {
  color: #2c2c2c;
}
#main .BlogOne-social .ModSocialGroupsC {
  overflow: hidden;
  margin-bottom: 20px;
}
#main .BlogOne-social .ModSocialGroupsC .dnnClear {
  clear: none;
}
#main .BlogOne-social .ModSocialGroupsC .dnnClear:after {
  clear: none;
}
#main .BlogOne-social .DnnModule-ViewProfile .clear,
#main .BlogOne-social .DnnModule-ViewProfile .dnnClear {
  clear: none;
}
#main .BlogOne-social .DnnModule-ViewProfile .clear:after,
#main .BlogOne-social .DnnModule-ViewProfile .dnnClear:after {
  clear: none;
}
#main .BlogOne-social .DnnModule-Journal .dnnClear,
#main .BlogOne-social .DnnModule-Journal .clear {
  clear: none;
}
#main .BlogOne-social .DnnModule-Journal .dnnClear:after,
#main .BlogOne-social .DnnModule-Journal .clear:after {
  clear: none;
}
#main .BlogOne-social .dgdMainContent {
  padding-top: 30px;
}
#main .BlogOne-social .dgdMainContent .dgdGroupQuickInfoWrap {
  overflow: hidden;
}
#main .BlogOne-social .journalTools {
  margin-bottom: 25px;
}
#main .BlogOne-social .dnnAdminTabNav {
  padding: 0;
}
#main .BlogOne-social .messageControls .messageSelect {
  margin-right: 0;
}

#footer {
  width: 100%;
  clear: both;
  font-family: Arial;
}
#footer .top_pane {
  padding: 10px 15px;
  background: url(images/transparent_white.png);
  color: #636363;
  font-size: 12px;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
}
#footer .top_pane span {
  color: #fff;
  font-size: 12px;
}
#footer .bottom_pane {
  padding: 5px 10px;
  color: #484848;
  text-align: right;
  font-size: 12px;
}
#footer .bottom_pane a {
  color: #fff;
  margin: 0 0 0 15px;
  font-size: 12px;
}
#footer .bottom_pane a:hover {
  text-decoration: underline;
}

/* Version 9.8 */

