﻿/**********************************/
/*  New Request Panel Style       */
/**********************************/

div.NewRequestPanel {
	border: solid 1px #8CABD3;
	margin:0 0 5px 0;
	padding:0;
}

/* NewRequestTopPanel */
div.NewRequestTopPanel {
	margin:0;
	background:url('images/newReq.gif') repeat-x;
	height:24px;
}

div.NewRequestTopPanel .NewRequestExt 
{
	width:115px;
	height:22px;
	padding:0 0 2px 13px;
	background:url('images/arrOpen.gif') no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
}

div.NewRequestTopPanel .NewRequest 
{
	width:115px;
	height:22px;
	padding:0 0 2px 25px;
	background:url('images/withoutarrOpen.gif') repeat-x;
	color:#FFFFFF;
	font-weight:bold;
}
/* searchDetailPanel */

.detailExt 
{
	width:120px !important;
	background:url('images/detailExt.gif') repeat-y;
}

.NewRequestDetailPanel {
	margin:0;
	padding:10px;
	border-top:solid 1px #93beca;
}


.detailBorder {
	width:10px;
	background:url('images/descPanelBorder.gif') repeat-y top right;
}


.tdNewRequestDetail {
	background:url('images/tbNewReqDetail.gif') repeat-x bottom left;
	height:9px;
}

.tdNewRequestDetailLeft {
	background:url('images/tbNewReqDetailLeft.gif') no-repeat;
	height:9px;
}

.tdNewRequestDetailRight {
	background:url('images/tbNewReqDetailRight.gif') no-repeat;
	height:9px;
}

.NewRequestDetailPanel .col {
}

.NewRequestDetailPanel .acol {
	background-color:#E9F0F5;
}

.NewRequestDetailPanel th {
	background-color:#F4F5F6;
	height:20px;
	padding-left:5px;
	text-align:center !important;
}

.NewRequestDetailPanel td {
	background-color:#FBFDFF;
	height:20px;
	padding-left:5px;
	text-align:center;
}


/**********************************/
/*  CW XSLT Style                 */
/**********************************/

.divRequestDetail
{
	border:solid 1px #BDD3E4;
}

.linkRight
{
	text-align:right;
	float:right;
	vertical-align:top;
	padding:0;
	margin:0;
}

.statusLeft
{
	text-align:left;
	float:left;
	vertical-align:top;
	padding:0;
	margin:0;
}