/* CSS Document */
body {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10pt;
    margin:0px;
}
div.clear{
    clear:both;
}

td.toplink {
	font-size:12pt;
	color:#FFFFFF;
}

td.boxtitle {
	color:#ffffff;
}

a.mainlinks {
	color:#000000;
	text-decoration:none;
}

a.mainlinks:hover {
	color:#000000;
	text-decoration:underline;
}

font.title {
	font-weight:bold;
	font-size:12pt;
}

h2 {
    font-weight:bold;
    font-size:11pt;
}

.small {
	font-size:8pt;
}
.success {
    color:green;
}
.error {
    color:red;
}
.clear {
    clear:both;
}
.strong {
    font-weight:bold;
}

fieldset legend {
    font-weight:bold;
}

#body {
    width:1024px;
    margin-left:auto;
    margin-right:auto;
}

#logo{
    border:0px;
    float:left;
}

#header {
    height:150px;
    width:auto;
    padding:5px;
    background:url("../images/header-bg2.jpg");
}

#header-phone{
    color:white;
    font-size:16pt;
    font-weight:bold;
    float:right;
    margin-top:125px;
    text-shadow: 0.1em 0.1em 0.2em black;
    /* needed for Internet explorer */
    /*height: 1em;*/
    /*filter: Shadow(Color=#666666,Direction=135,Strength=5);*/
}

* #header-phone{
    /* needed for Internet explorer */
    height: 1em;
    filter: Shadow(Color=#666666,Direction=135,Strength=5);
}

#header-links{
    font-size:12pt;
	color:#FFFFFF;
}
#header-links div{
    position:absolute;
    width:994px;
    margin-left:15px;
    font-weight:bold;
}
#header-links div span a {
	color:#FFFFFF;
	text-decoration:none;
}
#header-links div span a:hover {
	color:#cccccc;
	text-decoration:none;
}

#footer{
    padding:10px;
    text-align:center;
}
#footer img.flag {
    width:42px;
    height:22px;
    margin-left:25px;
    margin-right:25px;
}

#content{
    padding:10px;
    float:right;
    width:825px;
}

#buttons{
    float:left;
    margin-top:10px;
}


/* buttons code */
div.buttons{
    float:left;
    width:175px;
}
ul.buttons{
    background-color:#F0F1FB;
    padding: 0;
    margin: 0;
    list-style:none;
    margin-top:10px;
}
ul.buttons li.header{
    color:black;
    font-size:12pt;
    font-weight:bolder;
    text-shadow: 0.1em 0.1em 0.2em white;
    /* needed for Internet explorer */
    height: 1em;
    filter: Shadow(Color=#ffffff,Direction=135,Strength=5);
    background:url("../images/buttonheader-flame.png");
    text-align:center;
    padding:5px;
    padding-top:0px;
}

.notdone {
    background-color:red;
}

ul.buttons li{
    height:15px;
    padding:5px;
    padding-top:2px;
    border-right:1px solid #000000;
    border-bottom:1px solid #000000;
    color:black;
}
ul.buttons li:hover{
    background-color:#1b10b6;
    color:white;
    cursor:pointer;
}
/*overrides the block above*/
ul.buttons li.header:hover{
    color:black;
}

ul.buttons li a{
    text-decoration:none;
    color: black;
}
ul.buttons li a:hover{
    color: white;
}

div.image{
    text-align:center;
    margin:10px;
}

form fieldset {
    margin-bottom: 10px;
}
form legend {
    padding: 0 2px;
    font-weight: bold;
}
form fieldset table{
    width:100%;
}
form fieldset table td:first-child{
    width:120px;
}
form fieldset label{
    font-weight:bold;
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
    margin-left:2px;
}
form input.fullwidth{
    width:100%;
}