/* Front page H1 */
#page-main h1 {
	font-size: 0.9em;
}

#page-main h1.center {
	text-align: center;
}

h1, h2, h3, h4 {
	/*
	font-style: italic;
	*/
	font-family: luxi sans,sans-serif;
}

h1 {
	font-size: 1.75em;
}

h2 {
	font-size: 1.25em;
}

h3 {
	font-size: 1.1em;
}

hr {
	border: 0;
	border-bottom: 1px solid #000;
}

td {
	font-size: 12px;
}

#adrevenue-content li {
	padding: 1pt;
}

#adrevenue-content h1 {
	margin-top: 0;
}

#adrevenue-content a img {
	margin: 1px;
	border: 0;
}

#adrevenue-content a:hover img {
	margin: 0;
	border: 1px solid #f00;
}

#adrevenue-content a img.noborder {
	margin: 0;
	border: 0;
}

#adrevenue-content a:hover img .noborder {
	margin: 0;
	border: 0;
}
                                                                                                                              
/* pre.screen is for DocBook HTML output */
code.screen, pre.screen {
	font-family: monospace;
	font-size: 0.9em;
	display: block;
	padding: 10px;
	border: 1px solid #bbb;
	background-color: #eee;
	color: #000;
	overflow: auto;
	border-radius: 2.5px;
	-moz-border-radius: 2.5px;
	margin: 0.5em 2em;
}

code.command, code.filename {
	font-family: monospace;
}

code.citetitle {
	font-family: sans-serif;
	font-style: italic;
}

strong.application {
	font-weight: bold;
} 

.indent {
	margin: 0 2em;
}

/*
---------------------------------------------
03. TOP BAR, LOGO, BUTTONS AND SEARCH
---------------------------------------------
*/

#topbar_bg { width:100%; background:#f1f1f1 url(../images/bg_topbar.gif); height:70px; margin:0; padding:0}
#topbar { width:990px; float:left; }
#topbar .logo { float:left; width:170px; height:50px; padding-top:4px; padding-left:5px}

#search { width:480px; float:left; padding-left:5px; margin-top:10px;}
.input_search { width:382px; height:26px; border:1px solid #7f9db9; background: url(../images/bg-input.gif) no-repeat top left; padding-left:10px;font-size:1.2em; padding-top:4px; padding-bottom:4px; margin-bottom:3px}

#search p { font-weight:bold; color:#000000; margin:0; padding:0; float:left; padding-left:1px}
#search p a:link, #search p a:visited { text-decoration:underline; color:#0000cc; padding-left:7px; font-weight:normal}
#search p a:hover { text-decoration:underline; color:#0000cc}

.advanced_search { font-weight: normal; color:#0000cc; margin:0; padding:0; padding-left:285px; text-decoration:none;}
.advanced_search a:link, .advanced_search a:visited { text-decoration: none; color:#0000cc; font-weight:normal}
.advanced_search a:hover { text-decoration: underline; color:#0000cc}

.button_search { width:89px; height:26px; float:right; margin-top:-45px; padding-left:50px;}
.button_advertise { width:120px; height:50px; float:right; margin-top:4px}

a.button { background: transparent url(../images/bg-button-a.gif) no-repeat scroll top right; color: #ffffff; display: block; float: left; font: bold 12px arial, sans-serif; height: 26px; margin-right: 6px; padding-right: 5px; text-decoration: none;}
a.button span { background: transparent url(../images/bg-button-span.gif) no-repeat; display: block; line-height: 14px; height: 26px; padding: 5px 12px 5px 15px; }
a.button-lg { background: transparent url(../images/bg-button-a.gif) no-repeat scroll top right; color: #ffffff; display: block; float: left; font: bold 14px arial, sans-serif; height: 26px; margin-right: 6px; padding-right: 5px; text-decoration: none; }
a.button-lg span { background: transparent url(../images/bg-button-span.gif) no-repeat; display: block; line-height: 14px; height: 26px; padding: 5px 12px 5px 15px; }

#search_wrap{margin-left:75px;  margin-top:75px; width:550px;}
/* 
---------------------------------------------
01. MAIN/DEFAULT ELEMENTS
---------------------------------------------
*/

body { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; margin:0; padding:0; line-height:1.3em; text-align:left}
