/*********************************************************************************************************
GENERAL STYLE
**********************************************************************************************************/ 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, form, label, table, caption, tbody, 
tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: tahoma;
	background-color: transparent;
}

td {
	font-size:.9em;	
}

a {
	color:#dc8415;	
	text-decoration:none;
}

a:hover {
	color:#dc8415;
	text-decoration:underline;
}

input, textarea, select {
	background-repeat:repeat-x;
	background-image:url('/gfx/txtfield.jpg');
	background-repeat:repeat-x;
	background-color:#fff;
	font-family:verdana;
	font-size:.9em;
	border:solid 1px #b8b7b7;
	padding:3px;
}

html {
	background-color:#b1ddf8;
	background-image:url('/gfx/bg.jpg');
	background-repeat:repeat-x;
	color:#6d6d6d;
	font-size:0.80em;
	line-height:150%;
    overflow-x: hidden;
	overflow-y: scroll;

}

.line {
	border-bottom:solid 1px #cccccc;
	height:5px;
	clear:both;
	margin:10px 0 10px 0;
}

.error {
	background-color:#a60202;
	color:#fff;
	padding:3px 5px;	
}

.btn {
	border:0;
	background-color:#fff;
	color:#555555;
	font-weight:bold;
	padding:3px 5px;
	background-image:url('/gfx/btn.jpg');
	background-position:bottom;
	background-repeat:repeat-x;
	border:solid 1px #aabbcc;
}

.btn:hover {
	background-image:url('/gfx/btn_hover.jpg');	
	cursor:pointer;
}

#nav {
	width:970px;
	height:44px;
	margin:0 auto;	
	background-image:url('/gfx/nav.jpg');
	margin-top:20px;
	font-size:.9em;
}

#container {
	width:960px;
	margin:0 auto;	
	background-color:#fff;
	padding:5px;
}

#content {
	padding:0 10px;	
}

#hl {
	background-image:url('/gfx/hl.jpg');
	background-repeat:repeat-x;
	width:940px;
	height:31px;
	margin:5px 0;
	padding:5px 10px;
	font-weight:bold;
	font-size:1.1em;
}
	