﻿.attach-file 
{
	display:block;
	width: 16px;
	height: 16px;
	background: url(../images/attachment-16-green.png) no-repeat;
	float: left;
	margin-right:5px;
}
.nav-url
{
	display:block;
	width: 16px;
	height: 16px;
	background: url(../images/mswinurl.png) no-repeat;
	float: left;
	margin-right:5px;
}

#search-form, .search-form
{
	margin: 0 0 10px 0;
	border-top: solid 1px #688caf;
}
#search-form legend, .search-form  legend
{
	font-size: 11px;
	font-weight: bold;
	margin: 0 10px 0 10px;
	padding: 0 5px 0 5px;
}

.detail { margin: 10px 0 10px 0; border-top: 2px solid #ccc; border-bottom: 2px solid #ccc;}
.detail-head { text-align:right; font-size:11px; padding: 5px; border-top: 1px solid #eee; border-bottom: 1px solid #eee;}
.detail-item { text-align: left; font-size:11px; padding: 5px; border-top: 1px solid #eee; border-bottom: 1px solid #eee;}
.detail-item-right { text-align: right; font-size:11px; padding: 5px; border-top: 1px solid #eee; border-bottom: 1px solid #eee;}


.input-textbox {
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 2px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;	
	background: #fff;
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma;
	padding: 3px 5px 3px 5px;
}
.input-textbox:hover {
	border-top: 1px solid #f3d191;
	border-right: 1px solid #f3d191;
	border-bottom: 2px solid #f3d191;
	border-left: 1px solid #f3d191;
}
.input-textbox:focus {
	border-top: 1px solid #e9c277;
	border-right: 1px solid #e9c277;
	border-bottom: 2px solid #e9c277;
	border-left: 1px solid #e9c277;
}
.input-button {
	border-top: 1px solid #3c82d9;
	border-right: 1px solid #3c82d9;
	border-bottom: 2px solid #3c82d9;
	border-left: 1px solid #3c82d9;	
	background: #77acee;
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma;
	color: #0d4289;
	padding: 3px 15px 3px 15px;	
}
.input-button:hover {
	border-top: 1px solid #2162b3;
	border-right: 1px solid #2162b3;
	border-bottom: 2px solid #2162b3;
	border-left: 1px solid #2162b3;
	color: #000;
}

.input-button-black 
{
	border: 0;
	padding: 0 0 4px 0;
	background: url(../images/button-bg-black.png) no-repeat;
	text-align: center;
	
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	width: 70px;
	height: 24px;
}	

#GridCommandItemTemplate {padding: 5px;}
#GridCommandItemTemplate a.new {}
.GridOrderNumerikTextBox {text-align:center;}
.GridOrderSaveButton {
    background-color:transparent;
    background-image:url(../images/order-save-button.png);
    background-repeat:no-repeat;
    border:0 none;    
    height:16px;    
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
    width:16px;
    cursor:pointer;
}
.grid-title {font-weight: bold;}

#contentPlace h1 {font-size: 15px; font-weight: bold; margin: 0 0 20px 0;}

.loading-panel
{
    height:100%;
    width:100%;
    background:#fff url(../images/codeLoader.gif) center center no-repeat;    
}
