#make-list {
    float: left;
    list-style: none;
    margin-top: 0px;
    padding: 0;
    width: 190px;
    position: absolute;
}

#make-list li {
    padding: 10px;
    background: #f0f0f0;
    border-bottom: #bbb9b9 1px solid;
}

#searchResult{
 list-style: none;
 padding: 0px;
 width: 250px;
 position: absolute;
 margin: 0;
}

#searchResult li{
 background: lavender;
 padding: 4px;
 margin-bottom: 1px;
}

#searchResult li:nth-child(even){
 background: cadetblue;
 color: white;
}

#searchResult li:hover{
 cursor: pointer;
}

.formtextarea1{
	resize: none;
	overflow: hidden;
	width: 100%;
	min-height: 50px;
	padding: 2px;
	line-height: 12px;
}


#makeResult{
 list-style: none;
 padding: 0px;
 width: 250px;
 position: absolute;
 margin: 0;
}

#makeResult li{
 background: lavender;
 padding: 4px;
 margin-bottom: 1px;
}

#makeResult li:nth-child(even){
 background: cadetblue;
 color: white;
}

#makeResult li:hover{
 cursor: pointer;
} 
 
 
 







.bodytext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	line-height : normal;
	color : #A6B4C9;
	text-align : LEFT;
	margin-top : 20px;
	margin-right : 20px;
	margin-bottom : 20px;
	margin-left : 10px;
}

.bodytext2 { 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-style : normal; 
	line-height : normal; 
	color : #0B1A30; 
	text-align : left;
	margin-left :10px;
	margin-bottom :10px;
}

.title1{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #FC8200;
	font-style : normal;
	line-height : normal;
	font-weight : bold;
	margin-top : 20px;
	margin-left : 10px;

}

.title2{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #493570;
	font-style : normal;
	line-height : normal;
	font-weight : bold;
	margin-left :10px;
	margin-top : 10px;
}

.link{
	font-family : Verdana, Arial, Helvetica, san-serif; 
	font-size : 13px; 
	color : #F1842C; 
	font-weight : normal;
} 

.link:Hover{ 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 13px; 
	font-style : normal; 
	line-height : normal; 
	color : #FF0000; 
	text-decoration : none;
} 

.link2{
font-family: Verdana, Arial, Helvetica, san-serif; 
font-size: 11px; 
color: #ffffff; 
font-weight:bold;
margin-right:7px;

} 



.link3 
{
font-family: Verdana, Arial, Helvetica, san-serif; 
font-size: 9px; 
color: #000000; 
font-weight:normal;
margin-left:7px;

} 


.link3:Hover 
{ 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size:9px; 
font-style: normal; 
line-height: normal; 
color: #002AFF; 
text-decoration: none 
}


BODY 
{ 
SCROLLBAR-FACE-COLOR: #FC8200; 
SCROLLBAR-HIGHLIGHT-COLOR:#1B3E74; 
SCROLLBAR-SHADOW-COLOR:#1B3E74; 
SCROLLBAR-3DLIGHT-COLOR:#1B3E74; 
SCROLLBAR-ARROW-COLOR:#ffffff; 
SCROLLBAR-TRACK-COLOR:#1B3E74; 
SCROLLBAR-DARKSHADOW-COLOR:#1B3E74; 
}
.bodytext1 {

font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 14px; 
font-style: normal; 
line-height: normal; 
color: #A6B4C9; 
text-align:LEFT;
margin-top:20px;
margin-right:20px;
margin-bottom:20px;
}










.error {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-weight : bold;
	color : red;
	text-align : center;
}
.heading {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-weight : bold;
	color : #000000;
	text-align : center;
}
.table{
	border-collapse : collapse;
	background-color : transparent;
}
.tablewborder{
	border-collapse : collapse;
	background-color : transparent;
	border : 1px solid #000000;
}

.tableheader{
	background-color : transparent;
	border : 0px solid #000000;
	border-collapse : collapse;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	padding : 5px 5px 5px 5px;
	height : 30px;
}
.tableheaderwhighlight{
	background-color : #ffcc00;
	border : 0px solid #000000;
	border-collapse : collapse;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	padding : 5px 5px 5px 5px;
	height : 30px;
}
.tableheaderwborder{
	background-color : transparent;
	border : 1px solid #000000;
	border-collapse : collapse;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	padding : 5px 5px 5px 5px;
	height : 30px;
}
.tableheaderwborderwhighlight{
	background-color : #e8f2ff;
	border : 1px solid #000000;
	border-collapse : collapse;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	padding : 5px 5px 5px 5px;
	height : 30px;
}

.tablerow{
	background-color : transparent;
	border : 0px solid #000000;
	border-collapse : collapse;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding : 5px 5px 5px 5px;
	height : 30px;
}
.tablerowwhighlight{
	background-color : #ffcc00;
	border : 0px solid #000000;
	border-collapse : collapse;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding : 5px 5px 5px 5px;
	height : 30px;
}
.tablerowwborder{
	background-color : transparent;
	border : 1px solid #000000;
	border-collapse : collapse;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding : 5px 5px 5px 5px;
	height : 30px;
}
.tablerowwborderwhighlight{
	background-color : #ffcc00;
	border : 1px solid #000000;
	border-collapse : collapse;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding : 5px 5px 5px 5px;
	height : 30px;
}
.menubackground{
	background-color : #1B3E74;
	vertical-align : top;
	text-align : left;
	width : 150px;
}
.menubar{
	background-color : #1B3E74;
/*	height : 100%;  */
	padding : 10px 10px 10px 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #ffffff;
	vertical-align : top;
	text-align : left;
	width : 150px;
}

.menu, .menu:active, .menu:link, .menu:visited{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : White;
	text-decoration : none;
}
.menu:hover{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : White;
	text-decoration : underline;
}

.maintitle{
	background-color : #33ccff;
	height : 100px;
	left : 150px;
	top : 0px;
	position : absolute;
	padding : 10px 10px 10px 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 50px;
	color : #000000;
	white-space : nowrap;
	vertical-align : middle;
	width : 100%;
	text-align : left;
	font-weight : bold;
}

.mainbody{
	/*background-color : #FC8200;
	background-color : #FC8200;*/
	background-color : #FFFFFF;
	height : 100%;
	padding : 10px 10px 10px 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	vertical-align : top;
	width : 610px;
}
.popbody{
	background-color : #FC8200;
	padding : 22px 22px 22px 22px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	vertical-align : top;
	overflow-y : scroll;
	overflow-x : hidden;
}
.formfield{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border : 1px solid;
	border-color : #000000;
}
.formshortfield{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border : 1px solid;
	border-color : #000000;
	width: 100px;
}
.formmediumfield{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border : 1px solid;
	border-color : #000000;
	width: 175px;
}
.formlongfield{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border : 1px solid;
	border-color : #000000;
	width: 250px;
}
.formselect{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border : 1px solid;
	border-color : #000000;
	scrollbar-3dlight-color: window;
	scrollbar-arrow-color: #ffcc00;
	scrollbar-base-color: window;
	scrollbar-darkshadow-color: window;
	scrollbar-face-color: window;
	scrollbar-highlight-color: window;
	scrollbar-shadow-color: window;
	scrollbar-track-color: window;
}
.tabon{
	background-color: transparent;
	color: #000000;
	padding: 3px 5px 3px 5px;
	white-space : nowrap;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	border-top : 1px solid #000000;
}
.tabend{
	background-color: transparent;
	color: #000000;
	padding: 3px 5px 3px 5px;
	white-space : nowrap;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	border-bottom : 1px solid #000000;
	width : 100%;
}
.tabbegin{
	background-color: transparent;
	color: #000000;
	padding: 3px 5px 3px 5px;
	white-space : nowrap;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	border-bottom : 1px solid #000000;
}
.taboff{
	background-color: #1B3E74;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	border-top : 1px solid #000000;
	color: #ffffff;
	padding: 3px 5px 3px 5px;
	white-space : nowrap;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}
.tablink:active, .tablink:link, .tablink:visited{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color: #ffffff;
	text-decoration : none;
}
.tablink:hover{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color: #000000;
	text-decoration : none;
}
.activetab:active, .activetab:link, .activetab:visited, .activetab:hover{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color: #000000;
	text-decoration : none;
}
.tabcontent{
	background-color: transparent;
	color: #000000;
	padding: 10px 10px 10px 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	border-bottom : 1px solid #000000;
}
.formtextarea{
	border: 1px solid #000000; 
	width: 100%; 
	height: 200px;
	overflow : auto;
}
.linkbold:active, .linkbold:link, .linkbold:visited, linkbold:hover{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color: #000000;
	text-decoration : none;
}
.linkregular:active, .linkregular:link, .linkregular:visited, linkregular:hover{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #000000;
	text-decoration : none;
}

.righttopedge{
	border-collapse : collapse;
	width : 5px;
	background-image : url(../../images/right_top.gif);
	background-repeat : repeat-y;
}
.righttopcorner{
	border-collapse : collapse;
	width : 5px;
	height : 5px;
	background-image : url(../../images/top_right.gif);
}
.rightbottomcorner{
	border-collapse : collapse;
	width : 5px;
	height : 5px;
	background-image : url(../../images/bottom_right.gif);
}
.rightbottomedge{
	border-collapse : collapse;
	width : 5px;
	background-image : url(../../images/right_bottom.gif);
	background-repeat : repeat-y;
}
.topedge{
	border-collapse : collapse;
	height : 5px;
	background-image : url(../../images/top.gif);
	background-repeat : repeat-x;
}
.bottomrightedge{
	border-collapse : collapse;
	height : 5px;
	background-image : url(../../images/bottom.gif);
	background-repeat : repeat-x;
}
.bottomleftedge{
	border-collapse : collapse;
	height : 5px;
	background-image : url(../../images/left_bottom_left.gif);
	background-repeat : repeat-x;
}
.leftbottomcorner{
	border-collapse : collapse;
	width : 5px;
	height : 5px;
	background-image : url(../../images/bottom_left.gif);
}
.lefttopcorner{
	border-collapse : collapse;
	width : 5px;
	height : 5px;
	background-image : url(../../images/top_left.gif);
}
.lefttopedge{
	border-collapse : collapse;
	width : 5px;
	background-image : url(../../images/left_top.gif);
	background-repeat : repeat-y;
}
.leftbottomedge{
	border-collapse : collapse;
	width : 5px;
	background-image : url(../../images/left_bottom.gif);
	background-repeat : repeat-y;
}

.table.first-search-list tr td {
    background-color: transparent;
    border: 1px solid #000000;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 5px 5px 5px 5px;
    height: 30px;
}
.table.first-search-list tr td:last-child {
    background-image: url(../../images/edit.gif);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    cursor: pointer;
}