body
{
    background-image:url('../css/images/sickfm_bg_main.jpg');
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:hover, a:active
{
	color: #FFFFFF;
}
.myButton, a.myButton:visited {
	-moz-box-shadow:inset 0px 1px 0px 0px #c4c4c4;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c4c4c4;
	box-shadow:inset 0px 1px 0px 0px #c4c4c4;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00ccff), color-stop(1, #007e9e) );
	background:-moz-linear-gradient( center top, #00ccff 5%, #007e9e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ccff', endColorstr='#007e9e');
	background-color:#00ccff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #000000;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #000000;
}.myButton:hover {
	border:1px solid #ffffff;
	color:#ffffff;
	'background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #007e9e), color-stop(1, #00ccff) );
	'background:-moz-linear-gradient( center top, #007e9e 5%, #00ccff 100% );
	'filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007e9e', endColorstr='#00ccff');
	'background-color:#007e9e;
}.myButton:active {
	position:relative;
	top:1px;
}
.myButton_transparent {
	-moz-box-shadow:inset 0px 1px 0px 0px #c4c4c4;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c4c4c4;
	box-shadow:inset 0px 1px 0px 0px #c4c4c4;
	background-color:transparent;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #000000;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #000000;
}.myButton_transparent:active {
	position:relative;
	top:1px;
}
.user
{
	color:white;
	height:30px;
	background-image:url('../css/images/user_bar_bg.png');
	background-repeat:repeat-x;
	display: block;
	font-size:12px;
}

.user_left
{
	text-align:left;
	float: left;
	margin-left: 20px;
}
.user_right
{
	text-align:right;
	float: right;
	margin-right:20px;
}

div.home_logo
{
	background-image:url('../css/images/sickfm_logo_alpha.jpg');
	background-repeat:no-repeat;
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	height:126px;
	width:318px;
}

table.home_contact_table {
	margin-left: auto;
	margin-right: auto;
}
div.home_logo a, div.iphone_home_logo a{
	display:block;  
   	width:100%;  
  	height:100%;  
  	text-decoration:none; 
}
.home_block, .home_form, .home_error
{
	text-align: center; 
	color: white; 
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 20px;
}
.home_block
{
	width: 24em;
}
.home_error{
	top:10px;
	bottom:10px;
}
.home_form, .home_error
{
	min-width:350px;
	width:expression(document.body.clientWidth < 350? "350px": "70%" );
	text-align:justify;
}
.home_button_bar
{
	min-width:350px;
	width:expression(document.body.clientWidth < 350? "350px": "70%" );
	text-align:center;
}
.home_form{
	border-color:#FFFFFF;
	border-width:medium;
	border-style:solid;
}
.home_buttons{	
	padding:5px;
	width:144px;
	height:72px;
}
.home_form .form_head{
	text-align:center;
	text-decoration:underline;
}
.home_form table, .home_error table{
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
}
.home_form th
{
	text-align:right;
	size:12px;
}
.outline {
	list-style: none;
}

.outline ul {
	list-style: none;
}

.outline li {
	cursor: auto;
}

.olink {
	border-style: none;
	padding-right: 10px;
}
.oimg {
	border-style: none;
}

div.track_outer{
	clear:both;
	overflow:hidden;
	position:relative;
	background:#FFFFFF;
	min-height:100px;
	height:100px;
	margin:10px;
}
div.track_inner{
	position:absolute;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	height:100%;
	top:10px;
	bottom:10px;
	left:10px;
	right:10px;
	
}
div.track_inner a:link,a:visited,a:hover,a:active{ 
	color:black; 
	text-decoration:underline; 
}

span.track_head{
	width:12ex;
	text-align:right;
	padding-right:0;
	margin-right:0;
}
span.track_data{
	width:auto;
	text-align:left;
	padding-left:0;
	margin-left:0;
	margin-right:3ex;
}
div.track_crud{
	height:2em;
	position:relative;
}
img.topleft
{
	position: absolute;
	left: 0;
	top: 0;
}
img.topright
{
	position: absolute;
	right: 0;
	top: 0;
}
img.bottomleft
{
	position: absolute;
	left: 0;
	bottom: 0;
}
img.bottomright
{
	position: absolute;
	right: 0;
	bottom: 0;
}


.hovermenu{
	margin-left:auto;
	margin-right:auto;
	width:50%;
	text-align:center;
}
.hovermenu ul{
font: bold 24px arial;
padding-left: 0;
margin-left: auto;
margin-right: auto;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: underline;
float: left;
color: white;
border: none; /*You can change this color*/
}
.hovermenu table{
	margin-left:auto;
	margin-right:auto;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: none;
}

.rounded_topLeft{
	width:20px;
	height:20px;
}
.card_image{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.card_image img{
	max-width:400px;
	width:expression(document.body.clientWidth > 400? "400px": "auto" );
}
