*
{
  margin: 0px;
  padding: 0px;
  outline: white none 0px;
}
html
{
  width: 100%;
  color: black;
  background: white none;
  font-family: verdana, arial, tahoma, helvetica, geneva, sans-serif;
  font-size: 100.1%;
}
body
{
  width: 100%;
  color: black;
  background: transparent none;
  font-size: 0.82em;
}
#header
{
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #d5d5d5;
}
#head
{
  position: relative;
  width: 768px;
  height: 42px;
  margin: 0px auto 0px auto;
  padding: 3px 184px 5px 10px;
}
#content
{
  position: relative;
  width: 768px;
  margin: 0px auto 0px auto;
  padding: 5px 184px 20px 10px;
}
#popupcontent
{
  position: relative;
  width: 512px;
  margin: 10px auto 20px auto;
}
#advertisement
{
  position: absolute;
  width: 164px;
  top: 5px;
  right: 0px;
}
#header .logo
{
  float: left;
  display: inline;
  position: relative;
  width: 152px;
  height: 42px;
  margin: 0px 20px 0px -5px;
}
#header .logo img
{
  display: block;
  width: 152px;
  height: 42px;
}
#header .left
{
  float: left;
  display: inline;
  height: 42px;
  line-height: 40px;
}
#header .left input.text
{
  width: 150px;
  border: 1px solid black;
  padding: 0.3em 0em 0.3em 0.3em;
}
#header .right
{
  float: right;
  display: inline;
  height: 42px;
  line-height: 40px;
}
#header .left *,#header .right *
{
  vertical-align: middle;
}
#advertisement .small
{
  display: block;
  width: 160px;
}
#advertisement .image
{
  width: 160px;
  height: 600px;
  margin-top: 8px;
}
a,a:link,a:visited
{
  color: #0033cc;
  background: transparent none;
  text-decoration: none;
}
a:hover,a:active,a:focus
{
  color: #dd0000 !important;
  background: transparent none;
  text-decoration: underline;
}
a.owner,a.owner:link,a.owner:visited
{
  color: #777777;
  background: transparent none;
}
img
{
  display: inline;
  border: none;
  vertical-align: text-bottom;
}
del
{
  color: #777777;
  background: transparent none;
  padding: 0px 0.2em;
  white-space: nowrap;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
}
.image,.image:link,.image:visited
{
  display: block;
  position: relative;
  margin: 0px 0px 0px -2px;
  border: 1px solid transparent;
  padding: 1px;
  text-decoration: none;
}
.image:hover,.image:active,.image:focus
{
  border: 1px solid #dd0000;
  text-decoration: none;
}
a.image img
{
  display: block;
}
.avatar,.avatar:link,.avatar:visited
{
  display: block;
  position: relative;
  width: 84px;
  height: 84px;
  color: black;
  background: transparent url(http://www.gloria.tv/image/user-avatar-84x84.png);
  margin: -5px 0px 0px -9px;
  text-decoration: none;
}
.avatar:hover,.avatar:active,.avatar:focus
{
}
.avatar img
{
  display: block;
  margin: 10px 0px 0px 10px;
}
big,.big
{
  color: black;
  background: transparent none;
  font-family: arial, verdana, tahoma, helvetica, geneva, sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
}
strong,.strong
{
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
}
em,.em,a.em,a.em:link,a.em:visited
{
  color: #777777;
  background: transparent none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
}
small,.small,a.small,a.small:link,a.small:visited
{
  color: #777777;
  background: transparent none;
  font-size: 0.8em;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
}
small a,small a:link,small a:visited,.small a,.small a:link,.small a:visited
{
  color: #777777;
  background: transparent none;
}
a:hover em,a:active em,a:focus em,a:hover big,a:active big,a:focus big,a:hover small,a:active small,a:focus small
{
  color: #dd0000 !important;
  background: transparent none;
  text-decoration: underline;
}
.clickimg img
{
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.clickimg:hover img,.clickimg:active img,.clickimg:focus img
{
  background-position: 0px -14px !important;
}
a .arrowdown
{
  width: 0px;
  margin: 0px 0px 0px 5px;
  border-top: 6px solid #0033cc;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  vertical-align: middle;
  font-size: 0px;
  line-height: 0%;
}
a:hover .arrowdown,a:active .arrowdown,a:focus .arrowdown
{
  border-top: 6px solid #dd0000;
}
small .arrowdown,button .arrowdown
{
  width: 0px;
  margin: 0px 0px 0px 5px;
  border-top: 6px solid #777777;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  vertical-align: middle;
  font-size: 0px;
  line-height: 0%;
}
.popup
{
  position: absolute;
  z-index: 1000;
  color: black;
  background: #f5f5f5 none;
  border: 1px solid #aaaaaa;
  padding: 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(color=black, offx=2, offy=2)";
  filter: progid:DXImageTransform.Microsoft.DropShadow(color=black, offx=2, offy=2);
  -moz-box-shadow: 2px 5px 10px black;
  -webkit-box-shadow: 2px 5px 10px black;
  -khtml-box-shadow: 2px 5px 10px black;
  box-shadow: 2px 5px 10px black;
}
.popup a,.popup a:link,.popup a:visited
{
  color: black;
  background: transparent none;
  display: block;
  padding: 2px 5px;
  white-space: nowrap;
}
.popup a:hover,.popup a:active,.popup a:focus
{
  color: black;
  background: #eeeeee none;
}
.popup a img
{
  margin: 0px 7px 0px 0px;
  vertical-align: middle;
}
.autocomplete
{
  max-height: 350px;
  _height: 350px;
  color: black;
  background: white none;
  overflow: auto;
  _overflow-x: hidden;
  border: 1px solid #cccccc;
  -ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(color=black, offx=2, offy=2)";
  filter: progid:DXImageTransform.Microsoft.DropShadow(color=black, offx=2, offy=2);
  -moz-box-shadow: 2px 5px 10px black;
  -webkit-box-shadow: 2px 5px 10px black;
  -khtml-box-shadow: 2px 5px 10px black;
  box-shadow: 2px 5px 10px black;
  cursor: default;
  text-align: left;
  font-size: 0.9em;
}
.autocomplete div
{
  overflow: hidden;
  padding: 2px 5px;
  white-space: nowrap;
  font-weight: bold;
}
.autocomplete .selected
{
  color: black;
  background: #eeeeee none;
}
.autocomplete strong
{
  font-weight: normal;
}
.tooltip
{
  color: white;
  background: black none;
  border: 1px solid #cccccc;
  padding: 4px 6px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(color=black, offx=2, offy=2)";
  filter: progid:DXImageTransform.Microsoft.DropShadow(color=black, offx=2, offy=2);
  -moz-box-shadow: 2px 2px 11px black;
  -webkit-box-shadow: 2px 2px 11px black;
  -khtml-box-shadow: 2px 2px 11px black;
  box-shadow: 2px 2px 11px black;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  -moz-opacity: 0.80;
  -webkit-opacity: 0.80;
  -khtml-opacity: 0.80;
  opacity: 0.80;
  font-size: 0.9em;
}
.error
{
  color: black;
  background: #ffff33 none;
  margin: 0px 0px 2px 0px;
  padding: 2px 6px;
  border: 1px solid #cccccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 0px 6px #aaaaaa;
  -webkit-box-shadow: 0px 0px 6px #aaaaaa;
  -khtml-box-shadow: 0px 0px 6px #aaaaaa;
  box-shadow: 0px 0px 6px #aaaaaa;
  white-space: nowrap;
  font-size: 0.9em;
}
.error em
{
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  bottom: -10px;
  left: 60px;
  border-top: 10px solid #ffff33;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.overlay
{
  display: none;
  position: absolute;
  z-index: 10000;
  color: black;
  background: white none;
  border: 1px solid #aaaaaa;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 90px 10px black;
  -webkit-box-shadow: 0px 0px 90px 10px black;
  -khtml-box-shadow: 0px 0px 90px 10px black;
  box-shadow: 0px 0px 90px 10px black;
}
.overlay .close
{
  position: absolute;
  height: 35px;
  width: 35px;
  right: -15px;
  top: -15px;
  color: black;
  background: transparent url(http://www.gloria.tv/image/closeoverlay-35x35.png);
  cursor: pointer;
}
form
{
  display: block;
  clear: both;
}
button,.button
{
  width: auto;
  overflow: visible;
  color: black;
  background: #f5f5f5 none;
  border: 1px solid #cccccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  padding: 0.2em 0.4em;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: middle;
  font-family: verdana, arial, tahoma, helvetica, geneva, sans-serif;
  font-size: 1em;
}
.button:hover,.button:active,.button:focus
{
  color: #dd0000;
  background: #eeeeee none;
  border: 1px solid #aaaaaa;
  -moz-box-shadow: 0px 0px 3px #aaaaaa;
  -webkit-box-shadow: 0px 0px 3px #aaaaaa;
  -khtml-box-shadow: 0px 0px 3px #aaaaaa;
  box-shadow: 0px 0px 3px #aaaaaa;
}
input.text,input.file
{
  width: 235px;
  border: 1px solid #999999;
  padding: 3px 0px 3px 3px;
  vertical-align: middle;
  font-family: verdana, arial, tahoma, helvetica, geneva, sans-serif;
  font-size: 1em;
}
textarea
{
  display: block;
  width: 497px;
  height: 10em;
  margin: 0px;
  border: 1px solid #999999;
  padding: 3px 0px 3px 3px;
  font-family: verdana, arial, tahoma, helvetica, geneva, sans-serif;
  font-size: 1em;
}
select
{
  display: block;
  width: 238px;
  margin: 0px;
  border: 1px solid #999999;
  padding: 0px;
  font-size: 12px;
  vertical-align: middle;
}
input.checkbox
{
  margin: 0px;
  cursor: pointer;
  vertical-align: text-bottom;
}
input.checkbox:hover,input.checkbox:active,input.checkbox:focus
{
}
label
{
  margin: 0px 0px 0px 4px;
  cursor: pointer;
  vertical-align: top;
}
label:hover,label:active,label:focus
{
  color: #dd0000;
  background: transparent none;
  text-decoration: underline;
}
.label
{
  color: #777777;
  background: transparent none;
  font-size: 0.9em;
  font-weight: bold;
}
p.submit
{
  display: block;
  margin: 10px 0px 0px 0px;
}
.statusbar
{
  display: block;
  width: 498px;
  height: 30px;
  overflow: hidden;
  color: black;
  background: transparent url(http://www.gloria.tv/image/statusbar-1280x1.png) repeat-y -1280px 0px;
  border: 1px solid #999999;
  padding: 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
  line-height: 28px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-align: center;
  font-weight: bold;
}
.space
{
  display: block;
  width: 100%;
  height: 10px;
  overflow: hidden;
  margin: 0px;
  border: none;
}
.spacemore
{
  display: block;
  width: 100%;
  height: 20px;
  overflow: hidden;
  margin: 0px;
  border: none;
}
.line
{
  display: block;
  width: 100%;
  height: 1px;
  overflow: hidden;
  border-top: 1px solid #d5d5d5;
  margin: 15px 0px 15px 0px;
}
.line.line768
{
  width: 768px;
}
.box768 .line.line768
{
  width: 746px;
}
.line.line512
{
  width: 502px;
}
.box512 .line.line512
{
  width: 480px;
}
.line.line240
{
  width: 240px;
}
.box240 .line.line240
{
  width: 218px;
}
.pages
{
  display: block;
  overflow: hidden;
  clear: both;
  color: #777777;
  background: transparent none;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  font-weight: bold;
}
span.richimage240x135
{
  position: relative;
  display: block;
  width: 240px;
  height: 135px;
  cursor: pointer;
  border: none;
}
span.richimage240x135 img
{
  display: block;
  cursor: pointer;
  border: none;
}
span.richimage240x135 span.mask
{
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 240px;
  height: 135px;
  cursor: pointer;
}
span.richimage240x135 span.mask.static0
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-static-240x135-0.png) no-repeat;
}
span.richimage240x135 span.mask.static1
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-static-240x135-1.png) no-repeat;
}
span.richimage240x135 span.mask.static2
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-static-240x135-2.png) no-repeat;
}
span.richimage240x135 span.mask.static3
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-static-240x135-3.png) no-repeat;
}
span.richimage240x135 span.mask.static4
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-static-240x135-4.png) no-repeat;
}
span.richimage240x135 span.mask.static5
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-static-240x135-5.png) no-repeat;
}
span.richimage240x135 span.mask.static6
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-static-240x135-6.png) no-repeat;
}
span.richimage240x135 span.mask.static7
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-static-240x135-7.png) no-repeat;
}
span.richimage240x135 span.mask.static8
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-static-240x135-8.png) no-repeat;
}
span.richimage240x135 span.mask.static9
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-static-240x135-9.png) no-repeat;
}
span.richimage240x135 span.mask.play0
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-play-240x135-0.png) no-repeat;
}
span.richimage240x135 span.mask.play1
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-play-240x135-1.png) no-repeat;
}
span.richimage240x135 span.mask.play2
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-play-240x135-2.png) no-repeat;
}
span.richimage240x135 span.mask.play3
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-play-240x135-3.png) no-repeat;
}
span.richimage240x135 span.mask.play4
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-play-240x135-4.png) no-repeat;
}
span.richimage240x135 span.mask.play5
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-play-240x135-5.png) no-repeat;
}
span.richimage240x135 span.mask.play6
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-play-240x135-6.png) no-repeat;
}
span.richimage240x135 span.mask.play7
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-play-240x135-7.png) no-repeat;
}
span.richimage240x135 span.mask.play8
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-play-240x135-8.png) no-repeat;
}
span.richimage240x135 span.mask.play9
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-play-240x135-9.png) no-repeat;
}
span.richimage240x135 span.mask.private0
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-private-240x135-0.png) no-repeat;
}
span.richimage240x135 span.mask.private1
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-private-240x135-1.png) no-repeat;
}
span.richimage240x135 span.mask.private2
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-private-240x135-2.png) no-repeat;
}
span.richimage240x135 span.mask.private3
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-private-240x135-3.png) no-repeat;
}
span.richimage240x135 span.mask.private4
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-private-240x135-4.png) no-repeat;
}
span.richimage240x135 span.mask.private5
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-private-240x135-5.png) no-repeat;
}
span.richimage240x135 span.mask.private6
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-private-240x135-6.png) no-repeat;
}
span.richimage240x135 span.mask.private7
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-private-240x135-7.png) no-repeat;
}
span.richimage240x135 span.mask.private8
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-private-240x135-8.png) no-repeat;
}
span.richimage240x135 span.mask.private9
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-private-240x135-9.png) no-repeat;
}
span.richimage240x135 span.mask.playprivate0
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-playprivate-240x135-0.png) no-repeat;
}
span.richimage240x135 span.mask.playprivate1
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-playprivate-240x135-1.png) no-repeat;
}
span.richimage240x135 span.mask.playprivate2
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-playprivate-240x135-2.png) no-repeat;
}
span.richimage240x135 span.mask.playprivate3
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-playprivate-240x135-3.png) no-repeat;
}
span.richimage240x135 span.mask.playprivate4
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-playprivate-240x135-4.png) no-repeat;
}
span.richimage240x135 span.mask.playprivate5
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-playprivate-240x135-5.png) no-repeat;
}
span.richimage240x135 span.mask.playprivate6
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-playprivate-240x135-6.png) no-repeat;
}
span.richimage240x135 span.mask.playprivate7
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-playprivate-240x135-7.png) no-repeat;
}
span.richimage240x135 span.mask.playprivate8
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-playprivate-240x135-8.png) no-repeat;
}
span.richimage240x135 span.mask.playprivate9
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-playprivate-240x135-9.png) no-repeat;
}
span.richimage240x135 span.mask.heart0
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-heart-240x135-0.png) no-repeat;
}
span.richimage240x135 span.mask.heart1
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-heart-240x135-1.png) no-repeat;
}
span.richimage240x135 span.mask.heart2
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-heart-240x135-2.png) no-repeat;
}
span.richimage240x135 span.mask.heart3
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-heart-240x135-3.png) no-repeat;
}
span.richimage240x135 span.mask.heart4
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-heart-240x135-4.png) no-repeat;
}
span.richimage240x135 span.mask.heart5
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-heart-240x135-5.png) no-repeat;
}
span.richimage240x135 span.mask.heart6
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-heart-240x135-6.png) no-repeat;
}
span.richimage240x135 span.mask.heart7
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-heart-240x135-7.png) no-repeat;
}
span.richimage240x135 span.mask.heart8
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-heart-240x135-8.png) no-repeat;
}
span.richimage240x135 span.mask.heart9
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-heart-240x135-9.png) no-repeat;
}
span.richimage240x135 span.duration
{
  display: block;
  position: absolute;
  right: 5px;
  bottom: 0px;
  width: 235px;
  height: 19px;
  line-height: 19px;
  color: white;
  background: transparent none;
  text-align: right;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
}
span.richimage160x90
{
  position: relative;
  display: block;
  width: 160px;
  height: 90px;
  cursor: pointer;
  border: none;
}
span.richimage160x90 img
{
  display: block;
  cursor: pointer;
  border: none;
}
span.richimage160x90 span.mask
{
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 160px;
  height: 90px;
  cursor: pointer;
}
span.richimage160x90 span.mask.static0
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-static-160x90-0.png) no-repeat;
}
span.richimage160x90 span.mask.static1
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-static-160x90-1.png) no-repeat;
}
span.richimage160x90 span.mask.static2
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-static-160x90-2.png) no-repeat;
}
span.richimage160x90 span.mask.static3
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-static-160x90-3.png) no-repeat;
}
span.richimage160x90 span.mask.static4
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-static-160x90-4.png) no-repeat;
}
span.richimage160x90 span.mask.static5
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-static-160x90-5.png) no-repeat;
}
span.richimage160x90 span.mask.static6
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-static-160x90-6.png) no-repeat;
}
span.richimage160x90 span.mask.static7
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-static-160x90-7.png) no-repeat;
}
span.richimage160x90 span.mask.static8
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-static-160x90-8.png) no-repeat;
}
span.richimage160x90 span.mask.static9
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-static-160x90-9.png) no-repeat;
}
span.richimage160x90 span.mask.play0
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-play-160x90-0.png) no-repeat;
}
span.richimage160x90 span.mask.play1
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-play-160x90-1.png) no-repeat;
}
span.richimage160x90 span.mask.play2
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-play-160x90-2.png) no-repeat;
}
span.richimage160x90 span.mask.play3
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-play-160x90-3.png) no-repeat;
}
span.richimage160x90 span.mask.play4
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-play-160x90-4.png) no-repeat;
}
span.richimage160x90 span.mask.play5
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-play-160x90-5.png) no-repeat;
}
span.richimage160x90 span.mask.play6
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-play-160x90-6.png) no-repeat;
}
span.richimage160x90 span.mask.play7
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-play-160x90-7.png) no-repeat;
}
span.richimage160x90 span.mask.play8
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-play-160x90-8.png) no-repeat;
}
span.richimage160x90 span.mask.play9
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-play-160x90-9.png) no-repeat;
}
span.richimage160x90 span.mask.private0
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-private-160x90-0.png) no-repeat;
}
span.richimage160x90 span.mask.private1
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-private-160x90-1.png) no-repeat;
}
span.richimage160x90 span.mask.private2
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-private-160x90-2.png) no-repeat;
}
span.richimage160x90 span.mask.private3
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-private-160x90-3.png) no-repeat;
}
span.richimage160x90 span.mask.private4
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-private-160x90-4.png) no-repeat;
}
span.richimage160x90 span.mask.private5
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-private-160x90-5.png) no-repeat;
}
span.richimage160x90 span.mask.private6
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-private-160x90-6.png) no-repeat;
}
span.richimage160x90 span.mask.private7
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-private-160x90-7.png) no-repeat;
}
span.richimage160x90 span.mask.private8
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-private-160x90-8.png) no-repeat;
}
span.richimage160x90 span.mask.private9
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-private-160x90-9.png) no-repeat;
}
span.richimage160x90 span.mask.playprivate0
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-playprivate-160x90-0.png) no-repeat;
}
span.richimage160x90 span.mask.playprivate1
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-playprivate-160x90-1.png) no-repeat;
}
span.richimage160x90 span.mask.playprivate2
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-playprivate-160x90-2.png) no-repeat;
}
span.richimage160x90 span.mask.playprivate3
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-playprivate-160x90-3.png) no-repeat;
}
span.richimage160x90 span.mask.playprivate4
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-playprivate-160x90-4.png) no-repeat;
}
span.richimage160x90 span.mask.playprivate5
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-playprivate-160x90-5.png) no-repeat;
}
span.richimage160x90 span.mask.playprivate6
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-playprivate-160x90-6.png) no-repeat;
}
span.richimage160x90 span.mask.playprivate7
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-playprivate-160x90-7.png) no-repeat;
}
span.richimage160x90 span.mask.playprivate8
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-playprivate-160x90-8.png) no-repeat;
}
span.richimage160x90 span.mask.playprivate9
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-playprivate-160x90-9.png) no-repeat;
}
span.richimage160x90 span.mask.heart0
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-heart-160x90-0.png) no-repeat;
}
span.richimage160x90 span.mask.heart1
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-heart-160x90-1.png) no-repeat;
}
span.richimage160x90 span.mask.heart2
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-heart-160x90-2.png) no-repeat;
}
span.richimage160x90 span.mask.heart3
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-heart-160x90-3.png) no-repeat;
}
span.richimage160x90 span.mask.heart4
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-heart-160x90-4.png) no-repeat;
}
span.richimage160x90 span.mask.heart5
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-heart-160x90-5.png) no-repeat;
}
span.richimage160x90 span.mask.heart6
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-heart-160x90-6.png) no-repeat;
}
span.richimage160x90 span.mask.heart7
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-heart-160x90-7.png) no-repeat;
}
span.richimage160x90 span.mask.heart8
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-heart-160x90-8.png) no-repeat;
}
span.richimage160x90 span.mask.heart9
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-heart-160x90-9.png) no-repeat;
}
span.richimage160x90 span.duration
{
  display: block;
  position: absolute;
  right: 4px;
  bottom: 0px;
  width: 155px;
  height: 17px;
  line-height: 17px;
  color: white;
  background: transparent none;
  text-align: right;
  vertical-align: middle;
  font-size: 10px;
  font-weight: bold;
}
span.richimage80x45
{
  position: relative;
  display: block;
  width: 80px;
  height: 45px;
  cursor: pointer;
  border: none;
}
span.richimage80x45 img
{
  display: block;
  cursor: pointer;
  border: none;
}
span.richimage80x45 span.mask
{
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 45px;
  cursor: pointer;
}
span.richimage80x45 span.mask.static0
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-static-80x45-0.png) no-repeat;
}
span.richimage80x45 span.mask.static1
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-static-80x45-1.png) no-repeat;
}
span.richimage80x45 span.mask.static2
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-static-80x45-2.png) no-repeat;
}
span.richimage80x45 span.mask.static3
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-static-80x45-3.png) no-repeat;
}
span.richimage80x45 span.mask.static4
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-static-80x45-4.png) no-repeat;
}
span.richimage80x45 span.mask.static5
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-static-80x45-5.png) no-repeat;
}
span.richimage80x45 span.mask.static6
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-static-80x45-6.png) no-repeat;
}
span.richimage80x45 span.mask.static7
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-static-80x45-7.png) no-repeat;
}
span.richimage80x45 span.mask.static8
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-static-80x45-8.png) no-repeat;
}
span.richimage80x45 span.mask.static9
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-static-80x45-9.png) no-repeat;
}
span.richimage80x45 span.mask.play0
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-play-80x45-0.png) no-repeat;
}
span.richimage80x45 span.mask.play1
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-play-80x45-1.png) no-repeat;
}
span.richimage80x45 span.mask.play2
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-play-80x45-2.png) no-repeat;
}
span.richimage80x45 span.mask.play3
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-play-80x45-3.png) no-repeat;
}
span.richimage80x45 span.mask.play4
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-play-80x45-4.png) no-repeat;
}
span.richimage80x45 span.mask.play5
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-play-80x45-5.png) no-repeat;
}
span.richimage80x45 span.mask.play6
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-play-80x45-6.png) no-repeat;
}
span.richimage80x45 span.mask.play7
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-play-80x45-7.png) no-repeat;
}
span.richimage80x45 span.mask.play8
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-play-80x45-8.png) no-repeat;
}
span.richimage80x45 span.mask.play9
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-play-80x45-9.png) no-repeat;
}
span.richimage80x45 span.mask.private0
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-private-80x45-0.png) no-repeat;
}
span.richimage80x45 span.mask.private1
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-private-80x45-1.png) no-repeat;
}
span.richimage80x45 span.mask.private2
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-private-80x45-2.png) no-repeat;
}
span.richimage80x45 span.mask.private3
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-private-80x45-3.png) no-repeat;
}
span.richimage80x45 span.mask.private4
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-private-80x45-4.png) no-repeat;
}
span.richimage80x45 span.mask.private5
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-private-80x45-5.png) no-repeat;
}
span.richimage80x45 span.mask.private6
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-private-80x45-6.png) no-repeat;
}
span.richimage80x45 span.mask.private7
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-private-80x45-7.png) no-repeat;
}
span.richimage80x45 span.mask.private8
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-private-80x45-8.png) no-repeat;
}
span.richimage80x45 span.mask.private9
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-private-80x45-9.png) no-repeat;
}
span.richimage80x45 span.mask.playprivate0
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-playprivate-80x45-0.png) no-repeat;
}
span.richimage80x45 span.mask.playprivate1
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-playprivate-80x45-1.png) no-repeat;
}
span.richimage80x45 span.mask.playprivate2
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-playprivate-80x45-2.png) no-repeat;
}
span.richimage80x45 span.mask.playprivate3
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-playprivate-80x45-3.png) no-repeat;
}
span.richimage80x45 span.mask.playprivate4
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-playprivate-80x45-4.png) no-repeat;
}
span.richimage80x45 span.mask.playprivate5
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-playprivate-80x45-5.png) no-repeat;
}
span.richimage80x45 span.mask.playprivate6
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-playprivate-80x45-6.png) no-repeat;
}
span.richimage80x45 span.mask.playprivate7
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-playprivate-80x45-7.png) no-repeat;
}
span.richimage80x45 span.mask.playprivate8
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-playprivate-80x45-8.png) no-repeat;
}
span.richimage80x45 span.mask.playprivate9
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-playprivate-80x45-9.png) no-repeat;
}
span.richimage80x45 span.mask.heart0
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-heart-80x45-0.png) no-repeat;
}
span.richimage80x45 span.mask.heart1
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-heart-80x45-1.png) no-repeat;
}
span.richimage80x45 span.mask.heart2
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-heart-80x45-2.png) no-repeat;
}
span.richimage80x45 span.mask.heart3
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-heart-80x45-3.png) no-repeat;
}
span.richimage80x45 span.mask.heart4
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-heart-80x45-4.png) no-repeat;
}
span.richimage80x45 span.mask.heart5
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-heart-80x45-5.png) no-repeat;
}
span.richimage80x45 span.mask.heart6
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-heart-80x45-6.png) no-repeat;
}
span.richimage80x45 span.mask.heart7
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-heart-80x45-7.png) no-repeat;
}
span.richimage80x45 span.mask.heart8
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-heart-80x45-8.png) no-repeat;
}
span.richimage80x45 span.mask.heart9
{
  color: white;
  background: transparent url(http://www.gloria.tv/image/mask-heart-80x45-9.png) no-repeat;
}
span.richimage80x45 span.duration
{
  display: block;
  position: absolute;
  right: 2px;
  bottom: 0px;
  width: 75px;
  height: 10px;
  line-height: 10px;
  color: white;
  background: transparent none;
  text-align: right;
  vertical-align: middle;
  font-size: 8px;
  font-weight: bold;
}
table.field
{
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
}
table.field > tbody > tr > td
{
  width: 240px;
  overflow: hidden;
  padding: 10px 0px 0px 10px;
  vertical-align: top;
}
table.field > tbody > tr > td[colspan="2"]
{
  width: 490px;
}
table.field > tbody > tr:first-child > td
{
  padding-top: 0px;
}
table.field > tbody > tr > td:first-child
{
  padding-left: 0px;
}
table.field > tbody > tr > td input.text
{
  width: 235px;
}
table.field > tbody > tr > td[colspan="2"] textarea
{
  width: 485px;
}
table.field > tbody > tr > td[colspan="2"] input.text
{
  width: 485px;
}
table.grid
{
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
}
table.grid tr td
{
  border: 1px solid #d5d5d5;
  padding: 2px 5px;
  vertical-align: top;
}
table.grid tr:first-child td
{
  border-top: 0px none white;
}
table.grid tr:last-child td
{
  border-bottom: 0px none white;
}
table.grid tr td:first-child
{
  min-width: 5em;
  border-left: 0px none white;
  text-align: right;
}
table.grid tr td:last-child
{
  border-right: 0px none white;
}
.leftright
{
  width: 768px;
  display: block;
}
.left512
{
  float: left;
  display: inline;
  width: 512px;
}
.right240
{
  float: right;
  width: 240px;
}
.box
{
  position: relative;
  border: 1px solid #d5d5d5;
  padding: 7px 0px 12px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
.box.box768
{
  width: 756px;
}
.box .box.box768
{
  width: 734px;
}
.box.box512
{
  width: 490px;
}
.box .box.box512
{
  width: 468px;
}
.box.box240
{
  width: 228px;
}
.box .box.box240
{
  width: 206px;
}
.box .close
{
  position: absolute;
  top: 1px;
  right: 1px;
}
.box .close img
{
  color: black;
  background: transparent url(http://www.gloria.tv/image/icon-close-14x28.png) no-repeat;
}
.box.clickable
{
  cursor: pointer;
}
.box.clickable:hover,.box.clickable:active,.box.clickable:focus
{
  color: black;
  background: #f5f5f5 none;
}
textarea.box
{
  width: 490px;
  height: 2em;
  color: #0033cc;
  background: white none;
  font-weight: bold;
}
textarea.box:hover,textarea.box:active,textarea.box:focus
{
  width: 490px;
  height: 2em;
  color: #dd0000 ;
  background: #f5f5f5 none;
  text-decoration: underline;
  cursor: pointer;
}
.box textarea
{
  width: 475px;
}
.item768
{
  width: 768px;
  display: block;
}
.box .item768
{
  width: 756px;
}
.item512
{
  width: 502px;
  display: block;
}
.box .item512
{
  width: 490px;
}
.item240
{
  display: block;
  width: 240px;
}
.box .item240
{
  width: 228px;
}
.item768 .pages
{
  width: 768px;
  text-align: center;
}
.box .item768 .pages
{
  width: 746px;
}
.item512 .pages
{
  width: 502px;
  text-align: center;
}
.box .item512 .pages
{
  width: 480px;
}
.item768 .title,.item512 .title
{
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0px 0px 3px 0px;
  font-family: arial, verdana, tahoma, helvetica, geneva, sans-serif;
  font-size: 1.3em;
  font-weight: bold;
}
.item768 .owner,.item512 .owner
{
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 3px 0px 0px 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  font-weight: bold;
}
.item768 .description,.item512 .description
{
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 3px 0px 0px 0px;
}
.item768 .additional,.item512 .additional
{
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 3px 0px 0px 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.item240 .title
{
  display: block;
  width: 100%;
  overflow: hidden;
}
.item240 .owner
{
  display: block;
  width: 100%;
  overflow: hidden;
  color: #777777;
  background: transparent none;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.item240 .description
{
  display: block;
  width: 100%;
  overflow: hidden;
}
.item240 .additional
{
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  font-size: 0.8em;
}
.item512.image240x135 .image
{
  float: left;
  display: inline;
  width: 240px;
  height: 135px;
}
.item512.image240x135 .texts
{
  width: 250px;
  margin-left: 252px;
}
.box .item512.image240x135 .texts
{
  width: 238px;
}
.item512.image160x90 .image
{
  float: left;
  display: inline;
  width: 160px;
  height: 90px;
}
.item512.image160x90 .texts
{
  width: 322px;
  margin-left: 172px;
}
.box .item512.image160x90 .texts
{
  width: 310px;
}
.item240.header
{
  display: block;
  position: relative;
  width: 100%;
  margin: -2px 0px 5px 0px;
}
.item240.header .title
{
  display: inline;
  font-weight: bold;
}
.item240.header .pages
{
  float: right;
  display: inline;
  margin: 1px 0px 2px 5px;
  font-size: 0.7em;
}
.box .item240.header .pages
{
  margin-right: 5px;
}
.item240 .image
{
}
.item240.image240x135 .image
{
  width: 240px;
  height: 135px;
}
.item240.image80x45 .image
{
  float: left;
  display: inline;
  width: 80px;
  height: 45px;
}
.item240.promoted .image
{
  width: 240px;
}
.item240.avatar64x64s .avatar
{
  float: left;
  display: inline;
}
.item240.image80x45 .texts
{
  width: 150px;
  margin-left: 90px;
}
.box .item240.image80x45 .texts
{
  width: 138px;
}
.item240.avatar64x64s .texts
{
  width: 157px;
  margin-left: 80px;
}
.box .item240.avatar64x64s .texts
{
  width: 145px;
}
.item512.avatar64x64 .avatar
{
  float: left;
  display: inline;
}
.item512.avatar64x64 .texts
{
  width: 419px;
  margin-left: 80px;
}
.box .item512.avatar64x64 .texts
{
  width: 407px;
}
.gallery .pages
{
  float: right;
  width: auto;
  margin: 0px 0px 2px 5px;
  font-size: 0.8em;
}
.box .gallery .pages
{
  width: auto;
  margin-right: 10px;
}
.gallery .title
{
  width: auto;
}
.gallery .block160
{
  float: left;
  display: inline;
  width: 160px;
}
.gallery .block160 .image
{
  display: block;
  float: none;
  width: 160px;
  height: 90px;
}
.gallery .block160 .description
{
  display: block;
  width: 160px;
  overflow: hidden;
  margin: 5px 0px 0px 0px;
  text-align: center;
}
.gallery .block80
{
  float: left;
  display: inline;
  width: 80px;
}
.gallery .block80 .image
{
  width: 80px;
  height: 45px;
}
.gallery .block80 .description
{
  display: block;
  width: 80px;
  overflow: hidden;
  margin: 5px 0px 0px 0px;
  text-align: center;
  font-size: 0.8em;
}
#box-mediadescription
{
  overflow: hidden;
  height: 2.7em;
  padding: 3px 7px;
}
#box-mediaclicks,#box-mediareferers
{
  float: right;
  display: inline;
  margin-left: 10px;
  padding: 3px 7px;
  height: 2.7em;
  text-align: right;
}
.item512 .buttons
{
  float: right;
  display: inline;
}
.item512 .buttons .button
{
  vertical-align: top;
}
.linklist a
{
  display: block;
  width: 400px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.item768 .block192
{
  float: left;
  display: inline;
  width: 192px;
}
.box.box768 .item768 .block192
{
  width: 186px;
}
.item768 .block192 .image
{
  width: 160px;
  margin: 0px 0px 0px 16px;
}
.box.box768 .item768 .block192 .image
{
  margin: 0px 0px 0px 13px;
}
.item768 .block192 .title
{
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 3px 0px 0px 0px;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
}
.item768 .block192 .owner
{
  display: block;
  width: 100%;
  overflow: hidden;
  color: #777777;
  background: transparent none;
  margin: 2x 0px 0px 0px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  font-size: 0.9em;
  font-weight: bold;
}
.item768 .block192 .additional
{
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 2x 0px 0px 0px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.item768 .block84
{
  float: left;
  display: inline;
  width: 96px;
}
.box.box768 .item768 .block84
{
  width: 93px;
}
.item768 .block84 .avatar,.item768 .block84 .avatar:link,.item768 .block84 .avatar:visited
{
  margin-left: 6px;
}
.box.box768 .item768 .block84 .avatar,.box.box768 .item768 .block84 .avatar:link,.box.box768 .item768 .block84 .avatar:visited
{
  margin-left: 5px;
}
.item768 .block84 .owner,.item768 .block84 .additional
{
  text-align: center;
  margin: 0px 1px;
}
table.list
{
  width: 768px;
  table-layout: fixed;
  border-collapse: collapse;
}
table.list th,table.list td
{
  overflow: hidden;
  margin: 0px;
  padding: 5px 3px;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
table.list th
{
  color: #777777;
  background: #f5f5f5 none;
  border: 1px solid #d5d5d5;
  text-align: center;
  font-weight: bold;
}
table.list th:first-child,table.list td:first-child
{
  margin: 0px;
  padding: 0px;
  text-align: center;
}
table.list td:first-child img
{
  margin: 3px 0px 0px 0px;
}
table.list tr.bold td
{
  font-weight: bold;
}
table.list tr.italic td
{
  color: #777777;
  font-style: italic;
}
table.list tr.bold td a,table.list tr.bold td a:link,table.list tr.bold td a:visited
{
  display: block;
  font-weight: bold;
}
table.list tr.done td a,table.list tr.done td a:link,table.list tr.done td a:visited
{
  display: block;
  color: black;
  background: transparent none;
}
table.list tr.italic td a,table.list tr.italic td a:link,table.list tr.italic td a:visited
{
  display: block;
  color: #777777;
  background: transparent none;
}
table.list tr.even td
{
  background: #f5f5f5 none;
}
.item768.small.footer
{
  text-align: center;
  font-size: 1em;
}
body.background #head,body.background #content,body.background .box,body.background textarea.box
{
  background: transparent url(http://www.gloria.tv/image/background-788x1.png) repeat-y;
}
.leftright:after,.item768:after,.item512:after,.item240:after
{
  display: block;
  content: '.';
  height: 0px;
  clear: both;
  overflow: hidden;
  visibility: hidden;
  font-size: 0px;
  line-height: 0px;
}
iframe.punymce,ul.punymce,ul.punymce li,.punymce a
{
    border: 0;
    padding: 0;
    margin: 0;
    display: inline;
    background: transparent;
}
.punymce table
{
    background: #F0F0EE;
    border: 1px solid #DDD;
}
.punymce .mceToolbar td
{
    height: 16px;
}
.punymce tr.mceBody td
{
    height: auto;
}
.punymce ul
{
    display: block;
    height: 16px;
    position: relative;
}
.punymce tr.mceBody td div.mceBody
{
    border: 1px solid #CCC;
    position: relative;
}
.punymce iframe
{
    clear: both;
    display: block;
}
.punymce table .mceToolbar a
{
    border: 1px solid #F0F0EE;
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 1px;
    float: left;
    overflow: hidden;
}
.punymce .mcePlaceholder
{
    border: 1px dotted #000;
    display: none;
}
div.punymce_style
{
    position: absolute;
    display: none;
    background: #FFF;
    border: 1px solid #808080;
    font-family: Verdana,Arial;
    font-size: 11px;
}
.punymce_style a:hover
{
    border: 0;
    background: #CCC;
}
.punymce_style a
{
    display: block;
    text-decoration: none;
    color: #000;
    padding: 2px;
}
.punymce .h1
{
    font-size: xx-large;
}
.punymce .h2
{
    font-size: x-large;
}
.punymce .h3
{
    font-size: large;
}
.punymce .pre
{
    font-family: pre;
}
.punymce .times
{
    font-family: Times;
}
.punymce .arial
{
    font-family: Arial;
}
.punymce .courier
{
    font-family: Courier;
}
.punymce .mceResize
{
    position: absolute;
    right: 1px;
    bottom: 1px;
    width: 7px;
    height: 7px;
    background: url(http://www.gloria.tv/image/punymce-352x16.png) -217px -9px;
    overflow: hidden;
}
.punymce li.disabled a
{
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    cursor: default;
}
.punymce li.disabled a:hover
{
    border: 1px solid #F0F0EE;
}
.punymce .mceToolbar a:hover,.punymce .mceToolbar li.active a:hover
{
    border: 1px solid gray;
}
.punymce .mceToolbar li.active a
{
    border: 1px solid #BBB;
}
.punymce a.bold
{
    background: url(http://www.gloria.tv/image/punymce-352x16.png) 0 0;
}
.punymce a.italic
{
    background: url(http://www.gloria.tv/image/punymce-352x16.png) -16px 0;
}
.punymce a.underline
{
    background: url(http://www.gloria.tv/image/punymce-352x16.png) -32px 0;
}
.punymce a.strike
{
    background: url(http://www.gloria.tv/image/punymce-352x16.png) -48px 0;
}
.punymce a.ol
{
    background: url(http://www.gloria.tv/image/punymce-352x16.png) -80px 0;
}
.punymce a.ul
{
    background: url(http://www.gloria.tv/image/punymce-352x16.png) -64px 0;
}
.punymce a.indent
{
    background: url(http://www.gloria.tv/image/punymce-352x16.png) -96px 0;
}
.punymce a.outdent
{
    background: url(http://www.gloria.tv/image/punymce-352x16.png) -112px 0;
}
.punymce a.left
{
    background: url(http://www.gloria.tv/image/punymce-352x16.png) -128px 0;
}
.punymce a.center
{
    background: url(http://www.gloria.tv/image/punymce-352x16.png) -144px 0;
}
.punymce a.right
{
    background: url(http://www.gloria.tv/image/punymce-352x16.png) -160px 0;
}
.punymce a.style
{
    background: url(http://www.gloria.tv/image/punymce-352x16.png) -176px 0;
}
.punymce a.removeformat
{
    background: url(http://www.gloria.tv/image/punymce-352x16.png) -192px 0;
}
.punymce a.increasefontsize
{
    background: url(http://www.gloria.tv/image/punymce-352x16.png) -224px 0;
}
.punymce a.decreasefontsize
{
    background: url(http://www.gloria.tv/image/punymce-352x16.png) -240px 0;
}
.punymce a.link
{
    background: url(http://www.gloria.tv/image/punymce-352x16.png) -256px 0;
}
.punymce a.unlink
{
    background: url(http://www.gloria.tv/image/punymce-352x16.png) -272px 0;
}
.punymce a.undo
{
    background: url(http://www.gloria.tv/image/punymce-352x16.png) -320px 0;
}
.punymce a.redo
{
    background: url(http://www.gloria.tv/image/punymce-352x16.png) -336px 0;
}
.punymce a.textcolor
{
    background: url(http://www.gloria.tv/image/punymce-352x16.png) -288px 0;
}
.punymce a.backcolor
{
    background: url(http://www.gloria.tv/image/punymce-352x16.png) -304px 0;
}
div.punymce_color
{
    position: absolute;
    display: none;
    background: #FFF;
}
div.punymce_color table
{
    background: #FFF;
}
div.punymce_color td
{
    width: 8px;
    height: 8px;
}
div.punymce_color a
{
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #808080;
    overflow: hidden;
}
* html .punymce .mceResize
{
    right: 2px;
    bottom: 4px;
}
*: first-child+html .punymce .mceResize
{
    right: 1px;
    bottom: 1px;
}

