@CHARSET "UTF-8";
body {
	background: #dbdbdb url(../images/bgbodyEf.png) repeat-x;
	color: #2e3333;
}
a,a:active,a:visited {
	color: #882222;
	text-decoration: none;
	border: 0px;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.top10 {
	padding-top: 10px;
}
.top20 {
	padding-top: 20px;
}
.topm10 {
	margin-top: 10px;
}
.rightm10 {
	margin-right: 10px;
}
.topm20 {
	margin-top: 20px;
}
.allm10 {
	margin: 10px;
}
.allp10 {
	padding: 10px;
}
.imgLogo16 {
	background: #ffffff url(../images/logoEf16.png) no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
}
.imgLogo24 {
	background: #ffffff url(../images/logoEf24.png) no-repeat;
	width: 24px;
	height: 24px;
	display: inline-block;
}
.imgLogo32 {
	background: #ffffff url(../images/logoEf32.png) no-repeat;
	width: 32px;
	height: 32px;
	display: inline-block;
}
.imgLogo48 {
	background: #ffffff url(../images/logoEf48.png) no-repeat;
	width: 48px;
	height: 48px;
	display: inline-block;
}
/* Gradients */
.gradientGreenSoft {
	background: #c9d316 url(../images/gradientGreenSoft.png) center repeat-x;
}
.gradientGreenLight {
	background: #c9d316 url(../images/gradientGreenLight.png) center
		repeat-x;
}
.gradientGreenDark {
	background: #891 url(../images/gradientGreenDark.png) center repeat-x;
}
.gradientGrey {
	background: #ddd url(../images/gradientGrey.png) center repeat-x;
}
.gradientRedDark {
	background: #800 url(../images/gradientRedDark.png) center repeat-x;
	color: #fff;
}
.gradientNoir {
	background: #555 url(../images/gradientNoir.png) center repeat-x;
	color: #fff;
}
/* Messages */
#cboxContent h3.title {
	text-align: center;
	padding: 4px;
}
.overlayMessageByAjax {
	display: none
}
.fastMessageByAjax {
	display: none
}
#fastMessagesContainer {
	position: fixed;
	z-index: 100;
	width: 600px;
	top: 10px;
	right: 10px;
	height: 1px;
	overflow: visible;
}
#fastMessagesContainer div.item {
	cursor: pointer;
	margin: 4px;
	text-align: right;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	color: #000;
}
#fastMessagesContainer .bar {
	float: right;
	width: 38px;
	height: 16px;
	padding-top: 0px;
}
#fastMessagesContainer div.item div.FAST_NOTICE {
	display: inline-block;
	background: #fffff4 url(../images/fastMsgInfoBlue.png) 10px 7px no-repeat;
	padding: 6px 20px 6px 30px;
	border: 1px solid #c3d916;
}
#fastMessagesContainer div.item div.FAST_ALERT {
	display: inline-block;
	background: #f4ffff url(../images/fastMsgAlertBlue.png) 10px 8px no-repeat;
	padding: 6px 20px 6px 30px;
	border: 1px solid #15f;
}
#fastMessagesContainer div.item div.FAST_ERROR {
	display: inline-block;
	background: #fff4f4 url(../images/fastMsgAlertRed.png) 10px 8px no-repeat;
	padding: 6px 20px 6px 30px;
	border: 1px solid #f11;
	color: #f00;
}
.contentAlertBox {
	text-align: center;
	border: 1px solid #660000;
	padding: 4px;
}
/* Buttons */
.smallCloseBtn {
	background: url(../images/iconsized/delete16.png) no-repeat;
	cursor: pointer;
	float: right;
	width: 18px;
	height: 18px;
}
/* Tables */
table.list a,table.list a:link,table.list a:visited {
	border: none;
}
table.list {
	background: #fff;
	width: 100%;
	border-collapse: collapse;
	display: table;
}
table.list caption {
	font-size: .94em;
	margin: 1em 0 0 0;
	padding: 0;
	caption-side: top;
	text-align: center;
}
table.list thead tr th.column1 {
	background: #eeeeee;
}
table.list thead tr th {
	background: #eeeeee;
	text-align: center;
	font-weight: bold;
	line-height: 1.6em;
}
table.list tr th {
	font-weight: normal;
	text-align: left;
	padding: .3em 1em;
}
table.list tr.odd td {
	background: #f4f4f4;
}
table.list tr.odd .column1 {
	background: #f4f4f4;
}
table.list td {
	border-left: 1px solid #aaaaaa;
	padding: .3em 1em;
	text-align: center;
}
table.list tfoot th {
	text-align: center;
	background: #fbffd6;
	border-left: 0px;
	border-top: 1px solid #aaaaaa;
}
table.list tfoot td {
	text-align: center;
	border-left: 0px;
}
table.list tfoot th em {
	color: #f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
}
table.list tbody tr.hover {
	background: #f4ffad;
}
/* smallist*/
table.smalllist a,table.smalllist a:link,table.smalllist a:visited {
	border: none;
}
table.smalllistBorder a,table.smalllistBorder a:link,table.smalllistBorder a:visited {
	border: none;
}
table.smalllist,table.smalllistBorder {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	display: table;
	font-size: 0.9em;
}
table.smalllistBorder {
	border-top: 1px solid #ddd;
	border-right: 2px solid #cacaca;
	border-bottom: 3px solid #cacaca;
	border-left: 1px solid #ddd;
	background: #fff;
}
table.smalllist thead tr th.column1,table.smalllistBorder thead tr th.column1 {
	background: #eeeeee url(../images/gradientGrey.png) left center repeat-x;
}
table.smalllist thead tr th,table.smalllistBorder thead tr th {
	background: #f5f5f5 url(../images/gradientGrey.png) left center repeat-x;
	text-align: center;
	font-weight: bold;
	color: #000;
	line-height: 1.6em;
}
table.smalllist thead tr.lessBG th,table.smalllistBorder thead tr.lessBG th {
	background: #ffffff url();
}
table.smalllist tbody tr th,table.smalllistBorder tbody tr th {
	font-weight: normal;
	text-align: left;
	padding: 0.1em 1em;
}
table.smalllist tbody tr.odd td,table.smalllistBorder tbody tr.odd td {
	background: #f4f4f4;
}
table.smalllist tbody tr.odd .column1,table.smalllistBorder tbody tr.odd .column1 {
	background: #f4f4f4;
}
table.smalllist td,table.smalllistBorder td {
	border-left: 1px solid #aaaaaa;
	padding: .3em 1em;
	text-align: center;
	line-height: 1.0em;
}
table.smalllist tbody tr.hover,table.smalllistBorder tbody tr.hover {
	background: #f4f4f4;
}
table.details {
	width: 100%;
	border-collapse: collapse;
	display: table;
	font-size: 0.9em;
}
table.details tr td {
	padding: 2px;
}
table.details tr td.label {
	width: 140px;
	font-weight: bold;
}
table.form {
	margin: 0;
	border-spacing: 0 10px;
}
table.form td label {
	padding-left: 4px;
}
table.form td {
	padding-right: 20px;
}
table.form td.label {
	width: 140px;
	padding-right: 0px;
	vertical-align: top;
}
table.form td.largelabel {
	width: 280px;
	padding-right: 0px;
	vertical-align: top;
}
table.form td.label.bottom-align,table.form td.largelabel.bottom-align {
	vertical-align: bottom;
}
table.form td.value {
	font-weight: bold;
	width: 160px;
	vertical-align: top;
}
table.form tr.highlight {
	background: #eee;
}
/* Tab */
.tabBoxContainer .menu ul {
	list-style: none;
	padding: 0px;
}
.tabBoxContainer .menu ul li {
	float: left;
	background: url(../images/tabMenuBG.png) -1px top;
	display: block;
	height: 22px;
	padding: 0 20px 0 10px;
	line-height: 2em;
	text-decoration: none;
	font-weight: bold;
	color: #222;
	cursor: pointer;
}
.tabBoxContainer .menu ul li.current {
	color: #c9d316;
}
.tabBoxContainer .content {
	clear: both;
	border: 2px solid #ddd;
	padding: 10px;
}
.tabBoxContainer .content .box {
	display: none;
}
/* Forms */
input[type=text],input[type=password],input[type=number],input[type=email],input[type=url],textarea {
	font-size: 1.0em;
	border: none;
	border: 1px solid #cccccc;
	color: #555;
	padding: 1px;
	margin: 1px;
	background: #fff;
}
input[type=text],input[type=password],input[type=number] {
	width: 100px;
}
input[type=text].large {
	width: 300px;
}
input[type=text]:focus,input[type=password]:focus,input[type=number]:focus,textarea:focus {
	border: 1px solid #888888;
	color: #000;
}
input[type=button],input[type=submit] {
	font-size: 1.1em;
	border: 1px solid #ccc;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	color: #555;
	padding: 4px 10px 4px 10px;
	cursor: pointer;
	font-weight: bold;
	background: #ddd url(../images/gradientGrey.png) center repeat-x;
}
input[type=button]:hover,input[type=submit]:hover {
	border: 1px solid #bbb;
	color: #000;
	background: #ddd url(../images/gradientGreenSoft.png) center repeat-x;
}
input[disabled] {
	background: #dddddd;
	color: #777;
}
input[disabled]:hover {
	background: #dddddd;
	color: #777;
}
select {
	font-size: 0.9em;
}
input[type=checkbox] {
	border: 1px solid #888;
}
/* Message */
.blueString {
	color: #00d
}
.greenString {
	color: #0c0
}
.yellowString {
	color: #f90
}
.orangeString {
	color: #f40
}
.redString {
	color: #d00
}
/* Sections */
#userInfoBox {
	position: absolute;
	width: 340px;
	top: 12px;
	left: 50%;
	margin-left: 100px;
	z-index: 2;
	background: #fff;
	padding: 2px;
	text-align: center;
	overflow: hidden;
	border: 1px solid #aaa;
	border-bottom: #fff;
	font-size: 0.9em;
}
#wrapper {
	position: absolute;
	z-index: 1;
	width: 1063px;
	top: 0px;
	left: 50%;
	margin-left: -535px;
	background: url(../images/bodyCenter.jpg) repeat-y;
}
#wrapper .topBG {
	background: url(../images/bodyTopEf.jpg) no-repeat;
	padding: 32px 66px 0 95px;
}
#wrapper .bottomBG {
	background: #dbdbdb url(../images/bodyBottom.jpg) no-repeat;
	height: 14px;
}
#header {
	color: #707070;
}
#header .logoLeft {
	width: 400px;
	height: 40px;
	margin: 10px 0 30px;
	float: left;
	background: url(../images/logoEf.gif) 12px 4px no-repeat;
}
#header .logoRight {
	float: right;
	width: 112px;
	height: 80px;
	background: url(../images/logoMida.gif) no-repeat;
}
#container {
	padding: 0px;
}
#footer {
	padding: 0 70px 0 26px;
	font-size: 0.8em;
	background: #dbdbdb;
	text-align: center;
	color: #000000;
}
.buttonsBarList {
	float: right;
	height: 24px;
	margin-top: 10px;
}
.buttonsBar img,.buttonsBarList img {
	border: 1px solid #ddd;
	cursor: pointer;
	margin: 0px 4px;
	vertical-align: middle;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: url(../images/gradientGrey.png) top repeat-x;
}
.buttonsBar img.hover,.buttonsBarList img:hover {
	background: url(../images/gradientNoir.png) center repeat-x;
}
.buttonsForm {
	text-align: right;
	margin: 10px 30px;
}
.gradientBG {
	border-bottom: 1px solid #aaaaaa;
}
/* Navigator */
#leftSide {
	float: left;
}
#leftSide a {
	text-decoration: none;
}
#topBarMenu {
	float: right;
	width: 673px;
}
#content {
	float: right;
	width: 653px;
	padding: 10px;
}
#leftSide {
	width: 228px;
}
#leftSide #topBG {
	min-height: 300px;
}
#leftSide #navigatorMenu {
	width: 220px;
}
#leftSide #navigatorMenu ul {
	list-style: none;
	padding: 0;
}
#leftSide #navigatorMenu ul li {
	padding: 0;
	background: #f4f4f4;
	border: 1px solid #ccc;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	margin-top: 6px;
	margin-left: 4px;
	line-height: 1.4em;
}
#leftSide #navigatorMenu ul li a {
	display: block;
	color: #555;
}
#leftSide #navigatorMenu ul li a:hover {
	font-weight: bold;
	background: url(../images/menuBG.png) center repeat-x;
}
#leftSide #navigatorMenu ul ul {
	margin: 0 0 0 20px;
}
#leftSide #navigatorMenu .leftMenuBox a {
	display: block;
	color: #444;
	padding: 4px 4px 4px 10px;
}
#leftSide #navigatorMenu .leftMenuBox li.current,#leftSide #navigatorMenu .leftMenuBox li.currentDir
	{
	border-bottom: 1px solid #ccc;
	background: url(../images/gradientGrey.png) center top repeat-x;
	color: #000;
}
#leftSide #navigatorMenu .leftMenuBox li.current a {
	text-align: left;
	font-weight: bold;
	color: #882222;
}
#leftSide #navigatorMenu .leftMenuBox li.currentDir a {
	font-weight: bold;
	color: #000;
}
#leftSide #navigatorMenu .leftMenuBox a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
#leftSide #topLeftMenu {
	width: 220px;
	height: 24px;
	overflow: hidden;
	border-bottom: 1px solid #aaa;
}
#leftSide #topLeftMenu a {
	display: block;
	float: left;
	color: #888888;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 2em;
}
#leftSide #topLeftMenu a:hover {
	color: #000;
	text-decoration: none;
}
#leftSide #topLeftMenu #leftMenuUserLink {
	width: 90px;
	text-align: center;
}
#leftSide #topLeftMenu #leftMenuUserLink.current {
	color: #000000;
	background: #c9d316 url(../images/gradientGreenLight.png) center repeat-x;
}
#leftSide #topLeftMenu #leftMenuAdministratorLink {
	width: 132px;
	text-align: center;
}
#leftSide #topLeftMenu #leftMenuAdministratorLink.current {
	color: #000000;
	background: #c9d316 url(../images/gradientGreenLight.png) center repeat-x;
}
#topBarMenu {
	height: 24px;
	overflow: hidden;
	border-bottom: 1px solid #aaa;
}
#topBarMenu a {
	text-decoration: none;
}
#topBarMenu #topBarMenuRight {
	float: right;
	margin: 5px 10px 0 0;
}
#topBarMenu #topBarMenuRight a {
	color: #777;
	font-weight: bold;
}
#topBarMenu #topBarMenuRight a:hover {
	color: #000;
	text-decoration: none;
}
#topBarMenu #topBarMenuLeft {
	margin: 6px 0 0 2px;
	color: #888;
	font-size: 0.9em;
}
#topBarMenu #topBarMenuLeft a {
	color: #888;
}
#topBarMenu #topBarMenuLeft a:hover {
	color: #000;
	text-decoration: underline;
}
/* Contents */
#container h2.title {
	padding: 2px 10px;
	font-size: 1.6em;
	margin: 10px 0 0 0;
	font-family: Tahoma;
}
#container h2.title img {
	margin: 0 10px 0 10px;
	vertical-align: middle;
}
#container h3 {
	font-size: 1.0em;
}
#container table.inputFormTable {
	margin: 20px;
}
#container table.inputFormTable tr {
	height: 40px;
}
.contentBox {
	margin: 10px 10px 10px 0;
	padding: 10px;
	background: #fff;
	border-top: 1px solid #ddd;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	border-left: 1px solid #ddd;
}
.contentBox h2 {
	font-size: 1.0em;
	border-bottom: 1px solid #600;
	margin: 0 0 0 0;
}
.contentBox div.content {
	border-top: 1px solid #660000;
}
.validateBox {
	float: right;
	height: 20px;
	width: 20px;
	margin: 0;
	padding: 3px 0px 0px 4px;
}
.contentDivisionTwoRight,.contentDivisionTwoLeft {
	width: 324px;
	position: relative;
}
.contentDivisionTwoLeft {
	float: left;
}
.contentDivisionTwoRight {
	float: right;
}
/* Labeled box */
div.labeledBox {
	margin: 30px 10px 0 0;
}
div.labeledBox div.label {
	display: block;
	margin-bottom: 4px;
	font-size: 0.9em;
}
div.labeledBox div.label h3 {
	display: inline;
	padding: 6px 10px;
	background: #eeeeee;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #cccccc;
	color: #000000;
	font-weight: normal;
	cursor: pointer;
}
div.labeledBox div.label h3 img {
	margin: 0 4px -8px 0;
	padding: 0px;
}
div.labeledBox div.content {
	background: #ffffff;
	border-top: 1px solid #ddd;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	border-left: 1px solid #ddd;
}
/* Boxed */
.boxed {
	margin: 20px 10px 10px 0;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ddd;
}
.boxed h3 {
	margin: 0;
	line-height: 2em;
	padding: 0 20px;
	height: 26px;
	background: #eee;
}
.boxed h3.close {
	margin: 1px 1px 0 0;
	cursor: pointer;
	background: #eee url(../images/iconsized/greyCircleMore24.png) right no-repeat;
}
.boxed h3.open {
	margin: 1px 1px 0 0;
	cursor: pointer;
	background: #eee url(../images/iconsized/greyCircleLess24.png) right no-repeat;
}
.boxed .content {
	padding: 10px 10px;
	background: #fff;
	margin: 0;
}
.boxed .content h3 {
	padding: 10px 0 0 6px;
	margin: 0;
	background: #fff;
	border-bottom: 1px solid #660000;
}
.boxed .content h4 {
	padding: 0;
	margin: 0;
}
.boxed .content div.container {
	border-top: 1px solid #ddd;
	border-right: 2px solid #cacaca;
	border-bottom: 3px solid #cacaca;
	border-left: 1px solid #ddd;
	margin: 10px 0;
	padding: 0 10px;
}
.boxed .content .buttonsForm {
	margin: 10px 30px;
}
.boxed .simpleTabs {
	margin: 0;
}
.boxed .simpleTabs ul.tabs {
	list-style: none;
	border-bottom: 1px solid #ccc;
	height: 30px;
	margin-bottom: 10px;
}
.boxed .simpleTabs ul.tabs li {
	float: right;
	padding: 0;
	margin: 0 10px;
}
.boxed .simpleTabs ul.tabs li a {
	display: block;
	padding: 4px;
	margin: 0 8px 0 0;
	font-weight: bold;
	color: #444;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #eee;
}
.boxed .simpleTabs ul.tabs li.active a {
	color: #000;
	background: #fff url(../images/gradientGrey.png) center repeat-x;
	padding: 8px 4px;
	border-bottom: 1px solid #ddd;
}
.boxed .simpleTabs ul.tabs li a:hover {
	text-decoration: none;
	color: #000;
	background: #fff url(../images/gradientGrey.png) top repeat-x;
}
.boxed .simpleTabs .tabsContainer {
	padding: 0 10px;
}
.boxed .itemListBox {
	margin: 10px;
	width: 350px;
	height: 180px;
	float: left;
	overflow: auto;
}
/* Debug */
#debugBox {
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 2000;
}
#label {
	width: 80px;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	background: #ddd;
}
#dbgContent {
	border-top: 1px solid #aaa;
	height: 180px;
	overflow: auto;
	background: #ddd;
	display: none;
}
/* Login */
#loginWrapper {
	position: absolute;
	background: url(../images/loginBgEf.jpg) top no-repeat;
	width: 748px;
	height: 357px;
	top: 80px;
	left: 50%;
	margin-left: -374px;
}
#loginBox {
	margin: 90px 0 0 340px;
}
#loginForm td {
	width: 160px;
	color: #888;
}
#loginEnterButton {
	position: absolute;
	top: 420px;
	width: 100%;
	text-align: center;
}
#loginEnterButton input {
	padding: 8px 20px;
	border: 1px solid #dddddd;
	font-size: 1.2em;
	color: #555555;
}
#loginUserMessagesBox {
	position: absolute;
	width: 500px;
	left: 50%;
	margin-left: -160px;
	top: 260px;
	text-align: center;
}
#loginUserMessagesBox span.alert {
	color: #c9d316
}
#loginUserMessagesBox span.error {
	color: #d00
}
#loginUserMessagesBox span.notice {
	color: #1692d3
}
/* Loading */
#initLoadingSystemBox {
	margin: 256px 0 0 232px;
	width: 400px;
}
#loadMUPbar {
	height: 2px;
}
#loadingBox {
	position: fixed;
	z-index: 1000;
	width: 74px;
	height: 74px;
	padding: 14px;
	background: url('/images/loaderContainer.png') no-repeat;
	top: 50%;
	left: 50%;
	margin-top: -37px;
	margin-left: -37px;
	display: none;
	opacity: 0.8;
	filter: alpha(opacity = 80);
}
#loadingBoxLoader {
	margin-top: 20px;
	background: url('/images/ajaxLoader.gif') no-repeat;
	width: 43px;
	height: 11px;
}
/* Item list */
h2.itemListTitle {
	margin: 0;
	width: 280px;
	float: left;
	text-align: center;
	font-size: 1.2em;
	padding: 0;
}
.itemListOptionBox {
	margin: 0;
	width: 280px;
	float: left;
}
.itemListOptionBox form {
	font-size: 0.9em;
}
.itemListArrowRight {
	width: 80px;
	height: 180px;
	float: left;
	background: url(../images/bigArrowRight.gif) center no-repeat;
}
.itemListSpacerSmall {
	margin: 0;
	width: 10px;
	height: 16px;
	float: left;
}
.itemListBox {
	margin: 0;
	width: 280px;
	height: 180px;
	float: left;
	overflow: auto;
}
.itemListBox ul {
	list-style: none;
	padding: 0px;
}
.itemListBox ul li {
	margin: 0;
	border: 1px solid #fff;
	background: url(../images/grayGradient.png) repeat-x;
	height: 16px;
	line-height: 1.2em;
	font-size: 0.9em;
	clear: both;
}
.itemListBox ul li div.details {
	background: #f4f4f4;
	padding: 0 0 0 20px;
	border: 2px solid #eee;
}
.itemListBox ul li div.details ul li {
	display: block;
}
.itemListBox ul li div.details ul li div.title {
	float: left;
	background: url(../images/grayGradient.png) repeat-x;
	line-height: 1.4em;
	width: 160px;
	text-align: center;
	height: 18px;
	overflow: hidden;
}
.itemListBox ul li .title {
	float: left;
	background: url(../images/grayGradient.png) repeat-x;
	padding: 0px 4px;
	font-weight: bold;
	line-height: 1.4em;
	width: 50px;
	text-align: center;
	height: 16px;
	overflow: hidden;
}
.itemListBox ul li .titleLarge {
	background: url(../images/grayGradient.png) repeat-x;
	padding: 0px 4px;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0px 30px 0px 0px;
	text-align: center;
	height: 18px;
	overflow: hidden;
}
.itemListBox ul li .description {
	margin: 0px 40px 0px 80px;
}
.itemListBox ul li .option {
	float: right;
	width: 30px;
}
.itemListBox ul li .optionLong {
	float: right;
	width: 60px;
}
/* Small item list */
ul.smallItemListContainer {
	width: 100%;
	height: 250px;
	overflow: auto;
}
ul.smallItemListContainer li {
	float: left;
	margin: 2px;
	width: 114px;
	overflow: hidden;
	height: 18px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #cacaca;
	border-bottom: 2px solid #cacaca;
	border-left: 1px solid #ddd;
}
ul.smallItemListContainer li .option {
	float: right;
}
ul.smallItemListContainer li .name {
	font-weight: bold;
	font-size: 0.9em;
	text-align: left;
	padding: 2px;
	overflow: hidden;
}
/* Block list */
.blockListBar {
	background: #eee url(../images/grayGradient.png) center repeat-x;
	margin: 10px 4px;
	padding: 0px 2px;
	font-size: 0.85em;
}
.blockListBar img {
	cursor: pointer
}
.blockListContainer {
	clear: both;
	margin-top: 6px;
}
.blockListContainer .container {
	margin: 2px;
	width: 500px;
	background: #fff;
}
.blockListContainer .item {
	float: left;
	width: 206px;
	margin: 4px;
	height: 100px;
	overflow: hidden;
	cursor: default;
	border-top: 1px solid #ddd;
	border-right: 2px solid #cacaca;
	border-bottom: 3px solid #cacaca;
	border-left: 1px solid #ddd;
}
.blockListContainer .item.ui-selected {
	border-color: #999911;
}
.blockListContainer .item .title {
	font-weight: bold;
	padding: 2px;
	background: url(../images/grayGradient.png) repeat-x;
	height: 16px;
	overflow: hidden;
	line-height: 1.4em;
}
.blockListContainer .item.ui-selected .title {
	background: url(../images/greenGradient.png) repeat-x;
}
.blockListContainer .item .title img {
	margin: 0px 2px 0px 0px
}
.blockListContainer .item img {
	float: left;
	margin: 4px 6px;
}
.blockListContainer .item .field {
	font-size: 0.85em;
	width: 400px;
	height: 14px;
	overflow: hidden;
}
.blockListContainer .item .field span.value {
	font-weight: bold;
}
/* itemListBoxed */
.itemListBoxed .item {
	float: left;
	margin: 2px;
	height: 1.2em;
	width: 120px;
	padding: 2px;
	overflow: hidden;
	border: 1px solid #ddd;
	background: #c9d316 url(../images/gradientGrey.png) top repeat-x;
}
.itemListBoxed .ui-selected {
	background: #c9d316 url(../images/gradientGreenLight.png) center repeat-x;
}
/* advancedSearchBoxFull */
.advancedSearchBoxFull {
	padding: 0px;
}
.advancedSearchBoxFull .listBox {
	width: 618px;
	border-top: 1px solid #ddd;
	border-right: 2px solid #cacaca;
	border-bottom: 3px solid #cacaca;
	border-left: 1px solid #ddd;
	background: #fff;
}
.advancedSearchBoxFull .listBox .topBar {
	text-align: right;
	font-size: 0.85em;
	background: url(../images/gradientGrey.png) center repeat-x;
}
.advancedSearchBoxFull .listBox .itemsList {
	width: 100%;
	height: 230px;
	overflow: auto;
}
.advancedSearchBoxFull .listBox .itemsList .largeList {
	height: auto;
}
.advancedSearchBoxFull .listBox .itemsList table.smalllist td {
	border: none;
}
.advancedSearchBoxFull .listBox .itemsList table.smalllist th {
	border: none;
	background: #fff;
	text-align: left;
}
.advancedSearchBoxFull .searchBox {
	margin-right: 0px;
	padding: 4px;
}
.advancedSearchBoxFull .searchBox .label {
	width: 120px;
}
.advancedSearchBoxFull .searchBox table.form tr td {
	padding: 0;
}
/* advancedSearchBox */
.advancedSearchBox {
	padding: 10px;
}
.advancedSearchBox .listBox {
	float: right;
	width: 300px;
	border-top: 1px solid #ddd;
	border-right: 2px solid #cacaca;
	border-bottom: 3px solid #cacaca;
	border-left: 1px solid #ddd;
	background: #fff;
}
.advancedSearchBox .listBox .topBar {
	text-align: right;
	font-size: 0.85em;
	background: url(../images/gradientGrey.png) center repeat-x;
}
.advancedSearchBox .listBox .itemsList {
	width: 100%;
	height: 230px;
	overflow: auto;
}
.advancedSearchBox .listBox .itemsList .largeList {
	height: auto;
}
.advancedSearchBox .listBox .itemsList table.smalllist td {
	border: none;
}
.advancedSearchBox .listBox .itemsList table.smalllist th {
	border: none;
	background: #fff;
	text-align: left;
}
.advancedSearchBox .searchBox {
	margin-right: 314px;
	padding: 4px;
}
.advancedSearchBox .searchBox .label {
	width: 120px;
}
.advancedSearchBox .searchBox table.form tr td {
	padding: 0;
}
/* overlayWindow */
#overlayWindow {
	position: fixed;
	margin-left: -230px;
	top: 180px;
	border: 2px solid #ddd;
	background: #fff;
	padding: 10px;
}
/* contactEditContainerBox */
#contactEditContainerBox .container2 {
	background: #fff;
}
#contactEditContainerBox .title {
	background: #333333 url(../images/gradientNoir.png) center repeat-x;
	color: #ffffff;
}
/* homeBox */
.homeBox {
	float: left;
	margin: 30px 0 30px 30px;
	width: 280px;
}
.homeBox .logo {
	float: left;
	padding-top: 10px;
}
.homeBox h3 {
	margin: 0 0 0 60px;
	border-bottom: 1px solid #aaa;
}
.homeBox .content {
	margin: 4px 0 0 60px;
	font-size: 0.9em;
}
.homeBoxBig {
	float: right;
	margin: 30px 30px 30px 0;
	width: 280px;
}
.homeBoxBig h3 {
	margin: 0 60px 0 0;
	text-align: right;
	border-bottom: 1px solid #aaa;
}
.homeBoxBig .logo {
	float: right;
	padding-top: 10px;
}
.homeBoxBig .content {
	text-align: right;
	margin: 4px 60px 0 0;
	font-size: 0.9em;
}
.homeBoxSmall {
	float: left;
	text-align: center;
	width: 120px;
	height: 80px;
	margin: 10px;
	cursor: pointer;
	padding: 10px;
	border: 1px solid #fff;
}
.homeBoxSmall:hover {
	background: #f4f4f4;
	border: 1px solid #aaa;
}
/* Specific */
#nodeConfigurationBox,#recorderConfigurationTabs {
	margin: 20px 10px 0 0;
}
#searchContactPopupContainer {
	width: 500px;
	height: 300px;
	clear: both;
	margin: 4px;
	padding: 4px;
	color: #000;
	background: #fff;
}
.editPopupContainer,#editQueueOperatorsPopupContainer {
	width: 700px;
	height: 370px;
	clear: both;
	margin: 4px;
	padding: 4px;
	color: #000;
	background: #fff;
}
.smallList {
	background: #fff;
	width: 100%;
	height: 120px;
	overflow: auto;
}
.smallList li:hover {
	background: #f4f4f4;
}
.smallList li.selected {
	background: #ddd url(../images/gradientGreenSoft.png) center repeat-x;
}
.smallList li.selectable {
	cursor: pointer;
}
.largeList {
	background: #fff;
	height: 200px;
	overflow: auto;
	list-style-type: none;
}
.largeList li {
	height: 18px;
	padding: 0px 4px;
	font-size: 0.9em;
	overflow: hidden;
	line-height: 1.6em;
	cursor: default;
}
.largeList li.expanded {
	overflow: auto;
	height: auto;
}
.largeList li:hover {
	background: #f4f4f4;
}
.largeList li.encryptkey {
	height: 100%;
}
.largeList li.encryptkey:hover {
	background-color: transparent;
}
.largeList li.selected {
	background: #ddd url(../images/gradientGreenSoft.png) center repeat-x;
}
#addSubnetBoxRecorder {
	position: absolute;
	right: 16px;
	width: 200px;
	height: 200px;
	background: #ffffff;
	overflow: auto;
}
#addSubnetBoxRecorder ul.largeList li {
	padding: 2px;
}
#libraryRecorderContainer {
	width: 620px;
}
#recordingsToStorageContainer {
	height: 250px;
	padding: 10px;
}
#networkShareList {
	margin: 10px 10px 0 0;
}
#administratorHomeContactView {
	display: none;
}
#administratorHomeTenantDbCredentials {
	width: auto;
	margin-right: 0px;
	margin-left: auto;
}
#administratorHomeTenantDbCredentials td {
	padding-left: 5px;
}
#subnetListBox,#devicesListBox {
	border: 1px solid #ccc;
	width: 400px;
}
#storageStepOne .description,#storageStepTwo .description {
	padding: 30px;
	text-align: center;
}
#selectedLibraryRecordingDetails input[type="button"] {
	font-size: 0.9em;
}
#selectedLibraryRecordingDetails input[type="text"] {
	width: 300px;
}
.recorderbuttonsForm {
	text-align: center;
	margin: 10px 0px;
}
.recorderbuttonsForm input[type="button"] {
	font-size: 0.8em;
}
#ServiceConfiguration .boxed {
	margin-left: 0px;
	margin-right: 0px;
}
.recordingDetails {
	max-height: 370px;
	overflow: auto;
}
tr.readMessages {
	font-weight: bold;
}
div.options {
	margin: 5px 0px 0px;
	text-align: right;
}
table.form td.largelabel.aacShortcut {
	width: 264px;
}
select.message {max-width: 180px;}