
/* at-styles.css - Styles for all Agile Thinking pages */
/* Created: 4 December 2005 */
/* Author:  Tobias Mayer */

/*
always import thickbox.css, even though it is not explicitly needed by all pages it does help to keep all layout styles consistent. Odd layouts have been observed when it is removed.
*/
@import "thickbox.css";
/*
required by all pages that use popup windows
*/
@import "at-popwin.css";

a {
	color: #C35817; 
	text-decoration: none;
}
  
a:hover {
	color: #444444;
	text-decoration: underline;
}

p {
	margin-top: 2px;
	margin-bottom: 6px;
}


.linksheader {
	padding-top: 8px;
	font-weight: bold;
}

table.surrounding {
	width=800px;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
}

body, table {
  font-family: verdana,sans-serif;
  font-size: 10pt;
}
  
body {
  background: url('../img/style-background.jpg') repeat-x #E4E4E4;
}

ul, ol {
	margin-left:20px; 
	margin-top:4px;
}

.mainlink {
	color:black; 
	text-decoration:none;
}

a.mainlink:hover { 
	color: black;
	text-decoration:none
}

.pagetitle, .indextitle, .gamestitle, .news {
	font-size:16pt;
	font-weight:bold;
	padding-bottom: 10px;
}

.subtitle {
	font-size:10pt;
	font-weight:bold;
	padding-top: 8px;
	padding-bottom: 5px;
}

.indextitle, .gamestitle {
	float: left;
}

.news {
	font-size:13pt;
	padding-top:5px;
	width:566px;
	text-align:right;
}



.gamesindex {
	
    font-size:10pt;
	padding-top:8px;
	
	padding-bottom: 10px;
	width:566px;
	text-align:right;
}
  
.header {
	background-image:url('../img/style-header.png'); 
	background-repeat: no-repeat;
	width:800;
	height: 132;
}

.angel {
	margin-top:9pt; 
	margin-left:9pt;
}

.headline {
	font-family: Arial Black;
	font-weight: normal;
	font-size: 32pt;
	vertical-align: bottom;
	position: relative; 
	top: -42; 
	left: 8;
}

.subhead {
	font-weight: bold; 
	padding-top: 3px;
	padding-bottom: 3px;
}

.topnav {
	font-size:10pt;
	width:788px; 
	text-align:right; 
	padding-top:45px;
}

.topcell {
	padding-top: 3px;
	background-color:transparent;  /* #d1e9e9 pale blue */
}

.topdiv {
	background-image:url('../img/style-toppanel.jpg'); /* url('img/logo-blank.png'); */ 
	background-repeat: no-repeat; 
	width: 800px;
	height:100px;
}

.testimonial {
	font-family: verdana,sans-serif;
	font-size: 9pt;
	border-right: 1px solid #888888; 
	padding: 6pt;
	padding-left: 24pt;
	padding-right: 24pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: justify;
	color:#444444;
	float:left;
	width:542px;
	height: 68;
}

.partnerlogo {
	padding-right:7; 
	padding-top:8;
}

.partnertext { 
  padding-top:2px; 
  padding-bottom:10px; 
}

.content { 
	font-size:9pt; 
	height: 55px;
}

.writer { 
	font-size:8pt;
	float:left; 
}

.morelink {
	font-size:8pt;
	text-align:right;
}

.leftpanel {
	font-family: verdana,sans-serif;
	font-size: 10pt;
	padding: 12pt;
	border: none;
	background-image:url('../img/style-leftpanel.jpg');
	background-repeat: repeat y;
	float:left;
	width: 573;
}

.rightpanel {
	font-family: verdana,sans-serif;
	font-size: 10pt;
	padding: 6pt;
	padding-top: 12pt;
	background: #d1e9e9;   
	background-image:url('../img/style-rightpanel.jpg');
	background-repeat: no-repeat;
	float:left;
	width: 173;
	height: 504;
}

.head1 {
	font-family: verdana,sans-serif;
	font-weight: normal;
	margin-top: -16px;
	font-size: 7pt;
	vertical-align: bottom;
	border: none;
	color: #888888;

}

.google {
	margin-top: 6px;
	margin-bottom: 8px;
	border: 1px solid #F88017; 
	background: #ffffff;
}

.copyright { 
	font-size:7pt; 
	float:left; 
	color:#888888; 
	width:672; 
}
.credit, .lovecredit { 
	font-size:7pt; 
	color:#888888;
}

.lovecredit {  
  width:194px; 
  position:relative; 
  left:604px; 
  top:-12.5px;
}

.namedate {
	font-size:8pt;
	padding-bottom:6px
}

.orange
{
	color:orange;
}

.orange:hover
{
	color:orange;
	text-decoration: underline;
}

.linksubhead {
  margin-left:10px; 
  font-weight:bold;
  color:black;
  position:relative;
  left:-8px;
  padding-top:5px;
}

.linkslist {
  margin-left:22px; 
  margin-top:8px;
}



