/* Small Studio Template
   I'm sorry for non-english variables,
   but I think you'll manage */

body {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.8em;
	background: #E7E7E7;
}

a {
	text-decoration: none;
	color: #B60400;
}

a:hover {
	color: #808080;
}

a img {
	border: 0;
}

h3 {
	font-size: 1.3em;
	margin: 0 0 5px 0;
	padding: 2px 0px 0px 0px;
	border-bottom: 2px solid #eee;
}

.blue {
	color: #286ea0;
}

#bg {
	width: 760px;
	margin: 0 auto 0 auto;
	padding: 6px 10px 0px 10px;
	background: url(bg.gif) no-repeat;
	text-align: left;
}

#bg-small {
	width: 760px;
	margin: 0 auto 0 auto;
	padding: 0px 10px 0px 10px;
	background: url(/images/bg-small.gif) repeat-y;
	text-align: left;
}

#bg-bottom {
	width: 760px;
	margin: 0 auto 0 auto;
	padding: 0px 10px 12px 10px;
	background: url(/images/bg-bottom.gif) no-repeat 50% 100%;
	text-align: left;
}

#header-table {
	margin-top: 7;
	width: 100%;
	height: 50px;
	border-bottom: 2px solid #eee;
	background: #FFF url(fade.gif) repeat-x;
	color: #808080;
}

#main-table {
	width: 100%;
	color: #808080;
}

#title {
	font-size: 14pt;
	font-weight: bold;
}

#navigation {
	list-style: none;
	width: 155px;
	margin: 0 0 0 0;
	padding: 0px;
	font-size: 1.1em;
}

#navigation li {
	border-bottom: 1px dotted #ccc;
}

#navigation li a {
	padding-top: 3px;
	padding-right: 10px;
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
	height: 15px;
	text-decoration: none;
	color: #808080;
	display: block;
	background: #fff;
}

#navigation li a:hover {
	color: #286ea0;
}

#infobox {
	border: 1px solid #ccc;
	background: #f4f4f4;
	padding: 3px;
	margin-top: 5px;
}

#right_text {
	padding: 5px 13px 20px 10px;
	border-left: 1px solid #DDD;
	color: #5D5D5D;
	line-height: 1.5em;
	vertical-align: top;
	width: 300px;
	font-size: 90%;
}

#center_text {
	padding: 5px 13px 20px 10px;
	border-left: 1px solid #DDD;
	color: #5D5D5D;
	line-height: 1.5em;
	vertical-align: top;
}

#center_text p {
	margin: 0px;
	font-size: 90%;
}

#center_text a {
	display: block;

	padding-bottom: 4px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #ccc;
}

#left-side {
	vertical-align: top;
	width: 155px;
	text-align: center;
}

#pic {
	border-left: 2px solid #ccc;
	vertical-align: top;
	padding: 0px 10px 5px 6px;
	line-height: 1.4em;
	background: url(background.jpg) repeat-x;
	width: 600px;
	height: 146px;
}

#pic h2 {
	margin: 0px;
	padding: 10px 0px 2px 15px;
	font-size: 12pt;
	color: #3A6794;
}

#pic p {
	margin: 0;
	padding: 0 0 0 15px;
	color: #5488BC;
	width: 350px;
	font-size: 10pt;
}

#downbox {
	text-align: justify;
	margin: 15px 10px 15px 10px;
	border: 1px solid #819CD7;
	background: #CDE1F9;
}

#downbox p {
	padding: 6px;
	margin: 0;
}


#footer {
	color: #808080;
	background: #FFF;
	font-size: 0.8em;
	text-align: right;
	padding: 5px;
	margin: 2px;
	border: 1px solid #ccc;
}

#footer a {
	text-decoration: underline;
	color: #3A6794;
}

#footer a:hover {
	color: #000;
}

#search-title {
	text-align: left;
	float: right;
	margin-right: 10px;
	padding-top: 5px;
}

.small-text {
	font-size: 0.8em;
}

#button-big {
	font-size: 1.3em;
}

#warning-table {
	margin: 15px auto 15px auto;
	text-align: center;
	border: 1px solid red;
	background-color: #FDD;
	font-weight: bold;
}

#warning-table td {
	padding: 10px 15px;
}

#summary-table {
	font-size: 0.8em;
	border-collapse: collapse;
	margin: 15px 15px 0px 15px;
	background: white;
}

#summary-table td {
	border: thin solid #88A;
}

div.selected {
	border: 1px solid red;
	margin: 0px;
}

div.notselected {
	border: 0px;
	margin: 1px;
}

input.signup {
	width: 250px;
}

.button-style {
	width: 150px;
	margin: 0px;
	padding: 0px;
	height: 19px;
	font-size: 0.8em;
}

