@CHARSET "ISO-8859-1";

/* default settings for body */

body {
	font-family: Arial;
	margin-top: 0px;
}

/* page header styling */

.topBar {
	height:80px;
	width:100%;
	background-color: #EEEEEE;
	border-radius: 0px 0px 10px 10px;
	border-bottom: 2px solid #AAAAAA;
	padding-top: 5px;
	position: relative;
}

/* button styling */

.buttonBackground, .appleButtonBackground, .googleButtonBackground, .facebookBackground, .twitterBackground {
	cursor: pointer;
	background: center/100% 100%;
	border-radius: 4px;
	background-repeat: no-repeat;
}
.buttonBackground {
	background-image: url('../images/button_thin.gif');
	background-repeat: repeat-x;
}
.facebookBackground {
	background-image: url('../images/image_fb128.png');
}
.twitterBackground {
	background-image: url('../images/twitter.png');
}

/* loading whirly */

.waitingSpinner {
	cursor: wait;
	background: center/110px 110px;
	background-repeat: no-repeat;
	background-image: url('../images/Waiting.gif');
}

/* tab styling */

.disabledTab, .enabledTab {
	height: 99px;
	width: 98px;
	background-color: #DDDDDD;
	border: 1px solid #AAAAAA;
	border-bottom: none;
	border-radius:10px 10px 0 0;
}
.disabledTab {
	height: 96px;
	opacity:0.6;
	cursor: pointer;
	border-bottom: 1px solid #AAAAAA;
}
