﻿.textbox
{
    border: solid 1px #7F9DB9;
    line-height:18px;
    height:19px;
	}

.textboxError
{
    border: solid 1px #7F9DB9;
    line-height:18px;
    height:19px;
    background-color:#FFB1B1;
	}
	
.textboxRed
{
    border: solid 1px #7F9DB9;
    width:170px;
    height:18px;
    line-height:17px;
    background-color:#FFF3F3;
	}

.txt
{
	BORDER-RIGHT: silver 1px solid; 
	BORDER-TOP: silver 1px solid; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	height:15px;
	line-height:15px;
	BORDER-LEFT: silver 1px solid; 
	COLOR: #474747; 
	BORDER-BOTTOM: silver 1px solid; 
	FONT-FAMILY: VERDANA; 
	BACKGROUND-COLOR: #f9f9f9;
	width:160px;
	}

.txtGray
{
    height:17px;
    line-height:17px;
  
	padding:1px 5px 1px 5px;
	color:#313538;
    }
 
.txtRed
{
    height:17px;
    line-height:17px;
    border-top:solid 1px #E7A7A7;
    border-left:solid 1px #E7A7A7;
    border-right:solid 1px #E7A7A7;
    border-bottom:solid 1px #EBB5B5;
	background:transparent url(../../images/TextBoxBgRed.gif) repeat-x;
	padding:1px 5px 1px 5px;
	color:#313538;
    }
    
.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(../../images/TextBoxBg.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}

	
.bt
{
	border:solid 1px silver;
	FONT-SIZE: 11px; 
	height:25px;
	color:#000;
	font-family:Verdana;
	}

.bt:Hover
{
    background-color:#DBE4F3;
    }

.btYeni
{
    border:solid 1px silver;
	FONT-SIZE: 11px; 
	height:25px;
	color:#000;
	font-family:Verdana;
    padding-left: 13px;
    width:63px;
    background: #EDF2F9 url('../../images/icons/GridView_New.gif') no-repeat 2px 3px;  
    }
.btYeni:Hover
{
    background-color:#DBE4F3;
    }

.btKaydet
{
    border:solid 1px silver;
	FONT-SIZE: 11px; 
	height:25px;
	color:#000;
	font-family:Verdana;
    margin-left:2px;
    padding-left: 13px;
    width:80px;
    background: #EDF2F9 url('../../images/icons/GridView_Save.png') no-repeat 2px 3px;  
    }
.btKaydet:Hover
{
    background-color:#CEDAEE;
    }
    
.btSil
{
    border:solid 1px silver;
	FONT-SIZE: 11px; 
	height:25px;
	color:#000;
	font-family:Verdana;
    padding-left: 13px;
    width:53px;
    background: #EDF2F9 url('../../images/icons/GridView_Delete.gif') no-repeat 2px 3px;  
    margin-left:2px;
    }
.btSil:Hover
{
    background-color:#CEDAEE;
    }
    
    
.dgr_Blue
{
	background: #5898c5;
	border: solid 1px #c6dddf;
	font: normal 11px Arial, Verdana, Sans-serif;
	text-align: left;
	cursor: default;
	font-size:95%;
	width:100%;
	margin:0px;
}
.dgr_Blue a
{
	color:#004988;
	text-decoration:underline;
	}
.dgrHeader_Blue
{
	color: #fff;
	font-size:105%;
	height: 20px;
	background: #5898C5;
}
.dgrHeader_Blue a
{
	color: #fff;
	font-size:100%;
}
.dgrRow_Blue
{
	background-color: #F2F9FF;
}
.dgrRow_Blue td
{
	border-bottom: solid 1px #c6dddf;
	}
.dgrAltRow_Blue
{
	background: #fff;
}
.dgrAltRow_Blue td
{
	border-bottom: solid 1px #c6dddf;
	}
	
.GridCommandItemStyle
{
    cursor: hand;
    }
    

.AccordionHeader {
   font-weight: bold; 
   height:20px;
   text-indent: 18px;
   cursor: pointer;
   line-height:20px;
   background:transparent url('../../images/icons/bullet_plus.gif') no-repeat 3px 6px;

}

.AccordionHeader:Hover
{
    background-color:Red;
    color:White;
    } 

.AccordionHeaderSelected {
   height:20px;
   text-indent: 18px;
   font-weight: bold;
   color:White;
   line-height:20px;
   cursor: pointer;
   background:Red url('../../images/icons/bullet_minus.gif') no-repeat 3px 6px;
} 

.AccordionContent {
   background-color:#FFE7E7;
   padding:3px;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=40);
	opacity:0.6;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}

.watermarked
{
	color:lightgray;
	font-style:italic;
	height:18px;
	}
.unwatermarked
{
	height:18px;
	}