﻿


.section_header 
{
	color:#FF8907;
	font-size:12px;	
}

 BODY {
	FONT-SIZE: 12px; TEXT-ALIGN: left
}

.modalBox {
	background-color : #f5f5f5;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
}

.inputtext {
	BORDER-RIGHT: #bdc7d8 1px solid; PADDING-RIGHT: 3px; BORDER-TOP: #bdc7d8 1px solid; PADDING-LEFT: 3px; 
	FONT-SIZE: 11px; PADDING-BOTTOM: 3px; BORDER-LEFT: #bdc7d8 1px solid; PADDING-TOP: 3px; 
	BORDER-BOTTOM: #bdc7d8 1px solid; FONT-FAMILY: "lucida grande", tahoma, verdana, arial, sans-serif;	
}

.CORE_TextArea {		
	width: 425px;
	/*height: 66px; */  /* The js function ResizeTextarea does not work if setting the height */
	FONT-FAMILY: arial, "lucida grande", tahoma, verdana, sans-serif;
	FONT-SIZE: 13px;
}

.CORE_Text 
{
	width: 425px;
}

.InfoMessage {
	font-weight: bold;	
	font-family:Verdana;
	color:Black;
}

.TreeView_SelectedNode {
	font-weight: bold;		
}

.TreeView_SelectedNode_None {
	font-weight:normal;
}

/*------------------------ */
/* ReqReorder page items */

/*Reorder List*/
.dragHandle {
	width:20px;
	height:25px;
	vertical-align: top;
	background-color:blue;
	/*background-image:url(css/images/bg-menu-main.png);*/
	cursor:move;
	border:outset thin white;
}

.callbackStyle {
	border:thin blue inset;		
}

.callbackStyle table {
	background-color:#5377A9;	
	color:Black;
}


.reorderListDemo li {
	list-style:none;
	/* background-image:url(images/bg_nav.gif);
	background-repeat:repeat-x;
	*/
	color:#FFF;
	width: 550px;
}

.itemArea {
	margin-left:15px;
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	text-align:left;
}

.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}

div.updating
{
	width: 250px;
	height: 50px;
	margin-left: 300px;
	margin-top: 50px;
	text-align: center;
	border: solid 2px blue;
	background-color: #fff;
	position: absolute;
}

div.spinner
{
	width: 32px;
	height: 32px;
	background-image: url(/css/images/spinner.gif);
}

/* END ReqReorder page items */