﻿body 
 {
 	font-family: Calibri, Arial, Sans-Serif;
 	font-size:medium;
 	color: #000000;
 	background-color: #ffffff;
 	line-height: 20px;
 	margin-left:10px;
 }
h1
 {
    font-size: 20px;
    font-family: Calibri,Arial, Sans-Serif, Verdana;
    font-weight: bolder;
    font-style:normal;
    margin-top: 2px;
    padding: 1px;
 }
h2
 {
    font-size: 18px;
    font-family: Calibri,Arial, Sans-Serif, Verdana;
    font-weight: bolder;
    font-style:normal;
    margin-top: 3px;
    padding: 1px;
 }
b
 {
    font-size: 14px;
    font-family: Calibri, Arial, Sans-Serif, Verdana;
    font-weight: bold;
    font-style:normal;
    margin-top: 3px;
    padding: 1px;
 }
 a
 {
 	color:Black;
 }
input, button
{
	padding: 2px 2px 2px 2px;
}

input.checkbox
{
	padding: 4px 4px 4px 4px;
	text-align:left;
}

input.text
{
	width:285px;
	Height: 20px;
}

select
{
	width:285px;
	Height: 25px;
}

/* asp menu css */
.toolbar
{
    font-size: 14px;
    font-family: Verdana;
    padding: 2px;
    color: #000000;
    background-color: #eee;
}

/* Apply this CSS class go to Menu Control Properties->StaticMenuItemStyle->CssClass. Here type this class Name */ 
.StaticMenuStyle
{
    font-weight:bold;
    font-family:Arial;
    font-size:12px;
    color:black;
    position:relative;
    width:225px;
    height:30px;
    border: 1px solid #000;
    padding: 2px 2px 2px 2px;
}

/* Apply this CSS class go to Menu Control Properties->StaticHoverStyle->CssClass. Here type this class Name */

.StaticHoverStyle
{
    background-color:Window;
    width:225px;
    height:30px;
}

/* Apply this CSS class go to Menu Control Properties->DynamicMenuItemStyle->CssClass. Here type this class Name */

.DynamicMenuStyle
{
    width: 225px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
    padding: 2px 2px 2px 2px;
    background-color: gray;
    border:1px solid #eee;
    text-align: left;
    height: 20px;
}

.IE8Fix
{
    z-index:100;
}

/* Apply this CSS class go to Menu Control Properties->DynamicHoverStyle->CssClass. Here type this class Name  
*/ 
.DynamicHoverStyle 
{ 
    width: 225px;
    height: 20px;
    color: white;
    border:1px solid #eee;
    background-color: black;
} 
#divcontentplace  a:hover
{
	color:Blue;
}
#logindiv  a:hover
{
	color:Blue;
}
.err
{
    color:red;
    font-weight:bold;
}
.blackout {
    width:100%;
    background:white;
    color:#800;
    padding:20px 0;
}
.blackout-text {
    width:40%;
    margin:0 auto;
    color:#333;
    font-weight:bold;
    font-size:13pt;
}