
.login_form {
padding:20px;
width:100%;
}

.login_form table {
width:100%;
}

.ui-widget-overlay {
	background: #666666 url(/effects/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) repeat scroll 50% 50%;
	opacity:0.75;
}

.hidden {
	display: none;
}

.visible {
	display: inline;
}
.right { float: right; }
.left { float: left; }
.clearboth { clear: both; }
.center { text-align: center; }

img { border: 0; }

#screenshot{
color:white;
	position:absolute;
	border:1px solid #ccc;
	background:#E20078;
	padding:2px;
	display:none;
	font-weight: bold;
	font-size: 12px;
	}
a.tooltip {
}

a.tooltip img {
	border: none;
}

#tooltip {
	position:absolute;
	border:1px solid #E20078;
	background:#FF2FA3;
	color: white;
	padding:2px 5px;
	display:none;
	font-size:12px;
	}	

#text_editor_panel {
	width: 550px;
}

.row1 { background-color: white; }
.row2 { background-color: #FFCFCF; }
.row3 { background-color: #8DBDD8; }
.row1 a:hover { color: #666666; }
.row2 a:hover { color: #666666; }
.row3 a:hover { color: #666666; }

.content_table {
	text-align: center;
}

.content_table table {
	margin:auto;
}

.article_title {
	color:#E20078;
}

table.content_items {
	
	background-color: #CDCDCD;
	margin:auto;
	width: auto;
	text-align: left;
}
table.content_items thead tr th, table.content_items tfoot tr th {
	background-color: #FF9FD4; 
	border: 1px solid #FFF;
	padding: 4px;
}
table.content_items thead tr .header {
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.content_items tbody td {
	color: #3D3D3D;
	padding: 4px;
	vertical-align: top;
}
table.content_items tbody tr.odd td {
	background-color:#F0F0F6;
}
table.content_items thead tr  {
}
table.content_items thead {
}

table.content_items thead tr .headerSortUp {
}

table.content_items thead tr .headerSortDown {
}

table.content_items thead tr .headerSortDown, table.content_items thead tr .headerSortUp {
background-color: #FF9FD4;
}
