/**************************
 *
 * Global
 *
 *************************/

body
{
	padding: 4px;
	text-align: center;
	font-family: verdana;
	font-size: 11px
}

td
{
	font-size: 11px;
	color: #315A60; /*#699ba4 */
}





h1
{
	font-size: 22px;
	font-family: arial narrow;
	font-weight: normal
}

a:link
{
	font-family: verdana;
	font-size: 11px;
	color: navy;
	text-decoration: none
}
a:visited
{
	font-family: verdana;
	font-size: 11px;
	color: navy;
	text-decoration: none
}
a:active
{
	font-family: verdana;
	font-size: 11px;
	color: blue
}

a:hover
{
	font-family: verdana;
	font-size: 11px;
	color: red;
	text-decoration: underline
}

/**************************
 *
 * Left Menu 
 *
 *************************/

.MenuLeftItem
{
	cursor:		pointer;
	font-family:	verdana;
	font-size: 	10px;
	font-weight: 	bold;
/*	padding-top: 	5px;
	padding-bottom: 5px;
	padding-left: 	6px; */
	letter-spacing: 0px;
	color: 		#555555
}

.MenuLeftSubItem
{
	background-color:	#7EA9B1;
	color:			white;
/*	cursor: 		pointer;  */
	padding-left: 		6px; 
	padding-top: 		5px;
	padding-bottom: 	5px
}

.MenuLeftSubItemSelected
{

	background-color:	#7EA9B1;
/*	cursor: 		pointer;  */
	padding-left:		6px; 
	padding-top:		5px; 
	padding-bottom: 	5px;
	font-weight:		bold
}




a.MenuLeftLink:link
{
	font-size: 		10px;
	text-decoration: 	none;
	color: 			#555555;
}

a.MenuLeftLink:visited
{
	font-size: 		10px;
	text-decoration: 	none;
	color: 			#555555;
}
a.MenuLeftLink:hover
{
	color: 			#7B7D81
}


/**************************
 *
 * Page Content
 *
 *************************/


.PageContent
{
	padding: 10px
}


.Textbox
{
	border: solid 1px #bfbfbf;
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	padding: 2px;
	height: 20px
}




 
/**************************
 *
 * List Contents
 *
 *************************/


.ListHeaderCell
{

	background-color: #efefef;
	padding: 5px;
	font-weight: bold
}


.ListHeaderCellRight
{
	background-color: #efefef

}


.ListCell
{

	padding: 		4px;
	border-left: 		solid 1px #efefef;
	border-bottom: 		solid 1px #efefef;

}
.ListCellRight
{

	padding: 		4px;
	border-left: 		solid 1px #efefef;
	border-right: 		solid 1px #efefef;
	border-bottom: 		solid 1px #efefef;


}





.CartListCell
{

	padding: 		4px;
	border-right: 		solid 1px #efefef;
	border-bottom: 		solid 1px #efefef;

}
.CartListCellRight
{

	padding: 		4px;
	border-bottom: 		solid 1px #efefef;

}

.AlternateCartListCell
{
	background-color:	#f7f7f7;
	padding: 		4px;
	border-right: 		solid 1px #efefef;
	border-bottom: 		solid 1px #efefef

}

.AlternateCartListCellRight
{
	background-color:	#f7f7f7;
	padding: 		4px;
	border-bottom: 		solid 1px #efefef
}









 
/**************************
 *
 * Footer
 *
 *************************/


a.FooterLink:link
{
	font-size: 10px;
	color: navy;
	text-decoration: none
}
a.FooterLink:visited
{
	font-size: 10px;
	color: navy;
	text-decoration: none
}
a.FooterLink:hover
{
	font-size: 10px;
	color: brown;
	text-decoration: underline
}


.FooterText
{
	color: #999999;
	font-size: 10px;
}

