
/* Font
 * -------------------- */
@font-face {
    font-family: 'KlavikaLightPlain';
    src: url('fonts/klavikalight-plain-webfont.eot');
    src: url('fonts/klavikalight-plain-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/klavikalight-plain-webfont.woff') format('woff'),
         url('fonts/klavikalight-plain-webfont.ttf') format('truetype'),
         url('fonts/klavikalight-plain-webfont.svg#KlavikaLightPlain') format('svg'),
         local("Helvetica"),
         local("Arial");
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'KlavikaRegularPlain';
    src: url('fonts/klavikaregular-plain-webfont.eot');
    src: url('fonts/klavikaregular-plain-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/klavikaregular-plain-webfont.woff') format('woff'),
         url('fonts/klavikaregular-plain-webfont.ttf') format('truetype'),
         url('fonts/klavikaregular-plain-webfont.svg#KlavikaRegularPlain') format('svg'),
         local("Helvetica"),
         local("Arial");
    font-weight: normal;
    font-style: normal;
}


/* Typography
 * -------------------- */
html, body, pre {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
}
html, body {
	height: 100%;
}
#html_desktop #body_home {
	background-image: url('../images/bg.png');
	background-repeat: repeat-x;
	text-align: center;
	background-color: white;
}
body {
	background-color: #eee;
	background-image: url('../images/fabric_plaid.png');
	background-repeat: repeat;
}
td {vertical-align: top;}

.fs10 {font-size: 10px;}
.fs11 {font-size: 11px;}
.fs12 {font-size: 12px;}
.fs13 {font-size: 13px;}
.fs14 {font-size: 14px;}

.textbox {
	border: 1px solid #ccc;
	padding: 10px;
	position: relative;
	box-shadow: 0 0 3px #ccc;
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	cursor: text;
	background-color: white;
}
.textbox label {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	padding: 10px;
	line-height: 22px;
	cursor: text;
	color: #666;
}
.text {
	border: 0;
	-webkit-appearance: none;
	width: 100%;
	outline: 0;
}
pre {
	font-family: monospace;
}

.status {
	padding: 10px;
	background-color: #EBFFD1;
	border: 1px solid #C3F285;
	margin-bottom: 20px;
	font-size: 12px;
	color: #000;
	display: none;
}
.status.failure {
	background-color: #FAE8E3;
	border: 1px solid #F5ABAB;
}
.status li {
	list-style: disc;
	margin-left: 20px;
}

.center {text-align: center !important;}
.clear {clear: both;}
.left {text-align: left !important;}

h1 {
	font-size: 20px;
	font-family: "KlavikaRegularPlain";
	font-weight: normal;
}
hr {
	border: 0;
	border-top: 1px solid #888;
}
a > img {
	border: 0;
}


/* Button
 * -------------------- */
.button {
	font-family: "KlavikaRegularPlain";
	color: white !important;
	background-color: #444;
	padding: 8px 12px;
	text-decoration: none;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	border: 0;
	cursor: pointer;
	-webkit-appearance: none;
	font-size: 15px;
}
.button.spl {
	background-color: #00d2e0;
}
.button:hover {
	background-color: black;
}
.button:active {
	position: relative;
	top: 2px;
}
.btn {
	padding: 5px 10px;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	color: #333;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	cursor: pointer;
	text-decoration: none;
	
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.5);
	box-shadow: 0 1px 0 rgba(255,255,255,.5);
	
	background-color: #eee;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear,left top,left bottom,from(#fff),to(#ddd));
	background-image: -moz-linear-gradient(#fff,#ddd);
	background-image: -ms-linear-gradient(#fff,#ddd);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#ddd));
	background-image: -webkit-linear-gradient(#fff,#ddd);
	background-image: -o-linear-gradient(#fff,#ddd);
	background-image: linear-gradient(#fff,#ddd);
}

.btn:hover, .btn.hover {
	text-decoration: none;
	background-color: #e8e8e8;
	background-image: -khtml-gradient(linear,left top,left bottom,from(#f8f8f8),to(#d8d8d8));
	background-image: -moz-linear-gradient(#f8f8f8,#d8d8d8);
	background-image: -ms-linear-gradient(#f8f8f8,#d8d8d8);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f8f8f8),color-stop(100%,#d8d8d8));
	background-image: -webkit-linear-gradient(#f8f8f8,#d8d8d8);
	background-image: -o-linear-gradient(#f8f8f8,#d8d8d8);
	background-image: linear-gradient(#f8f8f8,#d8d8d8);
	border-color: #BBB;
}

/* Top bar
 * -------------------- */

#topbar {
	width: 100%;
	height: 70px;
	background-color: white;
	box-shadow: 0 0 50px #888;
}
#topbar, #menu a {
	color: black;
	font-size: 15px;
	font-family: "KlavikaRegularPlain";
}
#menu {
	float: left;
}
#topbar ul {
	margin: 0; padding: 0;
}
#topbar ul.right {
	float: right;
}
#topbar ul.right li {
	margin: 0;
	margin-right: 10px;
	line-height: 70px;
}
#topbar li {
	padding: 0;
	list-style: none;
	float: left;
}
.welcome_user {
	text-decoration: none;
	color: black;
}
.welcome_user:hover .username {
	text-decoration: underline;
}

/* Container
 * -------------------- */
.container {
	margin: 0 auto;
	text-align: center;
}
#html_desktop .container {
	width: 1000px;
}
#html_mobile .container {
	width: 90%;
	padding: 0 5%;
}
#html_desktop .container.mt {
	margin-top: 50px;
}
#html_mobile .container.mt {
	margin-top: 20px;
}

.container.mb {
	margin-bottom: 50px;
}

/* Footer
 * -------------------- */
#footer, #footer * {
	font-family: "KlavikaRegularPlain";
	font-size: 14px;
	color: #555;
}
#footer {
	padding: 20px 0 !important;
}

/* Tipsy
 * --------------------- */
.tt {display: inline-block;}
.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000; }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
  .tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-arrow { position: absolute; background: url('../images/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
  .tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
  .tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
  .tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }
