﻿BODY, TD, DIV, H2, SPAN, INPUT, SELECT, TEXTAREA
{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
}

IMG
{
	border-style: none;
}

P
{
	line-height:2em;
}

BODY 
{
	padding-top: 16px;
	background-color: #EDEDED;
}

STRONG
{
	color: #333333;
}

TD.pageHeading
{
	height: 60px; 
	text-align: right; 
	padding-right: 80px;
	color: #FF8600;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 900;
	background-image: url(../images/page_caption_bg.png);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

TD.content
{
	background-color: White;
	padding: 30px;
	font-size: 14pt;
}

DIV.content
{
	min-height: 480px;
}

TD.copyright
{
	height: 40px; 
	vertical-align: bottom; 
	text-align: right; 
	padding: 0px 10px 12px 0px;
	color: #8a8a8a;
	font-size: 9px;
	letter-spacing: 1px;
}

TD.copyright A
{
	height: 40px; 
	vertical-align: bottom; 
	text-align: right; 
	padding: 0px 10px 12px 0px;
	color: #8a8a8a;
	font-size: 9px;
	letter-spacing: 1px;
}

.header
{
	padding: 0px 0px 0px 40px;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 900;
}
.slogan
{
	padding: 0px 0px 0px 40px;
	color: #FFFFFF;
	font-size: 12px;
}

H2
{
	padding-top: 5px;
	height: 30px;
}
H2 SPAN
{
	color: #7CC50B;
	font-size: 19px;
}
A 
{
	color: #FF8600;
	font-size: 16px;
	font-weight: bold;
}
A:hover
{
	color: #FFC88E;
}

LI
{
	list-style-position: inside;
	list-style-image: url(../images/bullet.png);
	padding-bottom: 10px;
}

.menu TABLE 
{
	height: 50px; 
	background-color: #FF8600;
}

.menu TD:hover 
{
	background-image: none;
	cursor:pointer;
}

.menu TD 
{
	height: 50px;
	text-align:center;
	background-image: url(../images/topmenu_bg.png);
}

.menu a {
	text-decoration:none;
	font-size: 18px;
	padding: 17px 12px 17px 12px;
	color: #FFFFFF;
}

.thanks 
{
	color:#7CC50B;
	font-weight: bold;
}

.fieldTip, .fieldValidation
{
	display: inline;
	font-size: 10px;
	color: #7CC50B;
	padding-left: 5px;
	vertical-align: top;
}

.fieldCaption
{
	color: Gray;
	font-size: 19px;
	height: 45px;
	white-space:nowrap;
}

.fieldInput
{
	color: #FF8600;
	font-weight: bold;
	width: 60%;
	display: block;
	vertical-align: top;
}

.contactForm LI
{
	list-style-type:none;
	display: inline;
	list-style-image: none;
}

.screenshot
{

}

.thumbnailContainer
{

}

.descriptionContainer
{
	vertical-align: top;
	padding-left: 30px;
}

.description
{

}

.thumbnail
{

}

table.visible {
  border:1px solid #E97B07;
  margin:0 1% 1em;
  width:100%;
}

table.visible td 
{
  margin: 0;
  padding: 0.5em 0.5em 0.5em 1em;
  border: 0px solid #eee;
  vertical-align: top;
}

table.visible th {
  background-color:#E97B07;
  color:#FFFFFF;
  padding:0.5em 0.5em 0.5em 1em;
  text-align:left;
}
  
/* Button start */

a:hover.button 
{
	background:transparent url(../images/buttons/bg_hover.jpg) repeat-x scroll left top;
	color:#FFFFFF;
}

a.button 
{
	background:transparent url(../images/buttons/bg_normal.jpg) repeat-x scroll left top;
	display:block;
	float:left;
	height:26px;
	line-height:26px;
	border-width: 0; 

	text-decoration: none;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align: center;
}

a.button .btn_lbg {
  background:transparent url(../images/buttons/lbg_normal.jpg) no-repeat scroll left top;
  display:block;
  padding-left: 12px;	
}

a:hover.button .btn_lbg {
	background:transparent url(../images/buttons/lbg_hover.jpg) no-repeat scroll left top;
}

a.button .btn_rbg {
  background:transparent url(../images/buttons/rbg_normal.jpg) no-repeat scroll right top;
  display:block;
  padding-right: 12px;
}

a:hover.button .btn_rbg {
	background:transparent url(../images/buttons/rbg_hover.jpg) no-repeat scroll right top;
}
/* Button end */