select {
	font-family: Verdana;
	font-size: 11px;
	color: #8b8b8b;
}
a {
	color: #6699ff;
}
input.register {
	background-image: url('gfx/inputRegister.gif');
	background-position: right;
	background-repeat: no-repeat;
	background-color: transparent;
	height: 20px;
	border: none;
	font-family: Verdana;
	padding: 2 3 0 3;
	font-size: 11px;
	color: #3a5470;
	width: 160px;
	background-attachment: scroll;
	vertical-align: middle;
	
}

input.login {
	background-image: url('gfx/inputLogin.gif');
	background-position: right;
	background-repeat: no-repeat;
	background-color: transparent;
	height: 20px;
	border: none;
	font-family: Verdana;
	line-height: 18px;
	padding: 2 3 0 3;
	font-size: 11px;
	color: #8b8b8b;
	width: 152px;
	background-attachment: scroll;
	vertical-align: middle;
}
select.register {
	font-family: Verdana;
	font-size: 11px;
	color: #8b8b8b;
	width: 160px;	
}
select.small {
	font-family: Tahoma;
	font-size: 11px;
	color: #8b8b8b;
}
td {
	font-family: Verdana;
	font-size: 11px;
	color: #8b8b8b;
}
p {
	font-family: Verdana;
	font-size: 11px;
	color: #8b8b8b;
}
p.mod {
	margin: 5 15 0 15px;
} 
div {
	font-family: Verdana;
	font-size: 11px;
	color: #8b8b8b;
	margin: 0px;
	padding: 0px;
}


div#mainMenu {
	margin: 0 0 0 4px;
	width: 256px;
	height: auto;
	background-image: url(gfx/topMenu.gif);
	background-repeat: no-repeat;
	background-color: #8b8b8b;
	vertical-align: bottom;
}




div#submenuAuth {
	width: 771px;
	margin: 5 5 5 8px;
	padding: 5px;
	text-align: left;
}
div#containerSmall {
	width: 771px;
	margin: 5 5 5 8px;
	padding: 5px;
	text-align: left;
	
}

div.formDef {
	float: left;
	text-align: center;
}


div.containerUR1 {
	width: 757px;
	text-align: left;
	padding: 5px;
	margin: 1px;
	border: 1px solid;
	border-top-color: #ffffff;
	border-bottom-color: #dddddd;
	border-right-color: #f3f5f7;
	border-left-color: #f3f5f7;
	background-color: #f3f5f7;
}
div.title {
	width: 757px;
	text-align: left;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #8b8b8b;
}
textarea {
	width: 400px;
	height: 190px;
	font-family: Verdana;
	font-size: 11px;
	color: #8b8b8b;
}

div.reqDetails {
	width: 565px;
	line-height: 18px;
}
div.reqOptions {
	text-align: right;
	width: 190px;
}
div.reqStatus {
	width: 190px;
	text-align: left;
}
div.reqNag {
	width: 565px;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
}
div.reqNag span {
	font-size: 11px;
	color: #969a9f;
}
div.reqComments {
	width: 745px;
	background-color: #ffffff;
	border: #dddddd solid 1px;
	padding: 5px;
}

table#filter{
	background-color: #4383d2;
	width: 771px;
}
table.nextprev {
	width: 771px;
}
table#filter tr{
	vertical-align: middle;
}
table#filter td{
	color: #ffffff;
	margin-bottom: 4px;
	height: 50px;
	font-weight: bold;
}
table#filter td select{
	font-weight: normal;
}
ul.submenuA {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	color: white;
}
p.error {
	text-align: center;
	color: red;
	padding: 0 3 0 3;
}

p.info {
	padding: 0 3 0 3;
}
li.submenuA {
	display: inline;
}
li.submenuA a {
	color: white;
}
.small {
	font-size: 10px;
}
