/* <![CDATA[ */

* {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

body {
	padding: 10px;
	font-size: 80%;
	color: #111111;
	background-color:#fff;
	background-image: url("img/bg.png");
	background-repeat: repeat;
}

.cleaner {
	clear:both;
	display: none;
}

.img-circle {
	
}

/* THE DIV TO TABLE TECHNIQUE */

#container {
    width: 100%;
    padding:0;
    display: table;
}

#row  {
	display: table-row;
}

#left {
    vertical-align: top;
    width:250px;
    padding:0;
    display: table-cell;
}

#left button {
    width:250px;
}

#left p.img {
	text-align:center;
	padding-top: 10px;
}

#left p.img img {
	border-radius: 50%;width:120px;
	border: 2px solid #fff; 
	-moz-box-shadow:0px 0px 10px gray; 
	-webkit-box-shadow:0px 0px 10px gray; 
	box-shadow:0px 0px 10px gray;
}

.desc {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #b77260;
	background:#f9ccbf;
	background: -moz-linear-gradient(top, #f9ccbf, #f49980);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9ccbf), to(#f49980));
	-moz-box-shadow:0px 0px 5px gray;
    -webkit-box-shadow:0px 0px 5px gray;
    box-shadow:0px 0px 5px gray;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright:3px;
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -webkit-border-top-left-radius:3px;
    -webkit-border-top-right-radius:3px;
    -webkit-border-bottom-left-radius:3px;
    -webkit-border-bottom-right-radius:3px;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
}

#right {
}

#data-box {
    vertical-align: top;
    display: table-cell;
    width:250px;
	padding: 3px;
	background-color: #fff;
	-moz-box-shadow:0px 0px 5px gray;
	-webkit-box-shadow:0px 0px 5px gray;
	box-shadow:0px 0px 5px gray;
}

#middle {
    vertical-align: top;
    padding: 10px;
    display: table-cell;
}

table {

}

table th, table td {
	vertical-align: middle;
	padding: 5px 10px;
}

table th {
	text-align: center;
}

.table1 {
    -moz-box-shadow: 1px 3px 3px #555;
    -webkit-box-shadow: 1px 3px 3px #555;
    -o-box-shadow: 1px 3px 3px #555;
    box-shadow: 1px 3px 3px #555;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
}

.table1 tr {
	background-color:#fff;
}

.table1 th, .table1 td {
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
}

.table1 th {
	background-color:#1C94C4;
	color:#fff;
}

.table1 td td {
	border: none;
	padding: 0;
}

.update_chart {
	width: 200px;
	text-align: left;
}

p.note {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	font-size: 80%;
	font-style: italic;
}

.suggest {
	width:230px;
	text-align:justify;
}

.suggest hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.suggest ul {
	padding-left: 15px;
}

.suggest ul li {
	margin-bottom: 5px;
}

#last_incoming_data {
	padding: 5px;
	padding-bottom: 0px;
	background-color: rgba(191,191,191,0.2);
	border: 1px solid rgba(191,191,191,0.4);
	height: 300px;
	overflow-y: scroll;
}

.last_incoming_data_items {	
	padding-bottom: 10px;
	border-bottom: 1px solid gray;
	margin-bottom: 10px;
}

.last_incoming_data_items p.data_value {
	text-align: justify;
	font-weight: bold;
}

.last_incoming_data_items p.date_value {  
	text-align: right;
	font-style: italic;
	font-weight: bold;
	font-size: 80%;
}

/* IE ONLY */
* html #container {
	background:yellow url("red.gif") top left repeat-y;
}

* html #row {
	background:url("blue.gif") top right repeat-y;
}

* html #left {
	float:left;
}

* html #right {
	float:right;
}

* html #middle {
	float: left;
}

* html .cleaner {
	display:block;
}

/* ]]> */