input.openid {
        background: url(/files/login-bg.gif) no-repeat; 
        background-position: 0 50%;
        padding-left: 16px;
}
body {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 80%;
    background-color: #fff;
    color: #444;
    /*margin-left: auto;
    margin-right: auto;
    max-width: 60em;*/
    padding: 0 3em;
}

strong {
    color: #696969;
}

.printinvis {
display: none;
}

#tipDay{
    margin: 0 auto;
    padding: 3px;
    border-width: 1px;
    border-style: dashed;
    width:90%;
    background: #FFFFE0;
}

/* Main heading */
h1 {
    color: #7ac;
    font-size: 400%;
    letter-spacing: -0.01em;
    font-weight: lighter;
}

h1 #title2 {
    color: #ccc;
}

h1 img {
    margin: 0;
    margin-bottom: -0.3em;
}

h2 {
    color: #7ac;
}

h3 {
    color: #7ac;
}

p {
    margin-left: 3em;
    margin-right: 3em;
}

h2 a {
    color: #7ac;
}

/* Links */
a {
    color: #444;
    text-decoration: underline;
}

a:hover {
    color: #ccc;
}

/* Tables */
table {
    margin: 2em auto 2em auto;
    width: 100%;
    font-size: 100%;
    border-collapse: collapse;
}

table thead th {
    border-bottom: 2px solid #444;
    text-align: left;
}

tr.even {
    background-color: #f9f9f9;
}

tr.odd {
    background-color: #e9f4f4;
}

td.left {
    text-align: left;
    width: 60%;
}

td.right {
    text-align: right;
    vertical-align: top;
    width: 40%;
}


.footer {
    width: 100%;
    font-size: 90%;
    border-top: 1px solid #fff;
    text-align: center;
    margin-top: 3em;
    padding-top: 0.2em;
}


table table img {
    display: inline !important;
    vertical-align: middle;
    border-width: 0px;
}







.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	padding: 3px 0 3px 0;
	margin: 0;
	text-align: left;
	background: #7ac;
}

.chromestyle ul li{
display: inline;
background: #ccc;
padding: 3px 0px 3px 0px;
margin: 0;
border: 1px solid #ffffff;
}

.chromestyle ul li a{
color: #fff;
padding: 3px 6px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
background: #7ac;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #ccc;
width: 120px;
visibility: hidden;
}


.dropmenudiv a img{
float: left;
border-width:0px;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #ffffff;
border-bottom: 1px solid #ffffff;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #7ac;
}
