﻿/*
Green Color:  #027B35 | R=2 G=123 B=52 | Hue=97 Sat=232 Lum=59
Purple Color: #5D5FDA | R=120 G=109 B=201 | Hue=165 Sat=110 Lum=146

Logo Font: Bradley Hand ITC
*/

body
{
	font-family:Verdana;
	font-size:x-small;
}
/*
a:link		{color: #ffffff;}
a:active	{color: #ffffff;}
a:visited	{color: #ffffff;}
a:hover		{color: #ffffff;}
*/

#logoBar
{
	margin-left:auto;
	margin-right:auto;
	width:95%;
	background-color: White;
	font-size: x-small;
	font-family: Verdana;
	text-align: left;	
}

#container 
{
	margin-left:auto;
	margin-right:auto;
	width:95%;
	background-color: White;  
}

#header
{
	background-color:#027B35;
	text-align: right;
	vertical-align: middle;
	height: 30px;
	vertical-align: middle;
	color: #FFFFFF;
	font-weight: bold;	
}

.MenuButtons
{
	color:White;
	font-weight: bold;	
}

#content 
{	
	background-color: white;
	height:450px;
}

#footer 
{
	float:inherit;
	top:1;
	clear:both;
	background:#027B35;
	text-align:center;
	color:White;
} 

#leftBar
{
	background-position: #9AB0B6;
	float: left;
	width: 100px;
	background: #9AB0B6;
	background-image: url('../images/zadlogo_small.jpg');
}

#rightBar 
{
	float:right;
	width: 100px;
	height: 450px;
	background: #9AB0B6;
}

.TableRowHeader
{
	text-align:center; 
	background-color:#5D5FDA;
	color:White;
}

.CentreObject
{
	margin-left:260px;	
	margin-top:100px;	
}

.GridViewHeaderStyle
{
	background-color:#5D5FDA;
	text-align:left;
	vertical-align:middle;
	color:#FFFFFF;
}

.GridViewPageFooterStyle
{
	background-color:#027B35;
	text-align:right;
	vertical-align:middle;
	color:#FFFFFF;
}

.GridViewHeaderStyleEmpty
{
	background-color:#FFFFFF;
}

.GridViewItemStyleEmpty
{
	text-align:left;
	vertical-align:top;
}

#PageHeader
{
	width:100%;
	text-align:center;
}

#Articles
{
    top: 2ex;
    border: thin solid #5D5FDA;
    width: 200px;
    height: 95px;
    position: relative;
    border-collapse: collapse;
}

#SiteStats
{
	top: 4ex;
	border: thin solid  #5D5FDA;
	width: 200px;
	position: relative;
	overflow:auto;
}

#SiteLinks
{
	top: 6ex;
	border: thin solid  #5D5FDA;
	width: 200px;
	position: relative;
	overflow:auto;
}

#MakeContact
{
	top: 8ex;
	border: thin solid  #5D5FDA;
	width: 200px;
	position: relative;
	overflow:auto;
}

#UserProfileMenu
{
	width: 100%;	
}

.TabBackGround
{
	width: 100%;
	background-color: #E6E6E6;
}
