#Selector {
	margin:		15px 15px 1px 25px;
}

.ListPagination {
	clear:		left;
	margin:		15px 15px 1px 25px;
}

.ListPagination td {
	text-align:		right;
}

.Listing {
	margin:	1px 15px 15px 25px;
	clear:	both;
}

.Table {
	background:			#FFFFFF;
	border:				1px #AAAAAA solid;
	border-spacing:		1px;
	color:				#666666;
	font-family:		Segoe UI, Arial, Helvetica, sans-serif;
	font-size:			11px;
}

.Table td {
	padding:	3px;
}

.TableHead th {
	background:		#E3E3E3;
	background:		-moz-linear-gradient(bottom,#F8F8F8,#E8E8E8) #E3E3E3; /* Firefox */
	background:		-webkit-gradient(linear,left top,left bottom,from(#F8F8F8),to(#E8E8E8)) #E3E3E3; /* Chrome, Safari */
	border-bottom:	1px #CCCCCC solid;
	padding:		5px;
}

.TableOdd {
	background:	#FFFFFF;
}

.TableOdd:hover {
	background:	#135F99;
	color:		#EEEEEE;
}

.TableEven {
	background:	#F0F0F0;
}

.TableEven:hover {
	background:	#135F99;
	color:		#EEEEEE;
}

.Table img {
	cursor:		pointer;
	height:		20px;
	width:		20px;
}

.Table tr:hover .EditButton {
	background:		url(../../media/icons/Edit_hover.png) no-repeat;
}

.Table tr:hover .CloseButton {
	background:		url(../../media/icons/Close_hover.png) no-repeat;
}

.Table tr:hover .DeleteButton {
	background:		url(../../media/icons/Delete_hover.png) no-repeat;
}

.Table tr:hover .AddButton {
	background:		url(../../media/icons/Add_hover.png) no-repeat;
}

.Table tr:hover .ViewButton {
	background:		url(../../media/icons/View_hover.png) no-repeat;
}

.Table tr:hover .ArchiveButton {
	background:		url(../../media/icons/Folder_hover.png) no-repeat;
}

.Table tr:hover .UnarchiveButton {
	background:		url(../../media/icons/Unarchive_hover.png) no-repeat;
}

.Table tr:hover .StartButton {
	background:		url(../../media/icons/Start_hover.png) no-repeat;
}

.Table tr:hover .CheckButton {
	background:		url(../../media/icons/Check_hover.png) no-repeat;
}

.Table tr:hover .HistoryButton {
	background:		url(../../media/icons/History_hover.png) no-repeat;
}

.Table tr:hover .ForbiddenButton {
	background:		url(../../media/icons/Forbidden_hover.png) no-repeat;
}

.Table tr:hover .MailButton {
	background:		url(../../media/icons/Mail_hover.png) no-repeat;
}

.Table tr:hover .PDFButton {
	background:		url(../../media/icons/PDF_hover.png) no-repeat;
}

.Table tr:hover .SubListing label {
	color:		#EEEEEE;
}

.Table tr:hover .SubListing a {
	color:		#EEEEEE;
}

.SubListing {
	background:			trasparent;
	border:				1px #CCCCCC solid;
	border-spacing:		1px;
}