/* Layout */

html, body {
    height:100%;
    padding:0;
    margin:0;
}

#main {
     min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -52px;
    background-color: #fff;
}

#footer {
  	height:40px;
  	padding-top: 12px;
  	padding-bottom: 0px;
	overflow:hidden;
}

.push {
    height:52px;
}

.clear {
	padding-top: 1em; clear: both;
}

/* Orders */

a.action-link, a.action-link:visited {
    font-size: 90%;
    text-decoration: underline;
    color: #555;
}
.campaign-title {
    font-size: 130%;
    font-style: normal;
}
.campaign-title a, .campaign-title a:visited {
    text-decoration: none;  
    color: #000;
}
.order-title {
    font-size: 120%;
}
.order-title a {
    text-decoration: none;
}
.status-active {
    color: #008020;
}
.status-inactive {
    color: #E18B00;
}

.loading-message {
    background: url(/static/images/loading.gif) center left no-repeat;
    padding-left: 20px;
    height: 20px;
}

input[disabled] {
    background: #ddd;
}