﻿body 
{
    font: 12px/21px "Verdana", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-family: Verdana,  Georgia, Times, "Times New Roman", serif;
}

.form_hint, .required_notification 
{
    font-size: 11px;
}

 
h2 
{
	margin:0;
	display: inline;

}

.required_notification 
{
	color:#d45252; 
	margin:5px 0 0 0; 
	display:inline;
	float:right;
}

label 
{
	width:150px;
	margin-top: 3px;
	display:inline-block;
	float:left;
	padding:3px;
}

input 
{
	height:20px;
	
}

textarea 
{
    padding:8px; width:300px;
    
}

button 
{
     margin-left:156px;
 }

#PanelTop
{
    width: 100%;
    text-align: right;    
}

#PanelBody
{
    width: 100%;
    height: 800px;     
}

#PanelBottom
{
    width: 100%;
    text-align: right;    
}

/*
 input, textarea 
 { 
	border:1px solid #aaa;
	box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
	border-radius:2px;
	padding-right:30px;
	-moz-transition: padding .25s; 
	-webkit-transition: padding .25s; 
	-o-transition: padding .25s;
	transition: padding .25s;
}*/
	        
input:focus, textarea:focus 
{
	background: #fff; 
	border:1px solid #555; 
	box-shadow: 0 0 3px #aaa; 
	/*padding-right:70px;*/
}

/* === HTML5 validation styles === */
input:required, textarea:required 
{
	background: #fff url(/images/red_asterisk.png) no-repeat 98% center;
}

input:required:valid, textarea:required:valid 
{
	background: #fff url(/images/valid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}
        
input:focus:invalid, textarea:focus:invalid 
{
	background: #fff url(/images/invalid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}

/* === Form hints === */
.form_hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left:8px;
	padding: 1px 6px;
	z-index: 999; /* hints stay above all other elements */
	position: absolute; /* allows proper formatting if hint is two lines */
	display: none;
}
.form_hint::before {
	content: "\25C0";
	color:#d45252;
	position: absolute;
	top:1px;
	left:-6px;
}
.span_dynamic {
    font-family:Georgia, Times, "Times New Roman", serif;
    width:150px;
	margin-top: 3px;
	display:inline-block;
	float:left;
	padding:3px;
}

input:focus + .form_hint {display: inline;}
input:required:valid + .form_hint {background: #28921f;}
input:required:valid + .form_hint::before {color:#28921f;}

/* === Button Style === */
.submit {
    background-color: #68b12f;
    background: -webkit-gradient(linear, left top, left bottom, from(#ce010b), to(#fa055f));
    background: -webkit-linear-gradient(top, #ce010b, #fa055f);
    background: -moz-linear-gradient(top, #ce010b, #fa055f);
    background: -ms-linear-gradient(top, #ce010b, #fa055f);
    background: -o-linear-gradient(top, #ce010b, #fa055f);
    background: linear-gradient(top, #ce010b, #fa055f);
    border: 1px solid #ce010b;
    border-bottom: 1px solid #ce010b;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #ce010b;
    -webkit-box-shadow: 0 1px 0 0 #ce010b inset ;
    -moz-box-shadow: 0 1px 0 0 #ce010b inset;
    -ms-box-shadow: 0 1px 0 0 #ce010b inset;
    -o-box-shadow: 0 1px 0 0 #ce010b inset;
    color: white;
    font-weight: bold;
    padding: 6px 20px;
    text-align: center;
    text-shadow: 0 -1px 0 #396715;
    height: 36px; 
}
.submit:hover {
    opacity:.85;
    cursor: pointer;
    background: #080808;
}
.submit:active {
    border: 1px solid #20911e;
    box-shadow: 0 0 10px 5px #356b0b inset;
    -webkit-box-shadow:0 0 10px 5px #356b0b inset ;
    -moz-box-shadow: 0 0 10px 5px #356b0b inset;
    -ms-box-shadow: 0 0 10px 5px #356b0b inset;
    -o-box-shadow: 0 0 10px 5px #356b0b inset;
}

/* === Gridview Style === */
.mGrid 
{ 
    width: 100%; 
    background-color: #fff; 
    margin: 5px 0 10px 0; 
    border: solid 1px #525252; 
    border-collapse:collapse; 
}
.mGrid td 
{ 
    padding: 0px 0px 0px 2px; 
    border: solid 1px #c1c1c1; 
    color: #717171;     
}

.mGridChk
{ 
    padding: 0px 0px 0px 0px; 
    border: 0px; 
    height: 5px; 
    width: 5px;
}

.mGrid th 
{ 
    /*padding: 4px 2px; */
    color: #fff; 
    background: #ce010b url(grd_head.png) repeat-x top; 
    border-left: solid 1px #525252; 
    font-size: 0.9em; 
}
.mGrid .alt { background: #fcfcfc url(grd_alt.png) repeat-x top; }
.mGrid .pgr { background: #ce010b url(grd_pgr.png) repeat-x top; }
.mGrid .pgr table { margin: 5px 0; }
.mGrid .pgr td { 
    border-width: 0; 
    padding: 0 6px; 
    border-left: solid 1px #666; 
    font-weight: bold; 
    color: #fff; 
    line-height: 12px; 
 }   
.mGrid .pgr a { color: #666; text-decoration: none; }
.mGrid .pgr a:hover { color: #000; text-decoration: none; }


