/*
 * Turbo Failure Site Style Sheet
 */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	width:100%;
	background-color: #FFFFFF;
}

a, a:visited {
	color: red;
}
a, a:visited.hover {
	color: red;
}
a, a:link {
	color: red;
}

fieldset {
	padding-top: 5px;
	padding-bottom: 5px;
}
/* pagebackgrounds */
td.mainlayouttablelogin {

	padding: 0px;
	background: url(homepage/login_back.gif) bottom 
   left no-repeat !important;
}
td.mainlayouttablehome {
	padding: 0px;
	background: url(homepage/homeback.gif) bottom 
   left no-repeat !important;
}
td.mainlayoutSM {
	padding: 0px;
	background: url(homepage/sm_back.gif) bottom 
   left no-repeat !important;
}
td.mainlayoutUSER {
	padding: 0px;
	background: url(homepage/user_back.gif) bottom 
   left no-repeat !important;
}
td.mainlayouttabletickets {
	padding: 0px;
	background: url(homepage/ticketsback.gif) bottom 
   left no-repeat !important;
}
/* pagebackgrounds */
table.menu {
	width:100%;
	height:37px;
	border-width: 0px;
	border-style: outset;
	border-collapse: collapse;
}
td.menu {
	border-width: 3px;
	padding: 1px;
	border-style: solid;
	border-color: white;
	background-color: #000000;
	height:37px;
}
/* used by main table to control position of the footer on the page */
table.mainlayouttable {
	height:100%;
	width:100%;
	border-width: 0px;
	border-spacing: 0px;
	border-style: outset;
	border-collapse: collapse;
} 
/*	 */
td.mainlayouttable {
	padding: 0px;
}
/* used by interface boxes */
table.interfacebox {
	border-spacing: 2px;
	border: outset 2px;
	border-color: black;
	border-style: outset;
	border-collapse: collapse;
}
/*  */
th.interfacebox {
	height: 32px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	font-style: normal;
	border-width: 3px;
	border-style: solid;
	border-color: #000000;
    padding-right: 5px;
}
th.interfaceboxtablehead {
	height: 32px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
	border-width: 2px;
	padding: 2px;
	border-style: inset;
	border-style: solid;
	border-color: #FFFFFF;
    padding-right: 5px;
}
td.interfaceboxspacer {
	padding: 0px;
	background-image: url(../homepage/greysquare.gif);
	background-repeat: repeat-x, repeat-y;
}
td.detailinterfaceboxspacer {
    border-width: 0px;
	padding: 0px;
	border-style: solid;
	background-color: #000000;
	height:2px;

}
td.interfaceboxinfo {
	height: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	border-width: 3px;
	padding: 2px;
	border-style: inset;
	border-color: gray;
	background-color: white;
}
a.footer:hover {
	color: red;
	CURSOR: hand;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
}
a.footer:link { 
    color: white; 
	CURSOR: hand; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
}
a.footer:visited { 
    color: white; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	}
a.footer:visited:hover {
	color: red;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
}
#maincontent {
	top:		100px;
}
td.whitetext {
	color: white;
	font-size: 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
/* used by std_input.tpl and others */
.frow {
	padding-top: 5px;
	padding-bottom: 5px;
}
.flbl { width: 150px; float: left; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; color: white; font-weight: bold; background-color: #666666;}
.finput { float: left; padding-right: 10px;}
.foutput { float: left; padding-right: 10px; }
.ferr { width: 150px; float: left; color: red; }
.title {
	font-family: Impact;
	font-size: 25px;
	color:#FFFFFF;
	line-height:25px;
	padding-right:4px;
}

