﻿ 		  * {
				font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			}
			

			
			li {
				list-style: none;
			}
			
			#dummy {
				position: absolute;
				top: 0;
				left: 0;
				border-bottom: solid 3px #777973;
				height: 250px;
				width: 100%;
				background: url('bg-login-top.png') repeat #fff;
				z-index: 1;
			}
			
			#dummy2 {
				position: absolute;
				top: 0;
				left: 0;
				border-bottom: solid 2px #545551;
				height: 252px;
				width: 100%;
				background: transparent;
				z-index: 2;
			}
			
			#login-wrapper {
				margin: 0 0 0 -160px;
				width: 320px;
				text-align: center;
				z-index: 99;
				position: absolute;
				top: 0;
				left: 50%;
			}
			
			#login-top {
				height: 220px;
				padding-bottom: 10px;
				padding-top: 20px;
				text-align: center;
				background-color: #800000
			}
			
			label {
				width: 70px;
				float: left;
				padding: 8px;
				line-height: 14px;
				margin-top: -4px;
			}
			
			input.text-input {
				width: 200px;
				float: right;
				-moz-border-radius: 4px;
                -webkit-border-radius: 4px;
				border-radius: 4px;
				background: #fff;
				border: solid 1px transparent;
				color: #555;
				padding: 8px;
				font-size: 13px;
			}
			.divider{
				width:5px;
				height:auto;
				display:inline-block;
			}

 /*----------------data Table GridView Css----------------------*/
        .gridviewScroll
        {
            max-height: 275px;
            overflow: auto;
            border:1px solid #ccc;
           
        }
        .gridview
        {
            border-collapse: collapse;
            width:100%;
        }
        .gridview tr th
        {
            background-color: #465c71;
            color: #ffffff;
            padding: 10px 5px 10px 5px;
            border: 1px solid #cccccc;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            font-weight: normal;
            text-transform:capitalize;
        }
        .gridview tr th a,.gridview tr th a:visited
        {
                color:White;
        }
        .gridview tr:nth-child(2n+2)
        {
            background-color: #f3f4f5;
        }
        .gridview tr:nth-child(2n+1) td
        {
            background-color: #d6dadf;
            color: #454545;
        }
        .gridview tr td
        {
            padding: 5px 10px 5px 10px;
            color: #454545;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11px;
            border: 1px solid #cccccc;
            vertical-align: middle;
        }
        .gridview tr td:first-child
        {
            text-align: center;
        }
        /*-----------------------------------------------------------------*/
        .gridviewsmallScroll
        {
            max-height: 275px;
            overflow: auto;
            border:1px solid #ccc;
           
        }
        .gridviewsmall
        {
            border-collapse: collapse;
            width:100%;
        }
        .gridviewsmall tr th
        {
            background-color: #465c71;
            color: #ffffff;
            padding: 10px 5px 10px 5px;
            border: 1px solid #cccccc;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 10px;
            font-weight: normal;
            text-transform:capitalize;
        }
        .gridviewsmall tr:nth-child(2n+2)
        {
            background-color: #f3f4f5;
            font-size: 10px;
        }
        .gridviewsmall tr:nth-child(2n+1) td
        {
            background-color: #d6dadf;
            color: #454545;
            font-size: 10px;
        }
        .gridviewsmall tr td
        {
            padding: 5px 10px 5px 10px;
            color: #454545;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 10px;
            border: 1px solid #cccccc;
            vertical-align: middle;
        }
        .gridviewsmall tr td:first-child
        {
            text-align: center;
            font-size: 10px;
        }
        /*-----------------------------------------------------------------*/
			
	    input.button {
		    float: right;
		    padding: 6px 10px;
		    color: #fff;
		    font-size: 14px;
		    background: #4b6c9e;
		    text-shadow: #050505 0 -1px 0;
		    background-color: #4b6c9e;
		    -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
		    border-radius: 4px;
		    border: solid 1px transparent;
		    font-weight: bold;
		    cursor: pointer;
		    letter-spacing: 1px;
		    margin: 5px;
	    }
			
	    input.button:hover {
		    background: #4b6c9e;
		    text-shadow: #050505 0 -1px 2px;
		    background-color: #B6C6DF;
		    color: #fff;
	    }
	    input.button_none {
		    padding: 6px 10px;
		    color: #fff;
		    font-size: 14px;
		    background: #4b6c9e;
		    text-shadow: #050505 0 -1px 0;
		    background-color: #4b6c9e;
		    -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
		    border-radius: 4px;
		    border: solid 1px transparent;
		    font-weight: bold;
		    cursor: pointer;
		    letter-spacing: 1px;
		    margin: 5px;
	    }
			
	    input.button_none:hover {
		    background: #4b6c9e;
		    text-shadow: #050505 0 -1px 2px;
		    background-color: #B6C6DF;
		    color: #fff;
	    }
			
	    div.error {
		    padding: 8px;
		    background: rgba(52, 4, 0, 0.4);
		    -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
		    border-radius: 8px;
		    border: solid 1px transparent;
		    margin: 6px 0;
	    }

        .myradioButton 
        {
	        margin-right: 2px;
	        margin-left: 2px;
	        margin: 2px 2px 2px 2px;
	        padding: 1px 1px 1px 1px;
	        padding-left: 1px;
	        text-indent: 1px;
	        text-align: left;
	        width: 200px;
        }  

        .fixwidth tr td { width: 90%; min-width: 500px; }

