﻿body
{
}

/*--------------------------------------------------DYNAMIC MENU STYLE----------------------------------------*/

 #menucolor
{
    background-color: #336600;
}
.MenuBar
{
    padding: 0px 0px 0px 0px;
    width: auto;
    margin: 0px auto;
    border-radius: 4px;
}

.StaticMenuItem
{
    margin: 0px;
    padding: 0px;
    list-style-image: none;
    list-style-type: none;
    float: left;
    color: white;
    background-color: #336600;
    border-radius: 4px;
}
.StaticMenuItemStyle
{
    font-family: calibri;
    font-size: 15px;
    padding: 0px 0px 0px 0px;
    float: left;
    border: none;
    margin: 0px 0px 0px 0px;
    color: white;
    text-decoration: none;
    margin: 0px 3px 0px 3px;
    font-weight: bold;
    display: block;
    width: auto;
    height: auto;
    text-align: left;
    padding: 3px 5px;
    background-color: #336600;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.StaticHoverStyle
{
    background-color: #CCFF66;
    color: black;
}
.DynamicMenuItemStyle
{
     font-size: 12px;
    padding: 5px;
    color: white;
    text-decoration: none;
    display: block;
    font-weight: bold;
    height: auto;
    text-align: left;
    background-color: #669900;
    border-radius: 4px;
    border-style: solid;
    border-color: #000000;
    font: 15px calibri;
    margin:1px;
    border-left: 0px solid #c1c1c1;
    border-right: 0px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    background-repeat: repeat-x;
}
.DynamicMenuItemStyle:hover
{
    background-color: #CCFF66;
    color: black;
}

.DynamicHoverStyle
{
    background-color: #CCFF66;
    color: black;
}


/*------------Table Style--------------------------- */
.maintablestyle
{
    width:100%;
    }

/*----------------------- TEXTBOX Style------------------------------*/
 
.textboxStyle
{  
    font-family:Calibri;
	font-size: 14px;
	color: #333333;
	border: 1px solid #CBCBCB;
	margin-bottom: 0px;
	padding-left: 3px;
	background-color: #FFFFFF;
	height: 19px;
	width: 160px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/*----------------------------Calender textbox Style------------------------------*/

.calendartextboxStyle
{
    font-family:Calibri;
	font-size: 14px;
	color: #333333;
	border: 1px solid #CBCBCB;
	margin-bottom: 0px;
	padding-left: 3px;
	background-color: #FFFFFF;
	height: 19px;
	width: 80px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/*--------------------------------- Lable Style-----------------------------*/

.labelStyle
{
    font-family: "Calibri";
    font-weight: normal;
    font-size: 14px;
    color: #006600;
}

/*------------------------------------dropdownlistStyle-----------------------------------*/

.dropdownlistStyle
{    
    font-family:Calibri;
	 font-size: 14px;
	color: #333333;
	border: 1px solid #CBCBCB;
	margin-bottom: 0px;
	padding-left: 3px;
	background-color: #FFFFFF;
	height: 24px;
	width: 100px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/*---------------------------------------------------Radio Buttonlist Style-------------------------------*/
.radiobuttonlistStyle
{
    font-family:Calibri;
	font-size: 14px;
	color: #333333;
}

/*------------------------------------LOGOUT button Style--------------------------------------------------*/
.logoutbuttonStyle
{
   /* margin-left:600px;*/
    font-family:Calibri;
    text-decoration:none;
   
}
/*-------------------------------------------FOOTER Style-----------------------------------------*/
.footerStyle
{
    font-family:Calibri;
    font-size:12px;
    background-color: green;
    color:White;
    height: 25px;
    text-align: center; 
}
   
   .footerStyle1
{
    font-family: Calibri;
    font-size: 12px;
    background-color: green;
    color: White;
    height: 25px;
   
} 
    /*---------------------------------------------- linkbuttonStyle------------------------------------------*/
.linkbuttonStyle
{
    font-size: medium;
    font-family: Calibri;
}
/*--------------------------------------------LISTBOX Style-----------------------------------------*/
.listboxstyle
{
    font-family:Calibri;
	font-size: 14px;
	border-radius: 4px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border:1px dashed;   
    color:#336600;
    
    /* color:#3D4C56;*/
}
/*--------------------------------------------------Page heading Style--------------------------------------------*/
.pageheadingStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #3D4C56;
	padding:6px 0px 4px 20px;
	text-transform:uppercase;
	font-weight:bold;
}

.pageheadingborderStyle {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: silver;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: silver;
	margin:15px 0px 20px 0px;
	background-color:#F7F7F7;
}


/*--------------------------------------------------loginImageHdr Style------------------------------------------------------*/

.loginImageHdrStyle
{
    font-family:Calibri;
    font-size: 15px;
    color: #ffffff;
    padding: 0px 0px 0px 0px;
    letter-spacing: 0.1em;
    background: #336600;   
    
}


/*--------------------------------------------------Button Style------------------------------------------------------*/
.buttonStyle{
	font-family:Calibri;
	font-size: 13px;
	color: Black;
	border: 1px solid #ED7D33;
	width:80px;
	height:20px;
	padding-bottom: auto;
	text-transform:uppercase;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
}

.buttonStyle:hover {
	color: #ffffff;
	border: 1px solid #ED7D33;
	background-image:url('../../Images/buttonoro.gif');
	cursor:pointer;
}
.NewBtnStyle
{
	background-color: #ebebeb;
	border: #000000 solid 1px;
	background-image: url(../../Images/icnew.gif);
	background-repeat: no-repeat;
	width: 85px;
	height: 34px;
	
}
.EditBtnStyle
{
	background-color: #ebebeb;
	border: #000000 solid 1px;
	background-image: url(../../Images/icedit.gif);
	background-repeat: no-repeat;
	width: 85px;
	height: 34px;
	
}
.DownLoadBtnStyle
{
	 background-color:#ebebeb; 
	border:#000000 solid 1px;
	background-image: url(../../Images/Download.gif);
		background-repeat: no-repeat;
	width: 100px; height:34px; padding-left:30px;}
.UpLoadBtnStyle
{	
   background-color:#ebebeb; 
	border:#000000 solid 1px;
	background-image: url(../../images/Upload.gif);
	background-repeat: no-repeat;
	width: 100px; height:34px;
	}
.DeleteBtnStyle
{
	 background-color:#ebebeb; 
	border:#000000 solid 1px;
	background-image: url(../../Images/action_delete.gif);
	background-repeat: no-repeat;
	width: 90px; height:34px;}
.Transfer
{
	background-color:#ebebeb; 
	border:#000000 solid 1px;
	background-image:url(../../Images/action_import.gif);
	background-repeat:no-repeat;  width: 85px; height:34px;
}
.SaveBtnStyle{background-color:#ebebeb; 
	border:#000000 solid 1px;
	background-image: url(../../Images/icsave.gif);
	background-repeat:no-repeat; width: 85px; height:34px;
	}
.ClearBtnStyle{	background-color:#ebebeb; 
	border:#000000 solid 1px;
	background-image:url(../../Images/icclear.gif);
	background-repeat:no-repeat; width: 85px; height:34px;
	}
.ExitBtnStyle{	background-color:#ebebeb; 
	border:#000000 solid 1px;
	background-image:url(../../Images/icexit.gif);
	background-repeat:no-repeat;  width: 85px; height:34px;}
.ShowBtnStyle{	background-color:#ebebeb; 
	border:#000000 solid 1px;
	background-image:url(../../Images/iceye.gif);
	background-repeat:no-repeat;  width: 85px; height:34px;}
.PrintBtnStyle{	background-color:#ebebeb; 
	border:#000000 solid 1px;
	background-image:url(../../Images/icprint.gif);
	background-repeat:no-repeat;  width: 85px; height:34px;}
	.RejectBtnStyle
{	background-color:#ebebeb; 
	border:#000000 solid 1px;
	background-image:url(../../images/delete.gif);
	background-repeat:no-repeat;  width: 85px; height:34px;}
/*----------------------------------------------GridviewStyle View Style-------------------------------------------------------*/

    .GridviewStyle
    {
        border:1px double #336600;
    }

 .GridviewStyle td
    {
        
        color: #666666;
        font-size: 12px;
        font-family:Calibri;
        line-height: 150%;
        width:100px
    }
    .GridviewStyle th
    {
        background-color: #336600;
        color: White;
        font-family:Calibri;
        font-size: 12px;
        line-height: 150%;
        width:100px;
    }




/*-------------------------------------------------POPUP Window Style-----------------------------------------*/

.ui-dialog { position: absolute; padding: .2em; width: 100px; overflow: hidden; height:50px; }
.ui-dialog .ui-dialog-titlebar {position: relative; background-color:#006600; height:25px; padding-left:5px; padding-top:5px; }
.ui-dialog .ui-dialog-title { margin: .1em 16px .1em 0; font-size:18px; font-family:Cambria; font-weight:bolder; padding-bottom:3px; padding-left:27px; background-image:url('../../Images/Notify.png'); background-repeat:no-repeat  } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding-left: 1px; height: 16px; background-image:url('../../Images/PopClose.png') }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding-top:16px; font-size:17px; height:15px; font-family:Times New Roman; text-align:center; width:100px; background:none; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .1em 1em .1em .1em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; font-size:11px; background-color:#CCFF99; height:27px; width:50px;  text-align:center }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }


#file_browse_wrapper {
 
width: 93px;
 
height: 28px;
 
background: url('file_browse_normal.png') 0 0 no-repeat;
 
border:none;
 
overflow:hidden;
 
}

#file_browse_wrapper:hover {
 
background: url('file_browse_hover.png') 0 0 no-repeat;
 
}

#file_browse_wrapper:active {
 
background: url('file_browse_pressed.png') 0 0 no-repeat;
 
}

#file_browse{
 
margin-left:-145px;
 
opacity:0;
 
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
 
}

