
/*gray box  */

table td.gtl

{
    width: 7.5px;

	height: 25.5px;

	background-image: url('http://www.makelifecheap.com/images/box/top_left.gif'); 

}

table td.gtm

{


	height: 25.5px;

	width: 360px; /* width of box is set here! */

	background-image: url('http://www.makelifecheap.com/images/box/top_middle.gif');

	font-weight: bold;

	color: #eeeeee;

	font-size: 14px;

}

table td.gtr

{

	width: 7.5px;

	height: 25.5px;


	background-image: url('http://www.makelifecheap.com/images/box/top_right.gif');

}

table td.gfl

{

	width: 7.5px;

	height: 10px;

	background-image: url('http://www.makelifecheap.com/images/box/f_left.gif');

	background-repeat: repeat-x;

}

table td.gfm

{

	width: 7.5px;

	height: 10px;

	background-image: url('http://www.makelifecheap.com/images/box/middle_fade.gif');

	background-repeat: repeat-x;

}

table td.gfr

{

	width: 7.5px;

	height: 7.5px;


	background-image: url('http://www.makelifecheap.com/images/box/f_right.gif');

	background-repeat: repeat-x;

}

table td.gcontent

{

	background-color: #ffffff;

	padding: 0px 0px 0px 0px;

}

table td.gbl

{

width: 7.5px;

	height: 10px;

	
	background-image: url('http://www.makelifecheap.com/images/box/gray_bottom_left.gif');

}

table td.gbr

{

	width: 7.5px;

	height: 10px;

	background-image: url('http://www.makelifecheap.com/images/box/gray_bottom_right.gif');

}



table td.gbm

{

	height: 10px;

	background-image: url('http://www.makelifecheap.com/images/box/gray_bottom_middle.gif');

}

table td.gml

{

	width: 10px;

	background-image: url('http://www.makelifecheap.com/images/box/gray_left.gif');

}

table td.gmr

{

	width: 10px;

	background-image: url('http://www.makelifecheap.com/images/box/gray_right.gif');

}

	
	/*normal box  */

table td.tl

{
    width: 7.5px;

	height: 25.5px;

	background-image: url('http://www.makelifecheap.com/images/box/top_left.gif'); 

}

table td.tm

{


	height: 25.5px;

	width: 380px; /* width of box is set here! */

	background-image: url('http://www.makelifecheap.com/images/box/top_middle.gif');

	font-weight: bold;

	color: #FFFFFF;

	font-size: 14px;

}

table td.tr

{

	width: 7.5px;

	height: 25.5px;


	background-image: url('http://www.makelifecheap.com/images/box/top_right.gif');

}

table td.fl

{

	width: 7.5px;

	height: 10px;

	background-image: url('http://www.makelifecheap.com/images/box/f_left.gif');

	background-repeat: repeat-x;

}

table td.fm

{

	width: 7.5px;

	height: 10px;

	background-image: url('http://www.makelifecheap.com/images/box/middle_fade.gif');

	background-repeat: repeat-x;

}

table td.fr

{

	width: 7.5px;

	height: 10px;


	background-image: url('http://www.makelifecheap.com/images/box/f_right.gif');

	background-repeat: repeat-x;

}

table td.menucontent

{

	background-color: #ffffff;

	padding: 0px 5px 0px 5px;

}

table td.bl

{

width: 7.5px;

	height:7.5px;

	
	background-image: url('http://www.makelifecheap.com/images/box/bottom_left.gif');

}

table td.br

{

	width: 10px;

	height: 10px;

	background-image: url('http://www.makelifecheap.com/images/box/bottom_right.gif');

}



table td.bm

{

	height: 10px;

	background-image: url('http://www.makelifecheap.com/images/box//bottom_middle.gif');

}

table td.ml

{

	width: 10px;

	background-image: url('http://www.makelifecheap.com/images/box/left.gif');

}

table td.mr

{

	width: 10px;

	background-image: url('http://www.makelifecheap.com/images/box/right.gif');

}

	


/* ****************** RatingStar ****************** */
.ratingStar
{
	white-space:nowrap;
	margin:1em;
	height:14px;
}
.ratingStar .ratingItem {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
	cursor:pointer;
}
.ratingStar .Filled {
    background-image: url(images/ratingStarFilled.png);
}
.ratingStar .Empty {
    background-image: url(images/ratingStarEmpty.png);
}
.ratingStar .Saved {
    background-image: url(images/ratingStarSaved.png);
}


/* Default CSS Stylesheet for a new Web Application project */

body {
	/*background-color:#CCCCCC;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;*/
	margin: 0px 0px 0px 0px;
	font-family:Tahoma, Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height:15px;
	font-weight:normal;
	color:#000000;
	text-align:center;
	}
	
.linktext  {
 	text-align : left;
 	vertical-align: middle; 
 	font : 13px arial;
 	color : #000000; 	
 }
 
.button  {
 	text-align : center;
 	vertical-align: middle; 
 	font : 11px arial;
 	color : #000000; 	
 }
 
 .buttonL  {
 	text-align : left;
 	vertical-align: middle; 
 	font : 11px arial;
 	color : #000000; 	
 }
 
 .validation  {
 	text-align : left;
 	vertical-align: top; 
 	font : 11px arial;
 	color : #FF0000; 	
 }
 
.text  {
 	text-align : left;
 	vertical-align: top; 
 	font : 12px arial;
 	color : #000000; 	
 }
 
 .textleftpad
{
    text-align: left;
    vertical-align: top;
    font: 12px arial;
    color: #000000;
    text-indent: 6px;
}

 .textbothpad
{
    text-align: center;
    vertical-align: top;
    font: 12px arial;
    color: #000000;
    text-indent: 3px;
}
 
 .textR  {
 	text-align : right;
 	vertical-align: top; 
 	font : 12px arial;
 	color : #000000; 	
 }
 
 .textC  {
 	text-align : center;
 	vertical-align: top; 
 	font : 12px arial;
 	color : #000000; 	
 }
 
 .textbold  {
 	text-align : left;
 	vertical-align: top; 
 	font : 12px arial;
 	color : #000000; 	
 	font-weight : bold;
 }
 
 .textsmall  {
 	text-align : left;
 	vertical-align: middle; 
 	font : 9px arial;
 	color : #000000; 	
 }
 
 .textsmallR  {
 	text-align : right;
 	vertical-align: middle; 
 	font : 9px arial;
 	color : #000000; 	
 }
 
 .label  {
 	text-align : right;
 	vertical-align: top; 
 	font : 12px arial;
 	color : #000000; 	
 }
 
 .labelbold  {
 	text-align : right;
 	vertical-align: top; 
 	font : 12px arial;
 	color : #000000; 	
 	font-weight : bold;
 }
 
  .textbox  {
 	text-align : left;
 	vertical-align: top; 
 	font : 12px arial;
 	color : #000000; 
  }
 
 .textboxleftpad  {
 	text-align : left;
 	vertical-align: top; 
 	font : 12px arial;
 	color : #000000; 
    margin-left:6px	
 }
 
 .button  {
 	text-align : center;
 	font : 10px arial;
 	color : #000000; 	
 }
 
  .numbers  {
 
 	font : 30px arial;
 	 
 	 padding-right: 25px; 
 margin-left: 3px;
margin-bottom:2px;
 	color:White;		
      
 }
 

 .buttonleftpad  {
 	text-align : center;
 	font : 10px arial;
 	color : #000000; 	
 	margin-left:6px;
 }
  
 .pageHeadingMain  {
 	text-align : left;
 	vertical-align: top; 
 	font : 18px arial;
 	color : #00237c; 	
 	font-weight : bold;
 }
 
 .pageHeadingInstruction, .pageHeadingIntroduction  {
 	text-align : left;
 	vertical-align: top; 
 	font : 14px arial;
 	color : #00237c; 	
 	font-weight : bold;
 }
 
 .tablefinancial  {
 	text-align : right;
 	vertical-align: top; 
 	font : 14px arial;
 	color : #000000; 	
 	font-weight : bold;
 }
 
 .display  {
 	text-align : left;
 	vertical-align: top; 
 	font : 14px arial;
 	color : #00237c; 	
 	font-weight : bold;
 }
 
 .displayR  {
 	text-align : right;
 	vertical-align: top; 
 	font : 14px arial;
 	color : #00237c; 	
 	font-weight : bold;
 }
 
  .displayC {
 	text-align : center;
 	vertical-align: top; 
 	font : 14px arial;
 	color : #00237c; 	
 	font-weight : bold;
 }
 
 .displaywhite {
 	text-align : left;
 	vertical-align: top; 
 	font : 14px arial;
 	color : #FFFFFF; 	
 	font-weight : bold;
 }
 
.feedbacklowlight
{
	font: 11px arial;
	vertical-align: middle;
	color: #FFFFFF;
	background-color: #B4096D;
	text-align: center;
	font-weight : bold;
}
.feedbackhighlight
{
	font: 11px arial;
	vertical-align: middle;
	color: #FFFF00;
	background-color: #B4096D;
	text-align: center;
	font-weight : bold;
}
 
 .warning .error  {
 	text-align : left;
 	vertical-align: top; 
 	font : 11px arial;
 	color : #FF0000; 	
 	font-weight : bold;
 }
 
 .asterisk  {
 	text-align : left;
 	vertical-align: middle; 
 	font : 11px arial;
 	color : #FF0000; 	
 }
 
 .feedbacktext  {
 	text-align : left;
 	vertical-align: middle; 
 	font : 11px arial;
 	color : #B4096D; 	
 }
 

.tableheading		
{
	font: bold 11px arial;
	vertical-align: top;
	color: white;
	background-color: #D284B4;
	text-align: left;
}

.tableheadingsmall		
{
	font: bold 10px arial;
	vertical-align: top;
	color: #000000;
	background-color: #D284B4;
	text-align: left;
}
.tableheadingsmallR		
{
	font: bold 10px arial;
	vertical-align: top;
	color: #00237c;
	background-color: #FFFFFF;
	text-align: right;
}

.tableheadingC
{
	font: bold 11px arial;
	vertical-align: sub;
	color: white;
	background-color: #D284B4;
	text-align: center;
} 
 
 .confirmationtextB  {
 	text-align : left;
 	vertical-align: top; 
 	font : 12px arial;
 	color : #B4096D; 	
 	font-weight : bold;
 }
 
 .instructiontext  {
 	text-align : left;
 	vertical-align: top; 
 	font : 12px arial;
 	color : #B4096D; 	
 	
 }
 .instructiontextB  {
 	text-align : left;
 	vertical-align: top; 
 	font : 12px arial;
 	color : #B4096D; 	
 	font-weight : bold;
 }
 
 .instructiontextR  {
 	text-align : right;
 	vertical-align: top; 
 	font : 12px arial;
 	color : #B4096D; 	
 	
 }
 
 .instructiontextRB  {
 	text-align : right;
 	vertical-align: top; 
 	font : 12px arial;
 	color : #B4096D; 	
 	font-weight : bold;
 }
 
 .instructiontextC  {
 	text-align : center;
 	vertical-align: top; 
 	font : 12px arial;
 	color : #B4096D; 	
 	
 }
 
 .applicationmainheading  {
 	text-align : left;
 	font : 24px arial;
 	color : #B4096D; 	
 	font-weight : bold;
 }
 
 .applicationsubheading  {
 	text-align : left;
 	font : 14px arial;
 	color : #B4096D; 	
 	font-weight : bold;
 }
 
 .developersfeedback  {
 	text-align : left;
 	font : 8px arial;
 	color : #FF0000; 	
 	font-weight : bold;
 }
 
.footer  {
 	text-align : center;
 	vertical-align: top; 
 	font : 10px arial;
 	color : #000000; 	
 }
 

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
