@charset "UTF-8";
/* CSS Document for Mini Rescue */
/* Prepared by Heather Smith - Comsys */
* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%
}

body, div {
    font-family: arial, sans-serif
}

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #000;
}

/*WAP Configuration*/

#wapcontainer {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    text-align: left;
}

#wapboxes {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #000;
    color: #FFF;
    width: 250px;
    padding: 10px;
}

.wapbox {
    background-color: #000;
    color: #FFF;
    width: 250px;
    padding: 15px;
}

#wapheader {
    border: #2d82ff 10px solid;
    width: 280px;
    margin-left:5px;
}

#wapsummary {
    width: 280px;
    margin-left:5px;
}

#wapheaderInner {
    padding: 10px;
}

#wapfinePrint {
    width:280px;
    font-size: 10px;
    color: #666;
    display: block;
    padding: 10px 0px 0px 15px;
}

.wapfloatLeft {
    float: left;
    display: inline;
}

.wapsubSection {
    color: #2d82ff;
}

.wapErrorSection {
    margin-left:5px;
}


.wapsuper {
    vertical-align: super;
    font-size: 7px;
}

.wapfloatClear {
    clear: both;
}

/* Typography */
h2 {
    padding-bottom: 10px;
}

h3 {
    font-size: 14px;
    font-weight: normal;
}

h2 a:link, h2 a:visited {
    color: #f2b21d;
    display: inline;
    font-size: 12px;
    position: relative;
    top: -8px;
    text-decoration: none;
}

h2 a:hover {
    color: #FF0;
	display: inline;
    font-size: 12px;
    position: relative;
    top: -8px;
    text-decoration: none;
}

.selectBox {
    width: 180px;
}

.wapButtonfloatLeft {
    float: left;
    display: inline;
    width:170px;
    height:30px;
    color:#FFFFFF;
    background-color:#2d82ff;
    font-weight:bold;
    font-size:larger;
    font-family: sans-serif;
    text-align:center;
}
