/*
 * NoGray JavaScript Library v1.0
 * http://www.NoGray.com
 *
 * Copyright (c) 2009 Wesam Saif
 * http://www.nogray.com/license.php
 */
 
 /* button style */
.ng-button {display:inline-block;
	margin:0px;
	cursor:pointer;
	border:solid 1px;
	border-left:none;
	border-right:none;
	background:url(../images/buttons/bg_white.png) repeat-x top left;
	vertical-align:text-bottom;}
	
.ng-button-icon-span img {vertical-align:text-bottom;}

.ng-button-gloss {background-image:url(../images/buttons/bg_white_gloss.png);}
.ng-button-down {background-image: url(../images/buttons/bg_black_down.png);}

.ng-button-disabled {cursor:default;}
		
.ng-button-holder {
	border:solid 1px;
	border-top:none;
	border-bottom:none;
	margin:0px -1px;
	background:url(../images/buttons/bg_black.png) repeat-x bottom left;
}
.ng-button-holder-down {background-image: url(../images/buttons/bg_white_down.png);}
.ng-button-holder-gloss-down {background-image: url(../images/buttons/bg_white_gloss_down.png);}

.ng-button-bevel {
	border:solid 1px;
	padding:1px 3px;
}

/* componenet style */
.ng-comp-table {border-collapse:collapse;
	text-align:left;}
	
.ng-comp-main-td {border:solid #b6bccc 1px;
		background:#f2f5fa;}
		
.ng-comp-right-shadow {background:url(../images/shadow/right.png) repeat-y top left;
	font-size:1px;
	width:4px;}
	
.ng-comp-bottom-shadow {background:url(../images/shadow/bottom.png) repeat-x top left;
	font-size:1px;
	height:5px;}
	
.ng-comp-bottom-right-shadow {background:url(../images/shadow/bottom_right_crn.png) no-repeat top left;
	font-size:1px;
	height:5px;
	widows:4px;}

.ng-comp-hidden {display:none;
	position:absolute;
	top:auto; left:auto;}

.ng-comp-visible .ng-comp-right-shadow {display:none;}
.ng-comp-visible .ng-comp-bottom-shadow {display:none;}
.ng-comp-visible .ng-comp-bottom-right-shadow {display:none;}


/* input style  */
.ng-input {background:url(../images/input/input_bg.gif) repeat-x top left;
			border:solid #bdbcbd 1px;
			display:inline-block;}
			
.ng-input .ng-button {margin-top:1px;
			margin-right:2px;}
			
.ng-input-text {background:none;
		border:none;
		margin:0px 2px;}

.ng-input-span {color:#666666;}
