/*
* 1. main element definitions
* 2. paragraph styles
* 3. horizontal menu
* 4. "main feature"
* 5. table styles
* 6. Image Containers for Polo Report
* A1. misc
*/

/*
* 1. main element definitions
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana;
	font-size: 0.8em;
	text-align: center;
	color: #002;
	background-color: #0d77aa;
	background-image: url('../../img/body-bg3.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	width: 100%;
}

.pPg {
	width: 850px;
	margin: auto;
	text-align: left;
	margin-bottom: 50px;
	border-left: 0px ;
}

.pHd {
	height: 130px;
	background-color: #fff;
}

.pBd {
	background-color: #f5f5ff; 
}


/*
* 2. paragraph styles
*/

p {
	margin: 1em 0em;
}

h1 {
	font-size: 1.45em;
	margin: 0.5em 0em;
	font-family: Verdana;
	color: #224;
}

h2 {
	margin: 0.5em 0em;
	font-size: 1.1em;
}

li {
	margin-bottom: 1em;
}

a {
	color: #00a;
}

a:hover {
	color: #77c;
}

.r {
	color: #a00;
}


/*
* 3. horizontal menu
*/

.pMn {
}

.pMn a {
	color: #eef;
	text-decoration: none;
	font-weight: bold;
}

.pMn a:hover {
	text-decoration: underline;
}


/*
* 4. "main feature"
*/

.pFeature, .pFeature2 { 
	width: 850px; /* req: IE6 */ 
}

.pFeature { 
	background-color: #000000; /* was #a56; /*#afa;  good: #b6a; */
}

.pFeature2 { 
	background-color: #ccf; 
}

.pFeature .pFeatureMsg { 
	color: #fff; 
	background-color: #000000;/* was #a56;  /* good: #b6a;*/
}

.pFeature2 .pFeatureMsg { 
	color: #447; 
	background-color: #ccf;
}

.pFeatureMsg {
	width: 237px;
	float: left;
	padding: 12px 6px;
	font-size: 14px;
	font-weight: normal;
	COLOR: #fff;
	
}

.pFeatureImgFr {
	width: 600px;
	float: right;
	background-color: #000000;
}

.pFeatureImg {
	width: 600px; 
	height: 281px;
}

.pFeatureImgTtl {
	border-top: 1px solid #633;
	border-bottom: 1px solid #dcc;
	padding: 1px;
	font-size: 0.8em;
	background-color: #300;
	color: #fee;
	text-align: right;
}

.pFeatureEnd {
	clear: both;
}


/*
* 5. table styles
*/

table {
	border: 0px;
}

tr.thd td {
	background-color: #dde;
	font-weight: bold;
	font-size: 0.8em;
	border-bottom: 1px solid #aab;
}

td {
	padding: 3px 2px;
	font-size: 0.9em;
	border-bottom: 1px solid #ccd;
}

td.n {
	text-align: right;
}

tr.rw0 td {
	background-color: #eef;
}

tr.rw1 td {
	background-color: #e5e5f6;
}

/*
* 6. Image formatting & Captions for Tournament Report
*/

div.pic_r {
  float: right;
  width: 25%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.pic_r p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

div.pic_l {
  float: left;
  width: 25%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.pic_l p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
div.pic_norm {
  float: left;
  width: 25%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 2.0em;
  min-width: 200px;

}
div.pic_norm p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}



/*
* A1. misc
*/

.newsbar {
	padding-left: 8px;
	background-color: #ffffff;
}

.news {
	float: left;
	background-color: #ffffff;
	padding: 1em;
	font-size: 0.7em;
	border-right: 1px dotted #0d77aa;
	border-top: 1px dotted #0d77aa;
	padding: 6px 6px;
	font-size: 0.9em;
	width: 407px;
	
}

.pFt {
	font-size:0.8em; 
	padding: 2px; 
	color: #fff;
	background-color: #0d77aa;
}

.pBd1 {
	padding: 1em 2em;
}

ul#pdf {
	
	list-style: none;
	

	
}

#pdf li {
	
	padding: 5px 5px 5px 40px;
	background: #ccc ;
	background-image: url(../../img/pdficon_large.gif) ;
	background-repeat: no-repeat;
	background-position: left center  ;
	
}

