

/******* generic *******/

.panel {
	position: absolute;
	overflow: visible;
	z-index: 5; 
	background-color: white;
}
.panelShadow {
	position: absolute;
	overflow: visible;
	z-index: 3;
	background-color: black;
	filter: alpha(opacity=33);
	-moz-opacity: .33;
	-khtml-opacity: .33;
	opacity: .33;
}
.ptable {
	border: solid 0.05em black;
	background-color: white;
}
.ptitbar td {
	background: #E6D5CA url(/rsrc/img/bg_bot_widg_title.png) repeat-x bottom;
	color: #000000;
	padding: 0.3em 0.3em 0.4em 0.4em;
	font-weight: bold;
	font-size: 0.7em;
}

 .ptitbar span.new {
 	cursor:pointer;
 }

.ptitbar a.new, .ptitbar span.new {
	margin: 0 1em;
	color: #000000;
	text-decoration: none;
}
.ptitbar a.new:hover, .ptitbar span.new:hover {
	text-decoration: underline;
}
img.bt11, input.bt11 { /* image input */
	width: 11px;
	height: 11px;
	cursor: pointer;
}
.m04 {
	margin-right: 0.4em;
}
.pbuts {
	padding: 0.5em 0.6em 0.4em;
	text-align: center;
}
.pbuts a, .pbuts button {
	font-size: 0.7em;
	white-space: nowrap;
	letter-spacing: 0.1em;
	/*display: block;*/
	display: inline;
	margin-right: 5px;
	text-decoration: none;
	color: #555555;
	border: 0.05em solid #b7c2ec;
	border-bottom: 0.15em solid #8493CC;
	/*padding: 0.05em 0.5em; interpretted differently by IE and Opera */
	background-image: url(/rsrc/img/bg_menu.gif);
	cursor: pointer;
}
.pbuts a:hover, .pbuts button:hover {
	color: #000000;
	border: 0.05em solid #7287DE;
	border-bottom: 0.15em solid #b7c2ec;
}
.perror {
	padding: 3px 0px 3px 15px;
	margin-bottom: 0.5em;
	color: #990000;
	background: url(/rsrc/img/bg_error.gif) no-repeat top left;
	font-size: 0.7em;
}


/******* calendar *******/

.calNav {
	padding: 0.4em 0.75em 0.3em;
}
.calNav select {
	font-size: 0.7em;
	color: #333333;
	margin: 0;
	padding: 0.2em 0.3em;
}
.calendar {
	border-top: solid 0.1em #ffffff;
}
.calendar th {
	color: #666666;
	font-size: 0.55em;
	padding: 0.1em;
	border-bottom: 0.1em solid #747474;
}
.calendar a, .calendar div {
	font-size: 0.55em;
	background-color: #f7f7f7;
	border-bottom: 0.1em solid #D8D8D8;
	padding: 0.2em;
	text-align: center;
	color: #666666;
}
.calendar a {
	display: block;
	text-decoration: none;
}
.calendar a.today {
	background-color: #D8D8D8;
}
.calendar a:hover, .calendar a.selected {
	background-color: #E6D5CA;
	color: #000000;
}


/******* time *******/

.timeset {
	padding: 0.3em 0.75em 0;
}
.timeset td {
	padding: 0 0.1em;
}
.timeset input { /* image input */
	border: 0;
	display: block;
	cursor: pointer;
}
.timedisplay {
	font-size: 1.5em; 
}


/******* timezone *******/

.tz {
	padding-top: 0.5em;
}
.tz select {
	font-size: 0.7em;
}


/******* login *******/

.login {
	padding: 0.25em 0.75em 0.5em;
}
.login td {
	padding: 0.25em 0.1em 0;
	font-size: 0.7em;
}


/******* dateoffset *******/

.dateoffset {
	padding: 0.25em 0.75em 0.5em;
}
.dateoffset td {
	padding: 0.4em 0.1em 0;
	font-size: 0.7em;
}
.dateoffset select, .dateoffset input {
	font-size: 1em;
}
.dateoffset td.name {
	text-align: right;
	padding-right: 0.3em;
	width: 98%;
}
.dateoffset td.value {
	width: 1%;
}
.dateoffset img {
	display: block;
	cursor: pointer;
	width: 9px;
	height: 9px;
	border: 0;
}


/******* alphalist *******/

.alphalist .head {
	padding: 0.4em 0.3em;
}
.alphalist .head div {
	background: url(/rsrc/img/bg_menu.gif) repeat-x top;
	padding: 0.1em 0.25em;
	border: 0.05em solid #AAAAAA;
	border-bottom: 0.15em groove #c0c0c0;
}
.alphalist .head td {
	font-size: 0.7em;
}
.alphalist .head select {
	font-size: 1em;
}
.alphalist .head .new {
	padding-left: 0.5em;
}
.alphalist .results a {
	display: block;
	color: #444444;
	text-decoration: none;
	padding: 0.25em 0.45em;
	font-size: 0.7em;
}
.alphalist .results a:hover {
	color: #000000;
	text-decoration: underline;
}


/******* txtInter *******/

.txtInter {
	padding: 0.5em 0.45em 0 0.6em;
}
.txtInter td.tab a, .txtInter td.activeTab a {
	letter-spacing: 0.1em;
	white-space: nowrap;
	display: block;
	background-color: #E7E7E7;
	color: #333333;
	padding: 0.1em 0.3em;
	margin-right: 0.05em;
	text-decoration: none;
	font-size: 0.7em;
}
.txtInter textarea, .pbuts select {
	font-size: 0.7em;
}
.txtInter td.tab a:hover, .txtInter td.activeTab a {
	background-color: #CCCCCC;
	color: #000000;
}
.txtInter .trash {
	padding-right: 0.25em;
}

/******* dictionary *******/

.dicNav {
	padding: 0.25em 0.3em 0.3em;
}
.dicNav table {
	border: 0.05em solid #AAAAAA;
	border-bottom: 0.1em groove #c0c0c0;
}
.dicNav td {
	background: url(/rsrc/img/bg_menu.gif) repeat-x top;
	padding: 0.1em 0.45em;
	font-size: 0.7em;
}
.dicNav input {
	padding: 0.05em 0.25em;
	font-size: 1em;
}
.dicNav input.btNav { /* image input */
	padding: 0;
	width: 11px;
	height: 11px;
	cursor: pointer;
	border: 0;
}
/*
.dictionary ul li span , .dictionary ul li input {
	font-size: 0.7em;
}
*/
/*
.dictionary ul li span {
	background-color: #F2F2F2;
	color: #444444;	
}
*/

.dictionary a {
	white-space: nowrap;
}

.dictionary a, .even { /* includes 'even' class */
	background-color: #F2F2F2;
	color: #444444;
}
.dictionary a.odd {
	background-color: #FCFCFC;
	color: #555555;
}
.dictionary a.even:hover {
	background-color: #E9E9E9;
	color: #111111;
}
.dictionary a.odd:hover {
	background-color: #E6E6E6;
	color: #111111;
}


.dictionary ul.treeview li a { /* includes 'even' class */
	background-color: transparent;
	padding-left: 0px;
}


.dictionary ul.treeview li a , .dictionary ul.treeview li span a {
	display: block;
	margin-top: -0.3em;
}


.dictionary ul.treeview li span{
	padding: 0.25em 0.45em;
}



.treeviewInnerChildrenNav {	
	background-color: #F2F2F2;
	color: #444444;
}

.dictionary a, .treeviewInnerChildrenNav  {
	display: block;
	
	text-decoration: none;
	padding: 0.25em 0.45em;
	font-size: 0.7em;
}

.treeviewInnerChildrenNav span,
.treeviewInnerChildrenNav input {
	font-size: 0.7em;
}

.dictionary th {
	font-size: 0.7em;
	text-align: left;
	padding: 0.25em 0.45em;
}
.dictionary td {
	text-decoration: none;
	padding: 0.25em 0.45em;
	font-size: 0.7em;
	cursor: pointer;
}
.dictionary tr.even td, .dictionary tr.even td a {
	background-color: #F2F2F2;
	color: #444444;
}
.dictionary tr.odd td, .dictionary tr.odd td a {
	background-color: #FCFCFC;
	color: #555555;
}
.dictionary tr.even_mouseOver td, .dictionary tr.even td_mouseOver a, .dictionary tr.even td_mouseOver a:hover {
	background-color: #E9E9E9;
	color: #111111;
}
.dictionary tr.odd_mouseOver td, .dictionary tr.odd td_mouseOver a, .dictionary tr.odd td_mouseOver a:hover {
	background-color: #E6E6E6;
	color: #111111;
}
.noEntries {
	padding: 0.25em 0.45em 0.35em;
	font-size: 0.7em;
	color: #333333;
}

/* suggest */

div.suggest {
	border-top: 0.1em solid #AAAAAA;
}
div.suggest a, div.suggest div {
	display: block;
	border: 0.1em solid #AAAAAA;
	border-top: none;
	padding: 0.25em;
}
div.suggest a.even {
	background-color: #F2F2F2;
	color: #444444;
}
div.suggest a.odd {
	background-color: #FCFCFC;
	color: #555555;
}
div.suggest a.even:hover {
	background-color: #E9E9E9;
	color: #111111;
}
div.suggest a.odd:hover {
	background-color: #E6E6E6;
	color: #111111;
}
