@charset "utf-8";
@import "base.css";
@import "navigation.css";

h1
{
	display: none;
}

#main_img
{
	width: 840px;
	height: 350px;
	margin: 0 auto 1px auto;
	background: url(../img/top_dijest.png) center no-repeat;
	/*background-color: #62B5FF;*/
}

#content
{
	position: relative;
	width: 820px;
	height: auto;
	margin: 10px;
}

div.element
{
	position: relative;
	width: 815px;
	height: auto;
	margin: 30px auto;
	clear: both;
}

div.element p
{
	width: 740px;
	height: auto;
	margin: 5px;
	padding-left: 35px;
}

/*result_table color control*/
#result
{
	margin: 10px auto;
}

#result td
{
	width: 25%;
	height: 1.8em;
	margin: 3px;
	padding: 5px;
	text-align: center;
}


#result th
{
	width: auto;
	height: 1.8em;
	margin: 3px;
	padding: 5px;
}

#synthesis_result
{
	background-color: #91cfff;
}

#static
{
	background-color: #b2ffae;
}

#dynamic
{
	background-color: #ffd36a;
}

#special
{
	background-color: #cbc8fd;
}

#ranking
{
	vertical-align: text-bottom;
}

#score
{
	line-height: 100%;
	vertical-align: text-bottom;
}

#result_photo li
{
	float: left;
	margin: 8px;
}


/*h1 title-style*/
#h2_result
{
	display: block;
	width: 800px;
	height: 60px;
	text-indent: -10000px;
	background: url(../img/h1/h1_result.png) top left no-repeat;
}

#h2_gallery
{
	display: block;
	width: 800px;
	height: 60px;
	text-indent: -10000px;
	background: url(../img/h1/h1_gallery.png) top left no-repeat;
}

#h2_movie
{
	display: block;
	width: 800px;
	height: 60px;
	text-indent: -10000px;
	background: url(../img/h1/h1_movie.png) top left no-repeat;
}

/*Gallery*/
#photo_list
{
	margin: 10px auto;
}

#photo_list li
{
	float: left;
	margin: 5px;
}


