body {
    color: #191919;
    margin: 0px;
    font-family: "Tahoma,Arial,Verdana,sans-serif";
    font-size: 14px;
    background-color: #cccccc;
}

.myBody, #wrap{
    background-color: white;;
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    border-left: 5px solid white;
    border-right: 5px solid white;
    border-bottom: 5px solid white;
    min-height: 750px;
    margin-bottom: 0px;
    padding-bottom: 20px;

}

.header, #innerheader {
    margin: 0px;
    background-repeat: no-repeat;
    background-position: 0px 50px;
    background-image: url(http://www.electricalcontractorslondon.net/themes/theme_4716/images/page-top.jpg);
    width: 970px;

    height: 160px;
    color: white;

}
.outcome {
    padding: 10px;
    margin-bottom: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #eeeeee;
    color: #222222;
}

h1.pageTitle {
    font-size: 18px;
    margin-bottom: 10px;
}

#title {
    display: block;
    padding-top: 20px;
    padding-left: 10px;
}

h3 {
    font-size: 16px;
    margin-bottom: 15px;
}
h4 {
    font-size: 14px;
    font-weight:bold;
}

ul.listConcept {
    margin-top: -30px;
    float: right;
}

ul.listConcept li {
    display: inline-block;
    padding: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #dddddd;
}

ul.listConcept li.resultsLi {
    background-color: white;
}

table {
    border: 2px solid white;
}

/*
select table
*/
table.selecttable {
    width: 100%;

}

table.selecttable th a {
    color: #222222;
}

table.selecttable th {
    padding: 3px;
    background-color: #dddddd;
    color: #222222;
    font-weight: bold;
}

table.selecttable td {
    padding: 3px;
}

table.selecttable tr:nth-child(odd) {
    background-color: #f8f8f8;
}

table.selecttable tr:nth-child(even) {
    background-color: #f0f0f0;
}

/*
subselect table
*/
table.subselecttable {
    width: 100%;

}

table.subselecttable th a {
    color: #222222;
}

table.subselecttable th {
    padding: 3px;
    background-color: #dddddd;
    color: #222222;
    font-weight: bold;
}

table.subselecttable td {
    padding: 3px;
}

table.subselecttable tr:nth-child(odd) {
    background-color: #f8f8f8;
}

table.subselecttable tr:nth-child(even) {
    background-color: #f0f0f0;
}



.formButton {
    float: right;
}

.inlineSelected {
    width: 15px;
    display: inline-block;
    text-align: center;
    color: white;
    font-weight: bold;
    text-decoration: none;
    background-color: gray;
    border: 1px solid gray;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    margin: 2px;
}

.inlineUnselected:hover {
    background-color: gray;
    color: white;
    cursor: pointer;
}

.inlineUnselected {
    width: 15px;
    display: inline-block;
    text-align: center;
    color: gray;
    font-weight: bold;
    text-decoration: none;
    background-color: none;
    border: 1px solid gray;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    margin: 2px;
}

.innerpage {
    padding-left: 20px;
}

.middleColumn, #innerheader {
    display: block;
    height: 160px;
    text-align: left;
}



.middleColumn .logo {
    position: inherit;
    padding-top: 15px;
    padding-left: 25px;
}

.middleColumn h1 {
    display: inline-block;
}

.middleColumn a.logout {
    padding-top: 70px;
    padding-right: 25px;
    float: right;
}


.middleColumn a {
    color: white;
    text-decoration: none;

}

.headerList {
    margin-top: 60px;
    height: 40px;
    z-index: 0;
    font-size: 16px;
    margin-left: 275px;
    margin-right: -40px;
    padding: 0px;
    /* float: left; */
    display: inline-block;
    list-style-type: none;
}

.headerList li {
    height: 40px;
    display: inline-block;
    float: left;
}

.headerList li a {
    padding-bottom: 18px;
    padding-top: 5px;
    padding-right: 8px;
    padding-left: 8px;
    text-decoration: none;
    color: white;
}

.headerList li a:hover {
    background-color: maroon;
}

.mainContent, #content {
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    display: block;
    padding: 10px;
    margin-top: 25px;
    min-height: 400px;
}

.mainContent a {
    text-decoration: none;
    color: #006699;
}

.mainContent a:hover {
    text-decoration: underline;
}


.footer, #footer {

    margin-bottom: 20px;
    border-right-color: gray;
    border-left-color: gray;
    border-bottom-color: gray;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 0px;
    font-size: 14px;
    color: #b4b4b4;
}

h2 {
    font-style: normal;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 22px;
    color: maroon;
}

p {
    margin-top: 0px;
    margin-bottom: 15px;
}

.details {
    line-height: 14px;
    font-size: 14px;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

ul.tickList {
    list-style-image: url("../images/icon_check.png");
    color: #191919;
}

ul.tickList li {
    padding-left: 5px;
}

ul.square {
    list-style-type: square;
    list-style-image: none;
    color: gray;
}

ul.square li {
    padding-left: 5px;
}

.text {
    color: #191919;
}

.mainAdvert {
    background-color: black;
    color: white;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    padding: 0px;
    height: 250px;
    margin-bottom: 20px;
}
.advertTitle {
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 20px;
    font-size: 24px;
}

.advertImage {
    float: left;
    padding-right: 20px;
}


a.blogTitle {
    padding-left: 10px;
    font-size: 20px;
    color: maroon;
    margin-bottom: 3px;
    display: block;
}

.blogSubtitle {
    padding-left: 10px;
    color: gray;
    font-size: 10px;
    margin-bottom: 10px;
}

.blogSummary {
    padding-left: 10px;
    padding-bottom: 35px;
}

.blog {
    position: relative;
    display: inline-block;
    width: 550px;
    border-right: 2px dashed #eeeeee;
    padding-right: 10px;
}

.rightBar {
    float: right;
    position: relative;
    display: inline-block;
    width: 305px;
}

.section {
    background-color: white;
    background-image: url(../images/bg_block.png);
    padding: 10px;
    text-align: left;
}
.quickLogin {
    text-align: right;
}
.textField {
    margin-bottom: 5px;
    padding: 2px;
    font-size: 14px;
    border-color: #191919;
    border-style: solid;
    border-width: 1px;
}
.submitButton {
    font-size: 14px;
    padding: 5px;
    border-width: 0px;
    color: white;
    background-color: #660000;
}
.quickLogin a {
    font-size: 10px;
}

textarea {
    width: 945px;
    height: 300px;
}

table.controlPanel {
    border: none;
}

td.labelCell {
    font-weight: bold;
    width: 150px;
    text-align: right;
    padding: 5px;
}



#footer {
	color: #FFF;
	font-size: 11px;
	clear: both;
	width: 980px;
	min-height: 80px;
	height: auto !important;
	height: 80px;
	background:url(http://www.electricalcontractorslondon.net/images/footer_bck.jpg) repeat-y;
	text-align:center;
}

#footer {
    margin-bottom: 20px;
    background-color: #4B494E;
    margin: 30px;
    margin-bottom: 0px;
    border-top: 2px solid #A40000;
    font-size: 11px;
    font-family: "Tahoma,Arial,Verdana,sans-serif";
    	width: 910px;

}
#footer_inner_wrapper {
	width: 980px;
	overflow: hidden;
	background: url(http://www.electricalcontractorslondon.net/images/footer_top.jpg) no-repeat top;
	padding-top: 17px;
	margin: 0;
}
#footer ul {
	line-height: 18px;
	margin: 5px 0 0;
	padding: 20px 20px 0 20px;
	width: 940px;
}
#footer ul li {
	background:transparent url(http://www.electricalcontractorslondon.net/themes/theme_4716/images/text_bullets.jpg) no-repeat scroll 0 3px;
	list-style: none;
	text-align:center;
	margin: 0 8px;
	white-space: nowrap;
	display:inline;
	margin:0 0 0 4px;
	padding-left:14px;
}
#footer ul li a {
	text-decoration: none;
	color: #FFF;
}
#footer ul li a:hover {
	text-decoration: underline;
	color: #FFF;
}
#footer ul li.first_item {
	background: none;
	padding: 0;
}
#footer ul li.this_page {
	text-decoration: underline;
	font-weight: bold;
	color: #FFF;
}
#footer p#copyright {
	text-align: center;
	width: 940px;
	padding: 10px 20px 0 20px;
	margin: 0;
	color: #FFF;
}

#link_rotator a {
    color: white;
}



