/********************************
*	Creative eWorld StyleSheet  *
********************************/

/************
*
*	Links
*
*************/
a
{
	color:#747474;
	text-decoration:none;
}

a:link
{
	color:#747474;
	text-decoration:none;
}

a:visited
{
	color:#747474;
	text-decoration:none;
}

a:active
{
	color:#747474;
	text-decoration:none;
}

a:hover
{
	color:#000000;
	text-decoration:none;
}

/************
*
*	Body & Table
*
*************/
body
{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	background-color:#ffffff;
}

td
{
	font-family: Verdana;
	font-size: 11px;	
}

/************
*
*	Products List
*
*************/
.pagelinkactive
{
	/* Use For Products List Page Numbering */
	font-family: Verdana;
	font-size: 10px;
	color: #8C836D;
	padding: 3,3,3,3;
	text-decoration: none;
}

.pagelinktext
{
	/* Use For Products List Page Numbering */
	font-family: Verdana;
	font-size: 10px;
	color: #8C836D;
	padding: 3,3,3,3;
	text-decoration: none;
}

/************
*
*	Common
*
*************/
.bodytxt
{
	font-family: Verdana;
	font-size: 11px;
	color:#000000;
}

.pageTitle
{
	font-family: Verdana;
	font-size: 11px;
	color:#00999E;
	font-weight:bold;
}

.errmsg
{
	font-family: Verdana;
	font-size: 10px;	
	color:#CC0000;
}

.footer
{
	font-family: Verdana;
	font-size: 10px;
	color: #747474;	
}

.footerlink, .footerlink:link, .footerlink:active, .footerlink:visited
{
	font-family: Verdana;
	font-size: 10px;
	color: #747474;	
	text-decoration:none;
}

.footerlink:hover
{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;	
	text-decoration:underline;
}

/************
*
*	Menu
*
*************/
.menu, .menu:active, .menu:link, .menu:visited
{
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	cursor:hand;	
}
.menu:hover, .menuOver
{
	font-family: Verdana;
	font-size: 11px;
	color: #D5D6D8;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;	
	cursor:hand;	
}

.NaviBarChildItem
{
	font-family: Verdana;
	font-size: 10px;
	color: #333333;	
	font-weight: bold;
	background-color: #C6E7EC;	
	border: solid 1px #eeeeee;	
	cursor:hand;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:15px;
	padding-right:20px;
}
.NaviBarChildItemOver
{
	font-family: Verdana;
	font-size: 10px;
	color: #747474;	
	font-weight: bold;
	background-color: #C6E7EC;
	cursor:hand;	
	border: solid 1px #eeeeee;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:15px;
	padding-right:20px;
}

/************
*
*	Programmers Extra
*
*************/
.formInput
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	border: 1px solid #C1C1C1;	
}

.formButt {	
	font-family:  Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #00999A;
	border: 1px solid #00999A;
	cursor:hand;
}