/** for the index */
body {
	background-image: url("http://dantux.com/main_files/anthracite.gif");
	background-color: #777777;
	color: #ffffff;
	font-style:"Helvetica","Arial", "sans-sherif";
}
a:link  {
	font-face:verdana;
	font-weight:bold;
	font-size:16;
	color:#000000;
	text-decoration:underline;
}
a:visited {
	font-face:verdana;
	font-weight:bold;
	font-size:16;
	color:#000000;
	text-decoration:underline;
}
a:hover {
	font-face:verdana;
	font-weight:bold;
	font-size:16;
	color:#000000;
	text-decoration: underline;
	background-color:#ffffff;
}	
/** for pictures **/
table.gallery img {
	padding: 5px;
	margin: 2px;
	border: 1px solid #ccc;
/**	max-width: 120px;
	max-height: 120px;
**/
}
/** for movie list **/
.value {
	font-size: 12pt;
	color: black;
}

th {
	font-weight: bold;
	font-size: 9pt;
	text-align: left;
	padding: 2 2 2 2;
	background-color: #222222;
}

.header {
	color: #222222;
	font-weight: bold;
	font-size: 19pt;
	text-align: left;
	padding: 2 2 2 2;
	background-color: #bbbbbb;
}

.shading {
	background-color: #aaaaaa;  
}

h1 {
	font-weight: bold;
	font-size: 25pt;
	color: #111111;
}
/** class for Movies Page Detail **/
.subtitle {
	color: #000000;
	background-color: #cccccc;
}

.maintitle {
	color: #111111;
	background-color: #777777;
}

.celllabel {
	color: #000000;
	background-color: #dcdcdc;
}

.cellvalue {
	color: #000000;	
	background-color: #eeeeee;
}

.cellalt {
	color: #ffffff;
	background-color: #333333;
}

.detailsbg {
	background-color: #b5b5b5;
}

.link {

color: #056689;
}

a.link:hover {

color: #59B232;
}


.subtitle {
  font-size: 10pt;
  font-weight: bold;
  padding-left: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.maintitle {
	font-size: 32pt;
	font-weight : bold;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 5px;
}

.celllabel {
	font-size: 12pt;
	font-weight : normal;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
}

.cellvalue {
	font-size: 12pt;
	font-weight : bold;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
}

.cellalt {
	font-size: 12pt;
	font-weight : normal;
  padding-top: 2px;
  padding-left: 5px;
  padding-bottom: 5px;
}

