﻿/* layout */

/*
body
{
    background-color: #20170C;
    background-image: url('/tsubatsuka/images/kozakken_watermerk.png');
    background-repeat: no-repeat; background-attachment: fixed;
    
}
*/

HeaderBg
{
    background-repeat: no-repeat;
    background-attachment: fixed;
    
}

body, #main td
{
	font-family: Verdana;
	font-size: 10pt;
}

#container 
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border: solid 1px #ededed;
}
	
	#header 
	{
		position: relative;
		height: 81px;
		background-image: url('/images/header.gif');
		background-repeat: no-repeat;
		background-position: bottom;
	}
	
		#header-quote 
		{
			position: absolute;
			right: 15px;
			bottom: 27px;
			color: #a4c300;
			font-family: Arial;
			font-size: 14pt;
			letter-spacing: 0.5pt;
			font-weight: 300;
		}
	
	#statusbar 
	{
		height: 20px;
		text-align: right;
		padding-right: 10px;
	}
	
	#main 
	{
		margin: 0px;
		min-height: 400px;
		height: auto !important;
		height: 400px;
	}
	
	#footer 
	{
		position: relative;
		margin: 10px;
		text-align: right;
	}
		
.brclear 
{
	clear: both; font-size: 1px; margin: 0px; line-height: 0; height: 0px;
}

/* elements */

h1 
{
	color: #f58220;
	font-family: Arial;
	font-size: 24pt;
	font-weight: 900;
	margin-top: 0px;
}

h2 
{
	color: #0095da;
	font-family: Arial;
	font-size: 20pt;
	font-weight: 900;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: 'Monotype Corsiva';
}

p 
{
	margin-top: 0px;
	line-height: 15px;
}

/* (text) markup */

#main
{
	color: #000000;
	background-image: ../images/kozakken_watermerk_TblBody.png;
}

#main a 
{
	color: #894581;
	text-decoration: none;
}

.LinkBlack, a.LinkBlack, a.LinkBlack:link, a.LinkBlack:visited
{
	color: #000000;
	text-decoration: none;
}

#main a:hover 
{
	text-decoration: underline;
}




/* .net control styles */

label, .lbl, .lblNowWrap, .lblWarning
{
	font-size: 10pt;
}

.lblNowWrap
{
	white-space:nowrap;
}

.lblWarning
{
	color: #FF0000;
}

.lblGrdEmpty
{
	font-size: 8pt;
	font-style: italic;
	text-align: center;
}

.lblTitle, .tblPage caption, .tblBox caption, a.lblTitle, a.lblTitle:link, a.lblTitle:visited
{
	font-size: 14pt;
	text-align: left;
	padding: 0px 0px 3px 0px;
	white-space:nowrap;
	text-decoration: none;
}

.lnkbHomeTxt, a.lblTitle, a.lblTitle:link, a.lblTitle:visited
{
	font-family: 'Monotype Corsiva'
}


.tblPage
{
	margin-top: 15px;
}

.tblBox, TblEnlargement
{
	border: 1px solid #000000;
	margin: 0px 0px 8px 0px;
	background-color: White;
}

.TblEnlargement
{
	background-color: White
}

.tblHeaderStyle
{
	background-color: #D9EBFF;
}

.grdRowStyle
{
	background-color: #E6F2FF;
}

.tblFooterStyle
{
	background-color: #D9EBFF;
	text-align:right;
}

.grdAlternatingRowStyle
{
	background-color: #FFFFFF;
}

.input
{
	font-size: 10pt;
	text-align: left;
	color: #272926;
	font-weight: bold;
}

.btn, .btnPrevNext
{
	background-color: #E6F2FF;
	color: #0095DA;
}

.btnPrevNext
{
	background-color: #B9B9B9;
	text-transform: uppercase;
	font-weight: bold;
}

.staticMenuItemStyle
{
	border-style: inset;
	border-width: 1px;
	height: 25px;
	background-color: #D9EBFF;
	color: #0095da;
	text-align: center;
	font-size: 13pt;
	font-weight: 900;
	font-family: 'Monotype Corsiva';
	border-top-color: #0095da;
	border-right-color: #0095da;
	border-bottom-color: #0095da;
	border-left-color: #0095da;
}

.staticSelectedStyle
{
	background-color: #D9EBFF;
	color:Black;
}

.staticHoverStyle
{
	background-color: #D9EBFF;
	color:Black;
}

.GridExpandCollapseButton
{
	cursor: hand;
	text-align: center;
	width: 13px;
	display: block;
	height: 15px;
	line-height: 15px;
	text-decoration: none;
	vertical-align: middle;
	font-family: Verdana;
	color: #000000;
}

.GridExpandButton
{
	width: 11px;
	height: 11px;
	cursor: hand;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	background-image: url(/images/expand.gif);
	background-repeat: no-repeat;
}

.GridCollapseButton
{
	width: 11px;
	height: 11px;
	line-height:0px;
	cursor: hand;
	text-align: center;
	display: block;
	text-decoration: none;
	vertical-align: middle;
	background-image: url(/images/collapse.gif);
	background-repeat: no-repeat;
}