/* Default CSS Stylesheet for a new Web Application project */
.hidden 
{
	display:none;
	visibility:hidden;	
	}

#register_panel 
{
	width:320px;
	color: #FFFFFF;
	font-size: 13px;
	font-family: "Century Gothic", Arial, Verdana;
	font-weight: normal;
	line-height: 22px;
	}

#register_panel	label
{
	float:left;
	width:150px;
	}
	
#register_panel	input 
{
		float:right;}
		
#register_panel	select 
{
	float:right;
	width:155px;
	} 	
	
#login_panel 
{
	width:320px;
	color: #FFFFFF;
	font-size: 13px;
	font-family: "Century Gothic", Arial, Verdana;
	font-weight: normal;
	line-height: 22px;
	}	
	
#login_panel label
{
	float:left;
	width:150px;

	}
#login_panel input
{
	float:right;	
	}	
	
	
	
#listProduct_panel 
{
	width:500px;
	color: #FFFFFF;
	font-size: 13px;
	font-family: "Century Gothic", Arial, Verdana;
	font-weight: normal;
	line-height: 22px;
	}		
	
#listProduct_panel  table 
{
	font-size:small;
	}			
	
#listProduct_panel  th
{
	background-color:Maroon;
	color:White;
	border:0px;
	padding :5px;
	}				

#listProduct_panel  td
{
	border:1px solid black;
	padding :5px;
	}	
	
#listProduct_panel  tr
{
	border-bottom:1px solid black;
	}			



#listBasket_panel 
{
	width:500px;
	color: #FFFFFF;
	font-size: 13px;
	font-family: "Century Gothic", Arial, Verdana;
	font-weight: normal;
	line-height: 22px;
	}		
	
#listBasket_panel  table 
{
	width:500px;
	font-size:small;
	}			
	
#listBasket_panel  th
{
	background-color:Maroon;
	color:White;
	border:0px;
	padding :5px;
	}				

#listBasket_panel  td
{
	border:1px solid black;
	padding :5px;
	}	
	
#listBasket_panel  tr
{
	border-bottom:1px solid black;
	}	




#listSubStatus_panel 
{
	width:780px;
	color: #FFFFFF;
	font-size: 13px;
	font-family: "Century Gothic", Arial, Verdana;
	font-weight: normal;
	line-height: 22px;
	}		
	
#listSubStatus_panel  table 
{
	width:780px;
	font-size:small;
	}			
	
#listSubStatus_panel  th
{
	background-color:Maroon;
	color:White;
	border:0px;
	padding :5px;
	}				

#listSubStatus_panel  td
{
	border:1px solid black;
	padding :5px;
	}	
	
#listSubStatus_panel  tr
{
	border-bottom:1px solid black;
	}	

	
.postBackError
{
	color:Red;
	}	
	
.regbuttonbar 
{
	text-align:right;
	width:300px;
	}	
	
.smallprint 
{
	width:300px;
	font-size:xx-small;
	text-align:right;
	padding:5px;
	}	
	
