﻿/* table level rules */
.yui-grid
{
	font-family: arial;
	font-size: small;
	border: solid 1px #7f7f7f;
	border-collapse: collapse;
}


/* header column rules */
.yui-grid th
{
	background: url(images/sprite.png) repeat-x 0px 0px;
	border-color: #989898 #cbcbcb #989898 #989898;
	border-style: solid solid solid none;
	border-width: 1px 1px 1px medium;
	color: #000; /*padding: 4px 5px 4px 10px;*/
	text-align: center;
	vertical-align: bottom;
}

.yui-grid th a
{
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: #000;
	display: block;
	padding-right: 10px;
}

/* change the background image when the column is being sorted by */
.yui-grid th.sortasc, .yui-grid th.sortdesc
{
	background: url(images/sprite.png) repeat-x 0px -100px;
}

/* change image if it is an asc sort */
.yui-grid th.sortasc a
{
	background: url(images/dt-arrow-up.png) no-repeat right 50%;
}

/* change image if it is a desc sort */
.yui-grid th.sortdesc a
{
	background: url(images/dt-arrow-dn.png) no-repeat right 50%;
}


/* data cell and data row rules */
.yui-grid td
{
	/*padding: 4px 10px 4px 10px;*/
	border-right: solid 1px #cbcbcb;
}

.yui-grid .altrow, .yui-grid .row .sort
{
	background-color: #edf5ff;
}

.yui-grid .altrow .sort
{
	background-color: #dbeaff;
}

.yui-grid .row
{
	background-color: #fff;
}

.inlineEditor
{
	border: none;
	background-color: White; /*border-bottom: Dotted 1px gray; 	border-top: Dotted 1px gray;*/
}

.inlineEditor td
{
	border: none;
}

.inlineEditorAccordionHeader
{
	cursor: hand;
	cursor: pointer;
	background: url(images/sprite.png) repeat-x 0px 0px;
	border-color: #989898 #989898 #989898 #989898;
	border-style: solid solid solid solid;
	border-width: 1px;
	color: #000;
	padding: 4px 5px 4px 10px;
}

.inlineEditorAccordionHeaderSelected
{
	background: url(images/sprite.png) repeat-x 0px -100px;
	border-color: #989898 #989898 #989898 #989898;
	border-style: solid solid solid solid;
	border-width: 1px;
	color: #000;
	padding: 4px 5px 4px 10px;
	font-weight: bold;
}

.inlineEditorAccordionContent
{
	border-color: #989898 #989898 #989898 #989898;
	border-style: none solid solid solid;
	border-width: 0px 1px 1px 1px;
	padding: 4px 5px 4px 4px;
	background-color: White;
}

.modalDragableHeader
{
	cursor: move;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.updateIndicatorBackground
{
	background-color: Gray;
	filter: alpha(opacity=1);
	opacity: 0.01;
}

.adminEditorParameterTitle
{
	font-weight: bold;
}

.highlighted_text
{
	background-color: #ffffc0;
	text-decoration: inherit;
	font-size: inherit;
}
.creeping_line_container
{
	position: relative;
	height: 16px;
	overflow: hidden;
}
.creeping_line
{
	white-space: nowrap;
	line-height: 16px;
}

/*
#font_size
{
	background-image:url(images/bg_aA.gif);
    float: right;
    margin-top: 0px;
    margin-right: 0px;
	height:21px;
}

#font_size span.smallfont{
	height:21px;
	width:21px;
	display:inline-block;
	//display:inline;
	//zoom:1;
	font-size:14px;
	text-align:right;
	font-weight:bold;
	line-height:21px;
	//line-height:20px;
}

#font_size span.bigfont{
	height:21px;
	width:23px;
	display:inline-block;
	//display:inline;
	//zoom:1;
	font-size:18px;
	text-align:center;
	font-weight:bold;
	margin-left:1px;
	line-height:21px;
}

#font_size a{
	text-decoration:none;
	color:#245C90;
}
*/
