﻿body
{
    background-image: url('../../Images/bigBG.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: white;
    font-family: Garamond;
}

a
{
    color: #003366;
    text-decoration: none;
}

hr
{
    text-align: left;
}

.PlatinumAd
{
    background-image: url('../../Images/WindentPlatinumAd.jpg');
    position: absolute;
    top: 30px;
    left: 93px;
    z-index: 1000;
    width: 664px;
    height: 871px;
    display: none;
}

a:hover
{
    color: #0099FF;
}

.OnlineDemoDiv
{
    color: #FFFF00;
    border: 1px solid #808080;
    padding: 10px;
    background-color: #990000;
    margin-left: 60px;
    margin-right: 20px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    width: 400px;
    height: 30px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color="#141414",Direction=135, Strength=4);
    font-size: 26px;
}

.LayoutTable
{
    display: block;
    float: left;
    clear: both;
}

.ModuleLink
{
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}

.ModuleLink:hover
{
    text-decoration: none;
    color: #003366;
    font-weight: bold;
}

.MainLink
{
    text-decoration: none;
    color: #336699;
    font-weight: bold;
    font-size: 18px;
}

.MainLink:hover
{
    text-decoration: none;
    color: #003366;
    font-weight: bold;
}

.WindentWebDialog
{
    overflow: hidden;
}

.Hidden
{
    display: none;
}

.ContentDiv
{
    padding: 6px;
}

.ScreenShotThumb
{
    border: 1px solid #808080;
    clear: both;
}

.MiniHeader
{
    font-size: 28px;
    font-weight: bold;
    display: block;
    clear: both;
}

.LaunchHeader
{
    font-size: 22px;
    font-weight: bold;
    display: block;
    clear: both;
}

.Line
{
    width: 400px;
    height: 1px;
    color: #C0C0C0;
    text-align: left;
}

.FAQQuestion
{
    font-size: 20px;
    font-weight: bold;
}

.Warning
{
    border: 1px solid #808080;
    padding: 10px;
    background-color: #FFFFCC;
    color: #FF0000;
    margin-right: 20px;
}

.Login
{
    border: 1px solid #808080;
    padding: 10px;
    background-color: #FFFFCC;
    color: #000000;
    margin-right: 20px;
}

.Instructions
{
    border: 1px solid #808080;
    padding: 10px;
    background-color: #CCFFCC;
    color: #003300;
    margin-right: 20px;
}

.ServiceChkBox
{
    padding-top: 22px;
    padding-left: 10px;
}

.InstallServiceButton
{
    background-image: url('../../Images/s_InstallServices.jpg');
    width: 244px;
    height: 70px;
    text-align: left;
    margin-right: 50px;
}

.TrainingServiceButton
{
    background-image: url('../../Images/s_TrainingServices.jpg');
    width: 244px;
    height: 70px;
    text-align: left;
    margin-right: 50px;
}

.EClaimServiceButton
{
    background-image: url('../../Images/s_eClaimServices.jpg');
    width: 244px;
    height: 70px;
    text-align: left;
    margin-right: 50px;
    
}

.RemoteBackupServiceButton
{
    background-image: url('../../Images/s_RemoteBackupServices.jpg');
    width: 244px;
    height: 70px;
    text-align: left;
    margin-right: 50px;
}

.ITServiceButton
{
    background-image: url('../../Images/s_ITServices.jpg');
    width: 244px;
    height: 70px;
    text-align: left;
    margin-right: 50px;
}

.PatRegServiceButton
{
    background-image: url('../../Images/s_PatRegServices.jpg');
    width: 244px;
    height: 70px;
    text-align: left;
    margin-right: 50px;
}

.PatRefServiceButton
{
    background-image: url('../../Images/s_PatRefServices.jpg');
    width: 244px;
    height: 70px;
    text-align: left;
    margin-right: 50px;
}

.WebSiteServiceButton
{
    background-image: url('../../Images/s_WebSiteServices.jpg');
    width: 244px;
    height: 70px;
    text-align: left;
    margin-right: 50px;
}

.Support1ServiceButton
{
    background-image: url('../../Images/s_Support1Services.jpg');
    width: 244px;
    height: 70px;
    text-align: left;
    margin-right: 50px;
}

.Support2ServiceButton
{
    background-image: url('../../Images/s_Support2Services.jpg');
    width: 244px;
    height: 70px;
    text-align: left;
    margin-right: 50px;
}


.Support3ServiceButton
{
    background-image: url('../../Images/s_Support3Services.jpg');
    width: 244px;
    height: 70px;
    text-align: left;
    margin-right: 50px;
}

.DentalEnrollmentButton
{
	background-image: url('../../Images/s_DentalEnrollment.jpg');
    width: 244px;
    height: 70px;
    text-align: left;
    margin-right: 50px;
	
}

.OnlineDemoList li
{
    padding: 5px;
    font-size: 18px;
}

/*
VERTICAL MENU BAR
*/

#button
{
    padding: 0 0 1em 0;
    margin-bottom: 1em;
    font-family: 'Trebuchet MS' , 'Lucida Grande' , Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
    background-color: #7893AE;
    color: #333;
}
	    
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#button li {
		border-bottom: 1px solid #003366;
		margin: 0;
		}
		
#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		
		
		background-color: #8BA3BA;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

html>body #button li a {
		width: auto;
		}

#button li a:hover {
		border-left: 6px solid #0053A6;
		
		background-color: #2586d7;
		color: #fff;
		}
		
#otherDownloads
{
	margin-left:-20px;
	font-size: 1.2em;
	list-style:none;    
}