/* Torquesteer.com CSS File */

/* This is for blue background, and white text */
#titletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000099;
	text-align: center;
}
#titletext a:link, #titletext a:active, #titletext a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none
}
#titletext a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFCC00;
	text-decoration: none;
}

/* This is for red background, and white text, it is the secondary title layout */
#titletext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #990000;
	text-align: center;
}

/* Body text, all the main information */
#bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	padding: 5px;
	font-weight: bold;
	background-color: #EFEFEF;
	text-align: justify;
}

/* Body text, all the main information */
#whitebodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

#storebody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	padding: 5px;
	font-weight: bold;
	background-color: #EFEFEF;
	text-align: center;
}

#logobackground {
	background-image: url(/images/developednew.jpg);
}

#logo2background {
	background-image: url(/images/aemean.jpg);
}

#logo3background {
	background-image: url(/images/rs6front.jpg);
}

/* This is to create the top white border 1px, for use with <table> */
.margintop {
	margin-top: 1px;
}

/* This is to create the bottom white border 1px, for use with <table> */
.marginbottom {
	margin-bottom: 1px;
}

/* The equivalent to above, but for use with <td> */
.bottomborder {
	border-bottom: 1px solid white;
}

/* This is to space the three columns apart */
.righttableborder {
	border-right: 1px solid white;
}

/* Same as above, except for the right side */
.lefttableborder {
	border-left: 1px solid white;
}

/* creates the dynamic background */
.fillt2b {
	height: 100%;
	background-repeat: no-repeat;
}

/* allows for the margin to be nulled */
body {
	margin:0px
}

/* change the input look to a more appealing one */
input {
	background-color: #efefef;
	color: black;
	font-family: "arial", "times", "ms sans serif";
	font-weight: bold;
	font-size: 8pt;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;

}

.checkbox {
	background-color: #efefef;
	color: black;
	font-family: "arial", "times", "ms sans serif";
	font-weight: bold;
	font-size: 8pt;
	border:0px
}

.button {
	background-color: #efefef;
	color: black;
	font-family: "arial", "times", "ms sans serif";
	font-weight: bold;
	font-size: 8pt;
	border: 1px solid #000000;
}

