
TABLE.listTable {
	/*width: 100%;*/
}

TABLE.listTable TR.titles TD {
	font-weight: bold;
	text-align: center;
	border: 1px solid #eee;
	color: #000;
	/*background-color: #66635a;*/
	/*background-color: #5fa9f0;*/
	background-image: url('/images/editor/table_cell_title.gif');
	background-repeat: repeat-x;
	background-position: left top;
	padding: 2px;
}

TABLE.listTable TR.titles TD A {
	display: block;
	color: #ccc;
	text-decoration: none;
	padding: 4px 1px;
}

TABLE.listTable TR.titles TD.hover {
	/*background-color: #8c8a84;*/
	/*background-color: #037cef;*/
	background-image: url('/images/editor/table_cell_title_hover.gif');
	background-repeat: repeat-x;
	background-position: left top;
}

TABLE.listTable TR.titles TD.hover A {
	/*color: #fff;*/
	color: #676767;
}

TABLE.listTable TR.line1 TD,
TABLE.listTable TR.line1Hover TD {
	background-color: #fefefe;
	padding: 3px 1px;
}

TABLE.listTable TR.line2 TD,
TABLE.listTable TR.line2Hover TD {
	padding: 3px 1px;
}

TABLE.listTable TR.line1Hover TD,
TABLE.listTable TR.line2Hover TD {
	background-color: #f7e4aa;
}



/*
TABLE.editForm {

}

TABLE.editForm TD {
	vertical-align: top;
	padding: 5px;
}

TABLE.editForm TD.columnName {
	width: 250px;
	font-weight: bold;
	padding-right: 5pt;
}

TABLE.editForm TD.columnName SPAN.comment {
	font-weight: normal;
	display: block;
	color: #aaa;
	font-size: 10px;
}

TABLE.editForm TD.columnField {
	
}

TABLE.editForm TD.columnFieldHistory {
	border: 1px solid red;
}

TABLE.editForm TR.hover TD {
	background-color: #eee;
}

TABLE.editForm TD.submit {
	padding-top: 20px;
}
*/

UL.index_list {
	list-style-type: none;
}

UL.index_list LI {
	font-size: 20px;
	line-height: 30px;
}





TABLE.topLine {
	width: 100%;
	height: 24px;
	background-image: url('/images/editor/topline.gif');
	font-weight: bold;
}

TABLE.topLine A {
	color: #676767;
}

TABLE.topLine A.element {
	height: 24px;
	padding: 5px 5px;
}

TABLE.topLine A.elementHover {
	padding: 5px 5px;
	height: 24px;
	background-image: url('/images/editor/topline_hover.gif');
}

TABLE.topLine TD.buttons {
	padding-left: 15px;
}

TABLE.topLine TD.rightAppendix {
	text-align: right;
	padding-right: 15px;
}




TABLE.containerOld {
	background-color: #fafafa;
}

TABLE.containerOld TD.tblt {
	width: 20px;
	height: 22px;
	background-image: url('/images/editor/tb_lt.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

TABLE.containerOld TD.tbct {
	font-weight: bold;
	background-image: url('/images/editor/tb_ct.jpg');
	background-repeat: repeat-x;
	background-position: left top;
}

TABLE.containerOld TD.tbrt {
	width: 20px;
	background-image: url('/images/editor/tb_rt.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

TABLE.containerOld TD.tblc {
	background-image: url('/images/editor/tb_lc.gif');
	background-repeat: repeat-y;
	background-position: left top;
}

TABLE.containerOld TD.tbcc {
	padding: 5px 0px;
	vertical-align: top;
}

TABLE.containerOld TD.tbrc {
	background-image: url('/images/editor/tb_rc.gif');
	background-repeat: repeat-y;
	background-position: right top;
}

TABLE.containerOld TD.tblb {
	background-image: url('/images/editor/tb_lb.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
}

TABLE.containerOld TD.tbcb {
	background-image: url('/images/editor/tb_cb.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
}

TABLE.containerOld TD.tbrb {
	background-image: url('/images/editor/tb_rb.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
}

TABLE.containerOld TD.container_field {
	padding: 0px;
}



TABLE.listdown {
	width: 300px;
	font-size: 12px;
	color: #676767;
	border: 1px solid #999;
	border-top: 0px;
	/*background-image: url('/images/editor/dropdown_bg.png');*/
	/*background-color: #fafafa;*/
	background-color: #e5e5e5;
	position: absolute;
	z-index: 55;
}

TABLE.listdown UL {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

TABLE.listdown UL LI {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	border-bottom: 1px dotted #ccc;
}

TABLE.listdown UL LI.hover {
	background-color: #3a86c0;
	background-image: url('/images/editor/listdown_arrow.gif');
	background-position: 5px center;
	background-repeat: no-repeat;
	color: #fafafa;
}

TABLE.listdown UL LI A {
	color: #676767;
	display: block;
	padding: 10px 5px;
}

TABLE.listdown UL LI.hover A {
	color: #fafafa;
}



TABLE.pathway TD {
	padding: 10px 10px 10px 20px;
}

TABLE.pathway SPAN.main {
	font-size: 25px;
}



UL.listtree {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	width: 700px;
}

UL.listtree UL {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 20px;
	/*background-image: url('/images/editor/list_line.gif');
	background-repeat: repeat-y;
	background-position: 1px top;*/
}

UL.listtree LI {
	margin-left: 0px;
	padding-top: 10px;
	border-top: 1px dotted #ccc;
	/*padding-left: 20px;*/
	/*background-image: url('/images/editor/list_arrow.gif');
	background-repeat: no-repeat;
	background-position: left 3px;*/
}

UL.listtree LI.lihover {
	/*background-color: #ccc;*/
}

UL.listtree LI.hidden UL {
	display: none;
}

UL.listtree LI IMG.plusminus {
	cursor: pointer;
}

UL.listtree LI DIV.line {

}

UL.listtree LI DIV.lineDrag {
	background-color: red;
}

DIV.indexModuleBlock {
	width: 965px;
}

DIV.indexModuleBlock .moduleItem {
	width: 275px;
	margin-bottom: 5px;
	margin-right: 5px;
}

DIV.indexModuleBlock .moduleItem A {

}





A.button {
	padding: 3px 5px;
	color: #333;
	/*background-color: #f6ba6b;*/
	background-color: #ccc;
	border: 1px solid #b5c3c9;
	background-image: url('/images/editor/button_bg.gif');
	background-repeat: repeat-x;
	background-position: left center;
}

A.button:hover {
	/*background-color: #f7e4aa;*/
	background-image: url('/images/editor/button_bg_a.gif');
	background-repeat: repeat-x;
	background-position: left center;
}


SPAN.paginator {
	color: #666;
	/*font-style: italic;*/
	background-color: #eee;
	padding: 4px;
}



.stndBody input[type="submit"],
.stndBody .stndInputTypeSubmitAlias,
.stndInputTypeSubmit {
	position: relative;
	border: 1px solid #0b5397;
	color: #fff;
	padding: 7px 15px;
	cursor: pointer;
	
	height: 32px;
	overflow: visible;
	line-height: 16px;
	
	background-color: #003466;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0b5397), to(#003466));
	background: -webkit-linear-gradient(#0b5397, #003466);
	background: -moz-linear-gradient(#0b5397, #003466);
	background: -ms-linear-gradient(#0b5397, #003466);
	background: -o-linear-gradient(#0b5397, #003466);
	background: linear-gradient(#0b5397, #003466);
	-pie-background: linear-gradient(#0b5397, #003466);
	
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	
	behavior: url('/styles/pie.php');	
}

.stndBody input[type="button"],
.stndBody .stndInputTypeButtonAlias,
.stndInputTypeButton {
	position: relative;
	border: 1px solid #0b5397;
	color: #fff;
	padding: 7px 15px;
	cursor: pointer;
	
	height: 32px;
	overflow: visible;
	line-height: 16px;
	
	background-color: #003466;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0b5397), to(#003466));
	background: -webkit-linear-gradient(#0b5397, #003466);
	background: -moz-linear-gradient(#0b5397, #003466);
	background: -ms-linear-gradient(#0b5397, #003466);
	background: -o-linear-gradient(#0b5397, #003466);
	background: linear-gradient(#0b5397, #003466);
	-pie-background: linear-gradient(#0b5397, #003466);
	
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	
	behavior: url('/styles/pie.php');	
}