/* This controls the width of the fluid width layouts */
body {
	background-color: #fff;
	color: #585858;
	margin: 0px;
	direction: rtl;
}

tr.label, td.label {
	font-size: 12pt;
}
small {
	font-family: arial;
	font-size: 14pt;
}
.tiny {
	font-family: tahoma;
	font-size: 10pt;
}

div.fluid
{
width: 90% !important;
}

/* This controls the width of the fixed width layouts */

div.fixed
{
width: 950px !important;
}

/* Basic Stuff */

h3,h4,h5,h6
{
color: #66000F;
}

h1 span
{
font-weight: bold;
}

h3 span
{
font-weight: bold;
}

h4 span
{
font-weight: bold;
}

br.clear
{
clear: both;
}

img
{
padding: 3px;
}

img.floatTL
{
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em;
margin-top: 0.5em;
}

a
{
text-decoration: none;
color: #D90000;
}

a:hover
{
text-decoration: underline;
color: #990000;
}

a:visited {
color: #990066;
}

ul.links
{
list-style: none;
}

ul.links li
{
line-height: 2em;
}

/* Header */

#header
{
width:100%;
height:122px;
background: #440000 url('n1.gif') repeat-x;
}

#header_inner
{
position: relative;
width: 950px;
height:122px;
margin: 0 auto;
}

/* Logo */

#logo
{
position: absolute;
bottom: 0.6em;
text-align: center;
line-height: 1em;
}

#logo span
{
font-size: 16pt;
font-weight: bold;
display: inline;
color: #fff;
}

#logo h2
{
font-size: small;
display: inline;
padding-left: 0.5em;
color: #E5CCD0;
}



/* Main */

#main
{
background: #fff url('n2.gif') 0px 1px repeat-x;
font-size: 16pt;
font-weight: bold;
}

#grid
{
background: #fff url('n2.gif') 0px 1px repeat-x;
font-size: 16pt;
}

#main_inner
{
position: relative;
width: 950px;
margin: 0 auto;
padding-top: 3.5em;
}

#main_inner h3,h4
{
border-bottom: dotted 1px #E1E1E1;
position: relative;
}

#main_inner .post_info
{
color: #000;
list-style: none;
position: absolute;
top: 3em;
font-size: 8pt;
font-family: tahoma;
padding-right: 15px;
background: transparent url('n5.gif') no-repeat right;
}

/* Footer */

#footer
{
font-family: tahoma;
font-size: 8pt;
width: 950px;
margin: 0 auto;
text-align: center;
clear: both;
border-top: dotted 1px #E1E1E1;
margin-top: 1.0em;
margin-bottom: 1.0em;
padding-top: 1.0em;
text-transform: lowercase;
}

/* Search */

input.button
{
background: #CA2F2F url('n3.gif') repeat-x;
color: #fff;
border: solid 1px #A94B4B;
font-weight: bold;
text-transform: lowercase;
font-size: 0.8em;
height: 2.0em;
}

input.text
{
border: solid 1px #F1F1F1;
font-size: 1.0em;
padding: 0.25em 0.25em 0.25em 0.25em;
}

#search
{
text-align: left;
position: relative;
width: 100%;
margin-bottom: 2.0em;
}

#search input.text
{
position: absolute;
top: 0em;
left: 0em;
width: 9.5em;
}

#search input.button
{
position: absolute;
top: 0em;
right: 0em;
min-width: 2.0em;
max-width: 2.5em;
}

