body { 

background-image: url('/images/titan_background.jpg');
background-position: center;
background-repeat: repeat-y;

}

.greybackground {
	font-family: Tahoma;
	font-size: 9pt;
	color: #000000;
	background-color: #DDDDDD;
}
.blackborder {
        border: 1px solid #000000;
}

.white8 {
	font-family: Tahoma;
	font-size: 8.0pt;
	color: #FFFFFF;
}
.white9 {
	font-family: Tahoma;
	font-size: 8.5pt;
	color: #FFFFFF;
}
.textfieldwhiteback {
	font-family: Tahoma;
	font-size: 10px;
	color: #333366;
}
.regulartext {
	font-family: Tahoma;
	font-size: 8.5pt;
	color: #424242;
	font-style: normal;
}
.regularlink {
	font-family: Tahoma;
	font-size: 8.5pt;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}
.bluelink {
	font-family: Tahoma;
	font-size: 8.5pt;
	color: #0000CC;
	text-decoration: underline;
}
.lightgrey8 {
	font-family: Tahoma;
	font-size: 8pt;
	color: #999999;
}
.redlink {
	font-family: Tahoma;
	font-size: 8.5pt;
	color: #CC0000;
}
.blue9 {
	font-family: Tahoma;
	font-size: 8.5pt;
	color: #28438F;
}
.price {
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: bold;
	color: #28438F;
}
.lightgrey7 {
	font-family: Tahoma;
	font-size: 7pt;
	color: #999999;
}
.blue8 {
	font-family: Tahoma;
	font-size: 8pt;
	color: #28438F;
}

.blue18 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13pt; color: #000099; font-style: normal; 
font-weight: 600}

.blue7 {
	font-family: Tahoma;
	font-size: 7pt;
	color: #28438F;
}
.black8 {
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;
}

.grey7 {  font-family: Tahoma; font-size: 7pt; color: #666666}
.blue7 {  font-family: Tahoma; font-size: 7pt; color: #000066}

.grey8 {
	font-family: Tahoma;
	font-size: 7.5pt;
	color: #424242;
}
.black10 {
	font-family: Tahoma;
	font-size: 9.0pt;
	color: #000000;
}
.darkbutton {
	font-family: Tahoma;
	font-size: 8pt;
	color: #FF9900;
	background-color: #424242;
}
.yellow9 {
	font-family: Tahoma;
	color: #FFCC00;
	font-size: 8pt;
}
.blacklink {
	font-family: Tahoma;
	font-size: 8.5pt;
	color: #000000;
	text-decoration: none;
}
.blacklink:hover {
	font-family: Tahoma;
	font-size: 8.5pt;
	color: #FF0000;
	text-decoration: none;
}

.logout {
	font-family: Tahoma;
	font-size: 8.5pt;
	color: #FF0000;
	text-decoration: none;
	position: relative;
	left: 20px;
	top: -15px;
}
.logout:hover {
	font-family: Tahoma;
	font-size: 8.5pt;
	color: #FF0000;
	text-decoration: none;
	font-weight:700;
	position: relative;
	left: 20px;
	top: -15px;
}

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 181px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(../images/glossyback.gif) repeat-x bottom left;
font: bold 13px Tahoma;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 181px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image:url(../images/glossyback2.gif);
color: #ffc502;
}



.wireframemenu{
border: 1px solid #C0C0C0;
background-color: white;
border-bottom-width: 0;
width: 181px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 181px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font-size: 12px;
font-weight:700;
font-family:Arial, Helvetica, sans-serif;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #000000;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #e8f2ff;
color: black;
}

.regulartext_top{
	font-family: Tahoma;
	font-size: 8.5pt;
	color: #424242;
	font-style: normal;
	vertical-align: top;
	
}


