@charset "utf-8";
/* CSS Document */

* {
    //box-sizing: border-box;
}


/* Scrollbar */
::-webkit-scrollbar {
    width: 15px;
}
::-webkit-scrollbar-track {
    background: #fAFAFA;  
    box-shadow: inset 0 0 2px grey; 
}
::-webkit-scrollbar-thumb {
    background: #BBB; 
}
::-webkit-scrollbar-thumb:hover {
    background: #CCF; 
}
.iquery {
    width: 200px;
    padding: 2px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    margin-top: 2px;
    margin-bottom: 0px;
}
.iquerySub {
	background-color:#06f;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #ccc;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-size:12px;
	//font-weight: bold;
	padding:1px 6px;
	text-decoration:none;
	width: 54px;
	height: 22px;
	outline:none;
}
div.curveset {
	border:  1px solid #aaf;
	margin: 0px 0;
	padding: 0px 10px;
	padding-bottom: 10px;
}
div.curves {
	margin: 15px 10px;
	border-color: #aaf;
	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
	-moz-border-radius-topright : 5px;
	-webkit-border-top-right-radius : 5px;
	-moz-border-radius-bottomleft : 5px;
	-webkit-border-bottom-left-radius : 5px;
	-moz-border-radius-bottomright : 5px;
	-webkit-border-bottom-right-radius : 5px;
}
div.curves span.curve_legend {
	position: relative;
	background-color: #FFF;
	padding: 5px;
	top: -10px;
	font: 700 16px  Arial, Helvetica, sans-serif;
	color: #60f;
}
.teerpal {
	border-collapse: collapse;
}
.teerpal th{
	font-size: 12px;
	color: #006;
	text-align: left;
	border-bottom:2px solid #ddd;
}
.teerpal td{
	font-size: 12px;
	border-bottom:1px solid #ddd;
	padding: 2px 2px;
	border-bottom-style: dotted;
	vertical-align: middle;
}
.teerpal tbody tr:hover td{
	color:#f00;
	background-color: #eee;
}

a:link {
	text-decoration:none;
	color: #06F;
}
a:visited {
	text-decoration:none;
	color: #06F;
}
a:hover {
	color: #06C;
	text-decoration: underline;
}
a:active {
	color: #06F;
	text-decoration: underline;
}
.slink a {
	font-weight: normal;
}
.sslink {
	font-weight: normal;
	font-size: 11px;
}
#container {
    width: 950px;
	background: url(../images/edge_left2.png) repeat-y #FFF;
    margin: 0 auto;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
}
#container_r {
    width: 955px;
	background: url(../images/edge_right2.png) 100% 0 repeat-y #FFF;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
}
#header_curve {
	background-image: url(../images/header_curve.png);
	background-repeat: no-repeat;
	position: relative;
	height: 123px;
	width: 93px;
	float:left;
}
#header_left {
	background-image: url(../images/header_left.png);
	background-repeat: repeat-x;
	position: relative;
	height: 123px;
	width: 222px;
	float:left;
}
#header_right {
	background-image: url(../images/header_right.png);
	background-repeat: repeat-x;
	float: left;
	height: 123px;
	width: 635px;
	position: relative;
}
#container #header #header_left img {
	position: relative;
	left: 20px;
	top: 12px;
}
#header_right_topL {
	color: #FFF;
	padding-left: 37px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 24px;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	float: left;
}
#header_right_topR {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 24px;
	font-size: 12px;
	text-align: right;
	padding-top: 8px;
	padding-right: 10px;
}
#header_right_topR a, #header_right_midL a, #header_right_topL a {
	color: #FFF;
}
#header_right_midL {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	float: left;
	height: 22px;
	padding-top: 9px;
	padding-left: 35px;
}
#add_this {
	float: left;
	padding-left: 20px;
	width: 110px;
}

#column_right {
	float: left;
	width: 300px;
	padding-left: 10px;
}
td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
}
#header_top {
	background-image: url(../images/header3.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

#column_left {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 630px;
}

#header_right_midR {
	text-align: right;
	height: 26px;
	padding-top: 5px;
	padding-right: 8px;
}
#nav {
	height: 45px;
	padding-top: 15px;
	text-align: right;
	padding-right: 5px;
	float: right;
}
#footer_bottom {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	width: 960px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
}
#footer_left {
	float: left;
	width: 180px;
	padding-left: 10px;
}
#footer_right {
	float: right;
	width: 180px;
	padding-right: 10px;
	text-align: right;
}
#footer_mid {
	float: left;
	text-align: center;
	width: 580px;
}
#footer_mid a {
	color: #CCC;
}
#footer {
	background-image: url(../images/footer4.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 960px;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
}
#main_content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 950px;
	float: left;
	padding-top: 10px;
}

#boxHL {
	background-image: url(../images/box_TL.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 34px;
	width: 12px;
	float: left;
}

#box_HL_blue {
	background-image: url(../images/box_TL_blue.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 34px;
	width: 12px;
	float: left;
}

#box_HLs {
	background-image: url(../images/box_TLs.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 26px;
	width: 12px;
	float: left;
}

#box {
	width: 630px;
	float: left;
	padding-left: 4px;
	padding-top: 10px;
}
#box_content {
	background-image: url(../images/box_LM.png);
	background-repeat: repeat-y;
	width: 606px;
	padding-left: 12px;
	float: left;
	padding-right: 12px;
}
#box_content_blue {
	background-image: url(../images/box_LM_blue.png);
	background-repeat: repeat-y;
	width: 606px;
	padding-left: 12px;
	float: left;
	padding-right: 12px;
}
#box_content_r {
	background-image: url(../images/box_RM.png);
	background-repeat: repeat-y;
	float: left;
	width: 606px;
	background-position: 100% 0px;
	padding-right: 12px;
	padding-top: 5px;
}

#vault_left {
	float: left;
	width: 352px;
	clear: both;
}
#vault_mid {
	float: left;
	width: 125px;
}
#vault_right {
	width: 100px;
	float: left;
}

#box_content_r_blue {
	background-image: url(../images/box_RM_blue.png);
	background-repeat: repeat-y;
	float: left;
	width: 606px;
	background-position: 100% 0px;
	padding-right: 12px;
	padding-top: 5px;
}


#box_HM {
	background-image: url(../images/box_TM.png);
	background-repeat: repeat-x;
	height: 25px;
	width: 602px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	padding-top: 9px;
	padding-left: 4px;
	color: #000;
}
#box_HM_blue {
	background-image: url(../images/box_TM_blue.png);
	background-repeat: repeat-x;
	height: 25px;
	width: 602px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	padding-top: 9px;
	padding-left: 4px;
	color: #000;
}
#box_HR {
	background-image: url(../images/box_TR.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 12px;
	background-position: 0px 0px;
	float: left;
}
#box_HR_blue {
	background-image: url(../images/box_TR_blue.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 12px;
	background-position: 0px 0px;
	float: left;
}
#box_HRs {
	background-image: url(../images/box_TRs.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 12px;
	background-position: 0px 0px;
	float: left;
}
#box_MM {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 606px;
	float: left;
}

#box_ML {
	background-image: url(../images/box_LM.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 12px;
	height: 200px;
	float: left;
}
#box_BL {
	background-image: url(../images/box_BL.png);
	float: left;
	height: 10px;
	width: 12px;
}
#box_BL_blue {
	background-image: url(../images/box_BL_blue.png);
	float: left;
	height: 10px;
	width: 12px;
}
#box_BM {
	background-image: url(../images/box_BM.png);
	background-repeat: repeat-x;
	float: left;
	height: 10px;
	width: 606px;
}
#box_BM_blue {
	background-image: url(../images/box_BM_blue.png);
	background-repeat: repeat-x;
	float: left;
	height: 10px;
	width: 606px;
}
#box_BR {
	background-image: url(../images/box_BR.png);
	background-repeat: no-repeat;
	float: left;
	height: 10px;
	width: 12px;
}
#box_BR_blue {
	background-image: url(../images/box_BR_blue.png);
	background-repeat: no-repeat;
	float: left;
	height: 10px;
	width: 12px;
}

#box_MR {
	background-image: url(../images/box_RM.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	float: left;
	width: 12px;
	height: 200px;
}

#box_small {
	width: 300px;
	float: left;
	padding-left: 4px;
	padding-top: 10px;
}
#box_small_center {
	width: 300px;
	padding-left: 4px;
	padding-top: 10px;
}

#box_HMs {
	background-image: url(../images/box_TMs.png);
	background-repeat: repeat-x;
	height: 18px;
	width: 272px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	padding-top: 8px;
	padding-left: 4px;
	color: #000;
}
#box_content_small {
	background-image: url(../images/box_LM.png);
	background-repeat: repeat-y;
	width: 276px;
	padding-left: 12px;
	float: left;
	padding-right: 12px;
}
#box_content_r_small {
	background-image: url(../images/box_RM.png);
	background-repeat: repeat-y;
	float: left;
	width: 276px;
	background-position: 100% 0px;
	padding-right: 12px;
	padding-top: 5px;
	line-height: 16px;
}
#box_BM_small {
	background-image: url(../images/box_BM.png);
	background-repeat: repeat-x;
	float: left;
	height: 10px;
	width: 276px;
}
.box_orange {
	text-align: right;
	float: right;
}
.link_n {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CC0000;		
}
.buzz_orange {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CC9900;
}
.buzz_black {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-style: italic;
}
.buzz_grey {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
}
.buzz_title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
}
form {
	display: inline;
}







.box_grey {
	width: 630px;
	float: left;
	padding-left: 4px;
	padding-top: 10px;
}

.box_T630 {
	background-image: url(../images/box_T630.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 12px;
	width: 630px;
	float: none;
}

.box_content_grey {
	background-image: url(../images/box_L.png);
	background-repeat: repeat-y;
	width: 606px;
	padding-left: 12px;
	float: left;
	padding-right: 12px;
}
.box_content_r_grey {
	background-image: url(../images/box_R.png);
	background-repeat: repeat-y;
	float: left;
	width: 606px;
	background-position: 100% 0px;
	padding-right: 12px;
	padding-top: 0px;
}
.box_grey_title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2em;
}
.box_B630 {
	background-image: url(../images/box_B630.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 12px;
	width: 630px;
	float: left;
	padding: 0;
}
.pal_stat {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 1em;
	font-weight: bold;
	color: #900;
	text-align: center;
	float: left;
	width: 106px;
}
.dash_doto {
	background-image: url(../images/dash.png);
	background-repeat: repeat-x;
	height: 10px;
	line-height: 1px;
	width: 606px;
	float: left;
	background-position: 0px 3px;
}
.dash_dot {
	height: 5px;
	line-height: 1px;
	width: 606px;
	float: left;
	border-bottom-color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-bottom: 5px;
}

.pal_statR {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 1em;
	font-weight: bold;
	color: #900;
	text-align: right;
	float: right;
	width: 90px;
}
.pal_title {
	float: left;
	width: 303px;
}
.pal_stat_s {
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
}
.pal_message {
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
	float: left;
	width: 606px;
}
#box_tabs {
	width: 620px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}
#box_tabsF {
	width: 930px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}




.beer_log {
	width: 585px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
	display: block;
}
.beer_log_img {
	width: 50px;
	display: inline;
	float: left;
}
.beer_log_content {
	width: 483px;
	float: left;
	font-size: 12px;
	padding-left: 10px;
	line-height: 1.4em;
	display: block;
}
.beer_log_box {
	float: right;
	width: 32px;
	background-color: #FF9;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #999;
	line-height: 18px;
	margin-top: 10px;
}
.beer_log_boxI {
	float: right;
	width: 35px;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	height: 35px;
	border: 0px solid #999;
	line-height: 18px;
	margin-top: 10px;
}
.beer_log_boxE {
	float: right;
	width: 32px;
	background-color: #FFF;
	height: 30px;
	margin-top: 5px;
}
.small_grey {
	font-size: 11px;
	color: #999;
	line-height: 22px;
}
.tiny {
	font-size: 9px;
	color: #999;
	line-height: 9px;
}
.beer_dash_dot {
	background-image: url(../images/dash.png);
	background-repeat: repeat-x;
	height: 2px;
	width: 591px;
	float: left;
	display: block;
}





.stat_boxL {
	float: left;
	width: 35px;
}
.stat_boxR {
	float: left;
	width: 100px;
	font-size: 11px;
}
.stat_boxM {
	float: left;
	width: 35px;
	border-left-style: solid;
	border-left-color: #EEE;
	border-left-width: 1px;
	padding-left: 5px;
}