/************************* Theme Created By Deanna @ Feelin Alive Designs (feelinalivedesigns@outlook.com).
 Please do not edit or redistribute without permission. **********************************************/
 
 
/**** BODY, FONTS & CONTAINERS ****/
 body {
     background: #212121; 
font-family: 'Roboto Condensed', sans-serif;
     font-size: 10pt;
     color: #000000;
     margin: 0;
     padding: 0;
     width: 100%;
     text-transform: none;
     background-image: url("images/bg.png");
     background-repeat: repeat-x;
}
::-webkit-scrollbar{
width: 15px;
height: 15px;
}
::-webkit-scrollbar-thumb{
background: #578ba8;
border-radius: 0px;
	-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
::-webkit-scrollbar-thumb:hover{
background: #7b2a9c;
}
::-webkit-scrollbar-track{
background: #212121;
 border-left: 1px solid #3f3e3e;
}


 #container {
     padding-bottom: 0px;
     margin : 0 auto;
     text-align : left;
     max-width: 1200px;
     width: 100%;
     height: auto;
     overflow: visible;
     margin-top: 0px;
     background: #ffffff;
     padding: 0px;
     overflow:visible;
}
 #gal{
     width:100%;
     max-width: 1200px;
     padding: 0px;
     margin-bottom: 0px;
     float: left;
     overflow: auto;
}
 table {
     font-size : 10px;
}
 .maintable {
     font-family: 'Roboto Condensed', sans-serif;
     background: transparent;
     margin-top: 0px;
     margin-bottom: 0px;
     padding: 2px;
     max-width: 1200px;
     width: 100%;
height: 100%;
 }

.tableb {
 color: #000000;
 background: transparent;
}


/**** HEADER & NAVIGATION ****/
 #header {
     width: 100%;
     max-width: 2000px;
     min-height: 600px;
     height: 100%;margin: 0 auto;
     background-image: url("images/header.png");
     background-repeat: no-repeat;
     background-position-x: center;
}

#navigation {
    width: 100%;
    max-width: 640px;
    height: auto;
    background: transparent;
    text-align: center;
    margin: 0 auto;
 padding-top: 420px;
}

a:link.nav, a:visited.nav, a:active.nav , #navigation a:link,#navigation a:visited, #navigation a:active {
    background: #ffffff;
    padding: 5px;
    margin: 1px;
    font-size: 12pt;
 line-height: 25pt;
font-family: 'Roboto Condensed', sans-serif;
    color: #1d1b1b;
    text-transform: uppercase;
    font-weight:bold;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    text-decoration: none;
    position: relative;
}

a:hover.nav, #navigation a:hover {
  color: #000000;
  background: #ffffff;
}



a.nav::before, #navigation a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  background-color: #7b2a9c;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

a.nav:hover::before, #navigation a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}



 #navlinks {
     margin: 0 auto;
     text-align: center;
margin-bottom: 10px;}
 #navlinks a:link, #navlinks a:active, #navlinks a:visited, .admin_menu a {
     background: #bbb3a4;
     padding: 5px;
     margin: 5px;
     font-size: 10pt;
     color: #000000;
     text-transform: uppercase;
     font-family: 'Roboto Condensed', sans-serif;
     text-align: center;
     display: inline-block;
     -webkit-transition: opacity 0.6s linear;
     opacity: 1;
     -webkit-transition: all 0.8s ease-in;
     -moz-transition: all 0.8s ease-in;
     transition: all 0.8s ease-in;
     line-height: 20pt;
}
 #navlinks a:hover, .admin_menu a:hover {
  background: #79746a;
     -webkit-transition: opacity 0.6s linear;
     opacity: 1;
     -webkit-transition: all 0.8s ease-out;
     -moz-transition: all 0.8s ease-out;
     transition: all 0.8s ease-out;
}


#welcomemessage {
    width: 100%;
    max-width: 620px;
    height: auto;
    background: #ffffff;
    text-align: left;
    margin: 0 auto;
padding: 8px;
 margin-top: 10px;
 border-bottom: 5px solid #7b2a9c;
}

#welcomemessage b {
 color:#7b2a9c;
}

#welcomemessage i {
 color:#578ba8;
}

span.sitetitle {display: block;margin: 0 auto;text-align: center;text-transform: uppercase;letter-spacing: 5px;font-weight: 700;background: #cca6d7;padding: 5px;color: #000000;margin-bottom: 2px;}


 .navmenu, td.navmenu-active {
     font-family: 'Roboto Condensed', sans-serif;
     color: #ffffff;
     font-weight: bold;
     background: #578ba8;
  padding: 6px;
  border-bottom: 5px solid #40687f;
  text-shadow: 1px 1px #40687f;
font-size: 10pt;}

.navmenu img.icon {
margin: -4px -5px;
     -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
 .navmenu a:link, .navmenu a:visited, .navmenu a:active {
padding: 5px 9px;
  margin: 8px;
     text-decoration: none;
     color: #ffffff;
  background:#578ba8;

}
 .navmenu a:hover {
  background:#40687f;
     text-decoration: none;
     color: #ffffff;
}
span#tabs_dropdown_span {text-transform: uppercase;}

select#tabs_dropdown_select {background: #578ba8;
                             border: 1px solid #578ba8;
	-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
                            padding: 5px;
                            color: #ffffff;}

 .navmenu-active p {
padding: 10px 13px;
  margin: 7px;
     text-decoration: none;
     color: #ffffff;
  background:#40687f;
  border: 2px solid #273f4d;
}


 .admin_menu_thumb {
     font-family: Roboto Condensed, Helvetica, sans-serif;
     border: 1px solid #000000;
     background-position : bottom;
     color: #6b6b6b;
     font-weight: bold;
     margin-top: 0px;
     margin-bottom: 0px;
     width: 50px;
}
 .admin_menu_thumb a {
     color: #000000;
     text-decoration: none;
     display: block;
     position: relative;
     padding-top: 1px;
     padding-bottom: 1px;
     padding-left: 10px;
     padding-right: 10px;
}
 .admin_menu_thumb a:hover {
     color: #000000;
     text-decoration: underline;
}
 .admin_menu {
     font-family: Roboto Condensed, Helvetica, sans-serif;
     background-color: transparent;
     color: #000000;
     margin-top: 0px;
     margin-bottom: 0px;
     text-align: center;
     padding: 0px;
}
 .admin_menu img {
     display: none
}
 .admin_float {
     float:left;
     margin-left: 1px;
     margin-right: 1px;
     margin-top: 1px;
     margin-bottom: 1px;
}
 .admin_menu_wrapper {
     width:100%;
}
 td #admin_menu_anim {
     background-image : url(images/button_bg_anim.gif);
}
/**** GENERAL LINKS ****/
 a:link {
     color: #000000;
     font-size: 8pt;
     text-decoration: none;
     -webkit-transition: opacity 0.6s linear;
     opacity: 1;
     -webkit-transition: all 0.8s ease-in;
     -moz-transition: all 0.8s ease-in;
     transition: all 0.8s ease-in;
}
 a:visited{
     color: #000000;
     font-size: 8pt;
     text-decoration: none;
}
 a:focus{
     color: #000000;
     font-size: 8pt;
     text-decoration: none;
}
 a:active{
     color: #000000;
     font-size: 8pt;
     text-decoration: none;
}
 a:hover {
     color: #000000;
     font-size: 8pt;
     -webkit-transition: opacity 0.6s linear;
     opacity: 1;
     -webkit-transition: all 0.8s ease-out;
     -moz-transition: all 0.8s ease-out;
     transition: all 0.8s ease-out;
}
 .bblink a {
     color: #000000;
     text-decoration: none;
}
 .bblink a:hover {
     color: #000000;
}
 .statlink, .statlink b, .statlink strong, .statlink i {
     color: #ffffff;
}
 .statlink a {
     text-decoration: none;
     color: #ffffff;
     font-size: 10pt;
}
 .statlink a:hover {
     color: #ffffff;
     text-decoration: none;
     font-size: 10pt;
}
 .topmenu {
     font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
}
 .topmenu a {
     color : #000000;
     text-decoration : none;
}
 .topmenu a:hover {
     color : #df5466;
     text-decoration : underline;
}
/**** TITLE HEADERS ****/
 .tableh1 {
     font-family: 'Roboto Condensed', sans-serif;
     font-size: 14pt;
     background: #578ba8;
     color: #ffffff;
     padding: 10px;
     height: auto;
     min-height: 30px;
     text-transform: uppercase;
  	text-align: left;
	text-shadow: 1px 1px #40687f;
border-bottom: 5px solid #40687f;}
 .tableh1 img.icon {
     display: none;
}
 .tableh2 {
     font-family: 'Roboto Condensed', sans-serif;
     font-size: 14pt;
     color: #ffffff;
     padding: 10px;
     text-transform: none;
     background: #cca6d7;
  border-bottom: 5px solid #a284ab;
}
 h1 {
     font-weight: normal;
     font-size: 20px;
     font-family: tahoma;
     text-decoration: none;
     line-height : 50px;
     color: #ececec;
     margin: 2px;
}
 h2 {
    font-family: 'Bebas Neue', cursive;
    font-weight: bold;
    color: #ffffff;
    font-size: 14pt;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 0;
}

 h3 {
     font-weight: normal;
     font-family: "Trebuchet MS", Verdana, Geneva, Roboto Condensed, sans-serif;
     font-size: 15px;
     margin: 2px;
     font-color: #000000;
}
 h4 {
     border: 0px solid #c0b481;
     background-color: #df5466;
     margin-top: 1px;
     margin-bottom: 1px;
     line-height : 20px;
}
/**** CATEGORY LINKS & STYLING ****/

tr.cats {max-width: 990px;width: 100%;display: block; float: right;}
tr.catbanner {max-width: 200px;
              width: 100%;
              display: block;
              float: left;
        height: 100%;
    min-width: 200px;
height: 100%!important;}

td.catbanner {max-width: 200px;
              width: 100%;
              display: block;
              float: left;
        height: 100%;
    min-width: 200px;
height: 100%!important;}

 .categorybanner {
     font-family: 'Roboto Condensed', sans-serif;
     background: transparent;
     margin-top: 0px;
     margin-bottom: 0px;
     padding: 2px;
     max-width: 1200px;
     width: 100%;
height: 100%;
      background-image: url("images/catbanner.png");
  background-repeat: repeat-y;
  background-position: 5px 50px;
   box-shadow: inset 0px 0px 0px 5px #ffffff;
        box-sizing: border-box;
  
    }


 .catrow, .catrow_noalb {
     color: #000000;
     background: transparent;
     font-family: 'Roboto Condensed', sans-serif;
     height: auto;
     line-height: 15pt;
  border-bottom: 1px solid #f3f3f3;
}
 .catlink {
     display: block;
     margin-bottom: -5px;}

 .catlink:before {
 font-family: "Font Awesome 5 Free"; 
content: "\f07b\00a0"; 
  font-weight: 900;
  font-size: 20pt;
  margin: 0px 0px 0px 0px;
}
 .catlink a {
  position:relative;
     font-family: 'Bebas Neue', cursive;
     text-transform: none;
     font-size: 24pt;
     padding: 0px;
     line-height: 38pt;
    text-decoration:none;
      color: #000000;
}
.catlink a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #79746a;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.catlink a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}


.catdescrption {
      font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    padding: 0;
 line-height: 13pt;
margin-bottom: 15px;}

.piccount {
    background: #7b2a9c;
    color: #ffffff;
    padding: 5px;
}

.albcount {
      background: #578ba8;
    color: #ffffff;
    padding: 5px;
}
 
/**** ALBUM LINKS & STATS ****/

.alblink a:before {
 font-family: "Font Awesome 5 Free"; 
content: "\f302\00a0"; 
  font-weight: 900;
  font-size: 10pt;
  margin: 0px 0px 0px 0px;
}

 .alblink a {
     color: #ffffff;
     text-transform: none;
     font-size: 10pt;
     padding: 5px;
  text-shadow: 1px 1px #a284ab;
   text-decoration:none;
}

 .album_stat {
     color: #000000;
     font-family: 'Roboto Condensed', sans-serif;
     margin: 10px;
     padding: 10px;
     max-width: 250px;
     width: 100%;
	   background: #ebebeb;
    padding: 20px;
    margin: 10px;

}
/**** THUMBNAILS ****/
 .thumbnails a > img {
    background:#bbb3a4;
     padding: 5px;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;

}
 .thumbnails a > img:hover {
 opacity: 1;
	  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
	    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
 .image.thumbnail {
     margin: 5px 0px 10px 0px;
}
 .thumbnails {
     padding: 5px;
     background: #ffffff;
     margin: 0px;
     display: table-cell;
min-width: 200px;
    border-bottom: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
       -webkit-transition: opacity 0.6s linear;
     opacity: 1;
     -webkit-transition: all 0.8s ease-in;
     -moz-transition: all 0.8s ease-in;
     transition: all 0.8s ease-in;
 }

 .thumbnails:hover {
     background: #f0eded;
      -webkit-transition: opacity 0.6s linear;
     opacity: 1;
     -webkit-transition: all 0.8s ease-out;
     -moz-transition: all 0.8s ease-out;
     transition: all 0.8s ease-out;

 }
/**** THUMBNAIL DETAILS ****/
 .thumb_filename {
     font-size: 90%;
     display: block;
}


 .thumb_title_title {
     font-size: 9pt;
       line-height: 10pt;
     padding: 0px 0px 5px 0px;
     margin: 5px;
  display: block;
     color: #000000;
     font-family: 'Roboto Condensed', sans-serif;
     text-transform: uppercase;
     width: 100%;
    max-width: 150px;
    font-weight: bold;
    letter-spacing: 1px;
  margin-top: 0px;
  text-align: left;
    }


 .thumb_title_title:after {
     content:"\a";
     white-space: pre;
}
 .thumb_caption a {
     font-weight : bold;
     font-size: 100%;
     padding: 2px;
     display : block;
     font-style : normal;
     display : block;
     background: transparent;
     color: #000000;
}
 .thumb_title_views {
    font-size: 100%;
    padding: 8px;
margin: 0px 5px;
    font-style: normal;
    background: #7b2a9c;
    color: #ffffff;
    text-shadow: none;
    max-width: 130px;
     line-height: 16px;
    font-family: 'Roboto Condensed', sans-serif;

  text-transform:uppercase;
}
 .thumb_title_views:before {
 font-family: "Font Awesome 5 Free"; 
content: "\f06e"; 
  font-weight: 900;
  font-size: 11pt;
  margin: 0px 5px 0px 0px;
}

 .thumb_caption {
    font-size: 100%;
    padding: 8px;
margin: 0px 5px;
      display: block-inline;
    font-style: normal;
    background: #578ba8;
    color: #ffffff;
    text-shadow: none;
    max-width: 130px;
     line-height: 16px;
    font-family: 'Roboto Condensed', sans-serif;
  text-transform:uppercase;
}
 .thumb_dimensions {
      font-size: 100%;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 0px;
    display: block;
    color: #000000;
    max-width: 160px;
     line-height: 16px;
    font-family: 'Roboto Condensed', sans-serif;
     letter-spacing: 0px;background:#bbb3a4;
  
}
 .thumb_dimensions:before {
 font-family: "Font Awesome 5 Free"; 
content: "\f1c5"; 
  font-weight: 900;
  font-size: 11pt;
  margin: 0px 5px 0px 0px;
  vertical-align: middle;
}
 .thumb_caption_ctime:before{
 font-family: "Font Awesome 5 Free"; 
content: "\f073"; 
  font-weight: 900;
  font-size: 11pt;
  margin: 0px 5px 0px 0px;
}
 thumb_caption .thumb_num_comments {
     color: #000000;
     font-weight: normal;
     font-size: 85%;
     padding: 2px;
     font-style : italic;
     display : block;
     line-height : 9px;
}
 .user_thumb_infobox {
     margin-top: 1px;
     margin-bottom: 1px;
}
 .user_thumb_infobox th {
     font-weight : bold;
     font-size: 100%;
     margin-top: 1px;
     margin-bottom: 1px;
     text-align : center;
}
 .user_thumb_infobox td {
     font-size: 85%;
     margin-top: 1px;
     margin-bottom: 1px;
     text-align : center;
}
 .user_thumb_infobox a {
     text-decoration: none;
     color: #000000;
}
 .user_thumb_infobox a:hover {
     color: #000000;
     text-decoration: underline;
}
/**** IMAGE DISPLAY ****/
 .display_media {
     padding-top: 3px;
     padding-right: 10px;
     padding-bottom: 3px;
     padding-left: 10px;
     background: transparent;
     width: auto;
}
 .display_media img {
     height: auto;
    max-width: 100%;
  border: 5px solid #bbb3a4;
}
 .img_caption_table {
     border: none;
     background-color: #ffffff;
     width : 100%;
     margin : 0px;
}
 .img_caption_table th {
     background: transparent;
     font-size : 100%;
     color : #f1ada4;
     padding-top: 4px;
     padding-right: 10px;
     padding-bottom: 4px;
     padding-left: 10px;
     border-top : 1px solid #bb4b45;
}
 .img_caption_table td {
     background: transparent;
     padding-top: 6px;
     padding-right: 10px;
     padding-bottom: 6px;
     padding-left: 10px;
     border-top : 1px solid #bb4b45;
     white-space: normal;
}
 .sortorder_cell {
     background: transparent;
     color: #000000;
     padding-top: 0px;
     padding-bottom: 0px;
     padding-left: 0px;
     padding-right: 20px;
     margin: 0px;
}
 .sortorder_cell:hover {
     background: transparent;
     color: #000000;
     padding-top: 0px;
     padding-bottom: 0px;
     padding-left: 0px;
     padding-right: 20px;
     margin: 0px;
}
 .sortorder_options {
     font-family: Verdana, Roboto Condensed, Helvetica, sans-serif;
     background: transparent;
     color: #000000;
     padding: 0px;
     margin: 0px;
     font-weight: normal;
     font-size: 80%;
     white-space: nowrap;
}
 .comment_date{
     color : #000000;
     font-size: 90%;
     vertical-align : middle;
}
 .imageborder {
     margin-top: 30px;
     margin-bottom: 30px;
}

  div#film {
    padding: 5px 0 5px 0;
    overflow:hidden;
	width: 900px!important;
margin: 0 auto;}
  
  td.thumb {padding: 5px;
}
  table.tape {margin: 0 auto;}
/**** FOOTER ****/
 .footer {
     color: #000000;
     font-size : 8pt;
     line-height: 12pt;
     font-family: 'Roboto Condensed', sans-serif;
     max-width: 1200px;
     min-height: 130px;
     overflow: hidden;
     padding: 2px;
  background: #212121;
}
 .foottext {
     max-width: 1100px;
     width: 100%;
     padding: 15px 0px 0px 0px;
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 8pt;
    margin: 0 auto;

}
   .footlinks {
     max-width: 1100px;
     width: 100%;
     padding: 0px;
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 9pt;
    margin: 0 auto;
    text-align:center;
    text-transform: uppercase;

} 
 .footer a:link, .footer a:active, .footer a:visited {
 font-family: 'Roboto Condensed', sans-serif;
    font-size: 9pt;
text-transform: uppercase;
letter-spacing: 1px;
color: #578ba8;
text-decoration: none;
line-height: 20pt;
}
 #top {
      position: fixed;
    bottom:5px;
    right:5px;;
    width:30px;
    height:30px;
    color: #ffffff;
}

  .fa-arrow-circle-up {
   font-size: 20pt;
  color: #578ba8;}
/**** MISC ****/
 p {
     font-family:  Helvetica, sans-serif;
     font-size: 100%;
     margin: 2px 0px;
}
 ul {
     margin-left: 5px;
     padding: 0px;
}
 li {
     margin-left: 10px;
     margin-top: 4px;
     margin-bottom: 4px;
     padding: 0px;
     list-style-position: outside;
     list-style-type: disc;
}
 .textinput {
     font-family: "Trebuchet MS", Verdana, Geneva, Roboto Condensed, sans-serif;
     font-size: 100%;
     border: 0px solid #cbcbcb;
     background-color: #ffffff;
     color: #000000;
     border-radius: 5px;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
}
 .listbox {
     font-family: "Trebuchet MS", Verdana, Geneva, Roboto Condensed, sans-serif;
     font-size: 10pt;
     border: 0px solid #ffffff;
     vertical-align : middle;
}
 .button {
     font-family: Roboto Condensed, Helvetica, sans-serif;
     font-size: 100%;
     border: 0px solid #ffffff;
     background-position : bottom;
}
 .radio {
     font-family: "Trebuchet MS", Verdana, Geneva, Roboto Condensed, sans-serif;
     font-size: 100%;
     vertical-align : middle;
}
 .checkbox {
     font-family: "Trebuchet MS", Verdana, Geneva, Roboto Condensed, sans-serif;
     font-size: 100%;
     vertical-align : middle;
}
 .debug_text {
     border: #bb4b45;
     background-color: #000000;
     width : 100%;
     margin : 0px;
}
 .clickable_option {
     cursor : default;
}
 .listbox_lang {
     color: #000000;
     background-color: #ffffff;
     border: 0px solid #ffffff;
     font-size: 80%;
     font-family: Roboto Condensed, Helvetica, sans-serif;
     vertical-align : middle;
}
 .pic_title {
     color: #000000;
     font-size: 120%;
     font-family: Roboto Condensed, Helvetica, sans-serif;
     font-weight:bold;
     text-align : center;
     padding-top:0px;
     padding-bottom:0px;
     margin-top:0px;
     margin-bottom:0px;
     line-height:1.0em;
}
 .pic_caption {
     color: #000000;
     font-size: 100%;
     font-family: Roboto Condensed, Helvetica, sans-serif;
     font-weight:bold;
     text-align : center;
     padding-top:0px;
     padding-bottom:0px;
     margin-top:0px;
     margin-bottom:0px;
     line-height:1.0em;
}
 .cpg_message_info, .cpg_message_success, .cpg_message_warning, .cpg_message_error, .cpg_message_validation {
     border: 1px solid;
     margin: 10px 0px;
     padding:15px 10px 15px 50px;
     background-repeat: no-repeat;
     background-position: 10px center;
}
 .cpg_message_info {
     olor: #000000;
     background-color: #ffffff;
     background-image: url('../../images/message/info.png');
}
 .cpg_message_success {
     color: #000000;
     background-color: #ffffff;
     background-image: url('../../images/message/ok.png');
}
 .cpg_message_warning {
     color: #0000000;
     background-color: #ffffff;
     background-image: url('../../images/message/warning.png');
}
 .cpg_message_error {
     color: #000000;
     background-color: #ffffff;
     background-image: url('../../images/message/stop.png');
}
 .cpg_message_validation {
     color: #000000;
     background-color: #ffffff;
     background-image: url('../../images/message/error.png');
}
 .cpg_summary {
     font-size:0.9em;
     border: 1px solid;
     margin: 10px 0px;
     padding:5px 10px 5px 10px;
     color: #000000;
     background-color: #ffffff;
     text-align:right;
     float:right;
     width:400px;
}
 #vanity a {
     display:block;
     width:57px;
     height:20px;
     margin: 3px 20px;
}
 #GB_window {
     background-color: #FFFFFF;
     border: 5px solid #AAAAAA;
}


  .display_media .image {
max-width: 100%;
height: auto;
margin-right: 0;
margin-left: 0;
}

  