/*  ==============  reset all that need resetting  =============   */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* ==========  fonts  ============= */
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 * 
 */
body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;*font-size:100%;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.22em;}


/* REDEFINE STYLES */
strong, em, b {
	font-weight: bold;
}
h1, h2, h3, h4 {
	font-weight: bold;
}
h1 {
	font-size: 170%;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 120%;
}





.content ol,.content ul,.content dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
.content ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
.content ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}


/* ============== other styles  ==================== */

a, a:visited, a:link, a:active {
	color: #00a0dd;	
}
tbody {
	border-top: none;
}

dt {
	margin-top: 10px;
	font-weight: bold;
	font-size: 110%;
}

/* LAYOUT ELEMENTS */
body  {
  color: #000;
  background-color: #fff;
  margin: 0;
  padding: 0;
  direction: rtl;
}

#wrapper {
	width: 775px;
	margin: 0 auto;
	text-align: right;
}

#side-blocks {
	padding-top: 10px;
	width: 200px;
	float: right;
}
#content {
	padding-top: 10px;
	width: 572px;
	float:left;
}

#footer {
	clear: both;
	background-color: #dfdfdf;
	background-image: url(images/footer_back.png);
	background-position: top;
	background-repeat: no-repeat;
}

#header-content {
	
}


.contact-fast {
    background-image: url("images/contact-doch-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    height: 245px;
    width: 198px;
}
.contact-fast-input {
    background-image: url("images/contact-input.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    height: 22px;
    margin-bottom: 1px;
    width: 100px;
}
.contact-fast-input input {
    border: 0 none;
    font-size: 12px;
    height: 15px;
    line-height: 12px;
    margin-right: 4px;
    margin-top: 3px;
    width: 90px;
}

.hide {
  display: none
}

table {
	width: 570px;
}


/* SEARCH */
.block-search .title {
	display: none;
}
.block-search .content {
	background-image: url(images/search_back.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 10px;
	padding-top: 5px;
	height: 35px;
}
.block-search .content .container-inline {
	padding-top: 3px;
}
.block-search .content input#edit-search-block-form-keys {
	border: 1px solid #334f5d;
}
.block-search .content input.form-submit {
	border: none;
	background-image: url(images/search_button.png);
	text-indent: -99999px;
	overflow: hidden;
	height: 17px;
	width: 35px;
}


/* Menus */
ul.menu, ul.menu ul {
  list-style: none;
  border: none;
  text-align:right;
  padding:0;
  margin:0;
}
ul.menu ul {
	padding-right: 10px;
	margin-top:4px;
	_margin-top:2px;
}
ul.menu ul ul {
	padding-right: 0;
}
ul.menu li, li.expanded, li.collapsed, li.leaf {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
ul.menu li.collapsed ul {
	display: none;
}
ul.menu li a, ul.menu li a:link, ul.menu li a:visited, ul.menu li a:active, ul.menu li a:hover {
	background-image: url(images/menu_level_1.png);
	background-repeat: no-repeat;
	background-position: right top;

	height: 23px;
	_height: 25px;
	display: block;
	color: white !important;
	padding-right: 28px;
	padding-top: 2px;
	font-weight: bold;
	text-decoration: none;
}
ul.menu li a:hover {
	text-decoration: none;
}

ul.menu ul li a, ul.menu ul li a:link, ul.menu ul li a:active, ul.menu ul li a:visited, ul.menu ul li a:hover {
	background-image: url(images/menu_level_2.png);
	padding-right: 15px;
	font-size: 90%;
}
ul.menu ul ul li a, ul.menu ul ul li a:link, ul.menu ul ul li a:active, ul.menu ul ul li a:visited, ul.menu ul ul li a:hover {
	background-image: url(images/menu_level_3.png);
	color: black !important;
	font-weight: normal !important;
}


li a.active {
  color: #000;
}
td.menu-disabled {
  background: #ccc;
}
ul.links {
  margin: 0;
  padding: 0;
}
ul.links.inline {
  display: inline;
}
ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}


/* PRIMARY MENU */
#primary-links {
	background-image: url(images/prim_links_left_corner.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#primary-links ul ul {
	display: none;
}
#primary-links li {
    padding: 0 8px;
	float: right;
	margin-top: 4px;
	padding-top:0;
	padding-bottom: 5px;
	border: none;
	border-right: 1px solid white;
	text-align: center !important;
	background-color: #175ba4;
}
#primary-links li.first {
	background-image: url(images/prim_links_right_corner.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: none;
}

#primary-menu #primary-links   {
  font-size: 12px;
  background-color: #175ba4;
}

#primary-links a, #primary-links a:link, #primary-links a:visited, #primary-links a:hover {
	background:#175BA4 none repeat scroll 0 0;
	color:white;
	font-size:14px;
	font-weight:bold;
	padding:0 2px 0 0;
	text-decoration:none;
}



/* FOOTER MENU */
#footer {
	clear: both;
	background-color: #dfdfdf;
	background-image: url(images/footer_back.png);
	background-position: top;
	background-repeat: no-repeat;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer li {
	float: right;
	padding-top:0;
	border: none;
	font-size: 10px;
}
#footer a, #footer a:link, #footer a:visited, #footer a:hover {
  color: black;
  text-decoration: none;
  font-size: 10px;
  padding: 0 7px;
  
  font-weight: normal;
}
/* FOOTER MESSAGE */
#footer-message {
	clear:both;
}











h1.page-title {
	background-color: #f5f5f5;
	background-image: url(images/title_back.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #004f8c;
	margin-top: 1px;
	font-size: 200%;
	font-weight: normal;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom:5px;
}
h1.title a, h1.title a:active, h1.title a:link, h1.title a:visited, h1.title a:hover {
	text-decoration: none;
	color: #004f8c;
}


.breadcrumb {
	background-image: url(images/breadcrumbs_back.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0;
	padding: 0 30px 0 0;
	background-color: #d6d6d6;
	
	
}
.breadcrumb a, .breadcrumb a:link, .breadcrumb a:active, .breadcrumb a:visited, .breadcrumb a:hover {
	color: black;
	text-decoration: none;
	font-weight: bold;	
	line-height: 25px;
}




fieldset.collapsible legend a, fieldset.collapsed legend a {
	background-position: right 50% !important;
	padding-left: 0;
	padding-right: 15px;
	font-weight: bold;
}

.collapsible {
	border-bottom: 1px solid gray;
	padding-bottom: 10px;
}






.node {
	padding: 10px 0;
}
.node .title {
	color: #004f8c;
	font-weight: bold;
	font-size: 120%;
}

a.read-more {
	display: block;
	float: left;
	text-align: left;
}
#main-block a.read-more {
display: inline;
	text-align: right;
	float: none;
}
#main-block .field-field-teaser {
	display: none;
}


/* NODE SPACIFIC */
.field-field-teaser	.field-label{
	display:none;
}

.webform h1 {
	color: #009fdb;
	font-size: 130%;
	font-weight: bold;
}
#webform-l1 {
	background-image: url(images/contact_image.jpg);
	background-color: #e6e6e6;
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 277px;
	height: 290px;
	margin-top: 10px;
}
#webform-l2 {
	background-image: url(images/contact_back.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 10px;
	height: 290px;
}

.webform input, .webform textarea {
	width: 200px;
	border: 1px solid #414141;
}
.webform textarea {
	clear: right;
}

.webform .form-submit {
	width: 79px;
	height: 20px;
	border: none;
	float: left;
	margin-top: 15px;
	background-image: url(images/contact_submit.png);
	background-position: top right;
	background-repeat: no-repeat;
	text-indent: -99999px;
	margin-left: 10px;
}

.webform label {
	width: 60px;
	margin-right: 10px;
	margin-left: 5px;
	float: right;
	clear:right;
	font-size: 90%;
	font-weight: normal;
}
.webform .form-item {
	margin: 0;
	margin-top: 10px;
}






.image-attach-body {
	float: left;
	margin-left:0;
	margin-right: 10px;
}





/* FRONT PAGE NEWS BLOCK */
#sitenews-block {
	width: 307px;
	background-image: url(images/newsblock_back.png);
	background-repeat: repeat-y;
	background-position: top right;
	float: right;
}
#sitenews-block h1.block-title {
	background-image: url(images/newsblock_title.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 27px;
	line-height: 25px;
	color: white;
	font-size: 90%;
}
#sitenews-block .footer {
	padding-bottom: 5px;
	background-image: url(images/newsblock_footer.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#sitenews-block .node .field-field-teaser {
	display: none;
}
#sitenews-block .node .read-more {
	margin-bottom: 10px;
}
.view-site-news {
	padding-top: 5px;
}
.view-site-news .node {
	padding: 0 5px;
}
.view-site-news .node .title {
	font-size: 90%;
	color: #535353;
}

/* FRONT PAGE ARTICLES */
#homepage-articles {
	width: 572px;
	background-image: url(images/homepage_articles_back.png);
	background-repeat: repeat-y;
	background-position: top right;
}
#homepage-articles h1.block-title {
	background-image: url(images/homepage_articles_title.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 27px;
	line-height: 25px;
	color: #6e6e6e;
	font-size: 90%;
}
#homepage-articles .footer {
	padding-bottom: 5px;
	background-image: url(images/homepage_articles_footer.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#homepage-articles .image-attach-teaser {
	float: right;
	margin-left: 10px;
}

.view-content-home {
	padding-top: 5px;
}
.view-content-home .node {
	padding: 0 5px;
}
.view-content-home .node .title {
	font-size: 90%;
	color: #535353;
}

/* FRONT PAGE RULINGS */
#homepage-rulings {
	width: 572px;
	background-image: url(images/homepage_ruling_back.png);
	background-repeat: repeat-y;
	background-position: top right;
	margin-top: 10px;
}
#homepage-rulings h1.block-title {
	background-image: url(images/homepage_ruling_title.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 27px;
	line-height: 25px;
	color: #6e6e6e;
	font-size: 90%;
}
#homepage-rulings .footer {
	padding-bottom: 5px;
	background-image: url(images/homepage_ruling_footer.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

/*
.view-rulings-block {
	height: 67px;
	overflow-y: scroll;
}
*/
.view-content-rulings-block .node {
	padding-top: 5px;
	color: #435474;
	width: 163px;
	/*height: 67px;*/
	float: right;
	margin: 5px;
	padding: 0 5px;
	clear: none !important;
}

.view-content-rulings-block .node .title {
	font-size: 90%;
	color: #435474;
	height: 50px;
}
.view-content-site-news .node .content,
.view-content-rulings-block .node .content {
	display: none;
}
.view-content-site-news .node .title {
	margin-top: 10px;
	height: auto;
}


/* newsletter box */
#newsletter-block {
	width: 193px;
	height: 115px;
	background-image: url("images/subscribeblock_back.png");
	background-repeat: no-repeat;
	text-align: center;
	
	
}
#newsletter-block form {
	text-align: right;
}
#newsletter-block .form-item {
	float: right;
	padding: 0;
	margin: 0;
	margin-left: 2px;
	margin-right: 10px;
	_margin-right: 5px;
	direction: ltr;
}
#newsletter-block h3 {
	color: white;
	font-size: 88%;
}
#newsletter-block .title {
	padding-top: 65px;
}
#newsletter-block input {
	width: 115px;
	border: 1px solid #002147;
}
#newsletter-block input.form-submit {
	border: none;
	background-image: url(images/send_button.png);
	text-indent: -99999px;
	overflow: hidden;
	height: 17px;
	width: 43px;
}


/* FRONTPAGE FORUMS BLOCK */
#forums-block,
#about-block {
	background-image: url("images/forumblock_back.png");
	background-repeat: repeat-y;
	background-position: right top;
	margin-bottom: 10px;
}
#forums-block {
	margin-top: 10px;
}
#about-block {
	background-image: url("images/aboutblock_back.png");
}
#forums-block .title,
#about-block .title {
	background-image: url("images/forumblock_title.png");
	background-repeat: no-repeat;
	background-position: right top;
	height: 26px;
	line-height: 26px;
	padding: 0 5px;
}
#about-block .title {
	background-image: url("images/aboutblock_title.png");
}
#forums-block .content,
#about-block .content {
	background-image: url("images/forumblock_footer.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 5px;
}
#about-block .content {
	background-image: url("images/aboutblock_footer.png");
	padding: 5px;
}
#forums-block .content .content,
#about-block .content .content {
	background: none;
}
#forums-block .title h3,
#about-block .title h3 {
	color: white;
	font-size: 95%;
}
#forums-block .title a,
#about-block .title a {
	float: left;
	margin-left: 5px;
	color: #002644;
}
#forums-block .title a, #forums-block .title h3,
#about-block .title a, #about-block .title h3{
	line-height: 26px;
}

#forums-block .more-link,
#about-block .more-link {
	display: none;
}


.frontpage-forum {
	padding: 4px;
}
.frontpage-forum a, .frontpage-forum a:link, .frontpage-forum a:active, .frontpage-forum a:visited{
	color: black;
}
.frontpage-forum .forum-data {
	font-size: 95%;
}
.frontpage-forum .forum-data, .frontpage-forum .forum-data a {
	color: #009ee8;
}



/* FORUMS */

#forum {
	width: 547px;
	margin-right: 12px;
}

#forum h1.header-title {
	background-image: url(images/forums_header_title.png);
	background-repeat: no-repeat;
	height: 29px;
	line-height: 29px;
	padding-right: 10px;
	color: white;
	font-size: 100%;
	margin-top: 10px;
}
#forum .header-mid {
	background-image: url(images/forums_header_mid.png);
	background-repeat: repeat-y;
	padding: 5px;
}
#forum .header-footer {
	background-image: url(images/forums_header_footer.png);
	background-repeat: no-repeat;
	height: 20px;
	padding-right: 10px;
	color: black;
	margin-bottom: 10px;
}
#forum .header-footer a{
	color: white;
	font-weight: bold;
}
#forum .header-stats {
	font-size: 90%;
}




#forum table {
	width: 547px;
}

#forum table thead th {
	text-align:  right;
	border: none;
	border-left: 2px solid white;
	vertical-align: top;
	background-image: url(images/forum_thead_mid.png);
	background-repeat: repeat-x;
	height:37px;
}
#forum table thead th.first, #forum table thead th.last, #forum table thead th.topic {
	border: none;
}
#forum table thead th.first {
	background-image: url(images/forum_thead_first.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#forum table thead th.last {
	background-image: url(images/forum_thead_last.png);
	background-repeat: no-repeat;
}
#forum table thead th a{
	line-height: 29px;
}


#forum table td {
	background-image: url(images/forum_row_mid.png);
	background-repeat: repeat-x;
	border-left: 2px solid white;
	height:32px;
	padding: 0 3px;
}
#forum table td.icon {
	background-image: url(images/forum_row_first.png);
	background-repeat: no-repeat;
	background-position: right top;
	border: none;
	padding:none;
	text-align: left;
}
#forum table td.topic {
	border: none;
}
#forum table td.last-reply {
	background-image: url(images/forum_row_last.png);
	background-repeat: no-repeat;
	border: none;
}
#forum table td.created, #forum table td.last-reply {
	direction: ltr;
	text-align: center;
}
#forum table tr {
	border: none;
}
/*
h1.page-title span {
	font-size: 70%;
	color: #00a0dc;
}
*/

/* comments */
table.forum-message {
	width: 547px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}
table.forum-message td.author, table.forum-message td.author-header {
	width: 160px;
	border-left: 2px solid white;
}
table.forum-message td.body-header{
	background-image: url(images/forum_message_body_head.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 7px;
	overflow: hidden;
	line-height: 1px;
	width: 386px;
}
table.forum-message td.author-header{
	background-image: url(images/forum_message_auth_head.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 7px;
	overflow: hidden;
	line-height: 1px;
}
table.forum-message td .content{
	padding: 5px;
}
table.forum-message td {
	background-image: url(images/forum_message_body_mid.png);
	background-position: top left;
	background-repeat: repeat-y;
}
table.forum-message td.author {
	background-image: url(images/forum_message_auth_mid.png);
	background-position: top right;
	background-repeat: repeat-y;
}
table.forum-message td.footer {
	background-image: url(images/forum_message_footer.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 3px;
}
table.forum-message ul.links {
	float: left;
	padding:0;
	margin:0;
	clear:both;
	margin:2px 5px;;
}



ul.primary li a {
	padding: 0 5px;
}


/* FRONTPAGE main block */
#main-block {
	float:left;
	width: 450px;
}
#main-block .image-attach-teaser{
	float: left;
	margin-right: 10px;
}
#main-block h1{
	color: #00a0dd;
	background-image: url(images/main_block_title.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 26px;
	padding-top: 0;
	font-size: 20px;
	line-height: 20px;
}
#main-block h2 {
	color: #004f8c;
	font-size: 17px;
}

.view-home .node {
	margin-top: 10px;
	clear:both;
}

div.messages {
	clear:both;
	text-align: center;
	padding: 5px;
	margin: 5px 0;
}






#search-block-form .form-item {
	margin: 0; !important;
	float: right;
	margin-left: 5px;
}
#search-block-form #edit-submit {
	margin-top: 1px !important;
	*margin-top: 1px !important;
}



#search-form fieldset.collapsible .fieldset-wrapper,
#search-form fieldset.collapsible .div {
	display: block;
}


.rad-links {
	font-size: 30px;
	text-align: left;
}
.rad-links a {
	vertical-align: middle;
}


.rad-files ul li {
	background-image: url('/misc/comp-file-32x32.gif');
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 32px;
	padding-right: 35px;
}


br.clear {
	height: 1%;
	height: 1px;
	clear: both;
	line-height: 1px;
}
