/* custom stuff */
html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin-top:
}

body {
	margin: 0px 0px 0px 0px;
	height: 100%;
	font-size: 11px;
}

img {
  border: 0px;
}


a:link, a:visited {
	color: #971111;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #c00;	
	text-decoration: underline;
	font-weight: normal;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

div, p,  table, td, th {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	line-height: 130%;

}

fieldset {
	border: 0;
	padding: 5px 0;
}


span.pathway img {
	padding: 0 5px;

}

span.pathway {
	display: block;
	margin-bottom: 15px;
}


div.componentheading {
  padding-left: 0px;
}


a.readon {
	margin-top: 10px;
	padding-left: 15px;
	line-height: 14px;
	height: 16px;
}

h1 {
	padding: 0;
	padding-bottom: 5px;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 18px;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;	
}

h2, .contentheading {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	color: #9d080d;
	font-weight:bold;
}

h3 { 

}


table.blog td.contentheading {

}

table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


td.buttonheading {
	
}

td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry1 td, tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry1, td.sectiontableentry2{
  padding: 3px;
}

table.contentpaneopen, table.contentpane {
  width: 100%;
}

div.moduletable h3, .componentheading {
	border: 0px solid #f00;
	margin: 0;
	margin-bottom: 0px;
	height: 37px;
	line-height: 26px;
	font-size: 13px;
	font-family: "Arial Narrow", "Helvetica Neue Bold Condensed", Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 8px;
	color: #033e6d;
}

div.moduletable ul {
	margin: 5px 0;
	padding: 0 2em;
}

div.moduletable ul li {
	padding-bottom: 3px;
}


div.moduletable {
	padding-bottom: 15px;
	padding-left: 8px;
	padding-right: 8px;
}

div#maincontent div.moduletable {
	padding-left: 0;
	padding-right:0;
}


.small {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
}

.beli_meni_stil
{ 
font-weight: bold;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	font-family: "Arial Narrow", "Helvetica Neue Bold Condensed", Arial, sans-serif;

}


.modifydate {
  font-family: Tahoma, Helvetica, sans-serif;
  height: 20px;
  vertical-align: bottom;
	font-size: 9px;
	color: #666;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
}

.createdate {
	font-family: Tahoma, Helvetica, sans-serif;
	height: 20px;
	vertical-align: top;
	font-size: 9px;
	color: #666;
	font-weight: normal;
	text-transform: uppercase;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

.clr {
	clear: both;
}

#page_bg {
	height: 100%; 
	padding: 0;
	margin-bottom: 1px;
}

div.mosimage {
  margin: 5px;
}

div.mosimage_caption {
  font-size: 10px;
  color: #666;
}

table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}


/** template stuff **/

.contentpad {
	padding: 5px 10px;
}

table#content {
	clear: both;
}

body.center div#wrapper {
	margin: 0 auto;
}

body.thin #nav a {
	padding: 0em 0.5em 0.2em 1.1em;
}

body.thin div#wrapper {
	width: 773px;	
}

body.thin div#searchbox_mods {
	width: 150px;
}

body.thin div#newsflash_mods {
	right: 150px;
	width: 150px;
}

body.thin td.inset_mods {
	width: 150px;
}

body.thin table.nospace td.topleft_mods {
	width: 150px;
}

body.thin table.nospace td.right_mods {
	width: 150px;
}

body.wide #nav a {
	padding: 0em 1.5em 0.2em;
}

body.wide div#wrapper {
	width: 1000px;
}

body.wide div#searchbox_mods {
	width: 206px;
}

body.wide div#newsflash_mods {
	right: 206px;
	width: 280px;
}

body.wide td.inset_mods {
	width: 200px;
}

body.wide table.nospace td.topleft_mods {
	width: 205px;
}

body.wide table.nospace td.right_mods {
	width: 205px;
}

body.vmax #nav a {
	padding: 0em 1.5em 0.2em;
}

body.vmax div#wrapper {
		min-width: 750px;
		max-width: 1000px;
		width: expression(document.body.clientWidth > 950? "1000px": "auto" );
}

body.vmax div#searchbox_mods {
	width: 15%;
}

body.vmax div#newsflash_mods {
	right: 15%;
	width: 20%;
}

body.vmax td.inset_mods {
	width:25%;
}

body.vmax table.nospace td.topleft_mods {
	width: 25%;
}

body.vmax table.nospace td.right_mods {
	width: 20%;
}

body.full #nav a {
	padding: 0em 1.5em 0.2em;
}

body.full div#wrapper {
		margin: 0;
		min-width: 750px;
}

body.full div#searchbox_mods {
	width: 15%;
}

body.full div#newsflash_mods {
	right: 15%;
	width: 20%;
}

body.full td.inset_mods {
	width:25%;
}

body.full table.nospace td.topleft_mods {
	width: 25%;
}

body.full table.nospace td.right_mods {
	width: 20%;
}


/* frame info */

div#header {
	height: 98px;
	position: relative;
}

div#header div, div#header td {
	color: #fff;
}

div#logo {
	position: absolute;
	left: 0;
	top: 0;	
	height: 98px;
	width: 116px;	
}

div#headertext {
	position: absolute;
	left: 28px;
	top: 22px;
	height: 49px;
	width: 502px;
	background-image: url(../images/rti-logo.gif);
}

div#searchbox_mods {
	position: absolute;
	right: 0;
	top: 5px;
	height: 88px;
	overflow: hidden;
}

div.search input {
	width: 100%;
	margin-bottom: 5px;

}

div#newsflash_mods {
	position: absolute;
	top: 5px;
	height: 88px;
	overflow: hidden;
}



div.banneritem {
  text-align: center;
}

div#horizmenu {
	height: 29px;
}



div#logo2 {
	position: absolute;
	height: 23px;
	width: 116px;
}

div#suckerfish {
	padding-left: 10px;
}

table.nospace {
	border-collapse: collapse;
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

table.nospace td {
	margin: 0;
	padding: 0;
}

div#padbottom {
	height: 4px;
	overflow: hidden;
}

div#maincontent {
	padding: 20px 8px 8px 8px;
}

div#footer_mods {
	height: 29px;
	margin-top: 9px;
	text-align: left;
	line-height: 29px;
	padding-left: 10px;
}

div#footer_menu {
	height: 29px;
	margin-top: 9px;
	text-align: right;
	line-height: 29px;
	padding-right: 10px;
}

div.leftdots {
	margin-right: 4px;
	padding-right: 14px;
}

table.nospace td.showcase_mods {
	padding-top: 15px;
}

div#shadow_tr, div#shadow_tl {
	padding-top: 15px;
}




/* default menu link styles */
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	font-weight: bold;
	/*padding-left: 20px;*/
	padding-bottom: 5px;
}

a.mainlevel:hover {

}


div#quote {
	padding-top: 10px;
	margin-right: 10px;
	text-align: left;
	float: right;
	width: 505px !Important;
	width: 485px;
}

div#quote td {
	text-align: left;
}

table.menublock {
	margin: 0 15px;
}

td.summary {
	background: #eef3f9;
	padding: 5px;
	padding-left: 10px;
} 

td.latestnews {
	background: #eef3f9;
	padding: 5px;
}

/*****************************
 ****   suckerfish menu   ****
 *****************************/
#nav a {
	font-weight: bold;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	font-family: "Arial Narrow", "Helvetica Neue Bold Condensed", Arial, sans-serif;

	line-height: 16px;
	height: 16px;
	color: #ffffff;
	margin-top: 7px;
	text-decoration: none;
	display: block;

}



#nav, #nav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* top level links */
#nav a {

}

/* sub level links */

#nav ul ul a {
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 4px;
	font-size: 11px;
	text-transform: none;
}

/* top level buttons */

#nav li {
	float: left;
	padding: 0;
  background: none;
  height: 29px;

}

#nav ul li {
	position: relative;
}

#nav li ul {
	top: 29px;
	position: absolute;
	left: -999em;
	height: auto;
	width: 23em;
	font-weight: normal;
	border-width: 0;
	margin: 0;
	padding: 0;
	}

#nav li li {
	float: left;
	padding: 0;
   	width: 23em;
}


/* margin for pullouts */
#nav li ul ul {
	margin: -29px 0 0 23em;
}


#nav li:hover ul ul, 
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul,  
#nav li.sfhover ul ul, 
#nav li.sfhover ul ul ul, 
#nav li.sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li li li li:hover ul,
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul,
#nav li li li li.sfhover ul{
	z-index: 100;
	left: 0;
}

#nav li:hover, #nav li.sfhover {
      left: 0;
}

#nav li:hover a, #nav li.sfhover a {
    color: #ffffff;

}

#nav li li:hover a, #nav li li.sfhover a {
    color: #ffffff;

}




/* some page content things */

form {
border: 0;
margin: 0;
padding: 0;
}

table.blog span.article_seperator {
	display: block;
	height: 20px;
}

table.nopad {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

table.nopad td.middle_pad {
	width: 20px;
}

body.contentpane {
	background: #fff;
}

table.pollstableborder td {
	text-align: left;
	padding: 2px 0;
}
/**Exmenu...
/** IE bugs: a:link, a:visited, a:hover need to be styled as well; does not display separator... workaround? */
/** customize colors here */
a.mainlevel-suckerfish-vertical, a.mainlevel_active-suckerfish-vertical, a.mainlevel_current-suckerfish-vertical,
a.mainlevel-suckerfish-vertical:link, a.mainlevel_active-suckerfish-vertical:link, a.mainlevel_current-suckerfish-vertical:link,
a.mainlevel-suckerfish-vertical:visited, a.mainlevel_active-suckerfish-vertical:visited, a.mainlevel_current-suckerfish-vertical:visited {
   color: #fff;/*#9D080D;*/
   /*
   background-image: url(../exmenu/images/subhead_bgh.png);
	background-repeat: repeat-x;
    */
	margin: 0px;
	    background-color: #29577c;
}

a.mainlevel-suckerfish-vertical:hover, a.mainlevel_active-suckerfish-vertical:hover, a.mainlevel_current-suckerfish-vertical:hover {
	/*color: #9D080D;
	background-image: url(../exmenu/images/subhead_bg.png);
	background-repeat: repeat-x;
	border: 1px solid #333333;
    background-position: left bottom;
    */
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
    background-color: #830e0e;
}

a.sublevel-suckerfish-vertical, a.sublevel_active-suckerfish-vertical, a.sublevel_current-suckerfish-vertical,
a.sublevel-suckerfish-vertical:link, a.sublevel_active-suckerfish-vertical:link, a.sublevel_current-suckerfish-vertical:link,
a.sublevel-suckerfish-vertical:visited, a.sublevel_active-suckerfish-vertical:visited, a.sublevel_current-suckerfish-vertical:visited {
	color: #fff;/*#9D080D;*/
	/*background-image: url(../exmenu/images/subhead_bgh.png);*/
    background-color: #29577c;
	margin: 0px;
    border: 2px solid #fff;
}

a.sublevel-suckerfish-vertical:hover, a.sublevel_active-suckerfish-vertical:hover, a.sublevel_current-suckerfish-vertical:hover {
	/*background-image: url(../exmenu/images/subhead_bg.png);
	color: #9D080D;
    */
    background-color: #830e0e;
}

ul.mainlevel-suckerfish-vertical ul ul a.sublevel-suckerfish-vertical, ul.mainlevel-suckerfish-vertical ul ul a.sublevel_active-suckerfish-vertical, ul.mainlevel-suckerfish-vertical ul ul a.sublevel_current-suckerfish-vertical,
ul.mainlevel-suckerfish-vertical ul ul a.sublevel-suckerfish-vertical:link, ul.mainlevel-suckerfish-vertical ul ul a.sublevel_active-suckerfish-vertical:link, ul.mainlevel-suckerfish-vertical ul ul a.sublevel_current-suckerfish-vertical:link,
ul.mainlevel-suckerfish-vertical ul ul a.sublevel-suckerfish-vertical:visited, ul.mainlevel-suckerfish-vertical ul ul a.sublevel_active-suckerfish-vertical:visited, ul.mainlevel-suckerfish-vertical ul ul a.sublevel_current-suckerfish-vertical:visited {
	background-color: blue;
	color: white;
}

ul.mainlevel-suckerfish-vertical ul ul a.sublevel-suckerfish-vertical:hover, ul.mainlevel-suckerfish-vertical ul ul a.sublevel_active-suckerfish-vertical:hover, ul.mainlevel-suckerfish-vertical ul ul a.sublevel_current-suckerfish-vertical:hover {
	background-color: #E0E0E0;
	color: blue;
}

ul.mainlevel-suckerfish-vertical .expanded {
	display: block;
	background-image: url("../images/ig_dropdown_sub_white.png");  /*../exmenu/images/arrow_right.gif*/
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 10px;
}


/** customize style / layout here */
a.mainlevel-suckerfish-vertical, a.mainlevel_active-suckerfish-vertical, a.mainlevel_current-suckerfish-vertical, span.mainlevel-suckerfish-vertical,
a.mainlevel-suckerfish-vertical:link, a.mainlevel_active-suckerfish-vertical:link, a.mainlevel_current-suckerfish-vertical:link,
a.mainlevel-suckerfish-vertical:visited, a.mainlevel_active-suckerfish-vertical:visited, a.mainlevel_current-suckerfish-vertical:visited,
a.mainlevel-suckerfish-vertical:hover, a.mainlevel_active-suckerfish-vertical:hover, a.mainlevel_current-suckerfish-vertical:hover,
a.sublevel-suckerfish-vertical, a.sublevel_active-suckerfish-vertical, a.sublevel_current-suckerfish-vertical, span.sublevel-suckerfish-vertical,
a.sublevel-suckerfish-vertical:link, a.sublevel_active-suckerfish-vertical:link, a.sublevel_current-suckerfish-vertical:link,
a.sublevel-suckerfish-vertical:visited, a.sublevel_active-suckerfish-vertical:visited, a.sublevel_current-suckerfish-vertical:visited,
a.sublevel-suckerfish-vertical:hover, a.sublevel_active-suckerfish-vertical:hover, a.sublevel_current-suckerfish-vertical:hover {
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	text-decoration: none;
	display: block;
	/*border: 01px solid silver;*/
	padding: 0.3em 0.5em 0.3em 0.5em;	/* top, right, bottom, left */
	height: auto !important;
	/*line-height: 1em;*/
}

a.mainlevel-suckerfish-vertical, a.mainlevel_active-suckerfish-vertical, a.mainlevel_current-suckerfish-vertical, span.mainlevel-suckerfish-vertical {
}

a.sublevel-suckerfish-vertical, a.sublevel_active-suckerfish-vertical, a.sublevel_current-suckerfish-vertical, span.sublevel-suckerfish-vertical {
	font-size: 90%;
	border-top: 0px solid silver;
}

#active_menu-suckerfish-vertical,
a.mainlevel_active-suckerfish-vertical, a.mainlevel_current-suckerfish-vertical,
a.mainlevel_active-suckerfish-vertical:link, a.mainlevel_current-suckerfish-vertical:link,
a.mainlevel_active-suckerfish-vertical:visited, a.mainlevel_current-suckerfish-vertical:visited,
a.mainlevel_active-suckerfish-vertical:hover, a.mainlevel_current-suckerfish-vertical:hover,
a.sublevel_active-suckerfish-vertical, a.sublevel_current-suckerfish-vertical,
a.sublevel_active-suckerfish-vertical:link, a.sublevel_current-suckerfish-vertical:link,
a.sublevel_active-suckerfish-vertical:visited, a.sublevel_current-suckerfish-vertical:visited,
a.sublevel_active-suckerfish-vertical:hover, a.sublevel_current-suckerfish-vertical:hover {
	font-weight: bold;
}

ul.mainlevel-suckerfish-vertical, .mainlevel-suckerfish-vertical ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 15em;
}

ul.mainlevel-suckerfish-vertical {
	z-index: 101;
}

ul.mainlevel-suckerfish-vertical ul {
	z-index: 102;
}

ul.mainlevel-suckerfish-vertical ul ul {
	z-index: 103;
}

ul.mainlevel-suckerfish-vertical li {
	padding: 0;
	margin: 0 0 0 -20px;
	background: none;
	list-style: none;
	float: left;
	clear: left;
	position: relative;
	width: 18em;
}

ul.mainlevel-suckerfish-vertical li li {
    margin: 0;
    padding: 0;
}

ul.mainlevel-suckerfish-vertical ul {
	display: none;
	position: absolute;
	top: 0;
	margin-left: 180px;
}

ul.mainlevel-suckerfish-vertical li:hover ul,
ul.mainlevel-suckerfish-vertical li.hover ul {
	display: block;
}


ul.mainlevel-suckerfish-vertical li:hover ul ul,
ul.mainlevel-suckerfish-vertical li.hover ul ul {
	display: none;
}

ul.mainlevel-suckerfish-vertical li:hover ul li:hover ul,
ul.mainlevel-suckerfish-vertical li.hover ul li.hover ul {
	display: block;
}


ul.mainlevel-suckerfish-vertical, ul.mainlevel-suckerfish-vertical li li {
	clear: left;
}

/** separator */
span.mainlevel-suckerfish-vertical, span.sublevel-suckerfish-vertical {
	border-width: 0px;
	padding: 5px;
}