blob: 42d3b527c40c6f0822c834ac88226f704f380309 [file] [log] [blame]
/*!
* Home Screen CSS
*
*/
html {
height: 100%;
overflow: hidden;
}
body {
margin: 0 auto;
padding: 0;
text-align: center;
background-color: #ffffff;
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
height: 100%;
overflow: auto;
}
.appWrapper {
position: relative;
width: 1200px;
border: 0px solid black;
padding: 0;
margin: 0 auto 40px auto;
text-align: left;
background-color: #ffffff;
}
.bkgdWrapper {
position: relative;
width: 100%;
height:478px;
border: 0px solid black;
padding: 0;
margin: 0 auto;
text-align: left;
background-color: #ffffff;
background: url(../images/main_bkgd.png) repeat-x;
background-position: top left;
}
.appHeader {
height: 478px;
border: 0px solid black;
background: url(../images/header_bkgd.png) no-repeat;
background-position: top center;
font-size:20px;
color: #ffffff;
position:relative;
margin-top:-478px;
}
.applogo {
margin: 0px;
padding: 0px;
background: url(../images/atc_logo.png) no-repeat;
background-size: 455px 455px;
width: 455px;
height: 455px;
position: absolute;
top: 8px;
left: 12px;
}
.navWrapper {
margin: 0 auto;
position: absolute;
top: 428px;
left: 0px;
width:1200px;
text-align:right;
}
.navWrapper ul {
list-style-type: none;
line-height: 50px;
}
.navWrapper li {
padding-right:22px;
display: inline;
float: right;
}
.navMain a:link{
color: #ffffff;
font-size: 20px;
font-weight: normal;
text-decoration: none;
}
.navMain a:visited{
color: #ffffff;
font-size: 20px;
font-weight: normal;
text-decoration: none;
}
.navMain a:hover{
color: #ffd600;
font-weight: normal;
font-size: 20px;
}
.navMain a:active{
color: #ffffff;
font-size: 20px;
font-weight: normal;
text-decoration: none;
}
.trafficoperations_logo {
margin: 0px;
padding: 0px;
background: url(../images/trafficcontrol_logo.png) no-repeat;
background-size: 222px 132px;
width: 222px;
height: 132px;
}
.rascal_logo {
margin: 0px;
padding: 0px;
background: url(../images/rascal_logo.png) no-repeat;
background-size: 222px 132px;
width: 222px;
height: 132px;
}
.portal_logo {
margin: 0px;
padding: 0px;
background: url(../images/portal_logo.png) no-repeat;
background-size: 222px 132px;
width: 222px;
height: 132px;
}
.sectionContainer {
margin-top:30px;
width:1200px;
text-align: left;
font-size: 20px;
}
table.tableMain {
margin-top:40px;
text-align: left;
font-size: 20px;
}
table.dlTable {
margin-top:0px;
margin-bottom:0px;
margin-left:30px;
text-align: left;
font-size: 18px;
width: 70%;
}
.tableMainCell {
padding:10px;
}
.dlTableCell {
padding:1px;
}
.sectionText {
margin:0px;
margin-top: 16px;
}