a img {
border:0px;
}

a,a:link{
	color: #ffffff;
	text-decoration: none;
}

a:hover{
	color: #ffffff;
	text-decoration: underline;
}
a.rm,a.rm:link{
	font-size:13px;
	color: #ffffff;
	text-decoration: none;
}

a.rm:hover{
	color: #FFffff;
	text-decoration: underline;
}

html,body{
	height: 100%;
	margin: 0px;
	padding: 0px;
	background:url(/images/bg_all.gif) #77b405;
}

input, textarea {
	font-family: Verdana;
	font-size: 11px;
}

input[type="text"], input[type="password"]{
width:60%;
}

td{
	color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.headertxt {
/* text-transform:uppercase; */
color:#dd0014;
font-family:Tahoma;
font-weight:bold;
font-size:13px;
}

.header {
width:343px;
height:37px;
background:url('/images/t1.jpg');
text-align:center;
/* text-transform:uppercase; */
color:#dd0014;
font-family:Tahoma;
font-weight:bold;
font-size:13px;
}

span#msg, span#authmsg {
color:#ff0000;
font-weight:bold;
}

.transfer {
background:#f7e381;
border:1px solid #74b104;
}

span.highlight {background:#bede56}
p.pager{font-size:13px;}

.preview{cursor:pointer}


.pager{
	margin:10px 0;
	border-style:dashed none;
	border-width:1px 0;
	border-color:#ccc;
	padding:3px 0 5px;
}

.pager table{
	margin:0 auto
}

.pager td{
	text-align:center;
	vertical-align:middle;
	color:#fff;
}

.pages a{
	margin:0 5px;
}

a.page_active{
	font-weight:bold;
	text-decoration:none;
	cursor:default !important;
	color:#fff;
}

/* jQuery Suggest */

	.ac_results {
		border: 1px solid gray;
		background-color: white;
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		z-index: 10000;
		display: none;
	}

	.ac_results li {
		padding: 2px 5px;
		white-space: nowrap;
		color: #101010;
		text-align: left;
	}

	.ac_over {
		cursor: pointer;
		background-color: #F0F0B8;
	}

	.ac_match {
		text-decoration: underline;
		color: black;
	}

/* /Suggest */

.contactstable{
	border-collapse:collapse;
}
.contactstable td{border:1px solid #80c501}

.separator{
	border-top:dashed 1px #9ED22D;
	margin:30px 0;
	height:1px;
}
