/*
Easily.co.uk stylesheet.
The styles here are intended to be applicable to the templated areas (which mainly consist of menu blocks). NB: These styles are not available to the CMS page designer.
For styles relating to the page overall, see page.css
For styles relating to the main content area, see body.css;
For styles relating to the legacy pages using the old code, see styles.css (and others)
*/

.pgcolstable {
    width:100%;
}

.uktop {
    font-style: italic;
    font-size: 12px;
    color: #2E3092;
    font-weight: bold;
}

.navText {
    font-size: 11px;
    font-family: arial,helvetica,sanserif;
    color: #000000;
    white-space: nowrap;
    line-height: 18px;
}
a.navText:link {
    color: #000000;
    text-decoration: none;
}
a.navText:visited {
    color: #000000;
    text-decoration: none;
}
a.navText:hover {
    color: #2E3092;
    text-decoration: underline;
}
a.navText:active {
    color: #000000;
    text-decoration: none;
}

.easilymainblock {
    margin-left:auto; margin-right:auto;    /*force it to the centre of the page*/
    width:768px;
}

.topquicklinks {
    text-align:right;
    position: absolute;
    right: 0;
    top: 10px;
}
/* we'll still use a table for the drop-shadow border, because it's a pain in the neck to get to do in CSS (at least if we want it to be cross-browser compatible, etc) */
.dropshadowtable {
    width:100%;
}
.dropshadowtable<tr<td,.dropshadowtable<tbody<tr<td {
    padding:0px;
    border-spacing:0px;
    border-collapse:collapse;
}
.dropshadowleft { background: url(/images/easily_02.gif) repeat-y; width:4px; }
.dropshadowright { background: url(/images/easily_05.gif) repeat-y; width:4px;}
.dropshadowbotleft { background: url(/images/easily_36_b.gif) repeat-x;}
.dropshadowbottom { background: url(/images/easily_38.gif) repeat-x; height:13px;}
.dropshadowbotright { background: url(/images/easily_39.gif) repeat-x; }
.dropshadowmainarea { background-color: #ffffff; }

.pageheader {
    width: 100%;
    height: 122px;
    position: relative;
}
.headereasilylogo {
    float:left;
    width:185px;
    text-align: center;
}
.header0800nums {
    float:left;
    width:310px;
    height:10px;
    padding-top: 112px;
}
.headercoblogo {
    float:right; text-align:center; width:200px; height:100px; margin-right:20px;
}
.headerlogininfo {
    text-align:right; padding-top:30px;
}
.headerlogininfo a {
    color:#F4792C;
    font-weight:bold;
    text-decoration:none;
}
.topquicklinks a {
    color:#F4792C;
    font-weight:bold;
    text-decoration:none;
}
.pageactionsmenu {
    width:100%;
    height:38px;
    background: #2E3092;
    margin-top:10px;
}
.pam_table {
    margin-left:auto; margin-right:auto;
}
.pam_table td {
    color:#ffffff;
    font-weight:bold;
    padding-left:2px; padding-right:2px;
}
.pam_table td a{
    color:#ffffff;
    text-decoration:none;
}
.pam_table td div{
    padding:5px;
}
.pam_item {
    font-size:12px;
    display:block;
    height:32px;
    padding:5px 12px 5px 12px;
}
.pam_item:hover {
    background-color:#ffffff;
    color:#2E3092;
}
.pageoptionsmenu {
    width:145px;
}

.pom_maindiv {
    float:left;
    background: #eeeeee;
    width:145px;
    margin-right:10px;
    margin-bottom:20px;
    padding:10px;
    border-right:solid 1px #CCCCCC;
    border-bottom:solid 1px #CCCCCC;
}
.pom_navcontent {
    padding:5px;
    height:100%;
    background-color: #eeeeee;
    line-height: 15pt;
    font-size: 12px;
}
.pom_sectionhead {
    color: #2E3092;
    font-weight: bold;
}
.pom_icann {
    text-align: center;
    padding: 10px;
}

/*.pagefooter {
    text-align:center;
    width:768px;
}*/

.pagefooter a {color: #333333}

.pagemaincontent {
    width:96%;
    margin-top:10px; margin-bottom:15px;
}

.footer {
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
}

ul.footer {
  list-style-position:outside;
  list-style-type:none;
  margin:0px;
  padding:0px;
  white-space:nowrap;
}

li.footer {
  padding-right:4px;
}

a.footer:link {
  color:#666666;
  text-decoration:none;
}
a.footer:visited {
  color:#666666;
  text-decoration:none;
}
a.footer:hover {
  color:#666666;
  text-decoration:underline;
}

.footer-divider {
  border-left:solid black 1px;
  width:10px;
}

.footer-header {
  color:#333333;
  font-size:11px;
  text-align:left;
  font-weight:bold;
  margin:0px;
  padding:0px;
  white-space:nowrap;
  padding-right:4px;
}

.checkbox-table TD {
  font-size: 11px;
}
