﻿

.RequestBox 
{
	display:block;
	width:530px;
	/*margin-bottom:45px;	*/
}

.RequestElement 
{
	border-bottom:solid 1px #A9A9CB;	
	background:#D9D9E8;
	
}

.RequestElement div.SubData
{
	width:450px;
	padding:14px 40px 0px 40px;
	background:url(../images/bg_requestboxbg.gif) repeat-x top;
}

.RequestElement div.SubData h3
{
	font-size:13px;
	border-bottom:solid 1px #A9A9CB;
	margin-bottom:8px;
}

.RequestElement div.SubData ul li span.RqLabel
{
	font-weight:bold;
	padding-right:10px;		
}

.RequestElement div.SubData input.TextBox
{
	width:135px;
	font-size:10px;
}

.RequestElement div.SubData input.Button
{
	width:48px;
	font-size:10px;
	border:solid 1px #A9A9CB;
	background:#DEDCF6;
	margin-left:5px;
	margin-right:3px;
	margin-bottom:1px;
}

.RequestBox div.Headers div,
.RequestBox div.RequestElement div.HeaderData div
{
	float:left;
}

.RequestBox div.Headers
{
	background: #A9A9CB;
	width:530px;
	padding-top:2px;
	padding-bottom:2px;
	color:#26276D;
	font-weight:bold;
	height:20px;
}

.RequestBox div.RequestElement div.HeaderData
{
	width:530px;
	background-color:#DFDFEC;
	height:50px;
}

.RequestBox div.RequestElement div.HeaderData div
{
	padding-top:10px;
	padding-bottom:10px;	

}

.RequestBox div.AlertDot
{
	width:50px;
	background-image:url(../images/dot_exclamation.gif);
	background-position:center center;
	background-repeat:no-repeat;
}

.RequestBox div.SubtleDot 
{
	width:50px;
	background-image:url(../images/dot_hyphen.gif);
	background-position:center center;
	background-repeat:no-repeat;
}

.RequestBox div.Dot
{
	width:50px;
}

.RequestBox div.Submitted,
.RequestBox div.WorkedFor 
{
	width:90px;
}

.RequestBox div.RType 
{
	width:90px;
}

.RequestBox div.Amount
{
	width:50px;
	text-align:center;
}

.RequestBox div.Date
{
	text-align:center;
	width:80px;
}

.RequestBox div.DateTime
{
	text-align:center;
	width:80px;
	line-height:14px;
	position:relative;
	top:-3px;
}

.NewRequestBox
{
	width:530px;
	background-color:#DFDFEC;	
	border:solid 1px #A9A9CB;
	border-top:solid 24px #A9A9CB;
	padding-top:15px;
}

.NewRequestBox ul
{
	margin-left:85px;
	margin-right:85px;
}

.NewRequestBox ul li
{
	font-size:11px;	
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:solid 1px #A9A9CB;
	font-weight:bold;
}

.NewRequestBox ul li input
{
	font-size:11px;
	width:300px;
}

.NewRequestBox ul li input.DateField
{
	width:70px;
	margin-left:5px;
	margin-right:3px;
}

.NewRequestBox ul li input.Hour
{	
	width:20px;
	text-align:center;
}

.NewRequestBox ul li input.Minutes
{
	width:40px;
	text-align:center;
}

.NewRequestBox ul li select
{
	font-size:11px;
	width:305px;
}

.NewRequestBox ul li textarea
{
	width:300px;
	height:60px;
}

.NewRequestBox ul li img
{
	display:inline;
	position:relative;
	top:1px;
	margin-right:10px;
}

div.Checklist
{
	margin-left:10px;
	font-weight:normal;
}

div.Checklist input.checker
{
	width:20px;
	margin-right:5px;
}


.Required
{
	font-weight:normal;
	color:Red;
	padding-right:5px;
}

.SFRTable 
{
	width:90%;
	margin-left:15px;
}

.SFRTable tr td
{
	padding:5px 0 5px 0;
	border-bottom:dotted 1px #8494C1;
}

.SearchButton 
{
	margin-bottom:10px;
	margin-top:5px;
	margin-left:10px;
}

.SearchButton input
{
	width:100px;
	font-size:11px;
	border:outset 2px #CCC;	
	background:white;
}