/* @group Central_Content_Area */
/** CENTER_AREA center of page with main content */

/* @group Central_Content_Column */

#middle_column_td {
	border: 0;
	margin: 0;
	padding: 0;
	z-index: 0;
	left: 15%;
	right: 15%;
	text-align: left;
	border-right: 0.12em solid #004477;
	background-color: #001933;
	min-width: 52em;
	width: 70%;
}

.middle_content {
	background-color: #001933;
	font-weight: normal;	
	letter-spacing: 0.16em;
	border: 0;
	margin: 0;
	padding: 2em;
	visibility: visible;
	display: block;
	z-index: 1;
	text-align: left;
	border-left: 0.12em solid #004477;
}

.middle_content2 {
	background-color: #001933;
	font-weight: normal;	
	letter-spacing: 0.16em;
	border: 0;
	margin: 0;
	padding: 2em;
	padding-right: 6em;
	visibility: visible;
	display: block;
	z-index: 1;
	text-align: left;
	border-left: 0.12em solid #004477;
}

.middle_content2_dark {
	z-index: 1;
	margin: 0;
	padding: 2em;
	background-color: #00162d;
	text-align: left;
	border: 0;
	width: 85%;
	border-right: 0.12em solid #004477;
	border-top: 0.12em solid #004477;
	border-bottom: 0.12em solid #004477;
}


.middle_image_strip {
	z-index: 1;
	margin: 0;
	padding: 0;
	padding-top: 2em;
	background-color: #00162d;
	padding-bottom: 2em;
	padding-right: 2em;
	padding-left: 2em;
	text-align: center;
	border: 0;
	width: 85%;
	border-right: 0.12em solid #004477;
	border-top: 0.12em solid #004477;
	border-bottom: 0.12em solid #004477;
}
/* @end Central_Content_Column */

/* @group Central_Content_Paypal_Bar */

#paypal_bar{
	width: 100%; 
	text-align: center; 
	vertical-align: middle; 
}
.paypal_style {
	vertical-align: middle;
}
.paypal_button_image {
	width: 62px;
	height: 31px;
}

/* @end Central_Content_Paypal_Bar */

/* @group Central_Content */

#content_area_table {
	border: 0;
	margin: 0;
	border-collapse: collapse;
	padding: 0;
	min-width: 60em;
	width: 100%;
}

#content_area_tr {
	border-collapse: collapse;
	border: 0;
	margin: 0;
	padding: 0;
	min-width: 60em;
	width: 100%;
}

#content_area {
	font-size: 0.9em;
	font-weight: normal;	
	letter-spacing: 0.16em;
	border: 0;
	margin: 0;
	padding: 0;
	padding-top: 6em;
	padding-bottom: 0;
	visibility: visible;
	display: block;
	z-index: 0;
/*	position: absolute;*/
/*	top: 5.5em;*/
	text-align: center;
	min-width: 60em;
	width: 100%;
}

#content_area a {              
}

#content_area a:hover{	 
	background-color: #002244;
}

/* @end Central_Content */

/* @group Central_Content_Downloads_TABLE */

.downloads_table {
	width: 100%;
}
.downloads_td_icon {
	text-align: left;
	vertical-align: top;
	width: 3.5em;
	height: 3.5em;
}
.downloads_td {
	text-align: left;
	vertical-align: top;
}
.downloads_td_info {
	text-align: right;
	vertical-align: top;
}

.single_download_item {
	text-align: center;
	padding-top: 2em;
}

/* @end Central_Content_Downloads_TABLE */

/* @group Form_Styles */

#form_outer_table{
	width: 100%;
}
#form_single_cell{
	padding:  0.5em;
	padding-left: 1em;
	padding-right: 1em;
	vertical-align: top;
}
#form_left{
	border: 0.12em solid #004477;
	background-color: #00162d;
	width: 48%;
	padding:  0.5em;
	padding-left: 1em;
	padding-right: 1em;
	vertical-align: top;
}
#form_center_space{
	width: 2em;
}
#form_right{
	border: 0.12em solid #004477;
	background-color: #00162d;
	width: 48%;
	padding:  0.5em;
	padding-left: 1em;
	padding-right: 1em;
	vertical-align: top;
}

/* @end */

/* @group Central_Links_List */


.linkinfo {
	color: #8bb6cc;
	text-decoration: italic;
	padding: 0em;
	padding-top: 0.25em;
	padding-bottom: 0.75em;
	font: italic 0.8em helvetica, sans-serif;
}

#all_links {
	width:100%;
}

.links_column {
	width: 45%;
	text-align: center;
	vertical-align: top;
}

.links_break_column {
	width: 10%;
}

/* @end */


/* @end Central_Content_Area */

/* @group Product_Icon */
/** PRODUCT_ICON product "matrix", only 2 at the moment */

.icon_feature {
	width: 6em;
	height: 6em;
}
.icon_small {
	width: 3em;
	height: 3em;
}
.icon_content {
	width: 6em;
	height: 6em;
	padding-right: 2em;
}

/* @end Product_Icon */

/* @group LINK_STYLES */


/* @group A_Image_Link */
/** IMAGE_LINK icons small box with highlight on hover... */

a.img_link {
	display: block;
	background: url("images/download.gif") no-repeat 0.2em 0.2em;
	width: 2.2em;
	height: 2.2em;
	border: 0.12em;
	border-color: transparent;
	border-style: solid;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-left: 0.2em;
	padding-bottom:0.2em;
	}

a:hover.img_link {
	display: block;
	background: url("images/download-white.gif") no-repeat 0.2em 0.2em;
	width: 2.2em;
	height: 2.2em;
	border: 0.12em;
	border-color: #004477;
	border-style: solid;
	background-color: #002244;
	}

/* @end A_Aimage_Link */

/* @group Real_Image_Link */
/** REAL_IMAGE_LINK small box with highlight on hover... */

a.real_image_link {
	text-decoration: none;
	margin: 0;
	border: 0;
	border-style: none;
	padding: 0.2em;
	padding-bottom: 0.1em;
	}
a:hover.real_image_link {
	background-color: #00162d;
	text-decoration: none;
	}
img.real_image_link {
	text-decoration: none;
	margin: 0;
	border: 0;
	border: 0.12em;
	border-color: #00162d;
	border-style: solid;
	padding: 0.2em;
	padding-bottom: 0.1em;
	}
img:hover.real_image_link {
	text-decoration: none;
	border: 0.12em;
	border-color: #004477;
	border-style: solid;
	background-color: #002244;
	color: #ffffff;
	}

/* @end Real_Image_Link */

/* @group A_DIV_Area_Link */

a.area_link {              
	line-height: 150%;
	text-decoration: none;
	margin: 0;
	border: 0;
	border-style: none;
	padding: 0.2em;
	padding-bottom: 0.1em;
}

a:hover.area_link{	 
	background-color: #00162d;
	line-height: 150%;
	text-decoration: none;
}

div.area_link {              
	line-height: 150%;
	color: #f8f848;
	text-decoration: none;
	margin: 0;
	border: 0;
	border-top: 0.12em;
	border-bottom: 0.12em;
	border-color: #00162d;
	border-style: solid;
	padding: 0.2em;
	padding-bottom: 0.1em;
}

div:hover.area_link{	 
	line-height: 150%;
	text-decoration: none;
	border: 0;
	border-top: 0.12em;
	border-bottom: 0.12em;
	border-color: #004477;
	border-style: solid;
	background-color: #002244;
	color: #ffffff;
}

/* @end A_DIV_Area_Link */

/* @group H2_Link */

a.h2_link { 
	text-align: center;
	font-family: "Helvetica", sans-serif; 
	color: #8bb6cc; 
	font-size: 1.8em; 
	font-weight: bold; 
 	text-shadow: #52bCb3 0 0 2em;
	letter-spacing: 0.1em; 
	line-height: 150%; 
	padding: 0.57em;
	}

a:hover.h2_link { 
	text-align: center;
	font-family: "Helvetica", sans-serif; 
	font-size: 1.8em; 
	font-weight: bold; 
 	text-shadow: #52bCb3 0 0 2em;
	letter-spacing: 0.1em; 
	line-height: 150%; 
	padding: 0.5em;
	border: 0.07em;
	border-color: #004477;
	border-style: solid;
	background-color: #002244;
	color: #ffffff;
	}

/* @end H2_Link */

/* @end Link_Styles */

/* @group Input_Styles */

.inputStyle {
	outline: none;
	color: #ffffdd;
	background-color: #002244;
	border: 0.12em solid #004477;
	margin: 0;
	padding: 0.25em;
	font-weight: normal;
}

.inputStyle:hover {
	outline: none;
	color: #ffffdd;
	background-color: #002244;
	border: 0.12em solid #f8f848;
	margin: 0;
	padding: 0.25em;
	font-weight: normal;
}
.inputStyle:focus {
	outline: none;
	color: #ffffdd;
	background-color: #002244;
	border: 0.12em solid #f8f848;
	margin: 0;
	padding: 0.25em;
	font-weight: normal;
}

.underline{
	text-decoration: underline;
}
.errorText{
	color: #ff8888;	
}

.errorText2{
	font-size: 1.5em;
	font-weight: bolder;
	color: #ff8888;	
}

.inputNote{
	font-style: italic; 
	font-weight: normal;	
}

td.radioStyleBreak {
	height: 0.25em;
}

/** text properties same as Central_Content_Area p, but since this is within the same
Central_Content_Area the font size used here is 1em instead of the original 0.9em. */
td.radioStyle{
	vertical-align: top;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding: 0.2em;
	border: 0.12em solid #001933;
}

td.radioStyle:hover{
	padding: 0.2em;
	border: 0.12em solid #f8f848;
}
td.radioStyle:focus{
	padding: 0.2em;
	border: 0.12em solid #f8f848;
}

/* the following are a direct copy of the above 3definitions, just for a slightly darker background on the phonedb page. */

td.radioStyleDark{
	vertical-align: top;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding: 0.2em;
	border: 0.12em solid #00162d;
}

td.radioStyleDark:hover{
	padding: 0.2em;
	border: 0.12em solid #f8f848;
}
td.radioStyleDark:focus{
	padding: 0.2em;
	border: 0.12em solid #f8f848;
}

/* @end Input_Styles */

/* @group Sharing */

.share_icon{
	height: 24px; 
	vertical-align: top;
}

.share_text{
	vertical-align: middle;
}

/* @end */

/* @group Standard_Site_Parts */

#disclaimer {
	color: #004477;
	font-family: "Helvetica", sans-serif;
	font-size: 0.8em;
	font-style: italic;
}

/* @group Footer_Area */
/** FOOTER */

.footer {
	min-width: 60em;
	text-align: center;
/*display: block;*/
/*visibility: visible;*/
	z-index: 10;
	background-color: #002244;
	position: relative;
	border: 0;
	border-top: 0.12em solid #004477;
	margin: 0;
	padding: 0;
/*top: 38.60em;*/
	left: 0;
	width: 100%;
/*bottom: 0;*/
	float:left;
}

.footer_splash {
	min-width: 60em;
	text-align: center;
	display: block;
	visibility: visible;
	z-index: 10;
	background-color: #002244;
	position: absolute;
	border: 0;
	border-top: 0.12em solid #004477;
	margin: 0;
	padding: 0;
	top: 38.60em;
	left: 0;
	width: 100%;
	bottom: 0;
	float:left;
}

.footer_copyright {
	display: block;
	visibility: visible;
	border: 0;
	margin: 0;
	padding: 0;
	padding-top: 0.2em;
	font-weight: normal;
	font-size: 0.7em;
	color: #004477;
}

.footer_ads {
	z-index: 99; 
	display: block; 
	visibility: visible;
	opacity: 1.0; 
	width: 100%; 
	height: 60px;
}

/* @end Footer_Area */

/* @group Min_Site_Width */

#min_size {
	min-width: 60em;
	width: 100%;
	text-align: center;
}

/* @end Min_Site_Width*/

/* @group Header_Area */
/** TOP_BANNER top of screen menu and header (masthead) graphic */

#top_header_menu {
	overflow: hidden;
	min-width: 60em;
	height: 6em;
	width: 100%;
	left: 0%;
	top: 0%;
	z-index: 10;
	float: left;
	position: absolute;
	visibility: visible;
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
}

/* @group Header */
/** HEADER top of screen header (masthead) graphic */

#header {
	min-width: 60em;
	height:3.8em;
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #00162d;
	text-align: center;
}

#header a {
	text-decoration: none;
	border: 0;
	padding: 0;
	margin: 0;
}
#header a.hover {
	border: 0;
	padding: 0;
	margin: 0;
	text-decoration: none;
}

#header img {
	height: 3.8em;
}

/* @end Header*/

/* @group Menu */

/** MENU top of page menu items and link types */

#menu_bar {
	overflow: hidden;
	background-color: #002244;
	color: #f8f848;
	min-width: 60em;
	visibility: visible;
	display: block;
	border: 0;
	border-top: 0.12em solid #004477;
	border-bottom: 0.12em solid #004477;
	margin: 0;
	padding: 0;
	height: 1.7em;
	line-height: 180%;
	text-decoration: none;
	letter-spacing: 0.16em;
	text-transform: lowercase;
	text-align: center;
	text-decoration: none;
}

#menu_bar a {
	height: 100%;
	padding-left: 0.3em;
	padding-right: 0.3em;
	padding-top: 0.4em;
	padding-bottom: 0.5em;
	margin: 0;
	border: 0;
	border: 0.12em solid #002244;
	text-decoration: none;
	color: #f8f848;
}

#menu_bar a:hover{
	border: 0.12em solid #004477;
	background-color: #00162d;
}

/* @end Menu */

/* @end Header_Area*/

/* @group Side_Content_Columns */

#left_column_td {
	text-align: center;
	vertical-align: top;
	border: 0;
	margin: 0;
	padding: 0;
	min-width: 9em;	
	left: 0%;
	width: 15%;
	right: 85%;
	height: 100%;
}

#right_column_td {
	vertical-align: top;
	border: 0;
	margin: 0;
	padding: 0;
	min-width: 6em;	
	left: 85%;
	right: 0%;
	height: 100%;
	width: 15%;
}

#right_column_ads {
	width: 100%;
	min-width: 9em;
	text-align: center;
}

/* @end Side_Content_Columns */



/* @end */




/* @group Splash_Area */

#splash_area {
	letter-spacing: 0.16em;
	overflow: hidden;
	border: 0;
	margin: 0;
	padding: 0;
	visibility: visible;
	display: block;
	z-index: 0;
	position: absolute;
	top: 5.6em;
	text-align: center;
	min-width: 60em;
	height: 33.2em;
	width: 100%;
}

#splash_image_right {
	left: 50%;
	position: absolute;
	border-right: 0.12em solid #004477;
	width: 27.5em;
	height: 33.2em;
}

#splash_image_left {
	right: 50%;
	position: absolute;
	border-left: 0.12em solid #004477;
	width: 27.5em;
	height: 33.2em;
}

.splash_links a {              
}

.splash_links a:hover{	 
	background-color: #002244;
}

/*---------------------------------------------------------------------------------------*/
/** INNER_RIGHT right side links - happymakinggames, 2 blogs and pugsmaps
*/

#right_links {
	left: 50%;
	width: 26.5em;
	float: right;
	display: block;
	position: absolute;
	top: 0;
	height: 10em;
	visibility: visible;
	margin: 0;
	padding: 0;
	z-index: 5;
	text-align: right;
	vertical-align: top;
	line-height: 180%;
}                

#right_links span {
	text-shadow: 0em 0em 0.4em #00162d;
	padding-left: 0.8em;
	padding-right: 0.8em;  
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

/*---------------------------------------------------------------------------------------*/
/** INNER_LEFT left side bottom links - link to past/history 
*/

#left_links {
	display: block;
	float: right;
	top: 28em;
	right: 50%;
	width: 26.5em;
	visibility: visible;
	margin: 0;
	padding: 0;
	z-index: 5;
	position: absolute;
	text-align: left;
	vertical-align: bottom;
	line-height: 180%;
}

#left_links span {   
	text-shadow: 0em 0em 0.4em #00162d;
	padding-left: 0.8em;
	padding-right: 0.8em;  
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

/*---------------------------------------------------------------------------------------*/
/** INNER_MIDDLE product "matrix", only 2 at the moment 
*/
.icon_feature {
	width: 6em;
	height: 6em;
}
.icon_small {
	width: 3em;
	height: 3em;
}

#middle_links {
	display: block;
	top: 10em;
	left: 25%;
	width: 50%;
	visibility: visible;
	margin: 0;
	padding: 0;
	z-index: 6;
	position: absolute;
	text-align: center;
	vertical-align: center;
	line-height: 180%;
}

/* @end Splash_Area */
