body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px auto 0px auto;
	padding: 0px;	
	background-image: url(pics/headbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#wrapper {
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 0px;	
	text-align: left;
	overflow: hidden;
}

#left {
	float: left;
	width: 740px;
	text-align: left;
	overflow: hidden;
}

#right {
	float: right;
	width: 190px;
	margin-right: 5px;
}

/* Left content */

.logo {
	width: 100%;
	height: 60px;
	margin: 15px 0 10px 0px;
	float: left;
	clear: both;
	overflow: hidden;
}

.content {
	margin: 130px 0 0 0;
	text-align: left;
}

.content p {
	margin: 10px 0 10px 0;
	padding: 0 0;
}

/* navigation */
.nav {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 10px 0px 10px 0;
	background-color: #0066CC;
	background: #0066CC; /* old browsers */
	background: -moz-linear-gradient(top, #328DEF 40%, #6DB4F2 100%, #0268CE 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#328DEF), color-stop(100%,#6DB4F2), color-stop(100%,#0268CE)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#328DEF', endColorstr='#0268CE',GradientType=0 ); /* ie */
	border: 2px solid #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, .4);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .4);
	overflow: hidden;
}

.nav li a {
	float: left;
	width: 165px;
	margin: 0;
	padding: 10px 5px 10px 15px;
	color: #fff;
	font-size: 10pt;
}

.orange {
	background: #FF671C; /* old browsers */
	background: -moz-linear-gradient(top, #FF671C 0%, #FF8928 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF671C), color-stop(100%,#FF8928)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF671C', endColorstr='#FF8928',GradientType=0 ); /* ie */
	margin: -3px 0 15px 0;
	padding: 0px 0 5px 0;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	
}

.nav li a:hover {
	text-decoration: none;
	background: rgb(0,80,160);; /* The Fallback */
	background: rgba(0,80,160,0.2);
}

.orange li a:hover {
	background: rgb(225,113,0) !important; /* The Fallback */
	background: rgba(225,113,0,0.5) !important;
}


a, a:visited  {
	/*background: transparent;*/
	color: #0053A2;
	font-weight: bold;
	text-decoration: none;
	font-size:11px;
}


a:hover, a:active {
	color: #7200CF;
	text-decoration: underline;
}



hr {
	height: 2px;
	background-color: transparent;
	border-top: 1px dashed #ccc;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	margin: 20px 0 5px 0;
}

h1 {
	font-size: 1.6em;
	color: #666;
	/*font-family: "Georgia", "Times New Roman", Times, serif;*/
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
	font-weight: normal !important;
	text-align: right;
	border-bottom: 1px solid #E0F1F9;
	margin: 0;
	padding: 0 0;
}

h1, h2, h3 {
	background-color: transparent;	
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
	text-shadow:0px 0px 3px #A3A3A3;
	/*filter: dropshadow(color=#A3A3A3, offx=0, offy=0);*/
}

h2 {
	font-size: 1.2em;
	color: #7EBFFE;
}

h3 {
	background-color: transparent;	
	font-size: 1.1em;
	font-weight: bold;
	color: #484848;
}

li {
	vertical-align: text-top;
}

/* Buttons */

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #ff691e) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #ff691e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#ff691e');
	background-color:#ffc477;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	padding:6px 18px;
	text-decoration:none;
	text-shadow:1px 1px 0px #cc9f52;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff691e), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #ff691e 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff691e', endColorstr='#ffc477');
	background-color:#ff691e;
	color: #fff;
	text-decoration: none;
}
.button:active {
	position:relative;
	top:1px;
}
.button:visited {
	color: #fff;
}

.delbtn{
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	padding:3px 3px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
	color: #fff !important;
}.delbtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
	text-decoration: none;
}.delbtn:active {
	position:relative;
	top:1px;
}


.editbtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	padding:3px 4px;
	text-decoration:none;
	text-shadow:1px 1px 0px #689324;
	color: #fff !important;
}.editbtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
	text-decoration: none;
}.editbtn:active {
	position:relative;
	top:1px;
}


.gbtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-size:11px;
	font-weight:bold;
	padding:3px 4px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.gbtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	text-decoration: none;
}.gbtn:active {
	position:relative;
	top:1px;
}

.bbtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	box-shadow:inset 0px 1px 0px 0px #dcecfb;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e2f0fe), color-stop(1, #7ebefe) );
	background:-moz-linear-gradient( center top, #e2f0fe 5%, #7ebefe 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2f0fe', endColorstr='#7ebefe');
	background-color:#e2f0fe;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#0268ce;
	font-size:11px;
	font-weight:bold;
	padding:3px 4px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ddf0fc;
}.bbtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7ebefe), color-stop(1, #e2f0fe) );
	background:-moz-linear-gradient( center top, #7ebefe 5%, #e2f0fe 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ebefe', endColorstr='#e2f0fe');
	background-color:#7ebefe;
	text-decoration: none;
	color: #0268ce;
}.bbtn:active {
	position:relative;
	top:1px;
}


/* ************ Tables *********** */
table {
	width: 100%;
	margin: 0px;
}

th
{
	background: #0066CC; /* old browsers */
	background: -moz-linear-gradient(top, #328DEF 40%, #6DB4F2 100%, #0268CE 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#328DEF), color-stop(100%,#6DB4F2), color-stop(100%,#0268CE)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#328DEF', endColorstr='#0268CE',GradientType=0 ); /* ie */
	color:white;
	padding:4px;
	font-weight:bold;
	text-align: center;
}

.t1 th {
	text-align: left;
	padding: 5px;
	border-bottom: 2px solid #fff;;
}

.t2 {
	border: 1px solid #EDEDED;
	margin: 0 0 10px 0;
}

.t2 td {
	background-color: #EDF6FD;
}

.tl {
	width:440px;
	float:left;
}

.tr {
	width: 290px;
	float: right;
}

label
{
	width:150px;
	display:block;
	float:left;
	font-weight:bold;
}

.ny {
	color: #BD0043;
	font-weight: bold;
}

.ajax
{
	display:none;
	position:absolute;
	border:2pt solid black;
	background:white;
	padding:5px;
}

/* clear */

#wrapper:after, .content:after, .logo:after, .nav:after, .clear:after {
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;
}

.error
{
    color:red;
    font-weight:bold;
    text-align:center;
}
