/*
 * Ext JS Library 2.0 Alpha 1
 * Copyright(c) 2006-2007, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */

#grid-example .x-grid-col-1 {
	text-align: right;
}
#grid-example .x-grid-col-2{
	text-align: right;
}
#grid-example .x-grid-col-3 {
	text-align: right;
}
#grid-example .x-grid-col-4 {
	text-align: right;
}
#grid-example.x-grid-mso{
	border: 1px solid #6593cf;
}
#grid-example.x-grid-vista{
	border: 1px solid #b3bcc0;
}
#xml-grid-example{
	border: 1px solid #cbc7b8;
	left: 0;
	position: relative;
	top: 0;
}
#editor-grid .x-grid-col-2{
    text-align:right;
}
.x-grid3-td-topic b {
    font-family:tahoma, verdana;
    display:block;
}
.x-grid3-td-topic b i {
    font-weight:normal;
    font-style: normal;
    color:#000;
}
.x-grid3-td-topic .x-grid3-cell-inner {
    white-space:normal;
}
.x-grid3-td-topic a {
    color: #385F95;
    text-decoration:none;
}
.x-grid3-td-topic a:hover {
    text-decoration:underline;
}
.details .x-btn-text {
    background-image: url(details.gif);
}
.addItem {
    background-image:url(../images/icons/add.gif) !important;
}
.editItem {
    background-image:url(../images/icons/page_edit.png) !important;
}
.remove {
    background-image:url(../images/icons/delete.gif) !important;
}
.save {
    background-image:url(../images/icons/save.gif) !important;
}
.verticalMiddle {
	vertical-align: middle !important;
}
.x-grid3-row .redColumn {
	background-color: #ffeeee;
}
.x-grid3-row-over .redColumn {
	background-color: #ffdddd;
}
.x-grid3-row-selected .redColumn {
	background-color: #ffcccc;
}

.x-grid3-row .greenColumn {
	background-color: #eeffee;
}
.x-grid3-row-over .greenColumn {
	background-color: #ddffdd;
}
.x-grid3-row-selected .greenColumn {
	background-color: #ccffcc;
}
.repository {
	margin: 5px;
}
.repository .title {
	font-weight:bold !important;
	font-size: 13px !important;
	color: #000000 !important;
}
.repository .createdBy {
	color: #777777;
}
.repository .tags {
	color: #999999;
}
.repository .tags a {
	color: #2D4C70;
}
.repository .tags a:hover {
	color: #C00000;
}
/* table related css */
table.align-td-top-100 {
	width: 100%;
}
table.align-td-top-100 td {
	vertical-align: top;
}
/* end table related css */