/*************************************************
**                                              **
**           Copyright (c) Viga 1977            **
**                                              **
** 28.07.2010                                   **
*************************************************/

@import url("Viga.System/Layout3Columns.css");

#LayoutRight
{
	width: 250px;
	text-align: center;
}

#LayoutMain
{
	margin-right: 250px;
}

#LayoutHeader
{
	font-weight: bold;
}

#LayoutHeader,#LayoutFooter
{
	background-color: #038CC5;
}

#LayoutHeader,#LayoutHeader a,#LayoutFooter,#LayoutFooter a,#LayoutLeft,#LayoutLeft a,.Calendar .Label
{
	color: #FFD800;
}

#LayoutHeader a,#LayoutFooter a,#LayoutLeft a
{
	text-decoration: none;
}

#LayoutLeft ul,#LayoutRight ul
{
	margin: 0 0 1em 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

#LayoutMain1,#LayoutLeft li.Selected,#LayoutLeft li:hover
{
	background-color: #FFD800;
}

#LayoutLeft li.Selected a,#LayoutLeft li:hover a
{
	color: #038CC5;
}

#LayoutLeft a,#LayoutLeft span,#LayoutRight a,#LayoutRight span
{
	display: block;
	padding: 0.5em;
}

#LayoutHeader table
{
	width: 100%;
}

#Logo
{
	font-size: 350%;
}

#Logo img
{
	margin-right: 0.5em;
}

#Logo span
{
	vertical-align: top;
}

#Login
{
	text-align: right;
	vertical-align: top;
}

#Menu
{
	text-align: right;
	vertical-align: bottom;
}

.PathSeparator
{
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.Icon
{
	background-color: #038CC5;
}

.Name.Large
{
	font-size: x-large;
}

.SubName
{
	margin-top: -0.5em;
	font-weight: bold;
}

.Comments li,.Comments form
{
	border: solid 1px #038CC5;
}

.Author
{
	font-size: smaller;
}

.Field
{
	float: left;
	width: 318px;
	height: 433px;
	margin-right: 1em;
	margin-bottom: 1em;
	padding-left: 20px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	background-image: url("Field.png");
}

.Field table
{
	width: 100%;
	height: 100%;
	table-layout: fixed;
}

.Field tr
{
	height: 7.14%;
}

.Field td
{
	width: 14.29%;
	text-align: center;
	vertical-align: middle;
	font-size: 8pt;
	overflow: visible;
}

table.Calendar caption,table.Classic caption,table.Calendar th,table.Classic th,table.Calendar td
{
	border-right: solid 0.2em #FFD800;
	border-bottom: solid 0.2em #FFD800;
	background-color: #038CC5;
}

table.Classic td
{
	border-bottom: solid 1px #038CC5;
}

table.Calendar caption,table.Classic caption,table.Calendar th,table.Classic th,table.Calendar td,table.Classic td
{
	padding: 0.2em 0.5em 0.2em 0.5em;
}

table.Calendar li
{
	background-color: #FFD800;
}

.Self
{
	font-weight: bold;
}

hr
{
	border: 1px solid #038CC5;
}

@media print
{
	#LayoutMain
	{
		margin-right: 0;
	}

	#LayoutHeader,#LayoutHeader a,#LayoutFooter,#LayoutFooter a,#LayoutLeft,#LayoutLeft a,.Calendar .Label
	{
		color: white;
	}

	#LayoutMain1,#LayoutLeft li.Selected,#LayoutLeft li:hover
	{
		background-color: white;
	}

	table.Calendar caption,table.Classic caption,table.Calendar th,table.Classic th,table.Calendar td
	{
		border-right-color: white;
		border-bottom-color: white;
	}

	table.Calendar li
	{
		background-color: white;
	}
}