body {
	background-color: #dbdbdb;
    font: 13px 'Trebuchet MS';
}	
.fr {
	float: right;
}
.demo {
	margin-top: -420px;
	float:right;
	margin-right:15px;
	
}
.login-control {
	color: #fff;
	padding: 3px;
	background-color: #323232;
	transition: all 300ms;
	font-family: arial;
	height: 246px;
	box-shadow: 0 0 0 1px #900;
}
.login-control h2 {
	color: #f1f1f1;
	font-size: 17px;
	font-weight: normal;
	line-height: 14px;
	background-color: #900;
	padding-left: 5px;
	padding-top: 5px;
	margin-bottom: 12px;
	text-align: center;
}

li .pager{
width: 380px;
}

#fp{
color:#fff;
text-decoration:none;
float:left;
}
#fp:hover{
color:lightgrey;
}

#rh{
color:#fff;
text-decoration:underline;
}
#rh:hover{
color:lightgrey;
text-decoration:none;
}
.form-item-1 {
margin-bottom: 12px;
}

.login-control input[type="text"],
.login-control input[type="password"] {
	width: 100%;
	height: 26px;
	padding: 0 2px;
	border: none;
	box-sizing: border-box;
	transition: all 300ms;
	margin-top: 5px;
}

input {
    border: 1px solid #B8B8B8;
    height:22px;
}

button {
    padding: 5px 10px 5px 10px;
    /*margin:10px;*/
}

input:focus {
	outline: 0 none;
	box-shadow: 0 0 0 1px #900;
}
.form-item-3 {
	text-align: left;
	line-height: 28px;
	margin-bottom: 6px;
}
.login-control input[type='checkbox'] {
	vertical-align: middle;
	margin-right: 5px;
}
.login-control input[type='button'], .login-control input[type='submit'] {
	color: #fff;
	font-size: 16px;
	width: 35%;
	height: 26px;
	border: none;
	background-color: #900;
	cursor: pointer;
	transition: all 300ms;
	font-family: arial;
	margin-bottom: 6px;
}
.login-control input[type='button']:hover, .login-control input[type='submit']:hover {
	background-color: #790000;
}


 table.gridtable {
        font-family: verdana,arial,sans-serif;
        font-size: 11px;
        color: #333333;
        border-width: 1px;
        border-color: #666666;
        border-collapse: collapse;
    }

        table.gridtable th {
            border-width: 1px;
            padding: 8px;
            border-style: solid;
            border-color: #666666;
            background-color: #dedede;
        }

        table.gridtable td {
            border-width: 1px;
            padding: 8px;
            border-style: solid;
            border-color: #666666;
            background-color: #ffffff;
        }

    .search-section {
        /*margin-bottom: 10px;*/
        /*margin-top: 15px;*/
        padding: 5px;
        /*border: 1px solid black;*/
    }

        .search-section .title {
            font-size: 18px;
            font-weight: bold;
            color: #000;
            text-align: center;
            /*background-color: #AABBBB;*/
            background-image: url('Images/panel-h-bg.jpg');
background-repeat: repeat-x;
            display: block;
            padding-top: 5px;
            padding-bottom: 5px;
            /*margin-bottom: 10px;*/
            margin-top: 10px;
            border:1px solid #AABBBB;
        }

        .search-section .label {
            text-align:right;
            padding:0 5px 0 0;
        }

        .search-section table {
            width:100%;text-align:left; border: 1px solid #c0c0c0;padding-right:15px;
        }

.SiteFooter {
    text-align:center;
    margin-top:15px;
    margin-bottom:15px;
    width:100%;
    border: 1px solid red;
}

textarea 
{
    border: 2px inset;
}

.uppercase {
    text-transform:uppercase;
}

.cardTex {
    color: white !important;
    font-size: 1rem !important;
}
