﻿@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lato%3A400|Lato%3A600|Lato%3A700|Lora%3A400|Lora%3A600|Lora%3A700|Lato%3Aregular');

html, body {
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #333 !important;
	text-decoration: none;
}

a:hover, a:active {
	color: #333 !important;
	text-decoration: underline;
}

body {
	width: 100%;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    line-height: 18px;
    color: #444;
}

#wrapper {
	min-height:100%;
    width: 1008px;
    margin: 0px auto;
	position:relative;
}

#header {
	width: 700px;
	margin: 0 auto;
	HEIGHT: 118px;
}

#logo {
	float: left;
	margin-top: 15px;
    margin-bottom: 10px;
}

#logo img {
	display: inline-block;
	vertical-align: middle;
}

#content {
    width: 700px;
    margin: 0px auto;
	padding-top: 20px;
    width: 100%;
    overflow: auto;
}

#alleg-content {
	width: 700px;
	margin: 0px auto;
	padding-bottom:15px;
	margin-top:-20px;
}

.clear {
	clear:both;
	height:0;
	line-height: 0px;
}

#footerTop {
	height: 30px;
    padding: 0px 0px 20px;
    width: 100%;
    overflow: hidden;
    font-size: 11px;
    line-height: 18px;
    background: url(bgr_footer.png) no-repeat 0 0;
	margin: 0px;
    color: #444;
    display: none;  /*client requested page to look different, so instead of deleting...*/
}

#footerBottom {
    width: 700px;
    height: 22px;
    padding: 0px 5px 10px;
    color: #555;
    font-size: 11px;
    line-height: 18px;
    background: #EDEDFD;
    display: none;  /*client requested page to look different, so instead of deleting...*/
}

#footerBottom p {
    margin: 0px;
}

.footerLeft {
    float: left;
    width: 35%;
    display: block;
}

.footerRight {
    float: right;
    width: 65%;
    display: block;
    text-align: right !important;
}
a img {
	border:none
}

TD.ALLEGHEADERS {
    padding: 1px;
}

TD.ALLEGSECTIONS, TD.ALLEGELEMENTS, TD.ALLEGQUESTIONS {
    padding: 0px;
}

table.MAINTABLE, table.ALLEGELEMENTS, TABLE.HEADERSTABLE {
	border-collapse: collapse;
	margin: 0 0 8px 0;
}

table.ALLEGELEMENTS, TABLE.HEADERSTABLE {
	border-collapse: collapse;
	margin: 0;
}

table.ALLEGELEMENTS tr td img {
	vertical-align:super;
	padding:0;
	margin:0;
}

table.ALLEGELEMENTS TD {
	vertical-align:TOP;
}

table.ALLEGELEMENTS TD TABLE TD {
	PADDING: 0 0 0 0
}

table#PremiumCart tbody tr td {
	padding: 5px 5px;
}

#alleg-content button {
	margin:3px 10px;
}

#alleg-content-generic button {
	margin:3px 10px;
}

button {
	margin:3px 5px;
}

input[type="submit"] {
	margin:3px 10px;
}

input[type="text"] {
	margin:0 8px 0 0;
}

table.ALLEGELEMENTS th {
	padding-left: 5px;
}
