@charset "UTF-8";
body {
	font: 100%/1.4 Tahoma,Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #262626;
	font-weight:600;
}
/* ~~ Element/tag selectors ~~ */
.header{
	width:100%;
	height:60px;
	background: #f76612; /* Old browsers */
	background: -moz-linear-gradient(top,  #f76612 0%, #f48f22 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f76612), color-stop(100%,#f48f22)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f76612 0%,#f48f22 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f76612 0%,#f48f22 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f76612 0%,#f48f22 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f76612 0%,#f48f22 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f76612', endColorstr='#f48f22',GradientType=0 ); /* IE6-9 */
	text-align:center;
	top:0px;
	margin-top:0px;
	position:fixed;
	line-height:1em;
	box-shadow:1px 1px rgba(0,0,0,.2);
}
.header h1{
	color:#fefefe;
}
h1,h2,h3,h4,h5{
	color:#f48f22;
}
.content {
	width:980px;
	height:700px;
	border:1px solid #ccc;
	border-radius:0 0 1em 1em;
	margin:0 auto;
	margin-top:-2px;
	padding:10px;
	margin-bottom:25px;
}

.module{
	width:97%;
	height:400px;
	border:1px solid #ccc;
	border-radius:1em;
	box-shadow:1px 1px #262626;
	display:inline-block;
	margin:0 auto;
	padding:10px;
}
.modHldr{
	margin:0 auto;
	width:100%;
	margin-top:25px;
	padding:5px;
}
.title{
	text-align:center;
	padding:10px;
	color:#f48f22;
	margin-top:60px;
}
/* input styles */
input[type=text], input[type=password], input[type=email], input[type=tel], input[type=url], input[type=number], textarea, select
{
    outline: none;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 14px;
    color: #336;
    font-weight: bold;
    padding: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 0;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0px 1px 2px inset;
    -moz-box-shadow: rgba(0,0,0,0.1) 0px 1px 2px inset;
    box-shadow: rgba(0,0,0,0.1) 0px 1px 2px inset;
    width: 180px;
}
input[type=text]:focus, input[type=password]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=url]:focus, textarea:focus
{
    border-color: #F93;
    color: #F76612; /*color:#ff7c00; 	background-color:#ccc;*/
}
input[type=text].error, input[type=password].error, textarea.error
{
    border-color: #cc2127;
    color: #cc2127;
}
input[type=text][readonly="readonly"], input[type=text].disabled, input[type=text][disabled="disabled"], input[type=password][readonly="readonly"], input[type=password].disabled, input[type=password][disabled="disabled"], textarea[readonly="readonly"], textarea.disabled, textarea[disabled="disabled"]
{
    background: #f2f2f2;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0px 1px 2px inset;
    -moz-box-shadow: rgba(0,0,0,0.1) 0px 1px 2px inset;
    box-shadow: rgba(0,0,0,0.1) 0px 1px 2px inset;
    border-color: #ccc;
    color: #999;
}

/**
 * Result table class 
 */

#tblResult
{
	width: 75%;	
	font-size: 12px;
	margin: 10px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	border:1px solid #f48f22;
	border-radius:1em;
}

#tblResult th
{
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #000;
	background: #f48f22;
}
#tblResult td
{
	padding: 8px;
	background: #fff;
	border-bottom: 1px solid #f48f22;
	color: #000;
}
#tblResult tbody tr:hover td
{
	background: #d0dafd;
}




#dvNav .pager {
	float: left;
	margin: 3px;
	padding: 3px;
	background-color: #f48f22;	
	
}

#dvNav a {	
	color: #000;
	text-decoration: none;	 
}
