/* 
** CSS Document
** For NexGolf product pages
** XHTML /w CSS-2
** Cross browser and standards-compliant
** - There's no other way to do it.
** 
** MP / Nextime Solutions Oy 2004 
*/

/** BASIC **/
html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF ;
	text-align: center;
}

#container {
	text-align: center;
	width: 602px;
	min-height: 200px;
	padding: 0px;
	margin: 0px auto;
	border: 0px #92B961 none;
	color: #000000;
	font-size: 10pt;
	line-height: 13pt;
}
#container p {
	text-align: left;
}
#container p.red {
	color: #f00;
}
#container p.newsArchive {
}
#container p a {
	color: #66A234;
	text-decoration: none;
	border: 0px;
	border-bottom: 1px #92B961 solid;
}
#container p a:hover {
}
#container ul {
}
#container table {
	border-collapse: collapse;
	margin-bottom: 10px;
	margin-top: 10px;
}
#container table.inside {
	border-collapse: collapse;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
span.red, span.validationError {
	font-family: verdana, helvetica, sans-serif;
	font-size: 8pt;
	line-height: 9pt;
	margin: 0px;
	color: #f00;
	display: inline;
}
img.flag {
	border: 1px solid black;
	margin-left: 5px;
	margin-top: 2px;
}

/* system message */
div.systemMessage {
	background-color: #E2F5D9 ;
	margin-left: 50px;
	margin-top: 15px;
	width: 568px;
	padding: 15px;
	border: 1px #92B961 solid;
	font-size: 10pt;
	line-height: 13pt;
	text-align: center;
}

/** DIFFERENT TD STYLES**/
td {
	text-align: left;
	border: 1px solid #66A234;
	background-color: #fff;
	font-size: 8pt;
	line-height: 10pt;
	padding: 2px 5px 2px 5px;
}
td a {
	color: #268214;
	/* font-weight: bold; */
	text-decoration: none;
}
td a:hover {
	text-decoration: underline;
}
td span {
	font-family: tahoma, arial, helvetica, sans-serif;
	margin-left: -3px;
	font-size: 7pt;
	margin-bottom: 2px;
	display: block;
}
td span.ownpar {
	font-family: tahoma, arial, helvetica, sans-serif;
	margin-left: 0px;
	font-size: 7pt;
	font-weight: bold;
	line-height: 14pt;
	vertical-align: top;
	display: inline;
}
td.top{
	padding: 1px 1px 1px 10px;
	font-size: 9pt;
	font-weight: bold;
	color: #fff;
	background-color: #66A234;
	border-top: 2px solid #99CC99;
	border-right: 2px solid #449224;
	border-bottom: 2px solid #449224;
	border-left: 2px solid #99CC99;
}
td.dataHeader{
	padding: 2px 5px 2px 5px;
	font-size: 8pt;
	font-weight: bold;
	background-color: #E2F5D9 ;
}
td.whiteHeader{
	text-align: center;
	padding: 2px 5px 2px 5px;
	font-size: 8pt;
	font-weight: bold;
	background-color: transparent ;
}
td.empty{
	background-color: #fff;
	border: 0px none #fff;
	margin: 0px;
	padding: 0px;
}
td.grey {
	background-color: #f8f8f8;
}
td.greycenter {
	text-align: center;
	background-color: #f8f8f8;
}
td.white {
	text-align: center;
	background-color: #fff;
}
td.yellow {
	text-align: center;
	background-color: #ff0;
}
td.red {
	text-align: center;
	background-color: #f44;
	color: #000;
}
td.blue {
	text-align: center;
	background-color: #66f;
}

/** FORMS **/
form {
	margin: 0px;
	padding: 0px;
}
input{ 
	font-family: verdana, arial, helvetica, sans-serif;
}
.textarea {
	width: 350px;
	background-color: #E2F5D9 ;
	color: #000000;
	border: 1px solid #66A234;
}
.textarea:focus {
	background-color: #FFFFFF ;
}
.textfield {
	font-size: 8pt;
	background-color: #FFF ;
	color: #000000;
	border: 1px solid #369218;
}
.textfieldpoints {
	width: 25px;
	margin: none;
	font-size: 8pt;
	background-color: #FFF ;
	color: #000000;
	border: 1px solid #369218;
}
.textfield:focus {
	background-color: #E2F5D9 ;
}
.button {
	background-color: #E2F5D9 ;
	color: #000000;
	font-weight: bold;
	border: 2px solid #66A234;
}
.buttonsmall {
	background-color: #E2F5D9 ;
	color: #000000;
	font-size: 8pt;
	padding: 0px;
	font-weight: normal;
	border: 2px solid #66A234;
}
select {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	background-color: #FFF ;
	color: #000000;
	border: 1px solid #66A234;
}
