/********************************************
   HTML Elements
********************************************/ 

* {
	margin: 0;
	padding: 0;
}
body {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	background-image: url(/img/body_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	line-height: 150%;*/
	/* background:#D8D8D8 url(/img/filmski.header.png) repeat-x scroll 0 0; */
        background:#000000 url(/img/filmski.header.png) repeat-x scroll 0 0;
	border:0 none;
	margin:0;
	padding:0;
}

body, p, li, form, ul li p, ol li p {margin: 0;padding: 0;}
ul, ol {margin: 15px;}
ul li {list-style-type: square; margin:0 0 5px 20px;}
ol li {list-style-type: decimal; margin:0 0 5px 20px;}



h1, h2, h3, h4, h5, h6 {margin:0 0 15px; font-weight:normal; color: #000;}
h1 {font-size: 26px;}
h2 {font-size: 22px;}
h3 {font-size: 18px;}
h4 {font-size: 16px; font-weight: bold}
h5 {font-size: 14px; font-weight: bold}
h6 {font-size: 12px; font-weight: bold}

p {padding-bottom:15px;}

/* Link */

a, a:visited {
	color:#640000;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}

a.moreArrowRight{background:url(/img/arrows/arrowRight.gif) no-repeat top right;display:block;height:11px;width:20px;text-indent:-2000px}

/* Tables */

table,
table.tableStyle{
	font-size: 12px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	margin-top: 20px;
	margin-bottom: 20px;
}
table thead tr td,
table thead tr td th,
table.tableStyle thead tr td,
table.tableStyle thead tr td th
{
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #003570;
	background-image: url(/img/table_red.png);
	background-repeat: repeat-x;
}
table tbody tr td,
table.tableStyle tbody tr td
{
	padding: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	background-color: #D9E0E8;
}

table tbody tr th,
table.tableStyle tbody tr th
{
	padding: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	background-color: #003570;
	background-image: url(/img/table_red.png);
	background-repeat: repeat-x;
	font-weight:bold;
	color: #FFFFFF;
}

