/* common styles */
body, html
{
	margin: 0;
	padding: 0;
	height: 100%;
}

*
{
	font-family: Tahoma;
	font-size: 11px;
	color: #2C455F
}

td { vertical-align: top; text-align: left; }

p
{
	padding: 0;
	margin: 5px 0px 5px 0px;
	text-align: justify;
}
p.nospace { padding:0; margin:0 }

img { margin:0; border:none }
form { margin:0; padding:0; }

.bold { font-weight: bold }

/* main table */
#mainframe { height: 100%; margin: 0 auto }

/* small text in footer */
span.small { color: #798691; font-size:10px }
span.small a, a.small { font-size:10px; color: #798691; text-decoration: none }
span.small a:hover, a.small:hover { color: #69523C; text-decoration: underline }

/* link */
a { color: #F57F00; text-decoration: underline }
a:hover { color: #69523C }

/* link bold */
a.bold { color: #F57F00; font-weight: bold; text-decoration: none }
a.bold:hover { color: #69523C; text-decoration: underline }

/* titles */
h1.mtitle, h2.mtitle
{ 
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	color: #2B435F
}

h1.mtitle { font-size:15px; }
h2.mtitle { font-size:13px; }

/* unordered list */
ul
{
	margin: 0;
	padding: 0;
	font-style: normal;
	list-style-type: none;
}

ul li
{
	margin: 3px 0 3px 5px;
	padding: 0 0 0 10px;
	background-image: url(/images/ic_list.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* personnel table */
#personnel td.image
{
	padding: 0;
	width: 74px;
	height: 98px;
	text-align: left;
	vertical-align: top;
}
#personnel td.info
{
	padding: 0 0 0 22px;
	text-align: left;
	vertical-align: middle;
	background: white;
}

/* clients table */
#clients td
{
	padding: 5px 0 5px 0;
	text-align: center;
	vertical-align: middle;
}

/* client_form big table */
#cf_tab
{
	width: 610px;
	border-collapse: collapse;
}

#cf_tab td
{
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	padding: 2px 3px;
	border: 1px solid white;
}

#cf_tab td.l { border-left: none }
#cf_tab td.r { border-right: none }
#cf_tab td.t { border-top: none }
#cf_tab td.b { border-bottom: none }

/* movie block */
div.movie
{
	float: left;
	overflow: hidden;
	width: 136px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #E7E7E6;
	margin: 0 7px 10px 7px;
}

div.movie div.cont
{
	background: #F1F2F7;
	border-bottom: 1px solid #BCBCBC;
	padding: 5px 10px 5px 10px;
	text-align: center;
}

div.cont img.frame
{
	display: block;
	width: 114px;
	height: 85px;
	border: 1px solid #E4DEDE;
	margin-top: 5px;
	cursor: pointer;
}

div.cont div.title
{
	overflow: hidden;
	height: 25px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
}

div.cont a { font-weight: bold; font-size: 10px }

/* works gallery */
img.wgal
{
	display: block;
	float: left;
	border: none;
	margin: 0 5px 5px 0;
}

/* gallery image */
img.gallery
{
	display: block;
	float: left;
	border: 1px solid #A6BCD6;
	margin: 0 5px 10px 5px;
	width: 114px;
	height: 76px;
	cursor: pointer;
}

/* calc movie type container */
div.mtype
{
	width: auto;
	background: #F1F2F7;
	border: 1px solid #F1F2F7
}

div.mtype div.mtype_in
{
	margin: 11px;
	padding: 15px;
	background: white
}

/* table */
table.tab1
{
	width: 610px;
}

table.tab1 th, table.tab1 td
{
	padding: 2px 5px;
	text-align: left;
	vertical-align: top;
}

table.tab1 th
{
	background: #C8CCD7;
	font-weight: bold;
}

table.tab1 th.wb
{
	border-right: 1px solid white;
}

table.tab1 td
{
	background: #F1F2F7;
	font-weight: normal;
	border-top: 3px solid white;
	text-align: justify;
}

table.tab1 td.wb
{
	border-right: 1px solid white;
	vertical-align: middle;
	text-align: left;
}

table.tab1 td p { margin: 0 0 10px 0; }
table.tab1 td p.nm { margin: 0; }

/* checkbox styles for table rows */
table.tab1 td input.nice, table.tab1 th input.nice { margin: 0; padding: 0; }
* html table.tab1 td input.nice, * html table.tab1 th input.nice
{
	width: 12px;
	height: 12px;
	position: relative;
	top: -2px;
}

/* some text styles */
.txt1 { font-family: Tahoma, serif; font-size: 14px; font-weight: bold; color: #1F4C8D }
.txt2 { font-family: Tahoma, serif; font-size: 11px; font-weight: bold; color: #2D455E }

/* email link */
a.email { font-family: Tahoma, serif; color: #F48000; font-size: 11px; font-weight: bold; text-decoration: none }
a.email:hover { color: #69523C; text-decoration: underline }


/* styles for news & articles content */
div.content { text-align: justify; }

div.content p
{
	padding: 0;
	margin: 0px 0px 10px 0px;
	text-align: justify;
}

html>body div.content br
{
	display: block;
	margin-top: 10px;
	position: relative;
	top: -10px;
}
* html div.content br
{
	line-height: 20px;
}

/* link */
div.content a, div.content a span { color: #F57F00; text-decoration: underline }
div.content a:hover, div.content a:hover span { color: #69523C }

/* images */
div.content img
{
	margin: 5px;
	border: 1px solid #E4DEDE;
}
div.content img.fl { display: block; float: left; margin-left:0 }


/* style for masking javascript duplicates */
div.mh
{
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	top: 0px;
	left: 0px;
	z-index: 0;
}


/* paging */
.page_link, .page_selected
{
	color: #2C455F;
	text-decoration: none;
}

.page_link
{
	cursor: pointer;
	font-weight: normal;
}

.page_selected
{
	cursor: default;
	font-weight: bold;
}

.page_invisible
{
	color: #F1F2F7;
}