﻿html, body 
{
	height: 100%;
	width: 100%;
}
body 
{
	margin: 0px;
	padding: 0px;
    text-align: center;
	min-height:550px;/* for good browsers*/
	min-width:750px;/* for good browsers*/
	background-position: left top; 
	background-image: url(../images/body_background.gif);
	background-repeat: repeat-x;
}
#dropmenudiv
{
    position:absolute;
    border:1px solid black;
    border-bottom-width: 0;
    font:normal 12px Verdana;
    line-height:18px;
    z-index:100;
    float:left;
    /*filter:alpha(opacity=80);
    -moz-opacity:.80;
    opacity:.80;*/
}
#dropmenudiv a
{
    width: 100%;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid black;
    padding: 1px 0;
    text-decoration: none;
    font-weight: bold;
    color: Black;
}

#dropmenudiv a:hover
{
    background-color: #e9e9e9;
}
#main
{
	background-image: url(../images/std_background.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer
{
	/*border-top: solid 1px black;*/
	color: #666666;
	font: normal 9px Tahoma, Arial, Verdana;
}
#footer a
{
	color: black;
	text-decoration: none;
}
#footer a:hover
{
	color: #7fa7bb;
}
#content
{
	padding-left: 1px;
	padding-right: 1px;
	font: normal 12px Verdana;
}
.companyname{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	font-weight: bold;
}
#div_content
{
	padding: 0px;
	font: normal 12px Verdana;
	overflow: auto;
	width: 690px;
	height: 385px;
}
#boxMail
{
	background-image: url(../images/box_glass.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font: normal 10px Verdana;
}
#boxCampaign
{
	background-image: url(../images/box_glass.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font: normal 10px Verdana;
}
#boxSettings
{
	background-image: url(../images/box_glass.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font: normal 10px Verdana;
}
#boxManual
{
	background-image: url(../images/box_glass.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font: normal 10px Verdana;
}
#box_head
{
	font: bold 14px Arial, Verdana, MS Sans Serif, Helvetica;
	text-align: left;
	color: #449208;
}
#box_content
{
	font: normal 10px Verdana, Arial, MS Sans Serif, Helvetica;
}
.textSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.linkRed {
	color: #990000;
	text-decoration: none;
}
a:hover.linkRed  {
	color: #ff0000;
}
#tdPageTitle {
	font: bold 16px Arial, Verdana, MS Sans Serif, Helvetica;
	color: black;
	border-bottom: solid 1px #cccccc;
}
.btnSmall {
	font: normal 10px Tahoma, Verdana, Arial, MS Sans Serif, Helvetica;
	border: solid 1px black;
	background-color: #f0f0f0;
}
.tboxSmall {
	font: normal 10px Tahoma, Verdana, Arial, MS Sans Serif, Helvetica;
	border: 1px solid #999999;
	background-color: white;
	color: black;
}
a.linkBlack {
	color: #000000;
	text-decoration: none;
}
a:hover.linkBlack  {
	color: #990000;
}
.button150 {
	background-position: left top; 
	background-image: url(../images/button.gif);
	font: bold 11px Verdana, Arial, MS Sans Serif, Helvetica;
	width: 150px;
	height: 44px;
	border:none;
}
.campBorderLeft {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.campBorderRight {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-style: solid;
}
#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: lightyellow;
	width: 150px; /*Default width of hint.*/ 
	padding: 3px;
	border:1px solid black;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	visibility: hidden;
}
.hintanchor{ /*CSS for link that shows hint onmouseover*/
	font-weight: bold;
	color: navy;
	margin: 3px 8px;
}

#divTip{
	background-position: right bottom; 
	background-image: url(../images/info_bkg.gif);
	background-repeat: no-repeat;
	position: absolute; 
	padding: 10px;
	visibility: hidden; 
	width: 200px; 
	height: 20px;
	background-color: #fffff0;
	border: solid 1px black; 
	text-align:left; 
	font-family: Verdana, Arial; 
	font-size: 10px;	
}
.btnBlue{
	background-position: left top; 
	background-image: url(../images/btn_blue.gif);
	font: bold 10px Verdana, Arial, MS Sans Serif, Helvetica;
	color: white;
	width: 120px;
	height: 25px;
	border: none;
}