.commentDate {
	font-size: 11px;
	font-style: italic;
	color: #787878;
}

.blogContentEdit {
	widht: 300px;
}

.listing {
	float: left;
	border: none;
	border-collapse:collapse;
	width: 600px;
}

.listing thead {
	background:#c25a2c none repeat scroll 0%;
	border-bottom: none;
	border-top: none;
	color:#FFFFFF;
}
.listing th, .listing td {
	padding:0.3em 0.6em !important;
}
.listing th {
	border-right:1px solid #f0f0f0;
	color:#FFFFFF;
	font-size:92%;
	font-weight:bold;
	padding-top:0.2em;
	text-align:left;
}
.listing th a {
	color:#FFFFFF;
}
.listing td {
	border-right:1px solid #CCCCCC;
	line-height:1.2;
}
.listing th.last, .listing td.last {
	border-color:#c25a2c;
}
.listing tr.odd {
	background-color: #ffd1bb;
}

.MessageReport {
	border: 1px solid #EECC66;
	background: #fffadb;
	padding: 8px 8px 8px 30px;
	margin-bottom: 10px;
}

.MessageWarning {
	border:1px solid #EECC66;
	background: #fffadb;
	padding: 8px 8px 8px 30px;
	margin-bottom: 10px;
}

/* Tabmenu */
.tab_container {
	background: #FFFFFF none repeat scroll 0%;
	width: 500px;
}

.tabnav {
	background:transparent url(/gfx/tab_bottom.gif) repeat-x scroll center bottom;
	height:20px;
	margin:0pt;
	padding-left:10px;
}

.tabnav li {
	display:inline;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}

.tabnav a:link, .tabnav a:visited {
	background:#F3F3F3 none repeat scroll 0%;
	border:1px solid #CCCCCC;
	color:#666666;
	float:left;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	margin-right:4px;
	padding: 2px 10px;
	text-decoration:none;
}

.tabnav a.active:link, .tabnav a.active:visited {
	background:#FFFFFF none repeat scroll 0%;
	border-bottom:1px solid #FFFFFF;
	color:#000000;
}

.tabnav a:hover {
	background:#FFFFFF none repeat scroll 0%;
}

A.MainBtn, A.NormBtn, A.GreenMainBtn {
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	display: inline;
	vertical-align: top;
	
	padding: 4px 6px 4px 4px;
	height: 26px;
}

/*--ROLLOVER CODE--*/
a.MainBtn {
	color:#000;
	background: url(/gfx/widget/grey_grad.gif) 0px -10px repeat-x;
	background-color: #999;
	border: 1px solid #aaa;
	font-size: 14px;

}

a.MainBtn:hover {
	background: url(/gfx/widget/grey_grad.gif) 0px -40px repeat-x;
	cursor:pointer;
	background-color: #f7c05b;	
	text-decoration: none;
}

a.MainBtn:active {
	color: #000;
}

html>body A.TextBtn {width: auto;height: auto;}

.ActionButton:hover {
    background-color: #ffffff;
    border: 1px solid #ACA899;
}

.ActionButton {
	border: 1px solid #F1EFE2;
  	cursor:pointer;
	padding: 2px;
}

.Actions {
	margin-bottom: 9px;
}

.Tooltip {
	border: 1px solid #ba601f;
	background-color: #fffd7a;
	padding: 2px;

}

A.SmallBtn {
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	display: inline;
	vertical-align: top;
	padding: 2px 4px 2px 4px;
	margin: 0px 4px 0px 0px;
	height: 22px;
}

/*--ROLLOVER CODE--*/
a.SmallBtn {
	color:#000;
	background: url(/gfx/widget/grey_grad.gif) 0px -10px repeat-x;
	background-color: #999;
	border: 1px solid #aaa;
	font-size: 12px;

}

a.SmallBtn:hover {
	background: url(/gfx/widget/grey_grad.gif) 0px -40px repeat-x;
	cursor:pointer;
	background-color: #f7c05b;	
	text-decoration: none;
}

a.SmallBtn:active {
	color: #000;
}

.Form_key {
	height: 1.9em;
	font-size: 11pt;
	padding-right: 14px;
	text-align: right;
	vertical-align: top;
}

.Form_pre {
	height: 1.2em;
	font-size: 11pt;
	padding-right: 14px;
	text-align: right;
}

.Form_input {
	background: url(/gfx/widget/i_bg.png);
	padding: 2px;
	font-size: 11pt;
}

.Form_input:focus {
	border: 1px solid #333;
}

.Form_button {
	width: 120px;
	border: 1px solid #fff;
	background-image: url(/gfx/widget/add.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	background-color: #eee;
	padding: 3px;
}

.Form_button:hover {
 	background-color: #ccc; 
	cursor:pointer;
}

.Form_save {
	width: 160px;
	border: 1px solid #999;
	background-image: url(/gfx/widget/filesave.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	background-color: #eee;
	padding: 3px;
}

.Form_login {
	margin-top: 4px;
	width: 120px;
	border: 1px solid #999;
	background-image: url(/gfx/icons/lock_open.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	background-color: #eee;
	padding: 3px;
}

.Form_save:hover, .Form_prev:hover, .Form_next:hover, .Form_button:hover {
	background-color: #ddd;
	cursor: pointer;
}

.Form_next {
	text-align: left;
	width: 90px;
	border: 1px solid #999;
	background-image: url(/gfx/widget/next.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #eee;
	padding: 3px;
}

.Form_prev {
	width: 90px;
	border: 1px solid #999;
	background-image: url(/gfx/widget/prev.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #eee;
	padding: 3px;
	text-align: right;
}

.Form_prev:focus {
	border: 1px solid #999;
}

.Form_save:focus {
	border: 1px solid #c00;
}

.Form_error {
	color: #f00;
	font-weight: bolder;
}

.message-box { text-align: center; padding: 5px; color:#545454; width:80%;  margin:5px auto; }

.error, .alert, .info, .ok, .warning {
	padding: 10px;
	margin: 6px 0px;
	text-align: center;
}

.none {
	color: #c8c8c8;
}

/*

.clean { background-color: #efefef; border-top: 2px solid #dedede; border-bottom: 2px solid #dedede; }
.warning { background-color: #ff9966; border-top: 2px solid #fdd425; border-bottom: 2px solid #fdd425; }
.info  { background-color: #f7fafd; border-top: 2px solid #b5d3ff; border-bottom: 2px solid #b5d3ff; }
.ok    { background-color: #d7f7c4; border-top: 2px solid #82cb2f; border-bottom: 2px solid #82cb2f; }
.alert { background-color: #fef5be; border-top: 2px solid #fdd425; border-bottom: 2px solid #fdd425; }
.error { background-color: #ffcdd1; border-top: 2px solid #e10c0c; border-bottom: 2px solid #e10c0c; }

 */

.ok { background-color: #e9fedd; border: 1px solid #bbb; }
.alert, .info { background-color: #fffadb; border: 1px solid #bbb; }
.pollInfo { padding: 20px 0 20px 0; text-align: center; }
