
/** page structure **/
#wrapper750 {
  display: block;
  width: 750px;
  background: #3090C7;
  margin: 0 auto;
  padding: 5px 12px;
  -webkit-box-shadow: 2px 2px 3px -1px rgba(0,0,0,0.35);
}

#wrapper450{
  display: block;
  width: 450px;
  background: #3090C7;
  margin: 0 auto;
  padding: 10px 17px;
  -webkit-box-shadow: 2px 2px 3px -1px rgba(0,0,0,0.35);
}

table {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	text-shadow: 1px 1px 0px #000;
	background:#eaebec;
	margin:10px auto 10px auto;
	border:#ccc 1px solid;
	width:100%;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table th {
	padding:6px 8px 8px 8px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #104e8b;
	background: -webkit-gradient(linear, left top, left bottom, from(#104e8b), to(#104e8b));
	background: -moz-linear-gradient(top,  #104e8b,  #104e8b);
	
	
}
table th:first-child{
	text-align: left;
	padding-left:10px;
}
table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table tr{
	text-align: center;
	padding-left:10px;
}
table tr td:first-child{
	text-align: left;
	padding-left:10px;
	border-left: 0;
}
table tr td {
	padding:9px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #3090C7;
	background: -webkit-gradient(linear, left top, left bottom, from(#3090C7), to(#3090C7));
	background: -moz-linear-gradient(top,  #3090C7,  #3090C7);
}
table tr.even td{
	background: #3090C7;
	background: -webkit-gradient(linear, left top, left bottom, from(#3090C7), to(#3090C7));
	background: -moz-linear-gradient(top,  #3090C7,  #3090C7);
}
table tr:last-child td{
	border-bottom:0;
}
table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table tr:hover td{
	background: #6969692;
	background: -webkit-gradient(linear, left top, left bottom, from(#696969), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #696969,  #f0f0f0);	
}
@media (max-width:750px) {
  #wrapper750 {
  display: block;
  width: 350px;
  background: #3090C7;
  margin: 0 auto;
  padding: 5px 12px;
  -webkit-box-shadow: 2px 2px 3px -1px rgba(0,0,0,0.35);
  }
}
@media (max-width:350px) {
  #wrapper750 {
  display: block;
  width: 250px;
  background: #3090C7;
  margin: 0 auto;
  padding: 5px 12px;
  -webkit-box-shadow: 2px 2px 3px -1px rgba(0,0,0,0.35);
  }
}
@media (max-width:500px) {
  #wrapper450{
  display: block;
  width: 250px;
  background: #3090C7;
  margin: 0 auto;
  padding: 10px 17px;
  -webkit-box-shadow: 2px 2px 3px -1px rgba(0,0,0,0.35);
  }
}