﻿budy
{
	font-size: 11px;
}

p
{
	font-size: 11px;
}

td
{
	vertical-align: top;
	font-size: 11px;
}

td.nav
{
	font-size: 12px;
	vertical-align: middle;
}

td.meta
{
	font-size: 12px;
	vertical-align: top;
	font-weight: bold;
}

td.arrUp
{
	padding-left: 8px;
	padding-top: 4px;
	padding-right: 9px;
}

td.arrDown
{
	padding-left: 8px;
	padding-top: 3px;
	padding-right: 9px;
}

td.greenBack
{
	background-color: #006600;
	color: #FFFFFF;
	font-weight: bold;
}

td.redBack
{
	background-color: #990000;
	color: #FFFFFF;
	font-weight: bold;
}

td.redFont
{
	color: #990000;
	font-weight: bold;
	text-align: center;
}

td.contact
{
	vertical-align: top;
	padding: 3px;
	padding-right: 0px;
	width: 180px;
	border-top: 1px dotted #999999;
}

body
{
	color: #333333;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
}

img
{
	border: 0px;
}

p
{
	margin-top: 0px;
}

h1
{
	color: #006600;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
}

h2
{
	color: #006600;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 0px;
}

h3
{
	color: #006600;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0px;
}

ul
{
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-type: square;
	list-style-position: inside;
}

ul li
{
	font-size: 11px;
	list-style-type: square;
}

a
{
	color: #333333;
	text-decoration: underline;
}

a:visited
{
	text-decoration: underline;
}

a:visited:hover
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

a:active
{
	text-decoration: none;
}

a.nav
{
	text-decoration: none;
}

a.nav:visited
{
	text-decoration: none;
}

a.nav:visited:hover
{
	text-decoration: none;
	font-weight: bold;
}

a.nav:hover
{
	text-decoration: none;
	font-weight: bold;
}

a.nav:active
{
	text-decoration: none;
}

input.text
{
	width: 180px;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	border: solid 1px #999999;
	background-color: #FFFFFF;
}

textarea
{
	width: 180px;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	border: solid 1px #999999;
	background-color: #FFFFFF;
}

.error
{
	color: Red;
}

.AdminPanel
{
	float: right;
	background-color: #EFEFEF;
	border: solid 1px #CCC;
	margin: 5px;
	padding: 4px;
}

.editorHeader
{
	font-size: small;
	margin-top: 5px;
	margin-bottom: 5px;
}

.editorPathCaption
{
	color: Gray;
}

.editorPathValue
{
	font-weight: bold;
}

.all
{
	color: Orange;
}

.error
{
	color: #FF0000;
}

.success
{
	color: #006600;
}

.btDelete
{
	font-size: 10px;
	vertical-align: middle;
	
}

