﻿body  
{
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size:8pt;
    background-color:#E4E4E4;
    color:#014165;
    background-image:url('../images/PageBack.jpg');
    background-position:center top;
    background-repeat:repeat-y;
}
.Page {position:relative;margin-left:auto;margin-right:auto;width:1000px;
       min-height:500px;padding:10px;}
.TopBar {position:relative;height:80px;}

.MainLogo {position:absolute;display:block;top:0px;left:0px;}
.StrapLine {position:absolute;display:block;top:0px;left:770px;text-align:right; vertical-align:top;}
.StrapLine span { font-size:14pt;font-weight:bolder; }

.MiddleBar {position:relative;display:block;width:980px;}
.FleetApps {position:absolute;top:0px;display:inline-block;width:100%;height:435px;background-image:url('../images/groupback.jpg');background-repeat:repeat-x;overflow:hidden;}
.FleetTitle {font-size:16pt;font-weight:bolder;color:White;text-align:center;}
.DriverApps {position:absolute;top:0px;left:730px;display:inline-block;margin-left:5px;width:240px;height:435px;background-image:url('../images/groupback.jpg');background-repeat:repeat-x;}
.DriverTitle {font-size:16pt;font-weight:bolder;color:White;text-align:center;}

.AppPanel { position:absolute;display:block;border:2px solid Transparent;overflow:hidden;
            background-image:url('../Images/AppPanelBack.jpg');background-repeat:repeat-x;}
.hover { border:2px solid #D7DFED;background-image:url('../Images/AppPanelBackActive.jpg');background-repeat:repeat-x; }
.AppPanel .Contents { position:relative;padding:10px 20px 10px 20px;width:175px;height:300px;overflow:hidden; }
.AppPanel .Title { font-size:14pt; text-align:center; }

.AppPanel .Icon { margin-top:20px;margin-bottom:20px;height:140px;width:100%;}
.AppPanel a {text-decoration:none;border:none;}
.AppPanel .Icon img { position:absolute;top:100px;left:35px;height:60px;width:150px;-ms-interpolation-mode:bicubic;border:none;cursor:pointer; }

.AppPanel .Description { font-size: 11pt;text-align:center; }



#pnlKey2 {top:60px;left:250px;}

#pnlDV {top:60px;left:250px;}
#pnlDECS {top:60px;left:490px;}
#pnlEDS {top:60px;left:10px;}

#pnlKey2 p {
	color:#8b8d8e;
}

#pnlDV p {
	color:#8b8d8e;
}

#pnlDECS p {
	color:#8b8d8e;
}

#pnlEDS p {
	color:#8b8d8e;
}

.BottomBar {position:relative;display:block;height:100px;margin-top:20px;}
.TelLine {position:absolute;display:block;top:0px;left:0px;text-align:left; vertical-align:top;}
.TelLine span { font-size:14pt;font-weight:bolder; }
.PoweredBy { position:absolute;display:block;top:0px;left:590px;font-size:9pt;}
.PoweredBy img { border:none; }

.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */