/* 	
	CSS Styles for COIPP
	Created by Rigent
	www.rigent.com
*/

/* general */

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, sans-serif;
	font-size: small;
	background: #fff;
	text-align: center;
	color: #333;
	margin-top: 5px;
}
pre {
	font-family: Arial, sans-serif;
}
a { 
	color: #00458B; 
}
a:hover { 
	color: #002756; 
}
a img  {
	border: none;
}
ul {
	list-style: none outside;
}
p, h4 {
	margin-bottom: 10px;
	font-size: 105%;
}
h5 {
	margin-bottom: 10px;
	font-size: 90%;
	color: #002244;
}
 
/* container */

#container {
	margin: 0 25px;
	text-align: left;
	overflow: hidden;
} 

/* header */

#header {
	height: 55px;
	background: url(../images/bg_header.png) repeat-x left top;
	overflow: hidden;
}
#header h1 {
	float: left;
	width: 509px;
	height: 42px;
	text-indent: -2000px;
	background: url(../images/bg_h1.png) no-repeat left top;
}
#header a {
	float: right;
	width: 74px;
	height: 33px;
	margin-top: 12px;
	text-indent: -2000px;
	background: url(../images/bg_opha.png) no-repeat right top;
}

/* nav */

#nav {
	height: 34px;
	overflow: hidden;
	background: url(../images/bg_navbar.png) repeat-x left top;
}
#nav ul {
	width: 100%;
	overflow: hidden;
	background: url(../images/bg_nav.png) no-repeat left top;
}
#nav ul#admin {
	background: url(../images/bg_nav_admin.png) no-repeat left top;
}
#nav ul li a {
	display: block;
	text-decoration: none;
	text-indent: -2000px;
	height: 22px;
}
#nav ul li {
	float: left;
	display: inline;
	margin-top: 6px;
	height: 22px;
}

#nav ul li#home {
	width: 52px;
	margin-left: 26px;
}
#nav ul li#sear {
	width: 154px;
	margin-left: 10px;
}
#nav ul li#addp {
	width: 102px;
	margin-left: 10px;
}
#nav ul li#feed {
	width: 122px;
	margin-left: 10px;
}
#nav ul li#user {
	width: 87px;
	margin-left: 10px;
}
#nav ul li#logout {
	width: 66px;
	margin-left: 10px;
}
#nav ul li a {
	background: url(../images/bg_nav.png) no-repeat;
}
#nav ul#admin li a {
	background: url(../images/bg_nav_admin.png) no-repeat;
}

#nav ul li#home a {
	background-position: -26px -6px;
}
#nav ul li#sear a {
	background-position: -88px -6px;
}
#nav ul li#addp a {
	background-position: -252px -6px;
}
#nav ul li#feed a {
	background-position: -364px -6px;
}
#nav ul li#user a {
	background-position: -496px -6px;
}
#nav ul li#logout a {
	background-position: -593px -6px;
}

#nav ul li#home a:hover {
	background-position: -26px -46px;
}
#nav ul li#sear a:hover {
	background-position: -88px -46px;
}
#nav ul li#addp a:hover {
	background-position: -252px -46px;
}
#nav ul li#feed a:hover {
	background-position: -364px -46px;
}
#nav ul li#user a:hover {
	background-position: -496px -46px;
}
#nav ul li#logout a:hover {
	background-position: -593px -46px;
}

#nav ul li#home a.active {
	background-position: -26px -86px;
}
#nav ul li#sear a.active {
	background-position: -88px -86px;
}
#nav ul li#addp a.active {
	background-position: -252px -86px;
}
#nav ul li#feed a.active {
	background-position: -364px -86px;
}
#nav ul li#user a.active {
	background-position: -496px -86px;
}

/* content */

#content {
	overflow: auto;
	width: 100%;
}

/* leftcol */

#content #leftcol {
	margin-top: 15px;
	float: left;
	width: 210px;
}
#content #leftcol form {
	margin-top: 5px;
}
#content #leftcol h3 {
	font-size: 105%;
	padding: 0 4px;
	margin-bottom: 4px;
	color: #1a1a1a;
}
#content #leftcol p {
	font-size: 90%;
	padding: 0 4px;
	color: #1a1a1a;
}
#content #leftcol p.formtext {
	font-size: small;
	padding: 0;
}

/* rightcol */

#content #rightcol {
	margin-top: 15px;
	padding-left: 230px;
}
#content #rightcol.onecol {
	padding-left: 0;
}
#content #rightcol h3 {
	font-size: 125%;
	padding: 0 4px;
	margin-bottom: 18px;
	color: #1a1a1a;
}
#content #rightcol fieldset h3 {
	padding: 0;
}
#content #rightcol h3 em {
	font-style: normal;
	color: #712100;
}
#content #rightcol p {
	padding: 0 4px;
}
#content #rightcol a.returnbttn {
	display: block;
	width: auto;
	margin: 0 4px 14px 4px;
	padding: 4px;
	background: #eef4f9;
	border: 1px solid #ccdfed;
	text-decoration: none;
}
#content #rightcol a.returnbttn:hover {
	background: #e2edf5;
	border: 1px solid #8cb7d6;
}

/* footer */

#footer {
	margin: 25px 25px 0 25px;
	padding: 15px 5px 10px 5px;
	font-size: 85%;
	background: #fff url(../images/bg_footer.png) repeat-x left top;
}

/* tables */

table {
	background: #f1f1f1;
	margin: 0 4px;
}
fieldset table {
	background: none;
}
table tr {
}
table tr.alt {
	background: #f5f5f5;
}
table tr.trover {
	background: #e2edf5;
}
fieldset table tr.trover {
	background: none;
}
table tr.alt.trover {
	background: #e6eff6;
}
table tr.trover a {
	color: #33c;
}
table tr.trover a:hover {
	text-decoration: underline;
}
table tr.unapp {
	background: #f8dce3;
}
table th {
	padding: 4px 4px 12px 4px;
	border-top: 1px solid #aaa;
	background: #fff url(../images/bg_th.png) repeat-x left bottom;
	color: #111;
}
table td {
	padding: 6px 4px;
	border-bottom: 1px solid #d7d7d7;
}
fieldset table td {
	border-bottom: none;
}
table td a {
	text-decoration: none;
}
table tr:hover a {
}

/* forms */

form {
}
form fieldset {
	padding: 5px 5px 0 5px;
	margin-bottom: 9px;
	background: #e6eff6;
	border: 1px solid #d5e5f0;
	overflow: visible;
}
form fieldset.approve {
	background: #ffdede;
	border: 1px solid #ff9191;
}
form label {
	display: block;
	margin-bottom: 4px;
}
form input, form select {
	margin-bottom: 6px;
}
form div {
	overflow: hidden;
	margin: 4px 0;
}
form div label {
	float: left;
	width: 40px;
	margin: 2px 0;
	_margin: 0;
	padding: 0;
	clear: both;
}
form div input {
	display: block;
	margin: 8px 0 0 45px;
	_margin: -2px 0 0 45px;
	padding: 0;
}
form input.submitbttn {
	margin-left: 10px;
	width: auto;
}
/* main forms */

form.mainform {
	overflow: visible;
}
form.mainform fieldset fieldset {
	padding: 5px 5px 0 5px;
	margin-bottom: 9px;
	background: #eef4f9;
	border: 1px solid #d5e5f0;
}
form.mainform fieldset fieldset#passes {
	padding: 10px 0 0 0;
	margin-bottom: 9px;
	background: #fae6eb;
	border: 1px solid #efb2c1;
}
form.mainform fieldset fieldset.infofieldset img {
	margin: 0 0 7px 12px;
	_margin: 0 0 9px 12px;
}
#content #rightcol form.mainform fieldset fieldset p.infop {
	width: 300px;
	padding: 4px;
	margin: 2px 0 2px 240px;
	background: #e2eaed;
	border: 1px solid #9db8c4;
}
form.mainform label {
	float: left;
	width: 160px;
	margin: 0 0 10px 0;
	text-align: right;
}
form.mainform label.labelover {
	background-color: #FFFFCC;
}
form.mainform fieldset fieldset label {
	width: 200px;
}
form.mainform fieldset fieldset#passes label {
	width: 160px;
}
#content #rightcol form.mainform fieldset p {
	padding: 0;
}
form.mainform input, form.mainform textarea, form.mainform select {
	margin: 0 0 10px 10px;
	padding: 1px;
	font-family: inherit;
}
form.mainform input {
	width: 220px;
}
form.mainform input.short {
	width: 120px;
}
form.mainform input.long {
	width: 350px;
}
form.mainform input.checker {
	width: 20px;
	margin-top: 3px;
	_margin-top: -1px;
}
form.mainform textarea {
	width: 350px;
	height: 100px
}
form.mainform textarea.small {
	width: 275px;
	height: 80px
}
form.mainform input.submitbttn {
	margin-left: 180px;
	width: auto;
}
form.mainform input.radioin {
	width: auto;
}
.note{
	font-size: 90%;
	color: #0033cc;
}
/* edit button */

a.editbttn {
	display: block;
	width: 29px;
	height: 15px;
	text-indent: -2000px;
	background: url(../images/bttn_edit.png) no-repeat left top;
}
a.editbttn:hover {
	background-position: left -20px;
}

#finduserbttn {
	width: auto;
}

/* paginate */

.paginate {
	margin: 10px 0;
	width: 90%;
	overflow: auto;
	font-size: 85%;
	color: #666;
}
.paginate span {
	display: inline;
	float: left;
	padding: 2px 6px;
	margin-right: 8px;
}
.paginate span.curpage {
	color: #c03;
	background: #eef4f9;
	border: 1px solid #ccdfed;
}
.paginate a {
	display: inline;
	float: left;
	padding: 2px 6px;
	margin-right: 8px;
	border: 1px solid #ccc;
	text-decoration: none;
}
.paginate a:hover {
	border: 1px solid #222;
	background-color: #03c;
	color: #fff;
}


/* disclaimer */

div.disclaimer {
	margin: 18px 0 0 4px;
	padding: 8px 8px 0 8px;
	border: 1px solid #6ba2ca;
	background: #e2edf5;
}

/* Form stages styles */

.hidestage {
	position: absolute;
	top: 0;
	left: -5000px;
	height: 50px;
	overflow: hidden;
}
/* stage nav */

.stagenav {
	height: 32px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.stagenav ul {
	width: 100%;
	overflow: hidden;
	background: url(../images/bg_stages.png) no-repeat left top;
}
.stagenav ul li {
	float: left;
	display: inline;
	height: 32px;
	margin-right: 4px;
}
.stagenav ul li a {
	display: block;
	text-indent: -2000px;
	width: 106px;
	height: 32px;
}
.stagenav ul.stagetwo {
	background: url(../images/bg_stages.png) no-repeat left -42px;
}
.stagenav ul.stagethree {
	background: url(../images/bg_stages.png) no-repeat left -84px;
}
.stagenav ul.stagefour {
	background: url(../images/bg_stages.png) no-repeat left -126px;
}

/*  */
.norecords {
	font-size: 105%;
	padding: 8px 8px;
	margin: 0  0 4px 4px;
	background: #e9fbe6;
	border: 1px solid #b7f2ac;
}

#resetbttn {
	font-size: 90%;
	color: #006699;
	cursor: pointer;
	margin-left: 5px;
	border: none;
	background: none;
}

a.resetlink {
	text-decoration: none;
	font-size: 90%;
	color: #006699;
	margin-left: 5px;
	padding-bottom: 5px;
}

/* View page styles */

.viewtable th {
	padding: 4px 4px 12px 4px;
	border-top: 1px solid #aaa;
	background: #fff url(../images/bg_th.png) repeat-x left bottom;
	color: #111;
}
.viewtable h4 {
	margin: 7px 0 4px 0;
	font-size: 105%;
	color: #990000;
}
.viewtable strong {
	font-size: 90%;
}

/* Other styles. */
.required {
	color: #FF0000;
}

