/* STEALING GRAPHICS FOR HEADER -- via deploy-time pass of buildutils/python/process_vhosts.py
/* url(/graphics/headers/SEA_header.jpg);*/
/* url(/graphics/headers/SEA_header.ESP.jpg);*/

body {
	margin:0;
	font: normal 11px/18px Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #000033;
	background-color:#73cde7;
	}

a, a:visited, a:active  {
	color: #222222;
	text-decoration: underline;
	background-color: inherit;
    }
a:hover {
    color: #4A1126;
    text-decoration: none;
	background-color: inherit;
    }

#mastertable {
	max-width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	/*border:2px solid #222222;*/
	font: normal 11px/18px Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #000033;
	background: #FFF;
	}

#toptable {
	max-width: 98%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	}

.vhostIndexTopTable {
	max-width:800px !important;
}
.mainHeader {
	text-align:center;
	background: #d1edf4 url(../graphics/headers/SEA_header_bg.jpg) repeat-x bottom;
}
.mainHeader img {
	width:100%;
	max-width:630px;
}
#reducetable {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	}

.languageLinkPadding {
	min-height:26px;
	background: url(../graphics/headers/SEA_lang_bg2.jpg) no-repeat center bottom;
	margin:0 auto;
	width:100%;
	background-size:100% 100%;
	max-width:630px;
	}

h1 {
	font-size: 20px;
	}

#paintTitle {
	color: #4A1126;
	border-bottom: solid 1px #4A1126;
	background-color: inherit;
	}

.paintTitle {
	color: #4A1126;
	border-bottom: solid 1px #4A1126;
	background-color: inherit;
	}

.paintTitle2 {
	color: #4A1126;
	border-bottom: solid 1px #4A1126;
	background-color: inherit;
	}

.paintTitleH2 {
	color: #4A1126;
	border-bottom: solid 1px #4A1126;
	font-size: 16px;
	background-color: inherit;
	}

.footerstrip
{
	background-color: #FFFFFF;
}

.frontLayout {
	background-color:#9dd9ed;
	color:#14123e;
	display:flex;
	flex-wrap:wrap;
}
.frontLayout > div {
	flex:1 1 320px;
}
.frontLayout > div:first-child {
	flex-basis:214px;
 }