﻿.DivRequestDataMenu
{
    width: 189px;
    height: auto;
    left: 0px;
    float: left;
    top: 0px;
    background-color: transparent;
    margin-left: 0px;
    margin-top: 0px;
    background-attachment: scroll;
    background-repeat: no-repeat; 
}

.DivRequestDataMainContent
{
    width: 750px;
    height:480px;
    left: 0px;
    text-align:center;
    margin-left: 0px;
    margin-top: 0px;
    overflow:scroll;
    background-repeat: no-repeat; 
}

.DivRequestDataContent
{
    width: 780px;
    left: 0px;
    float: left;
    top: 0px;
    background-color: transparent;
    margin-left: 0px;
    margin-top: 0px;
    background-attachment: scroll;
    background-repeat: no-repeat; 
}

.LblTitle
{
	color: #3366FF;
	font-weight: bolder;
	font-family: Tahoma, Book Antiqua;
	font-size: 16px;
	background-image: none;
	vertical-align: middle;
}

.DivRequestTitle
{
    width: 780px;
    left: -10px;
    height: 45px;
    float: right;
    position:relative;
    top: 0px;
    padding-left: 10px;
    padding-top: 3px;
    text-align: left;
    vertical-align:middle;
    background-image: url(../../../Content/Images/RequestTitle_30.gif);
    background-color: transparent;
    margin-left: 0px;
    margin-top: 0px;
    background-attachment: scroll;
    background-repeat: no-repeat; 
}

.SMParent 
{
    background-image:url(SideMenu/bg.gif);
    background-repeat: repeat-x;
    background-position:right;
    background-color: #749DD4;
	border-top:2px solid #FFFFFF;
    font:bold 10pt Segoe UI;
    color:SteelBlue;
    text-align:left;
	vertical-align: middle;
	padding: 2px;
    padding-left: 5px;
    height:18px;
}

.SMChild, .SMChild a ,.SMChild a:visited 
{
	font:bold 8pt Tahoma; 
	color:Black;
	text-decoration:none;
}

.SMChildOver,.SMChildOver a, .SMChildOver a:visited 
{
	font:bold 8pt Tahoma; 
	background-color:SteelBlue;
	text-decoration:none;
	cursor:pointer;
	color:Black;
}

.SMChildSelected,.SMChildSelected a, .SMChildSelected a:visited 
{
	font:bold 8pt Tahoma; 
	background-color:#ecd1f9;
	text-decoration:none;
	cursor:pointer;
	color:Black;
}