.wrapTable {
	width : 350px;
	border : none;
	padding-top : 6px;
	padding-left : 6px;
}
loginTable {
	border : none;
}
.menuCell {
	background-color : 5D6568;
	background : 5D6568;
}
.menuCellHover {
	background-color : AAB0B1;
	background : AAB0B1;
}
a.menuText {
	color : black;
	text-decoration: none;
	font : bold 11px;
	font-family: Arial;
}
a.menuText:hover {
	color : black;
	text-decoration: none;
}

.headingTable {
	width :500px;
	border :none;
	padding:10px;
	font-family: Verdana;
	background-image:url(../../../images/popup/tablebg.jpg); 
	background-repeat:repeat-x;
}


.headingTextLeft {
	text-decoration: none;
	color: black;
	font-family: arial;
	font : bold 11px;
}

.headingTextRight {
	text-decoration: none;
	color: black;
	font-family: arial;
	font : bold 11px;
}

a.headingTextRight {
	text-decoration: underline;
	color: black;
}

a.headingTextRight:hover {
	text-decoration: underline;
	color: AAB0B1;
}

.inputSelect{
	font-size: 11px;
	font-family: Arial;
	background-color: ffffff;
	padding: 1px;
	border: solid 1px Gray
}

.inputText{
	font-size: 11px;
	font-family: Arial,;
	background-color: White;
	padding: 1px;
	border: solid 1px Gray
}

.inputCheckbox{
	font-size: 11px;
	font-family: Arial;
	background-color: ffffff;
	padding: 1px;
	border: none;
}

.inputTextarea  {
	font-size: 11px;
	font-family: Arial;
	background-color: ffffff;
	padding: 1px;
	border: solid 1px Gray
}

.inputButton  {
	font-size: 11px;
	font-family: Arial;
	border: solid 1px Gray
}

.criteriaTable {
	width : 100%;
}

.plainBold {
	text-decoration: none;
	color: Black;
	font-family: arial;
	font-size: 11px;
	font : bold;
	padding-left : 5px;
}

.plainLarge {
	text-decoration: none;
	color: Black;
	font-family: arial;
	font-size: 12px;
}

.listAddressRow {
	background-color : EFEFEF;
	background : EFEFEF;
	height: 20;
}

.listDataRow {
	background-color : white;
	background : white;
	height: 20;
}

.listSeparatorRow {
	background-color : F2A525;
	background : F2A525;
	height : 1;
}

.address {
	text-decoration: none;
	color: 5E656B;
	font-family: arial;
	font-size: 11px;
	font : bold;
	padding-left : 5px;
}

.required {
	color: Red;
	font : bold;
	padding-left : 5px;
}

a.nextPrev {
	text-decoration: underline;
}

a.plain {
	text-decoration: none;
	color: Black;
	font-family: arial;
	font-size: 11px;
	padding-left : 5px;
}
a.plain:hover {
	text-decoration : underline;
	color: 5b5b5b;
	font-family: arial;
	font-size: 11px;
	padding-left : 5px;
}
a.plainLarge {
			text-decoration	: none;
			color		: black;
			font-family	: arial;
			font-size	: 12px;
			font-weight	: bold;
			padding-left : 5px;
}
a.plainLarge:hover { 
			text-decoration : underline;
			color		: 5b5b5b;
			font-family	: arial;
			font-size	: 12px;
			font-weight	: bold;
			padding-left : 5px;
}

a.button {
			text-decoration	: none;
			color		: black;
			font-family	: arial;
			font-size	: 11px;
			background-color : 9A9AA4;
			padding-top	: 2;
			padding-bottom	: 2;
			padding-left	: 3;
			padding-right	: 3;
			font-weight	: bold;
		}
		a.button:hover { 
			text-decoration : none;
			color		: black;
			font-family	: arial;
			font-size	: 11px;	
			background-color : ED1B24;
			padding-top	: 2;
			padding-bottom	: 2;
			padding-left	: 3;
			padding-right	: 3;
			font-weight	: bold;
		}
		a.th {
			text-decoration	: none;
			color		: ffffff;
			font-family	: arial;
			font-size	: 11px;
			padding-top	: 2;
			padding-bottom	: 2;
			padding-left	: 3;
			padding-right	: 3;
		}
		a.th:hover { 
			text-decoration : none;
			color		: 5b5b5b;
			font-family	: arial;
			font-size	: 11px;	
			padding-top	: 2;
			padding-bottom	: 2;
			padding-left	: 3;
			padding-right	: 3;
		}

td {
	font-family: Arial;
	font-size: 11px;
	padding-left : 0px;
}
th {
	background : ff7e00;
	color: ffffff;
	font-family: arial;
	font-size: 11px;
	padding-left : 0px;
}

a {
	text-decoration: underline;
	color		: black;
}
a:hover {
	text-decoration: none;
	color		: black;
}

