table.p a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
table.p a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table.p a:active,
table.p a:hover {
	color: #bd5a35;
	text-decoration:underline;
}


table.p {
	float:left;
	margin-right:30px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	border:#ccc 1px solid;
	margin-bottom:30px;
	-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.p th {
	padding:11px 15px 11px 15px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	/*background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);*/
	font-size:15px;

}
table.p th:first-child{
	text-align: left;
	padding-left:20px;
}
table.p tr:first-child th:first-child{
	text-align:center;
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table.p tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
	
}
table.p tr{
	text-align: left;
	padding-left:20px;
}
table.p tr td:first-child{

	padding-left:20px;
	border-left: 0;
}
table.p tr td {
	padding:5px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table.p tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table.p tr:last-child td{
	border-bottom:0;
}
table.p tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table.p tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table.p tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

.table-heading{
	padding-top:20px;
	padding-bottom:30px;
}

.table-text{
	color:#6f6f6f;
}

/* End Of Elements For Tab Decoration */


.signup-button{
	width:110px;
	margin:0px 0px 0px 39px;
}
/* Normal Button Styling */
a.button {
    background: transparent url('../images/bg_button_a.png') no-repeat scroll top right;
    color: #ffffff;
    display: block;
    float: left;
    font-family:'Metrophobic',Arial,Tahoma,Verdana;
	font-weight:100;
	font-size:11px;
	text-shadow:0px 1px 0px #000000;
    height: 32px;
    margin-right: 12px;
    padding-right: 34px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button_span.png') no-repeat;
    display: block;
    line-height: 17px;
    padding: 7px 0 8px 18px;
	 color: #ffffff;
} 
a.button:active {
    background-position: bottom right;
    color: #ffffff;
    outline: none; /* hide dotted outline in Firefox */
}
a.button:active span {
    background-position: bottom left;
	 color: #ffffff;
    padding: 7px 0 8px 18px; /* push text down 1px */
} 
.clear{
	clear:both;
}
