/**
 * A PostIt modul stílusai.
 */
.postit {
	padding: 3px;
	font-size: 11px;
	color: #121212;
}

.postit_edit {
	padding: 2px;
}

.postit_edit DIV TEXTAREA {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: black;
	padding: 0;
	margin: 0;
	border: 0;
	overflow: hidden;
}

.postit_edit DIV {
/*	display: block; */
	border: 1px solid #BD3C15;
}

.postit_edit INPUT {
	border: 1px outset #BD3C15;
	background-color: #FFD440;
	margin-top: 2px;
}

/**
 * Az RSS modul
 */
UL.rss {
	margin: 0;
	padding: 5px 0px 5px 4px;
	list-style-type: none;
}

UL.rss LI {
	display: block;
	padding-left: 14px;
	background-image: url(../img/webx/webx-list-disc.gif);
	background-position: 7px 5px;
	background-repeat: no-repeat;
	_border-bottom: 1px solid white;
}

UL.rss LI:hover {
	background-color: #FFF3CC;
}

UL.rss LI A {
	display: block;
/*	_display: inline; */
	color: black;
	padding: 0px 0px 1px 4px;
}

UL.rss LI A:hover {
	color: black;
	text-decoration: none;
	background-color: #FFF3CC;
}

UL.rss LI A IMG {
	padding: 1px 5px 0px 5px;
	border: 0;
	float: right;
}

/**
 * A konzol stílusai.
 */
DIV#wxconsole {
	display: block;
	padding: 2px;
	font-size: 10px;
	color: black;
	max-height: 500px;
	_height: 500px;
	overflow: auto;
}

.consoleon DIV#wxconsole {
	background-color: white;
	border: 1px solid lightgreen;
}

.consoleoff DIV#wxconsole {
	display: none;
}

DIV#wxconsole .error, DIV#wxconsole .warn, DIV#wxconsole .log, DIV#wxconsole .debug, DIV#wxconsole .info {
	border-bottom: 1px solid #DDDDDD;
	padding: 1px;
}

DIV#wxconsole .error {
	color: red;
}

DIV#wxconsole .warn {
	color: yellow;
}

DIV#wxconsole .log {
}

DIV#wxconsole .debug {
}

DIV#wxconsole .info {
}

/**
 * A TellAFriend modul stílusai.
 */
.TellAFriend_Message {
	width: 96%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: black;
	/* overflow: hidden; */
}

/**
 * A WebJegyzet modul stílusai.
 */
.WebJegyzet {
	padding: 3px;
	font-size: 11px;
	color: #121212;
	overflow: hidden;
}

.WebJegyzet_edit {
	padding: 2px;
}

.WebJegyzet_edit DIV TEXTAREA {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: black;
	padding: 0;
	margin: 0;
	border: 0;
	overflow: hidden;
}

.WebJegyzet_edit DIV {
/*	display: block; */
	border: 1px solid #BD3C15;
}

.WebJegyzet_edit INPUT {
	border: 1px outset #BD3C15;
	background-color: #FFD440;
	margin-top: 2px;
}

/**
 * Bookmarks
 */
DIV.Bookmarks_new {
	margin: 0;
	margin-bottom: 2px;
	padding: 5px;
	font-weight: bold;
	background-color: #E6E6E6;
	border: 1px solid #C0C0C0;
	font-size: 11px;
	cursor: pointer;
	color: black;
}

.Bookmarks_new IMG {
	float: left;
	padding: 2px 5px 0px 0px;
}

TABLE.Bookmarks_new {
	padding: 0px 5px 5px 5px;
	width: 100%;
}

.Bookmarks_new TD.tit {
	vertical-align: top;
	padding-top: 3px;
	color: black;
}

.Bookmarks_tags {
	padding: 5px 1px 6px 1px;
	margin: 0px 5px 6px 5px;
	border-bottom: 1px solid #BEBEBE;
	color: #6D6D6D;
}

.Bookmarks_tags SPAN { cursor: pointer; }
.Bookmarks_tags SPAN:hover { text-decoration: underline; }
.Bookmarks_tags SPAN.spec { color: black; }
.Bookmarks_tags B { display: none; }
.Bookmarks_tags SPAN.sel B { display: inline; }
.Bookmarks_tags SPAN.sel { color: #BF3C0E; font-weight: bold; }

.Bookmarks_tagshd {
	padding: 2px;
	background-color: #FFFDCD;
	border: 1px solid #C0C0C0;
}

.Bookmarks_tagshd SPAN {
	display: block;
	float: right;
}

.Bookmarks_tagshd DIV {
	line-height: 20px;
	color: #D24004;
	font-weight: bold;
	cursor: pointer;
}

.Bookmarks_tagshd DIV IMG {
	float: left;
	padding: 6px 5px 0px 5px;
}

TABLE.Bookmarks_table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

TABLE.Bookmarks_table TD {
	padding: 3px 1px 3px 9px;
}

TABLE.Bookmarks_table TD.ctrl {
	padding: 3px 9px 3px 1px;
	width: 16px;
	text-align: center;
	vertical-align: middle;
}

TABLE.Bookmarks_table TD.ctrl IMG {
	cursor: pointer;
}

.Bookmarks_i1 {
	background-color: #F2F2F2;
}

TABLE.Bookmarks_table A {
	font-weight: bold;
	color: black;
	text-decoration: none;
	overflow: hidden;
	display: block;
}

TABLE.Bookmarks_table A:hover {
	color: #BF3C0E;
	text-decoration: none;
}

TABLE.Bookmarks_table DIV {
	margin: 0;
	font-size: 10px;
	color: #6D6D6D;
}

TABLE.Bookmarks_table DIV SPAN {
	cursor: pointer;
}

/**
 * Simple ToDo
 */
A.SimpleToDo_new {
	display: block;
	color: black;
	padding: 7px 0px 7px 10px;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
}

A.SimpleToDo_new:hover {
	text-decoration: none;
	color: #464646;
}

A.SimpleToDo_new IMG {
	width: 11px;
	height: 11px;
	border: 0;
	float: left;
	padding-right: 2px;
}

TABLE.SimpleToDo {
	width: 100%;
}

TABLE.SimpleToDo TD.col1 {
	width: 20px;
	text-align: center;
}

TABLE.SimpleToDo TD.col2 {
	color: black;
}

TABLE.SimpleToDo SPAN.todo {
	cursor: pointer;
}

TABLE.SimpleToDo SPAN.todox {
	cursor: pointer;
	text-decoration: line-through;
}

TABLE.SimpleToDo TD.col2 DIV, TABLE.SimpleToDo TD.col2x DIV {
	float: left;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #922200;
	color: #FFD440;
	border: 1px solid red;
	padding: 1px 3px 1px 3px;
	margin: 2px;
}

TABLE.SimpleToDo TD.col3 {
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	padding-right: 5px;
}

TABLE.SimpleToDo TD.col3 IMG {
	cursor: pointer;
	margin: 2px;
}

/**
 * QuickLinkBox
 */
A.QuickLinkBox_new {
	display: block;
	color: black;
	padding: 7px 0px 7px 10px;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
}

A.QuickLinkBox_new:hover {
	text-decoration: none;
	color: #464646;
}

A.QuickLinkBox_new IMG {
	width: 11px;
	height: 11px;
	border: 0;
	float: left;
	padding-right: 2px;
}

TABLE.QuickLinkBox {
	width: 100%;
}

TABLE.QuickLinkBox TD.col1 {
	color: black;
}

TABLE.QuickLinkBox TD.col1 A {
	color: black;
}

TABLE.QuickLinkBox TD.col1 A.hil {
	color: red;
	font-weight: bold;
}

TABLE.QuickLinkBox TD.col2 {
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	padding-right: 6px;
}

TABLE.QuickLinkBox TD.col2 IMG {
	padding: 0px 2px 0px 2px;
}

