
/*

website = myreadymobile.com

*/

/*//////////////////////////////////////////////////////////////////////////////

Table of Contents:
--------------------------------------
$A = Site Structure Styles
--------------------------------------
$B = Header Styles
--------------------------------------
$C = Navigation  Styles
--------------------------------------
$D = Main Content  Styles
--------------------------------------
$E = Footer  Styles
--------------------------------------
*/

/*/////////////////////////////////////    $A  Structure Styles    /////////////////////////////////////*/
html,body{
	color: #000000;
	font-family:verdana;
	font-size: 12px;
	background:#919291 url(../images/bg.gif) top center repeat-y;
	margin: 0px;
	text-align: center;
	}

div.content_holder {
    margin: auto;
	width:780px;
	text-align:center;
}
table.header {
  background-color: #000000;
  margin-left:-2px;
}
table.header td {
  color: #ffdb00;
}
table.header a {
  color: #ffdb00;
  font-size: 12px;
  text-decoration: none;
}
table.header a:hover {
  text-decoration: underline;
}

div.site_content {
  width: 711px;
  text-align:left;
  margin: auto;
  border: 1px;
}

div.footer {
  background-color: #ffdb00;
  margin-left:-2px;
  width: 778px;
  padding-top:10px;
  padding-bottom: 10px;
  margin-top: 20px;
}
div.footer a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}
div.footer a:hover {
  text-decoration: underline;
}
span.copyright {
  color: #666666;
  margin-top:10px;
  display: block;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a#logo{
	background:white  url(../images/banner.jpg) bottom right no-repeat;
	height:94px;
	width:273px;
	text-indent:-999em;
	display:block;
	text-decoration:none;
	margin:0 0 0 0px;
	padding:0;
}

table.navigation {
  background-image: url('../images/nav_bar_repeater.jpg');
  background-repeat: repeat-x;
 margin-left:-2px;
}
div.navigation_bg {
  text-align: left;
  background-image: url('../images/nav_bar_repeater.jpg');
  background-repeat: repeat-x;
  width: 778px;
}
table.navigation span {
  display: none;
}
table.navigation td.seperator {
  width: 1px;
  height:30px;
  background-image: url('../images/nav_bar_seperator.jpg');
}
table.navigation td.home_btn {
  width: 94px;
  height: 30px;
}
table.navigation td.home_btn a {
  width: 94px;
  height: 30px;
  display: block;
  background-image: url('../images/home_btn.jpg');
  background-repeat: no-repeat;
}
table.navigation td.home_btn a:hover {

}
table.navigation td.cards_btn {
  width: 73px;
  height: 30px;
}
table.navigation td.cards_btn a {
  width: 73px;
  height: 30px;
  display: block;
  background-image: url('../images/cards_btn.jpg');
  background-repeat: no-repeat;
}
table.navigation td.cards_btn a:hover {

}
table.navigation td.data_btn {
  width: 68px;
  height: 30px;
}
table.navigation td.data_btn a {
  width: 68px;
  height: 30px;
  display: block;
  background-image: url('../images/data_btn.jpg');
  background-repeat: no-repeat;
}
table.navigation td.data_btn a:hover {

}
table.navigation td.coverage_btn {
  width: 107px;
  height: 30px;
}
table.navigation td.coverage_btn a {
  width: 107px;
  height: 30px;
  display: block;
  background-image: url('../images/coverage_btn.jpg');
  background-repeat: no-repeat;
}
table.navigation td.coverage_btn a:hover {

}
table.navigation td.sys_req_btn {
  width: 189px;
  height: 30px;
}
table.navigation td.sys_req_btn a {
  width: 189px;
  height: 30px;
  display: block;
  background-image: url('../images/system_requirements_btn.jpg');
  background-repeat: no-repeat;
}
table.navigation td.sys_req_btn a:hover {

}



/*///////////////////////////////////////////////////    /////////////////////////////////////////*/
img.data_card_img {
  border: 0px;
  float:left;
  margin-bottom:10px;
  margin-left:10px;
}

p.error_msg {
  background-color: #ff0000;
  color: #ffffff;
  padding-top:2px;
  padding-bottom: 2px;
  padding-left:10px;
  padding-right: 10px;
  margin: 0px;
}
p.success_msg {
  color:#009900;
}

div.ad_banner_holder {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
div.ad_banner {
  margin: auto;
  background-image: url('../images/ad.jpg');
  width: 711px;
  height: 122px;
}

td._btn {
  font-size:14px;
  font-family:Verdana, Arial, Helvetica, sans-serif;

  
  
}
td._btn a {
  padding-left:20px;
  padding-top:0px;
  padding-right: 20px;
  color:#333333;
  text-decoration: none;
}
td._btn a {
  text-decoration:none;
  color:#000000;
}