body
{
	background-color: #FFFFFF;
	color: black;
	font-family: Helvetica, Arial;
	font-size: 12px;
	margin: 0px;
	font-weight: lighter;
}

body a:link
{
	color: #5897c3;
	text-decoration: none;
}

body a:visited
{
	color: #5897c3;
	text-decoration: none;
}

body a:active
{
	color: #5897c3;
}

body a:hover
{
	color: #5897c3;
	text-decoration: underline;
}

form
{
	margin: 0px;
}

.pagetitle
{
	font-size: 26px;
	font-weight: lighter;
	color: #555555;
	margin-bottom: 15px;
}

.selectedmenu
{
	background-color: #ff4444;
}

.menuelement
{
	color: white;
	font-weight: lighter;
	font-size: 14px;
 	line-height: 30px;
 }

.menuelement a:link
{
	color: white;
	font-weight: lighter;
}

.menuelement a:visited
{
	color: white;
	font-weight: lighter;
}

.menuelement a:active
{
	color: white;
	font-weight: lighter;
}

.menuelement a:hover
{
	color: white;
	font-weight: lighter;
	text-decoration: underline;
}

.selectedsubmenu
{
	background-color: #777777;
}

.submenuelement
{
	color: #cccccc;
	font-weight: lighter;
	font-size: 14px;
	padding-left: 45px;
 	line-height: 28px;
}

.submenuelement a:link
{
	color: #cccccc;
	font-weight: lighter;
}

.submenuelement a:visited
{
	color: #cccccc;
	font-weight: lighter;
}

.submenuelement a:active
{
	color: #cccccc;
	font-weight: lighter;
}

.submenuelement a:hover
{
	color: white;
	font-weight: lighter;
	text-decoration: underline;
}

#divActionDiagonalMask
{
 	margin: 0px;
 	padding: 0px;
	font-size: 15px;
	width: 105px;
	height: 38px;
	float: right;
}

#actionbutton
{
	color: white;
	font-weight: lighter;
 	padding-left: 10px;
	background-color: #498dff;
	font-size: 15px;
	width: 80px;
	height: 38px;
	line-height: 38px;
	float: right;
}

#actionbutton a:link
{
	color: white;
}

#actionbutton a:visited
{
	color: white;
}

#actionbutton a:active
{
	color: white;
}

#actionbutton a:hover
{
	color: white;
}

#divActionMenu
{
	float: right;
	color: #222222;
	font-weight: lighter;
 	padding: 10px;
 	width: 175px;
	background-color: white;
	font-size: 15px;
	line-height: 24px;
	border: solid 1px #bbbbbb;
	display: none;
}

#divActionMenu a:link
{
	color: #222222;
	font-weight: lighter;
}

#divActionMenu a:visited
{
	color: #222222;
	font-weight: lighter;
}

#divActionMenu a:active
{
	color: #222222;
	font-weight: lighter;
}

#divActionMenu a:hover
{
	color: #222222;
	font-weight: lighter;
	text-decoration: underline;
}

.navi
{
	color: #777777;
	font-weight: lighter;
 	padding-left: 10px;
	background-color: #eeeeee;
	font-size: 16px;
	line-height: 38px;
	height: 38px;
}

.navi a:link
{
	color: #222222;
	font-weight: lighter;
}

.navi a:visited
{
	color: #222222;
	font-weight: lighter;
}

.navi a:active
{
	color: #222222;
	font-weight: lighter;
}

.navi a:hover
{
	color: #222222;
	font-weight: lighter;
	text-decoration: underline;
}

.stores
{
	color: white;
	font-family: Helvetica, Arial;
	font-size: 11px;
}

.default
{
	color: #222222;
	font-size: 14px;
	font-weight: lighter;
}

.tableheading
{
	background-color: #dddddd;
	font-weight: 600;
	color: #555555;
}

.tableheading a:link
{
	color: #555555;
}

.tableheading a:visited
{
	color: #555555;
}

.tableheading a:active
{
	color: #555555;
}

.tableheading a:hover
{
	color: #555555;
}

.mailinglist
{
	color: #333333;
	font-size: 10px;
}


.defaultform
{
	color: black;
	font-family: Helvetica, Arial;
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #DDDDFF;
}


.defaultlabel
{
	color: black;
	font-family: Helvetica, Arial;
	font-size: 12px;
	background-color: black;
	background-color: #DDDDFF;
	padding: 2;
}

.defaultfield
{
	color: black;
	font-family: Helvetica, Arial;
	font-size: 12px;
	background-color: black;
	background-color: #F0F0FF;
	padding: 2;
}

.unreadmail
{
	background-color: #CFCFFF;
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
}

.readmail
{
	background-color: #EFEFFF;
	font-family: Helvetica, Arial;
	font-size: 12px;
}

.log
{
	color: #222222;
	font-family: Helvetica, Arial;
	font-size: 9px;
}

.dialogBox
{
	border: solid 1px #5555FF;
	background-color: #cccccc;
	position: absolute;
	top: 100px; 
	left: 100px; 
	padding: 0px;
	z-index: 99;
	display: none;
	text-align: center;
	vertical-align: middle;
}

.titlebar
{
	width: 100%;
	background-color: #5555FF;
	font-family: Helvetica, Arial;
	color: white;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	height: 15px;
	text-align: left;
}

.messageSuccess
{
	background-color: #88FF88;
	font-family: Helvetica, Arial;
	color: black;
	font-size: 12px;
	padding: 6px;
	text-align: center;
}

.messageFailure
{
	background-color: #FF5555;
	font-family: Helvetica, Arial;
	color: black;
	font-size: 12px;
	padding: 6px;
	text-align: center;
	font-weight: bold;
}

.adminTreeNode
{
	background-color: #DDDDFF;
	font-family: Helvetica, Arial;
	color: black;
	font-size: 12px;
	padding: 4px;
	text-align: left;
	height: 25px;
	border-top: solid 1px #EEEEFF;
	border-bottom: solid 1px #000055;
	border-left: solid 1px #9999EE;
	border-right: solid 1px #333388;
}

.editorButton
{
	border: 1px solid #D6D3CE;
	cursor: 'pointer';
}

.editortoolbar
{
	border-top: 2px solid #DDDDDD;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #DDDDDD;
	border-right: 2px solid #000000;
	background-color: #D6D3CE;
	padding: 1px;
}

.editordialogpan
{
	border: solid 1px black;
	background-color: white;
	color: black;
	font-family: Helvetica, Arial;
	font-size: 10px;
	position: absolute;
	left: 190px;
	top: 105px;
	padding: 5px;
	line-height: 5px;
	visibility: hidden;
	z-index: 23;
}

.editordialogmask
{
	position: absolute;
	top: 0px; 
	left: 0px;
	visibility: hidden;
	z-index: 22;
}

.editorcolorbox
{
	border: solid 1px black;
	width: 20px;
	height: 20px;
	overflow: hidden;
	line-height: 11px;
	cursor: pointer;
}

.buttonsmall
{
	border: solid 1px black;
	background-color: #AAAAAA;
	color: white;
	font-family: Helvetica, Arial;
	font-size: 10px;
	font-weight: bold;
	width: 30px;
	height: 18px;
}

.simfield
{
	border: solid 1px black;
	background-color: #DDDDDD;
	color: black;
	font-family: Helvetica, Arial;
	font-size: 10px;
	text-align: right;
	width: 40px;
	height: 16px;
	padding: 1px;
}

.propertybox
{
	border: solid 1px #CCCCCC;
	color: #333333;
	font-family: Helvetica, Arial;
	font-size: 10px;
}

.dialogmainbox
{
	padding: 0px;
	position: absolute;
	background-color: white;
	border-top: solid 2px #AAAAAA;
	border-left: solid 2px #AAAAAA;
	border-bottom: solid 2px #333333;
	border-right: solid 2px #333333;
	display: none;
	z-index: 10;
}

.dialogtitlebox
{
	padding: 4px;
	background-color: #3893f0;
	color: white;
	font-family: Helvetica, Arial;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	height: 20px;
	border-top: solid 2px #AAAAAA;
	border-left: solid 2px #AAAAAA;
	border-bottom: solid 2px #333333;
	border-right: solid 2px #333333;
}

.imagepointer
{
	border: none;
	cursor: pointer;
}

.indexnumberparent
{
	width: 0px; 
	height: 0px; 
	position: relative;
}

.indexnumber
{
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: white;
	color: black;
	font-family: Helvetica, Arial;
	font-size: 8px;
	width: 20px;
	height: 15px;
	line-height: 12px;
	text-align: center;
	border: solid 1px black;
	z-index: 2;
}

.optionmenu
{
	color: #888888;
	font-family: Helvetica, Arial;
	font-weight: normal;
	font-size: 10px;
}

.optionmenu a:link
{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.optionmenu a:visited
{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.optionmenu a:active
{
	color: #000000;
	font-weight: normal;
}

.optionmenu a:hover
{
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

.defaultform
{
	color: black;
	font-family: Arial, Verdana;
	font-size: 12;
	border-style: solid;
	border-width: 1px;
	border-color: #DDDDFF;
}

.defaultlabel
{
	color: black;
	font-family: Arial, Verdana;
	font-size: 12;	background-color: black;
	background-color: #DDDDFF;
	padding: 2;
}

.defaultformtable
{
	color: black;
	font-family: Helvetica, Arial;
	font-size: 12px;
	border: solid 1px #a5e2ff;
	cell-spacing: 3;
}

.defaultlabelcell
{
	color: black;
	font-family: Helvetica, Arial;
	font-size: 12px;
	background-color: #d1f0ff;
	padding: 6;
}

.defaultfieldcell
{
	color: black;
	font-family: Helvetica, Arial;
	font-size: 12px;
	background-color: #ecf9ff;
	padding: 6;
}

.defaultfield
{
	color: black;
	border: solid 1px #a5e2ff;
	font-family: Helvetica, Arial;
	font-size: 11px;
	background-color: white;
	height: 18px;
}

.infobubble
{
	border: solid 1px #333333;
	background-color: #ffffdd;
	font-family: Helvetica, Arial;
	font-size: 12px;
	line-height: 15px;
	color: #111111;
	padding: 4px;
	position: absolute;
	display: none;
	z-index: 100;
	top: -100px;
	left: -100px;
}

.datepicker
{
	width: 74px;
	margin-right: 5px;
}

.dashboardeventtable
{
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	border: none;
}

.dashboardeventtable tr:nth-child(even)
{
	background-color: #eeeeee;
}

.dashboardeventtable tr:nth-child(odd)
{
	background-color: #d7d7d7;
}

.dashboardeventtable td
{
	padding: 6px;
}

.dashboardeventtable .clientcolumn
{
	min-width: 120px;
	text-align: center;
}

.dashboardeventtable .clientimagecolumn
{
	min-width: 80px;
	text-align: center;
}

.dashboardeventtable .eventnamecolumn
{
	min-width: 200px;
}

.dashboardeventtable .feedtypecolumn
{
	min-width: 100px;
	text-align: center;
}

.dashboardeventtable .datecolumn
{
	min-width: 170px;
	text-align: center;
}

.dashboardeventtable .previewcolumn
{
	min-width: 20px;
	text-align: center;
}

.dashboardeventtable .statuscolumn
{
	min-width: 150px;
	text-align: center;
}

.dashboardeventtable .optioncolumn
{
	min-width: 80px;
	text-align: center;
}

.dashboardeventtable a:link
{
	color: #163761;
	text-decoration: none;
}

.dashboardeventtable a:visited
{
	color: #163761;
	text-decoration: none;
}

.dashboardeventtable a:active
{
	color: #163761;
}

.dashboardeventtable a:hover
{
	color: #163761;
	text-decoration: underline;
}

.datecolumn .primary
{
	color: #1c1c1c;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}

.datecolumn .secondary
{
	color: #737373;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
}

.eventnamecolumn .title
{
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}

.eventnamecolumn .primary
{
	color: #313131;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
}

.eventnamecolumn .secondary
{
	color: #737373;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
}

.statusbox
{
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #1c1c1c;
	font-weight: bold;
	font-size: 14px;
}

.statuslive
{
	background: -webkit-linear-gradient(#cffac5, #87dc87); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#cffac5, #87dc87); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#cffac5, #87dc87); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#cffac5, #87dc87); /* Standard syntax */
	border: solid 1px #84c984;
}

.statuswarning
{
	background: -webkit-linear-gradient(#ffe8cd, #ffc176); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ffe8cd, #ffc176); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ffe8cd, #ffc176); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ffe8cd, #ffc176); /* Standard syntax */
	border: solid 1px #dcb98e;
}

.statuserror
{
	background: -webkit-linear-gradient(#ffdede, #ff8787); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ffdede, #ff8787); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ffdede, #ff8787); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ffdede, #ff8787); /* Standard syntax */
	border: solid 1px #d58b8b;
}

.statusready
{
	background: -webkit-linear-gradient(#ececec, #cacaca); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ececec, #cacaca); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ececec, #cacaca); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ececec, #cacaca); /* Standard syntax */
	border: solid 1px #a7a7a7;
}

.statuspaused
{
	background: -webkit-linear-gradient(#fdfec9, #f2fc7b); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fdfec9, #f2fc7b); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fdfec9, #f2fc7b); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#fdfec9, #f2fc7b); /* Standard syntax */
	border: solid 1px #dee584;
}

.statusended
{
	background: -webkit-linear-gradient(#eef2ff, #acc1ff); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#eef2ff, #acc1ff); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#eef2ff, #acc1ff); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#eef2ff, #acc1ff); /* Standard syntax */
	border: solid 1px #a0b0dc;
}

body .dash
{
	margin: 0px;
	padding: 0px;
	background-color: black;
}

.dashheader
{
	width: 100%;
	height: 76px;
	background-color: black;
	color: white;
	padding-top: 10px;
	font-weight: bold;
}

.dashheadercurrent
{
	text-align: center;
	float: left;
	margin-left: 36px;
}

.dashheaderupcoming
{
	text-align: center;
	float: left;
	margin-left: 46px;
}

.dashheadercompleted
{
	text-align: center;
	float: right;
	margin-right: 36px;
	color: #666666;
}

.dashheadercaption
{
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 4px;
}

.dashheadernumber
{
	font-family: Verdana, sans-serif;
	font-size: 56px;
	line-height: 56px;
}

.dashgradient
{
	clear: both;
	width: 100%;
	height: 14px;
	background: -webkit-linear-gradient(#313131, #000000); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#313131, #000000); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#313131, #000000); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#313131, #000000); /* Standard syntax */
}

.dashcontent
{
	padding-top: 20px;
	padding-bottom: 28px;
	padding-left: 44px;
	padding-right: 44px;
	background-color: black;
}

.dashstatuswarning
{
	background: -webkit-linear-gradient(#ffe8cd, #ffc176); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ffe8cd, #ffc176); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ffe8cd, #ffc176); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ffe8cd, #ffc176); /* Standard syntax */
	border: solid 1px #dcb98e;
}

.dashstatuserror
{
	background: -webkit-linear-gradient(#ffdede, #ff8787); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ffdede, #ff8787); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ffdede, #ff8787); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ffdede, #ff8787); /* Standard syntax */
	border: solid 1px #d58b8b;
}

.dashstatuspaused
{
	background: -webkit-linear-gradient(#fdfec9, #f2fc7b); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fdfec9, #f2fc7b); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fdfec9, #f2fc7b); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#fdfec9, #f2fc7b); /* Standard syntax */
	border: solid 1px #dee584;
}

.dashstatusended
{
	background: -webkit-linear-gradient(#eef2ff, #acc1ff); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#eef2ff, #acc1ff); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#eef2ff, #acc1ff); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#eef2ff, #acc1ff); /* Standard syntax */
	border: solid 1px #a0b0dc;
}

.dashstatusstarted
{
	background: -webkit-linear-gradient(#cffac5, #87dc87); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#cffac5, #87dc87); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#cffac5, #87dc87); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#cffac5, #87dc87); /* Standard syntax */
	border: solid 1px #84c984;
}

.dashstatusready
{
	background: -webkit-linear-gradient(#ececec, #cacaca); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ececec, #cacaca); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ececec, #cacaca); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ececec, #cacaca); /* Standard syntax */
	border: solid 1px #a7a7a7;
}

.dasheventbox
{
	width: 264px;
	height: 40px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.dasheventboxthumbnail
{
	width: 32px;
	height: 32px;
	background-position: center center;
	background-size: 32px auto;
	background-repeat: no-repeat;
	margin: 4px;
	float: left;
}

.dasheventboxdescription
{
	font-family: Helvetica, Arial;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #1c1c1c;
	margin: 3px;
	float: left;
}

.dashclear
{
	clear: both;
}

.waitingscreen
{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.3);
}

.waitingmessage
{
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: Helvetica, Arial;
	font-size: 26px;
	line-height: 26px;
	color: #eeeeee;
	text-shadow: 1px 1px #000000;
	background-color: #3a3a3a;
	border-radius: 30px;
	width: 350px;
	height: 350px;
	text-align: center;
	opacity: 0.7;
}

.spinner
{
	margin-top: 30px;
	width: 220px;
	height: 220px;
	border: none;
}

#timeoutContainer
{
	min-width: 750px;
	height: 0px;
	background-color: #8a0505;
	color: white;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	overflow: hidden;
}

#timeoutMessage
{
	width: 300px;
	text-align: left;
	display: inline-block;
}

#timeoutSeparator
{
	width: 60px;
	display: inline-block;	
}

#timeoutQuestion
{
	text-align: left;
	display: inline-block;	
}

#timeoutQuestion a, #timeoutQuestion a:link, #timeoutQuestion a:visited, #timeoutQuestion a:active, #timeoutQuestion a:hover
{
	width: 64px;
	height: 26px;
	line-height: 26px;
	color: black;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
    background: #cfcfcf;
    background: -webkit-linear-gradient(#e4e4e4, #b7b7b7);
    background: -o-linear-gradient(#e4e4e4, #b7b7b7);
    background: -moz-linear-gradient(#e4e4e4, #b7b7b7);
    background: linear-gradient(#e4e4e4, #b7b7b7);
	display: inline-block;
}

.acronymfirstchar
{
	color: #6e6c6d;
	font-size: 23px;
	line-height: 23px;
	padding-bottom: 8px;
	border-bottom: solid 1px #e3e3e3;
	margin-bottom: 3px;
}

.acronymentry
{
	color: #6e6c6d;
	font-size: 12px;
	margin-bottom: 3px;
}

.acronymentry a:link
{
	color: #6e6c6d;
	text-decoration: none;
}

.acronymentry a:visited
{
	color: #6e6c6d;
	text-decoration: none;
}

.acronymentry a:active
{
	color: #6e6c6d;
}

.acronymentry a:hover
{
	color: #6e6c6d;
	text-decoration: underline;
}

#acronymDialogMask
{
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#acronymDefDialog
{
	display: none;
	width: 464px;
	position: absolute;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
	z-index: 2;
}

#acronymDefDialogTop
{
	margin-top: 18px;
	margin-right: 20px;
	text-align: right;
}

#acronymDefDialogTop img
{
	cursor: pointer;
}

#acronymDefDialogTitle
{
	font-size: 21px;
	margin-left: 37px;
	margin-right: 37px;
}

#acronymDefDialogContent
{
	font-size: 14px;
	line-height: 20px;
	margin-left: 37px;
	margin-right: 37px;
	margin-top: 44px;
	margin-bottom: 59px;
}

#acronymDefDialogOptions
{
	text-align: right;
	margin-left: 37px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.directorycategorylist
{
	width: 100%;
	height: 33px;
	background-color: #cccccc;
	list-style-type: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

.directorycategorylistitem
{
	background: #b8b8b8; /* Old browsers */
	background: -moz-linear-gradient(top, #b8b8b8 0%, #b2b2b2 50%, #a4a4a4 51%, #9a9a9a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #b8b8b8 0%,#b2b2b2 50%,#a4a4a4 51%,#9a9a9a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #b8b8b8 0%,#b2b2b2 50%,#a4a4a4 51%,#9a9a9a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8b8b8', endColorstr='#9a9a9a',GradientType=0 ); /* IE6-9 */
	height: 33px;
	line-height: 33px;
	color: black;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	border: solid 1px black;
	padding-left: 22px;
	padding-right: 22px;
	margin: 0px;
	float: left;
	box-sizing: border-box;
}

.directorycategoryselected
{
	background: black;
	color: white;
	cursor: default;
}

.attachmentpreviewimagecontainer
{
	display: table-cell;
	vertical-align: middle;
	background-color: white;
	border: double #dddddd;
	width: 94px;
	height: 118px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.3);
}

.listtable
{
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	border: none;
	color: #222222;
	font-size: 14px;
	font-weight: lighter;
}

.listtable tr:nth-child(even)
{
	background-color: #ffffff;
}

.listtable tr:nth-child(odd)
{
	background-color: #eeeeee;
}

.listtable td
{
	padding: 6px;
}

.participantEntry
{
	display: inline-block;
	color: #555555;
	font-size: 12px;
	height: 15px;
	line-height: 15px;
	background-color: #d7f9fb;
	border: solid 1px #60b5ba;
	border-radius: 3px;
	padding: 3px;
	margin-left: 3px;
	margin-top: 3px;
}

.participantList
{
	font-size: 11px;
	line-height: 16px;
	margin-top: 14px;
	margin-bottom: 14px;
}

