﻿body
{
    font-family: "Trebuchet MS", Cambria, Calibri, Arial, "georgia", "times new roman", serif;
}

html, ul, li
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.txtdrp
{
    width: 2px;
    border-style: solid;
    border-color: orange;
}

.txtdrp:hover
{
    border-color: red;
}

.txtdrp:focus
{
    border-color: green;
}

.detailSep
{
    background: url('../../images/detailsep.gif'); /*img03_11.GIF');*/
    vertical-align: middle;
    color: #ffffff; /*#ffffff;*/
    font: normal 12px "Trebuchet MS", Cambria, Calibri, Arial, "georgia", "times new roman", serif;
    padding-left: 5px;
}
#pageheader
{
    margin: 0px auto;
    vertical-align: baseline; /*font-weight: bold;*/
    color: #FFFFFF;
    /*background: url( '../../images/menuimage1.JPG' ); */ /*background-color:#A3B271; #006600;*/
    font-size: 14pt;
    text-align: left;
    font-family: "Trebuchet MS", Cambria, Calibri, Arial, "georgia", "times new roman", serif;
    padding-left: 5px;
    height: 25px;
    background-repeat: repeat-x;
}
#navlist
{
    background: url('../../images/menubg2.gif') repeat-x left top;
    position: relative;
    height: 33px;
    padding: 0em 1.0em 0em 1.0em;
    margin-bottom: 2px;
	top: 7px;
	left: 0px;
}

#navlist ul
{
    position: absolute;
    top: 1.1em;
    right: -1px;
}

#navlist li
{
    top: 1.1em;
    list-style: none;
    margin: 10;
    display: inline;
}

#navlist li a
{
    margin-top: 20px; /* border-right: #859D31 1px solid; 	border-bottom: #859D31 1px solid;*/
    padding-right: 10px;
    border-top: #859D31 1px solid;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 10px;
    /*background: url(images/menubg3.jpg) repeat-x 100% 0%; */
    margin-left: 3px;
    border-left: #859D31 1px solid;
    color: #f1f6fe;
    font: bold 11px "Trebuchet MS", Cambria, Calibri, Arial, "georgia", "times new roman", serif;
    text-decoration: none;
}

#navlist li a:link
{
   color: #F1F6FE;
     /*background: url(images/topbg.gif) repeat-x 100% 0%;*/
}
#navlist li a:visited
{
	color: #F1F6FE;
    
    /*background: url(images/topbg.gif) repeat-x 100% 0%;*/
}

#navlist li a:hover
{
    /*color: #6C00CE; #6E831C;  #2153AA;*/
    background: url('../../images/topbg1.jpg') repeat-x 100% 0%;
    border-color: #6E831C;
    
}

#navlist li a#current
{
    color: #ffffff;
    /*background: url('images/topbg.gif') repeat-x 100% 0%; */
    border-bottom: 1px solid #FFFFFF;
}





.textbox
{
    border-style: solid;
    border-color: Orange;
}

.textbox:hover
{
    border-color: green;
}
/* ------Accordian css--------------------*/

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white; /*background-color: #2E4d7B;*/
    background: url( '../../images/menuimage.JPG' );
    font-family:"Trebuchet MS", Cambria, Calibri, Arial, "georgia", "times new roman", serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}


#master_content .accordionHeader a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

#master_content .accordionHeader a:hover
{
    background: none;
    text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white; /*background-color: #5078B3;*/
    background: url( '../../images/menuimage.JPG' );
    font-family: "Trebuchet MS", Cambria, Calibri, Arial, "georgia", "times new roman", serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
    background: none;
    text-decoration: underline;
}

.accordionContent
{
    background-color: #ECE5B6; /*#D3DEEF;*/ /*border: 1px dashed #2F4F4F;*/
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/* ------End Accordian css--------------------*/


/* ------ Validator Callout Extender CSS ------ */
.validatorCalloutHighlight
{
	background-color: Purple;
	
}
.ajax__validatorcallout_popup_table,
.ajax__validatorcallout_popup_table_row,
.ajax__validatorcallout_callout_cell,
.ajax__validatorcallout_callout_table,
.ajax__validatorcallout_callout_table_row,
.ajax__validatorcallout_error_message_cell,
.ajax__validatorcallout_icon_cell,
.ajax__validatorcallout_close_button_cell,
.ajax__validatorcallout_arrow_cell,
.ajax__validatorcallout_innerdiv,
.ajax__validatorcallout_callout_table
{
	width:0px;visibility:hidden;
}
/* ------ End of Validator Callout Extender CSS ------ */

/* ------ Modal Popup CSS ------ */

.modalBackground
{
    filter: Alpha(Opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    background-color: #999999;
    position: absolute;
    z-index: 500;
    top: 0px;
    left: 0px;
}

.modalPopup
{
    background-color: #EFE3DE;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 300px;
    height: 140px;
}

/* ------ End of Modal Popup CSS ------ */

/*---------buttons css----------------*/
.btn
{
    border: 0px;
    outline: none;
    background-image: url(images/Button.gif);
    font-family:"Trebuchet MS", Cambria, Calibri, Arial, "georgia", "times new roman", serif;
    text-align: center;
    font-size: small;
    color: #ffffff;
    
}

.btn:hover
{
    background-image: url(images/Button_over.gif);
    font-family: "Trebuchet MS", Cambria, Calibri, Arial, "georgia", "times new roman", serif;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}
.btnl
{
    border: 0px;
    outline: none;
    background-image: url(images/Button_l.gif);
    font-family:"Trebuchet MS", Cambria, Calibri, Arial, "georgia", "times new roman", serif;
    text-align: center;
    font-size: small;
    color: #ffffff;
    
}

.btnl:hover
{
    background-image: url(images/Button_overL.gif);
    font-family: "Trebuchet MS", Cambria, Calibri, Arial, "georgia", "times new roman", serif;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}

.btn:focus
{
    background-image: url(images/Button_down.gif);
}



/*///////////////////////////////////*/

.Tab .ajax__tab_header
{
    font-family: "Trebuchet MS", Cambria, Calibri, Arial, "georgia", "times new roman", serif;
    font-size: 11px;
    border-bottom: solid 1px #999999;
}

.Tab .ajax__tab_outer
{
    padding-right: 4px;
    height: 21px;
    background-color: #C0C0C0;
    margin-right: 2px;
    border-right: solid 1px #666666;
    border-top: solid 1px #aaaaaa;
}

.Tab .ajax__tab_inner
{
    padding-left: 3px;
    background-color: #C0C0C0;
}

.Tab .ajax__tab_tab
{
    height: 13px;
    padding: 4px;
    margin: 0;
}

.Tab .ajax__tab_hover .ajax__tab_outer
{
    background-color: #cccccc;
}

.Tab .ajax__tab_hover .ajax__tab_inner
{
    background-color: #cccccc;
}

.Tab .ajax__tab_hover .ajax__tab_tab
{
}

.Tab .ajax__tab_active .ajax__tab_outer
{
    background-color: #fff;
    border-left: solid 1px #999999;
}

.Tab .ajax__tab_active .ajax__tab_inner
{
    background-color: #fff;
}

.Tab .ajax__tab_active .ajax__tab_tab
{
}

.Tab .ajax__tab_body
{
    border: 1px solid #999999;
    border-top: 0;
}
/* Grid CSS Added on 28 Sep 2012*/
/*Row style*/
.rsGrid
{
	width: 100%;
    background-color: #C8B560;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    color:#282828;
    font-family:"Trebuchet MS", Cambria, Calibri, Arial, "georgia", "times new roman", serif;
	font-Size:Small;
	
}
/*Alternate Row style*/
.arsGrid
{
	width: 100%;
    background-color: #FFFFCC;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    color:#282828;
    font-family:"Trebuchet MS", Cambria, Calibri, Arial, "georgia", "times new roman", serif;
	font-Size:Small;
	
}
/*Header style*/
.hsGrid
{
	width: 100%;
    background-color:#000000; /*#2B1B17;*/
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    color:White;
    font-size:small;
    font-weight:bold;
    font-family:"Trebuchet MS", Cambria, Calibri, Arial, "georgia", "times new roman", serif;
	font-Size:Small;
    
	
}
/*Pager style*/
.psGrid
{
	width: 100%;
    background-color: #302217 ;/*#C68E17 */
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    color:White;
    text-align:left;
    font-family:"Trebuchet MS", Cambria, Calibri, Arial, "georgia", "times new roman", serif;
	font-Size:Small;
    
	
}
/*Footer style*/
.fsGrid
{
	width: 100%;
    background-color: #663300; /*#663300*/
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    color:White;
    font-weight:bold;
    font-family:"Trebuchet MS", Cambria, Calibri, Arial, "georgia", "times new roman", serif;
	font-Size:Small;
    
	
}
/*Selected Row style*/
.srGrid
{
	width: 100%;
    
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    color:White;
    
    font-weight:bold;
    font-family:"Trebuchet MS", Cambria, Calibri, Arial, "georgia", "times new roman", serif;
	font-Size:Small;
    
	
}
/* ------ End of Grid CSS ------ */

/* ------ Grid CSS Added by Chari on 8 Aug 2012 ------ */

.mGrid
{
    width: 100%;
    background-color: #DBC0B5;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}
.mGrid td
{
    padding: 2px;
    border: solid 1px #c1c1c1;
    color: #000000;
}
.mGrid th
{
    padding: 4px 2px;
    color: #fff;
    background: #424242 url(images/grd_head.png) repeat-x top;
    border-left: solid 1px #525252;
    font-size: 0.9em;
}
.mGrid .alt
{
    background: #EFE3DE /*url(images/grd_alt.png) repeat-x top;*/
}
.mGrid .pgr
{
    background: #424242 url(images/grd_pgr.png) repeat-x top;
}
.mGrid .pgr table
{
    margin: 5px 0;
}
.mGrid .pgr td
{
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #fff;
    line-height: 12px;
}
.mGrid .pgr a
{
    color: #666;
    text-decoration: none;
}
/*.mGrid .pgr a:hover
{
    color: #000;
    text-decoration: none;
}

 ------ End of Grid CSS ------ */


/* ------ Panel CSS Added by Chari on 7 Aug 2012 ------ */

.ContainerWrapper
{
    background-color: #EFE3DE; /*border-right: 2px solid #838800; 	border-bottom: 2px solid #838800; 	border-left: 2px solid #838800; 	width: 60%;*/
}
/*Gap between wrapper and container*/
.ContainerMargin
{
    padding: 4px;
}
/*Container*/
.Container
{
    border: 1px solid #838800;
    background-color: White;
}
/*Header of each container*/
.ContainerHeader
{
    background: url( '../../images/menuimage.JPG' );
    height: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}
/*Margin of Header of each container*/
.ContainerHeader td
{
    padding: 4px;
}



/*----start-----------------*/

.Header
{
	background-color:#000000;
	
    font-family:"Trebuchet MS", Cambria, Calibri, Arial, "georgia", "times new roman", serif;
	font-Size:Small;
	font-weight:bold;
	
   
}


.subHeader
{
	background-color:#C8B560;
    font-family:"Trebuchet MS", Cambria, Calibri, Arial, "georgia", "times new roman", serif;
	font-Size:Small;
	
   
}

.Item
{
	background-color:#FFFFCC;
    font-family:"Trebuchet MS", Cambria, Calibri, Arial, "georgia", "times new roman", serif;
	font-Size:Small;
	
	
	
   
}

.selectedItem
{
    background-color: #00FF00;
    font-family: "Trebuchet MS" , Cambria, Calibri, Arial, "georgia" , "times new roman" , serif;
    font-size: Small;
    border: thick solid #0066FF;
}

.validatorCalloutHighlight
{
	background-color: #C8B560;
	
}


 .noline
    {
        color:brown;
        text-decoration:none
    }
/* end--------------*/
/* ------ End of Panel CSS ------ */
.expand{
background-image:url(images/expand.png); 
background-position : left top; 
background-repeat:no-repeat;
font-weight: normal;
height: 14px;
width:12px;
background-color:Transparent;
cursor: hand;
}
.bar{
background-image:url(images/header.jpg); 
background-repeat:repeat-x;
background-color:Transparent;
cursor: hand;
}
.rsGrid
{
	width: 100%;
    background-color: #D4DDD5;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    color:#282828;
    font-family:"Trebuchet MS", Cambria, Calibri, Arial, "georgia", "times new roman", serif;
	font-Size:Small;
	
}
/*Alternate Row style*/
.arsGrid
{
	width: 100%;
    background-color: #b6e2ce;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    color:#282828;
    font-family:"Trebuchet MS", Cambria, Calibri, Arial, "georgia", "times new roman", serif;
	font-Size:Small;
	
}
/*Header style*/
.hsGrid
{
	width: 100%;
    background-color:#178151; 
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    color:White;
    font-size:small;
    font-weight:bold;
    font-family:"Trebuchet MS", Cambria, Calibri, Arial, "georgia", "times new roman", serif;
	font-Size:Small;
    
	
}
/*Pager style*/
.psGrid
{
	width: 100%;
    background-color: #178151 ;/*#C68E17  na*/
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    color:Red;
    text-align:left;
    font-family:"Trebuchet MS", Cambria, Calibri, Arial, "georgia", "times new roman", serif;
	font-Size:Small;
    
	
}
/*Footer style*/
.fsGrid
{
	width: 100%;
    background-color: #EAE1D0; /*#663300 na*/
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    color:Yellow;
    font-weight:bold;
    font-family:"Trebuchet MS", Cambria, Calibri, Arial, "georgia", "times new roman", serif;
	font-Size:Small;
    
	
}
/*Selected Row style*/
.srGrid
{
	width: 100%;
    
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    color:White;
    
    font-weight:bold;
    font-family:"Trebuchet MS", Cambria, Calibri, Arial, "georgia", "times new roman", serif;
	font-Size:Small;
    
	
}

/*Grid CSS*/
.mGrid
{
    width: 100%;
    background-color:#EAE1D0;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}
