﻿body
{
	font-family: Verdana, Arial;
	font-size: 11px; /*background-color: #0d3257;*/
	background-color: #eeeeee;
	background-color: #ffffff;
}

a.LinkButton:link,a.LinkButton:hover,a.LinkButton:visited
{
	text-decoration: underline;
	border: solid 1 #000099;
}

.enzigmatitle
{
	font-size: 18px;
	color: #003366;
	height: 60px;
	font-weight: bold;
	white-space:nowrap;
}

.LinkButton,a.LinkButton:link,a.LinkButton:visited
{
	background-image: url(images/DefaultButtonBG.jpg);
	background-repeat: repeat-x;
	height: 20px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 3px;
	vertical-align:middle;
	text-decoration:none;
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Verdana,Arial;
}

.DefaultButton
{
	background-image: url(images/DefaultButtonBG.jpg);
	background-repeat: repeat-x;
	height: 20px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Verdana,Arial;
}
.Button, input.button
{
	background-image: url(images/ButtonBG.gif);
	background-repeat: repeat-x;
	height: 23px;
	width: 75px;
	padding-bottom:2px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	font-weight: bold;
	font-size: 9px;
	color: white;
	font-family: Verdana,Arial;
}

input
{
	font-family: Verdana,arial;
	font-size: 11px;
}

.ErrorText
{
	color: Red;
}

.ErrorMessage
{
	font-weight: bold;
	color: white;
	background-color: #333399;
}


a:link,a:visited,a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:Black;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.InformationHeader
{
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	background-color: #ccccff;
}

/*The following style is used for MenuItem on master page. this will resolve the issue of 'Menu Items not rendering  in IE8'*/
.Menustyle
{
z-index:100;
}