﻿/***** LISTS XSMALL FONT *****/
.alternatingItem_XSmall
{	
	font-family: Arial;
	font-weight: normal;
	font-size: 8pt;
	color: #59453a;
	background-color: #eddead;
	padding-top:2px;
	padding-bottom:2px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: default;
}

.item_XSmall
{
	font-family: Arial;
	font-weight: normal;
	font-size: 8pt;
	color: #59453a;
	background-color:#f2e5b9;
	padding-top:2px;
	padding-bottom:2px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: default;
}

/***** LISTS SMALL FONT *****/
.AlternatingItemXS
{	
	font-family: Arial;
	font-weight: normal;
	font-size: 9pt;
	color: #59453a;
	background-color: #eddead;
	padding-top:2px;
	padding-bottom:2px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: default;
}

/* List Item small */
.ItemS
{
	font-family: Arial;
	font-weight: normal;
	font-size: 9pt;
	color: #59453a;
	background-color:#f2e5b9;
	padding-top:2px;
	padding-bottom:2px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: default;
}

.AlternatingItemS
{
	font-family: Arial;
	font-weight: normal;
	font-size: 9pt;
	color: #59453a;
	background-color: #eddead;
	padding-top:2px;
	padding-bottom:2px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: default;
}

/***** LISTS (NORMAL)*****/
.AlternatingItem
{	
	font-family: Arial;
	font-weight: normal;
	font-size: 10pt;
	color: #59453a;
	background-color: #eddead;
	padding-top:2px;
	padding-bottom:2px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: default;
}

.AlternatingItem2
{	
	font-family: Arial;
	font-weight: normal;
	font-size: 10pt;
	color: #59453a;
	background-color: #eddead;
	padding-top:2px;
	padding-bottom:2px;
	cursor: default;
}

.AlternatingItemNewPicturesLoginPage
{	
	font-family: Arial;
	font-weight: normal;
	font-size: 10pt;
	color: #59453a;
	background-color: #eddead;
	padding-top:2px;
	padding-bottom:2px;
	padding-right: 10px;
	cursor: default;
}

.Item
{
	font-family: Arial;
	font-weight: normal;
	font-size: 10pt;
	color: #59453a;
	background-color:#f2e5b9;
	padding-top:2px;
	padding-bottom:2px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: default;
}

.ItemBackground
{	
	color: #59453a;
	background-color:#f2e5b9;	
	cursor: default;
}

.AlternatingItemBackground
{	
	color: #59453a;
	background-color: #eddead;
	cursor: default;
}


/***** EXPLICIT (IMPORTANT) LISTS )*****/
.AlternatingItemX
{	
	font-family: Arial;
	font-weight: normal;
	font-size: 12pt;
	color: #59453a;
	background-color: #eddead;
	padding-top:2px;
	padding-bottom:2px;
	padding-left: 10px;
	padding-right: 10;
	cursor: default;
}

.ItemX
{
	font-family: Arial;
	font-weight: normal;
	font-size: 12pt;
	color: #59453a;
	background-color:#f2e5b9;
	padding-top:2px;
	padding-bottom:2px;
	padding-left: 10px;
	padding-right: 10;
	cursor: default;
}


.MailItem 
{
	font-family: Arial;
	font-weight: normal;
	font-size: 9pt;
	color: #59453a;
	background-color:#f2e5b9;
	padding-top:2px;
	padding-bottom:2px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: default;
}

.MailAlternatingItem
{
	font-family: Arial;
	font-weight: normal;
	font-size: 9pt;
	color: #59453a;
	background-color: #eddead;
	padding-top:2px;
	padding-bottom:2px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: default;
}

.MouseOverItem 
{
	font-family: Arial;
	font-weight: normal;
	background-color: #FFFFDC;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:2px;
	padding-bottom:2px;
}

/*******************
AdminLabel - use this for labels used before the form control, 
AdminValue - use this for input controls
*******************/

.AdminLabel
{
	font-family: Arial;
	font-weight: normal;
	font-size: 8pt;
	color: #59453a;
	background-color:#f2e5b9;
	padding-top: 4px;
	padding-bottom:4px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: default;
	
	text-align: left; 
	width: 200px;
}

.AdminValue
{
	font-family: Arial;
	font-weight: normal;
	font-size: 8pt;
	color: #59453a;
	background-color:#f2e5b9;
	padding-top:4px;
	padding-bottom:4px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: default;
	
	text-align:right;
}


.AdminLabelAlternating
{
	font-family: Arial;
	font-weight: normal;
	font-size: 8pt;
	color: #59453a;
	background-color: #eddead;
	padding-top:2px;
	padding-bottom:4px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: default;
	
	text-align: left; 
	width: 200px;
}

.AdminValueAlternating
{
	font-family: Arial;
	font-weight: normal;
	font-size: 8pt;
	color: #59453a;
	background-color: #eddead;
	padding-top:2px;
	padding-bottom:4px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: default;
	
	text-align:right;
}

