fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button {
	padding: 0!important;
}

/*-----------------------------------------------------------------------------------*/
/* @group Tables & Pricing Boxes */
/*-----------------------------------------------------------------------------------*/

table {
	border-collapse: separate;
	border-spacing: 4px;
	padding: 12px;
	width: 100%;
	background-image: url(img/noise.png);
	border: 0!important;
	margin-bottom: 27px;
	color: #2c6c92;
	text-shadow: 0 1px 0 #fff;
}
		
table, caption {
	text-align: left;
}
			
caption h2 {
	display: inline-block;
	font-size: 16px;
	position: relative;
	margin-bottom: 11px!important;
	color: #666;
}
		
th, td {
	border-width: 5px;
	padding: 6px;
}

th {
	font-size: 14px;
}
	
thead, td, th {
	text-align: center;
	vertical-align: middle;
}
			
thead th {
	background: rgba(255, 255, 255, 0.5)!important;
}
				
thead tr:nth-of-type(n+2) th {
	background: url(img/black5.png);
	background: rgba(0, 0, 0, 0.05);
}
			
tfoot td {
	background: url(img/black5.png);
	background: rgba(0, 0, 0, 0.05);	
}
									
tbody td {
	color: #777;
	background: #fff;
	border: 1px solid #fff;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
			
table tbody tr:hover td {
	background-image: url(img/noise.png);
	padding: 6px;
}

td:empty {
	background: 0;
	border: 0;
}
			
table, thead th, tfoot td, tbody td {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
	
.tableYN {
	vertical-align: text-top;
}

.pricingBox table caption {
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
}

.pricingBox table caption h2 {
	font-size: 18px;
}

/* @end Tables & Pricing Boxes */





/*-----------------------------------------------------------------------------------*/
/* @group Lists */
/*-----------------------------------------------------------------------------------*/

ul, ol {
	margin: 0 0 27px;
}

ol li {
	list-style-type: decimal!important;
}

/*-----------------------------------------------------------------------------------*/
/* @group Tables */
/*-----------------------------------------------------------------------------------*/

table {
	background-color: #d1eefb;
	color: #467b9e;
	border: 1px solid #80b7db;
	-webkit-box-shadow: inset 0 -1px 30px rgba(140, 189, 222, .5);
	-moz-box-shadow: inset 0 -1px 30px rgba(140, 189, 222, .5);
	box-shadow: inset 0 -1px 30px rgba(140, 189, 222, .5);
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
}

table thead th {
	background: #e4f2f8;
}

table tfoot a {
	color: #467B9E;
}

table tbody tr:hover td {
	background-color: #d8e9be;
	color: #6a7f51;
	border: 1px solid #a2cda0;
	-webkit-box-shadow: inset 0 -1px 30px rgba(170, 212, 113, .8);
	-moz-box-shadow: inset 0 -1px 30px rgba(170, 212, 113, .8);
	box-shadow: inset 0 -1px 30px rgba(170, 212, 113, .8);
}

table tbody tr:hover td a {
	color: #6a7f51;
}

/* @end */

/*-----------------------------------------------------------------------------------*/
/* @group Forms */
/*-----------------------------------------------------------------------------------*/

form input, textarea {
	background: #ebf5fe;
	border: 1px solid #c3e5fd;
}

form input:focus, textarea:focus {
	border: 1px solid #c3e5fd;
}

/* @end */


/*-----------------------------------------------------------------------------------*/
/* @group Contact Form */
/*-----------------------------------------------------------------------------------*/

form {
	margin-bottom: 27px;
	display: block;
}

form fieldset {
	margin: 0 0 25px 0;
	float: left;
	clear: left;
	display: block;
	width: 100%;
}

form input, textarea {
	display: block;
	width: 70%;
	padding: 10px;
	color: #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 7px rgba(0,0,0,.05) inset;
	-moz-box-shadow: 0 2px 7px rgba(0,0,0,.05) inset;
	box-shadow: 0 2px 7px rgba(0,0,0,.05) inset;
	font-size: 14px;
	margin: 3px 0;
}

form textarea {
	height: 150px;
	width: 90%!important;
}

form input:focus, textarea:focus {
	background: #fff;
	-webkit-box-shadow: 0 2px 7px rgba(0,0,0,.05);
	-moz-box-shadow: 0 2px 7px rgba(0,0,0,.05);
	box-shadow: 0 2px 7px rgba(0,0,0,.05);
}

.formError {
	margin: 6px 0 0!important;
}

.formSuccess div {
	padding: 22px 10px 22px 55px!important;
}

/* @end Contact Form */

blockquote, blockquote p {
    color: #4c7c97;
}

pre, code, kbd, samp { 
	background: url(../../img/preBGBlue.png);
}

.highlight, .required {
	color: #79c1e8;
}

::-moz-selection { 
	background-color: #89d3fd;
}

::selection { 
	background-color: #89d3fd;
}

.footer ::-moz-selection { 
	background-color: #89d3fd;
}

.footer ::selection { 
	background-color: #89d3fd;
}