.body {
  background: url('../images/background.jpg');
  background-repeat: repeat-x;
  background-color: #FFFFFF;
}

.background1 {
  background: url('../images/background1.gif');
  background-repeat: repeat-y;
  width: 20px;
}

.background2 {
  background: url('../images/background2.gif');
  text-align: center;
}

.background3 {
  background: url('../images/background3.gif');
  background-repeat: repeat-y;
  width: 20px;
}

.background4 {
  background: url('../images/background4.gif');
  width: 20px;
  height: 20px;
}

.background5 {
  background: url('../images/background5.gif');
  background-repeat: repeat-x;
  height: 20px;
}

.background6 {
  background: url('../images/background6.gif');
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

.poza {
	border: thin solid #BEC9DB;
	vertical-align: top;
}

.adbanner {
  background: url('../images/banner2.jpg');
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #849EB5;
}

.refresh {
  width: 300px;
  background-color: navy;
  color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.refresh:hover {
  color: yellow;
}

.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.siteTagline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.moviesBy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(..../images/moviesby_background.jpg);
	background-repeat:repeat-x;
	font-weight: bold;
	font-size: 16px;
	padding-top: 0px;
	padding-bottom: 12px;
	padding-left: 4px;
}

.category {
	border: 1px solid;
	border-color: #76808A;
	margin-bottom: 10px;
	padding-bottom: 3px;
}

.categoryName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #D1D1D1;
	background-image:url(..../images/category_name_background.jpg);
	background-repeat:repeat-x;
	color:#800000;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 3px;
	padding-left: 4px;
}

.movieName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: capitalize;
	font-stretch: extra-condensed;
	padding-bottom: 1px;
	padding-top: 0px;
	padding-left: 1px;
	color:#333333;
}

.movie-title {
  margin: 0;
  padding: 0;
  line-height:110%;
}
a.movieName {
     text-decoration: none;
}
a.movieNameb {
     text-decoration: none;
	 font-size: 11px;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-weight: bold;
     color:#333333;
}
a:hover  {
     text-decoration: none;
}

a:hover  {
/*     color: #FDE160;
     background-color: #222222; */
     text-decoration: underline;
}

.hr {
  border-bottom: solid thin;
  border-color: navy;
  width: 100%;
  height: 0px;
}

img.right
{
    float: right;
    margin-top: 2px;
    margin-right-value: 0pt;
    margin-bottom: 5px;
    margin-left-value: 10px;
    margin-left-ltr-source: physical;
    margin-left-rtl-source: physical;
    margin-right-ltr-source: physical;
    margin-right-rtl-source: physical;
    border-top-width: 0pt;
    border-right-width: 0pt;
    border-bottom-width: 0pt;
    border-left-width: 0pt;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: -moz-use-text-color;
    border-right-color: -moz-use-text-color;
    border-bottom-color: -moz-use-text-color;
    border-left-color: -moz-use-text-color;
}
