﻿.clear
{
    clear: both;
}

.none
{
    display: none;
}

html
{
	height: 100%;
}

body
{ 
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	background-color: #363636;
	background-position: top center;
	background-repeat: repeat-y;
	height: 100%;
	margin: 10px;
}

h2
{
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

p
{
    margin: 10px 0 10px 0;
    line-height: 22px;
}

div
{
    line-height: 22px;
}

ol, ul
{
    list-style-type: square;
    margin-left: 15px;
}

li
{
    margin: 10px 0 10px 0;
    line-height: 20px;
}

#wrapper
{
	width: 1000px;
	height: 100%;
	background-color: White;
	border: solid 1px #000000;
}

#header
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 150px;
	border-bottom: solid 1px Black;
}

#logo
{
}

#menu
{
    background-color: #ebebeb;
	height: 28px;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	padding: 5px 10px 5px 10px;
	border-bottom: dotted 1px Gray;
}

#body
{
    padding: 10px 10px 10px 10px;
}

#footer
{
    text-align: center;
    font-size: 10px;
    padding: 10px;
    background-color: Silver;
	border-top: dotted 1px Gray;
}

#title
{
	font-family: Tahoma, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #464646;
	padding-bottom: 10px;
}

#content
{
}

select
{
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: Black;
}

input
{
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: Black;
}

textarea
{
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: Black;
}

td
{
    padding-bottom: 5px;
    line-height: 20px;
}

.required
{
    color: Red;
}

.header
{
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5a5959;
}
	
#MenuBar li
{
	width: auto;
	white-space: nowrap;
	margin-left: -10px;
	margin-right: 20px;
	background-color: transparent;
	line-height: 13px;
}

#MenuBar ul
{
	width: auto;
	border: 1px solid Black;
	background-color: #d7d7d7;
}

#MenuBar ul li
{
	width: auto;
	margin: 0;
	float: none;
}

#MenuBar a.MenuBarItemSubmenu
{
	background-color: #ebebeb;	
}
	
ul#MenuBar a
{
	background-color: transparent;
}

ul#MenuBar li
{
}

ul#MenuBar li a
{
	color: Black;
}

ul#MenuBar li li
{
	color: Black;
}

ul#MenuBar li li a
{
	color: Black;
	font-size: 12px;
}

ul#MenuBar li li li
{
	color: Black;
}

ul#MenuBar li li li a
{
	color: Black;
}

#MenuBar a.MenuBarItemHover
{
	color: #252525;
	text-decoration: underline;
}

#MenuBar a.MenuBarItemSubmenuHover
{
	color: #555555;
}

.image
{
	border: solid 1px black;
}

a
{
	color: #252525;
}

a:link
{
	color: #252525;
}

a:visited
{
	color: #252525;
}

a:hover
{
	color: #707070;
	text-decoration: none;
}

a:active
{
	color: #252525;
}
