﻿.modalBackground 
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}
.modalPopup
{
    background: White;
    padding: 10px;
    border: 1px SOLID #666666;
}
/* notched effect for links in the unordered list */
span.cmsButton 
{
    margin: 2px;
    width: auto; 
    display: inline-block;
    font-family: Arial;
}
span.cmsButton img
{
  vertical-align: middle;
}
.cmsButton a {
	display:block;
	border: solid #838992;
	border-width: 0 1px;
	text-decoration: none;
	outline:none;
	color: #FFFFFF;
	background: url(/CMSImages/cmsbutton.gif) top left repeat-x #414a58;
}
.cmsButton a b {
	display: block;
	position:relative;
	top: -1px;
	left: 0;
	border:solid #838992;
	border-width:1px 0 0;
	font-weight: normal;
}
.cmsButton a b b {
  border-width:0 0 1px;
  top: 2px;
  padding: 1px 6px 3px 6px;
}
.cmsButton a:hover,
.cmsButton a:hover b { background: url(/CMSImages/cmsbutton-hover.gif) top left repeat-x #838992;color:white;}

p.editTemplateNote
{
    font-size: 75%;
    margin: 15px 5px 5px 5px;
    padding: 5px 5px 5px 32px;
    border: 1px DASHED SILVER;
    text-align: left;
	background: url(/CMSImages/info.png) 5px center no-repeat;
}

div.cmsEdits
{
    margin: 10px;
    padding: 10px;
    border: 1px DASHED SILVER;
    text-align: left;
	background: #F0FFFF;
}

.login-table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
.login-table th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
.login-table td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
.login-table input
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;    
	color: #669;
}
.login-table input#ctl00_ContentPlaceHolder1_Login1_LoginButton
{
	padding: 8px 18px;
	background: #B9C9FE;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #669;
	border-bottom: 1px solid #669;
}
div.hr
{
    height: 1px;
    clear: both;
    background: none;
    border: none;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}
div.hr hr
{
    display: none;
}

