select.lang {  
	height: 18px;
   font-size : 11px;
	vertical-align: middle;
	background-color: #000;
	border: 1px #666 solid;
	color: #fff;
	margin: 5px 6px 0;
	padding: 0;
	*height: auto;
}
select.lang option {  
	height: auto;
   font-size : 11px;;
	vertical-align: middle;
	background-color: #98979C;
	border-bottom: 1px #666 solid;
	color: #fff;
	margin: 0;
	padding: 1px 4px;
	*height: auto;
}
div.LangSelector { 
   vertical-align : bottom;
   display : block;
	font-size: 11px;
	padding: 0;
	color: #333333;
	vertical-align: middle;
	white-space: nowrap !important;
}
.UserDetails {
	padding: 0 5px 2px;
	font-size: 11px;
	color: #ccc;
	background-color: #252108;
	width: 392px;
	margin-top: -6px;
	/* ie fix */
	*position: relative;
	*top: 0;
	*left: 0;
}
.WebsiteLink {
	color: #ccc;
	background-color: #333;
}
.WebsiteLink:hover {
   text-decoration: none;
	background-color: #fc0;
   color : #000;
}

/* #################### */
/* #  Standard menu   # */
/* #################### */

div.menuBar {
	font-family: Verdana, Helvetica, Tahoma, Geneva, sans-serif;
	
	font-size: 9pt;
	*font-size: 11px;
   font-weight : normal;
	color: #ffffff; 
   background-color: transparent !important;
   margin: 0px;
	padding: 4px 0px 4px 0px;
	text-align: left;
}

table.border { 
   border-top: 1px solid #000;
   margin: 5px 5px 5px 5px;
}

div.emenuBar {
	background-color: transparent !important;
	text-align: left;
}

div.menuBar a.menuButton, div.menuButton, div.menuButton_over {
	background-color: transparent !important;
   color: #E5EEF6; 
	border: 0px;
   font-weight : bold;
	cursor: pointer;
	left: 0px;
	margin: 0px;
   padding: 0px 10px 0px 0px;
	position: relative;
	text-decoration: none;
	top: 0px;
	z-index: 100;
   width : auto;
   white-space : nowrap;
   height :10px;
}

div.menuBar a.menuButton:hover, div.menuButton:hover, div.menuButton_over {
	background-color: transparent;
   color: #FFFFFF;
}

div.menu {
	background-color: #f4f4f4;
	border: 1px solid #000;
	left: 0px;
	padding: 0px;
   position: absolute;
	top: 5px;
	visibility: hidden;
	z-index: 101;
    white-space : nowrap;
    margin-left: 0px;
	margin-top: -1px;
}

div.menu a.menuItem {
	cursor: pointer;
	display: block;
   color:#0066CC;
	padding: 3px 1em;
	text-decoration: none;
	white-space: nowrap;
   font-size : 8pt;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
	background-color: #FFFFFF;
   color: #3399FF;
}

div.menu a.menuItem span.menuItemBuffer, div.menu a.menuItem:hover span.menuItemBuffer {
   padding: 0px 2px;
}

div.menu a.menuItem span.menuItemText {}

a.menuItem.header {
	border-bottom: 1px solid #b3b3b3;
}


div.menu a.menuItem span.menuItemArrow {
  /* margin-right: -.75em; */
}


/* ################## */
/* #  CSS LI MENU   # */
/* ################## */
/*** Nav bar styles ***/

ul.menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	/*width: 100px; /* Width of Menu Items */
	border-bottom: 1px solid #8AA2C6;
	border-right: 1px solid #D1DBE8;
	height: auto;
	}

ul.menu li {
	position: relative;
	float: inherit;
	list-style: none;
	}

.LiBorder {
	border-left: 1px solid #D1DBE8;
}
	
ul.menu li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px; /* Set 1px less than menu width */
	background: #D1DBE8; /* IE6 Bug */
	margin: 0px;
	padding: 0px;
	width: 150px;
	}
	
ul.menu ul ul.SubLeft {
	position: absolute;
	left: 149px;
	top: 0px;
	display: none;
	z-index: 500;
}

ul.SubLeft li {
	width:150px;
} 

div.LinkGroup {
	display: block;
	text-decoration: none;
	color: #00428B;
	background: transparent; /* IE6 Bug */
	padding: 3px;
	border-bottom: 0px;
	height: 1%;
	cursor: e-resize;
}
div.LinkGroup:hover {
	color: #fff; 
	background: #8AA2C6; 
}

.SubTop {
	border-top: 1px solid #D1DBE8;
	border-right: 1px solid #8AA2C6;
	border-bottom: 1px solid #8AA2C6;
	border-left: 1px solid #8AA2C6;
}

*.SubLeft {
	/*position: absolute;*/
	width:150px;
	left: 149px;
	top: 0px;
	display: none;
	z-index: 500;
	border: 1px solid #8AA2C6;
}

ul.menu ul li:hover ul ul
{display: none;}
ul.menu ul li:hover ul ul ul
{display: none;}
ul.menu ul li:hover ul ul ul ul
{display: none;}
ul.menu ul li:hover ul ul ul ul ul
{display: none;}
ul.menu ul li:hover ul ul ul ul ul ul
{display: none;}
ul.menu ul li:hover ul ul ul ul ul ul ul
{display: none;}

ul.menu ul li.over ul ul
{display: none;}
ul.menu ul li.over ul ul ul
{display: none;}
ul.menu ul li.over ul ul ul ul
{display: none;}
ul.menu ul li.over ul ul ul ul ul
{display: none;}
ul.menu ul li.over ul ul ul ul ul ul
{display: none;}
ul.menu ul li.over ul ul ul ul ul ul ul
{display: none;}

ul.menu ul li:hover ul
{display: block;}
ul.menu  ul ul li:hover ul
{display: block;}
ul.menu  ul ul ul li:hover ul
{display: block;}
ul.menu  ul ul ul ul li:hover ul
{display: block;}
ul.menu  ul ul ul ul ul li:hover ul
{display: block;}
ul.menu  ul ul ul ul ul ul li:hover ul
{display: block;}
ul.menu  ul ul ul ul ul ul ul li:hover ul
{display: block;}

ul.menu ul li.over ul
{display: block;}
ul.menu ul ul li.over ul
{display: block;}
ul.menu ul ul ul li.over ul
{display: block;}
ul.menu ul ul ul ul li.over ul
{display: block;}
ul.menu ul ul ul ul ul li.over ul
{display: block;}
ul.menu ul ul ul ul ul ul li.over ul
{display: block;}
ul.menu ul ul ul ul ul ul ul li.over ul
{display: block;}
ul.menu ul ul ul ul ul ul ul ul li.over ul
{display: block;}

/* Styles for Menu Items */
ul.menu li a {
	display: block;
	text-decoration: none;
	color: #00428B;
	background: transparent; /* IE6 Bug */
	padding: 3px 7px 3px 7px;
	border-bottom: 0px;
	height: 1%;
	cursor: pointer;
	background-image: none;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul.menu li { 
	float: left; 
	height: 1%; 
	}
* html ul.menu li a { 
	height: 1%; 
	float: left; 
	}
* html ul.menu li ul li a { 
	height: 1%; 
	float: none;
	}
* html ul.menu li ul li ul li a { 
	height: 1%; 
	float: none; 
	}
* html ul.menu li ul li ul li ul li a { 
	height: 1%; 
	float: none; 
	}
* html ul.menu li ul li ul li ul li ul li a { 
	height: 1%; 
	float: none; 
	}
* html ul.menu li ul li ul li ul li ul li ul li a { 
	height: 1%; 
	float: none; 
	}
/* End */

/* Vertival Menu Style  */
div.menuVStdCollapsing {
	margin: 0;
	padding: 0;
	width: 120px !important;
}
div.menuVStdCollapsing ul {
	margin: -5px 0 0 0;
	padding: 0;
	list-style: none;
	/*border-top: 1px solid #fc0;*/
}
div.menuVStdCollapsing ul li ul {
	margin: 3px 0 0;
	padding: 0;
	list-style: none;
	border: 1px solid #666;
	font-size: 11px;
}
div.menuVStdCollapsing ul li {
	border-bottom: 1px solid #fc0;
	padding: 7px 0 5px 0;
	color: #fff;
	font-weight: bold;
}
div.menuVStdCollapsing ul li ul li {
	border-bottom: 0;
	padding: 0 0 0 0;
	color: #fff;
	font-weight: normal;
	background-color: #000;
	font-size: 11px;
	*width: 100%;
	/*list-style: circle;
	list-style-position: inside;*/
}
div.menuVStdCollapsing ul li a {
	color: #fff;
	background-color: transparent;
	display: block;
}
div.menuVStdCollapsing ul li a:hover {
	color: #000;
	background-color: #fc0;
}
div.menuVStdCollapsing ul li ul li a {
	color: #fff;
	background-color: transparent;
	display: block;
	font-size: 11px;
	/*padding: 0 0 0 14px;*/
	margin: 0;
	/*margin: -18px 0 0 2px;*/
}
div.menuVStdCollapsing ul li ul li a:hover {
	color: #000;
	background-color: #fc0;
}



/* Hover Styles */
ul.menu li a:hover { 
	color: #fff; 
	background: #8AA2C6; 
	} 

/* Sub Menu Styles */		
li ul li a { 
	padding: 2px 5px; 
	} 

		
li:hover ul, li.over ul { display: block; } /* The magic */

.MenuCont {
	display: block;
	background-color: transparent;
	text-align: center;
	vertical-align: top;
	width: auto;
}
.MenuCont img {
	text-align: center !important;
}
.MenuCont td {
	background-color: transparent;
	color: #fff;
}

.MenuMark {
	background-image: url(img/MenuMark.png);
	background-position: center right;
	background-repeat: no-repeat;
}
.MenuMark:hover {
	background-image: url(MenuMark.png);
	background-position: center right;
	background-repeat: no-repeat;
}

/* #  END CSS LI MENU   # */


/* Settings for PageSelector*/
.PSelectorSel {
  color: #000000;
  display: block;
  background-color: #E5EEF6;
  padding-left: 8px;
  padding-top: 4px;
  padding-bottom: 2px;
  margin-left: -8px;
  margin-top: -2px;
  margin-bottom: -2px;
}

.EmptyMenuItem {
  color:#000000;
  background-color: #FFFFFF;
  display: block;
  font-size: 11px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 12px;
}



/* ################## */
/* #  Swaping menu  # */
/* ################## */

table.MenuSwapTable {
	BORDER-RIGHT: 0px;
	PADDING-RIGHT: 0px;
	BORDER-TOP: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	BORDER-LEFT: 0px;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: 0px;
    width: 100%;
}

table.MenuSwapTable th {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 5px;
	FONT-WEIGHT: normal;
	font-size: 11px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	COLOR: #004488;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: #6699CC 1px solid;
   BORDER-LEFT: #6699CC 1px solid;
   BORDER-RIGHT: #6699CC 1px solid;
	BACKGROUND-COLOR: #C6DBF0;
}
table.MenuSwapTable:hover th {
	COLOR: #FFFFFF;
	BACKGROUND-COLOR: #6699CC;     
   BORDER-BOTTOM: #6699CC 1px solid;
}

table.MenuSwapTable td{
   PADDING-RIGHT: 0px;
   PADDING-LEFT: 0px;
   PADDING-BOTTOM: 0px;
   COLOR: #000000;
   PADDING-TOP: 0px;
   vertical-align: top;
   BACKGROUND-COLOR: #FFFFFF;
   BORDER-LEFT: #6699CC 1px solid;
   BORDER-RIGHT: #6699CC 1px solid;
   BORDER-BOTTOM: #6699CC 1px solid;
}


.MenuSwapUl {
	PADDING: 0px;
	MARGIN: 0px;
	LIST-STYLE-TYPE: none;
   width: 100%;
   BORDER-BOTTOM: #6699CC 1px solid 100%;
}
.MenuSwapUl li {
	PADDING: 0px -8px 0px 0px;
	MARGIN: 0px 8px 0px 0px;
	BORDER-LEFT: 0px;
	BORDER-RIGHT: 0px;
	BORDER-TOP: 0px;
}
.MenuSwapUl li a {
   WIDTH: 100%;
	DISPLAY: block;
	COLOR: black;
   text-decoration: none;
	BACKGROUND-COLOR: white;
	font-size: 11px;
	PADDING-LEFT: 8px;
	PADDING-TOP: 2px;
	PADDING-BOTTOM: 2px;
   
}
.MenuSwapUl li a:hover {
	COLOR: black;
	BACKGROUND-COLOR: #EBF3FA;
}













/* Settings for PageSelector*/
.PageSelectorSel {
  color: #CCFFFF;
  display: block;
  background-color: #6699CC;
  padding-left: 8px;
  padding-top: 4px;
  padding-bottom: 2px;
  margin-left: -8px;
  margin-top: -2px;
  margin-bottom: -2px;
}

.PageSelectorFixSel {
  color: #CCFFFF;
  display: block;
  background-color: #6699CC;
  padding-left: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: -8px;
  margin-top: -2px;
  margin-bottom: -2px;
}

.EmptyMenu {
  color:#666666;
  display: block;
  font-size: 11px;
  padding-top: 0px;
  padding-bottom: 3px;
  padding-left: 12px;
}


/* Common used in cms*/
.LastTime {
  color: #A0A0A0;
  font-size: 11px;
  vertical-align: middle;
  text-align: right;
  padding-right: 4px;
}

hr.shadow  {
	background-color: transparent;
	color: #666;
	width: 100%;
	height: 0; 
	border-collapse: collapse;
	margin: 5px 0 0;
	border: 0.5px solid;
}
.ctPictureBorder { 
   border:1px #666 solid;
}

/* stilovi za donje menije  */
.BottomMenuBullet {
   color : #ccc;
   display : none;
}
.BottomMenuDiv1 {
   text-align : center;
	display : none;
}
.BottomMenuDiv2 {
   text-align : center;
}
a.BottomMenuSel {
   color : #fff !important;
}
a.BottomMenuSel:hover {
   color : #fc0 !important;
}
.BottomMenuDiv1 a{
   color : #e5e5e5;
}
.BottomMenuDiv1 a:hover{
   color : #fc0;
}
.BottomMenuDiv2 a{
   color : #e5e5e5;
}
.BottomMenuDiv2 a:hover{
   color : #fc0;
}

/* kraj stilova za donje menije  */

input.checkbox {
  width: 18px;
  border: 0px; 
  color: #0098CC;
  margin : 0px 0px 0px 0px;  /* fix label position  */
  background-image: none;
  background-color: transparent;
}

.Button {}
.ButtonShort {}
input.ButtonLarge  {
	border: #0055AA 0px solid; 
	font-size: 11px; 
	color: #E5EEF6; 
	background-color: transparent;
   background-image :url(img/AddButton.jpg);
   background-repeat :no-repeat;
   font-weight :bold;
   padding: 2px 2px 8px 2px;
   width: 151px;
   height : 36px;
   cursor :pointer;
}
input.ButtonLarge:hover {
	border: #004488 0px solid; 
	font-size: 11px; 
	color: #fff; 
	background-color: transparent;
}
.TablePayProc { 
   height : auto;
   padding : 0;
   margin : 0;
}
.ErrorInfo { 
   background-color : #FFF;
   border : #d51c08 1px solid;
   color : #d51c08 !important;
   font-weight : bold;
   height : auto;
   padding : 10px;
   margin : 10px;
}

/* Opsti stilovi za disclamer */
a.FooterDisclaimer { 
   text-decoration: none;
   color : #ccc;
	padding: 0px 0px 3px 0px;
	*font-size: 1em;
}
a.FooterDisclaimer:hover { 
   text-decoration: none;
   color : #fc0;
}

.ErrorInfo { 
   background-color : #FFF;
   border : #d51c08 1px solid;
   color : #d51c08;
   font-weight : bold;
   height : auto;
   padding : 10px;
   margin : 0px 0px 10px 0px;
}

.jsContScroller{ 
  border: 1px solid red;
  padding: 5px;
  background-color: #809080;
}

/* Questionary Table Styles  */
.QuestTable {
	border-top: 1px solid #780000;
	border-left: 1px solid #780000;
	border-right: 1px solid #780000;
}
.QuestTableTD1 {
	border-bottom: 1px solid #780000;
	border-right: 1px solid #780000;
}
.QuestTableTD2 {
	border-bottom: 1px solid #780000;
	padding-left: 10px;
}

input.checkbox {
	border: 0px;
	background-image: none;
	background-color: transparent;
}


.FooterDesc { 
   margin :0px;
   background-color : transparent;
   font-size: 7pt;
   color : #CCCCCC;
   vertical-align : middle;
   text-align : center;
}
.FooterDisclaimer { 
   margin :0px;
   background-color : transparent;
   font-size: 9px;
   color : #ccc;
   vertical-align : middle;
   text-align: center;
	line-height: 12px;
	padding: 10px 0 0;
}
.Slogan  { 
   color: #EEEEEE;
   margin : 0px;
   font-weight: bolder;
   font-size: 24px;
   padding: 5px 5px 10px 5px;
	display: none;
}

/* Dodato by Mumija */
.NewsPanelCaption {
	font-weight : bold;
	padding : 3px;
	background-color: #809080;
}
.NewsPanelDates {
	font-weight : bold;
}
.NewsPanelTitles{
	font-weight : bolder;
	padding: 2px 1px 0px 0px;
	clear: both;
}
.NewsPanelTexts {
	padding: 0px 3px 5px 3px;
	clear: both;
}
.NewsPanelPic {
	border:1px #AFB8C8 solid;
}
.NewsMainSummary {
	font-size: 11px;
	color: #a0a0a0;
	padding: 2px 10px 5px 10px;
}
.BannerDiv {
	padding: 3px 2px 3px 2px;
}
.BannerTxtCaption {
	display:block;
}
/* vertikalni meni u Simple modulu */
.menuV {
	padding: 0px 0px 0px 0px;
}
.menuV_item {
	display: block;
	border: 1px solid #999999;
	padding: 2px 0px 2px 2px;
	margin: 4px 0px 6px 0px;
	width: 100%;

}

/* Stilovi za komentare korisnika */
.CommentsDivHead {
	margin:2px 2px 0 2px;
	display:block;
	background-color:#D1DBE8;
	border: 1px solid #8AA2C6;
	width:99%;
	cursor: pointer;
}
.CommentCaption {
	color: #00428B;
	font-weight:bolder;
	width:99%;
}
.CommentsDivText {
	width:99%;
	padding: 2px -2px 2px 2px;
	margin: 0 2px 0 2px;
	border-right: 1px solid #8AA2C6;
	border-bottom: 1px solid #8AA2C6;
	border-left: 1px solid #8AA2C6;
}

/* download */
.DownloadB_A_Main {
	text-align: left;
	text-decoration: none;
	background-color: transparent;
	*width: 99%;
	padding: 2px;
	margin: 0px;
}
.DownloadB_A_Head {
	background-color: transparent;
  	padding: 2px;
}
.DownloadB_A_Subs  {
	border: #00428B 1px solid;
	background-color: #D1DBE8;
   margin-top: 4px;
	margin-bottom:4px;
}
.DownloadB_A_SmallHead  {
	padding: 2px 2px 2px 8px;
	font-weight: bolder;
	background-color: #00428B;  		
	color: #fff;
} 
.DownloadB_A_Items {  		
}
.DownloadB_A_Item {  
	border: #6699CC 1px solid !important;
	margin:5px 0px 0px 0px;  		
}
.DownloadB_A_Item TH {  
	padding: 0px 5px 0px 5px;
	background-color: #8AA2C6;
	color: #fff;
}
.DownloadB_A_Item TD{
	font-size: 10px;
	padding: 0px 1px 0px 1px;
}
.DownloadB_A_ItemLeft {
	border-right: #6699CC 1px solid;  
}
.DownloadB_A_Pager {
	background-color:  transparent;
}
.DownloadB_A_Promote {
	border: #6699CC 1px solid;
	background-color: #D1DBE8;
  	margin-top: 4px;
	margin-bottom:4px;
}
.DownloadB_A_DetailL { 		
	background-color: #D1DBE8;
  	border-right: #fff 0px solid;
  	padding: 2px;
}
.DownloadB_A_DetailR { 		
	background-color: #D1DBE8;
  	padding: 5px 2px 2px 5px;
	border-left:  #1C5A9F 1px solid;
}
.DownloadB_A_LaunchMid {
  	height: 70px;		
  	vertical-align:middle;
}
.DownloadB_A_LaunchBottom {		
  	text-align:right;
}
.DownloadB_A_LaunchBottom a { 		
	padding: 10px;
}
.DownloadB_A_LaunchDiscl {
  	border: #FB6614 2px solid;
  	padding: 8px;
  	margin: 12px;
}
.DownloadB_A_Item a {
	color: #fff;
}
.DownloadB_A_Item a:hover {
	color: #D1DBE8;
}
input.AddToCart {
   color: #fff; 
	font-size: 11px;
   border: 1px solid #fc0; 
	background-color: #000;
	padding-bottom: 3px;
	*padding-bottom: 0px;
   border: 0px;
   width: 110px;
   height: 21px;
   cursor: pointer;
}
input.AddToCart:hover {
   color: #fc0;
   border: 0px;
   width: 110px;
   height: 21px;
	}
.DownloadB_A_DetailR form table td input {
   color: #fff; 
	font-size: 11px;
   border: 1px solid #fc0; 
	background-color: #000;
	padding-bottom: 3px;
	*padding-bottom: 0px;
   border: 0px;
   width: 60px;
   height: 21px;
   cursor: pointer;
}
.DownloadB_A_DetailR form table td input:hover {
   color: #fc0;
   border: 0px;
   width: 60px;
   height: 21px;
   cursor: pointer;
}
.DownloadB_A_Main table {
	border: 1px solid #00428B;
}
.DownloadB_A_Main div table {
	border: 0px solid #00428B;
}
.DownloadB_A_DetailL table {
	border: 0px solid #00428B;
	background-color: #EEF2F7;
}
.DownloadB_A_DetailR table {
	border: 0px solid #00428B;
}
.DownloadB_A_Main table {
	padding: 1px;
}

/* stranicar */
.StranicarAct a {
	display: block;
	padding: 2px;
	text-decoration: none;
	border: #ccc 1px solid;
	background-color: #98979C;
}
.StranicarAct a:hover {
	background-color: inherit;
	border: 1px solid #fc0;
}
.StranicarCur  {
	padding: 2px;
	border: #fff 1px solid;
	background-color: #ccc;
	font-weight: bold;
	color: #fc0;
}
.StranicarDis  {
	padding: 2px;
	border: #eee 1px solid;
	background-color: #98979C;
	color: #666;
}	

/* Mailing lista stilovi za formu */
.MailingListSubscrDiv {
	padding: 0;
	margin: 0;
	background-color: transparent;
	color: #a00000;
	border: 0px solid #ccc;
}
.MailingListSubscrDiv div {
	color: #fc0;
	text-align: left;
	padding-left:3px;
	font-size: 12px;
}
.MailingListSubscrDiv2 {
	padding:6px;
	background-color: transparent;
	color: #fc0;
	margin: -5px 0 0 0;
}
.MailingListSubscrDiv2 form input {
	margin: 2px 0;
	width: 118px;
	font-size: 11px;
	height: 16px;
}
.MailingListSubscrDiv2 form input.SaveButton {
	width: auto;
	padding: 0 5px 15px 5px;
	font-size: 11px;
}

/* Newsletter stilovi za formu */
.NewsletterSubscrDiv {
	padding: 0;
	margin: 0;
	background-color: transparent;
	color: #fc0;
	border: 0px solid #ccc;
}
.NewsletterSubscrDiv div {
	color: #fc0;
	text-align: left;
	padding-left: 3px;
	font-size: 12px;
}
.NewsletterSubscrDiv2 {
	padding:6px;
	background-color: transparent;
	color: #fc0;
	margin: -5px 0 0 0;
}
.NewsletterSubscrDiv2 form input {
	margin: 2px 0;
	width: 118px;
	font-size: 11px;
	height: 16px;
}
.NewsletterSubscrDiv2 form input.SaveButton {
	width: auto;
	padding: 0 5px 15px 5px;
	font-size: 11px;
}

/* mForm styles */
.mFormErrorMsgs {
	color:red;
	border-color:red 1px solid;
	font-size:10px;
}
.mFromFlagContainer {
	width:auto;
	height:25px;
	white-space:nowrap;
	display:inline;
	position:absolute;
	padding: 1px 0 0 3px;
}
.mFormFlagRequired {
	width:auto;
	margin:1px 1px -8px 0;
	color:red;
	font-size:15px;
	font-weight:bolder;
	cursor:help;
}

/* Bulletin Board styles */
.BulletinBoard_Pager {
	margin: 3px 0 0 0;
	padding: 1px 0px 1px 5px;
	border-top:#ffdc80 2px solid;
}
.BulletinBoard_Caption {
	text-align:left;
	display:block;
	background-color:#e0e8e0;
	padding:2px 4px 2px 6px;
}
.BulletinBoard_Text {
	text-align:left;
	float:left;
	display:block;
	padding:4px;
	width:98%;
	background-color:#f5f5f5; 
}
.BulletinBoard_SpText {
	text-align:left;
	float:left;
	display:block;
	padding:4px;
	width:98%;
	border:#ffdc80 1px solid;
	background-color:#fff4e8; 
}
.BulletinBoard_Note {
	font-size:9px !important; 
	color:#808080 !important;
}
.BulletinBoard_Price {
	font-size:10px;
	font-weight:bolder;
}
.BulletinBoard_Footer {
	text-align:left;
	font-size:9px;
	white-space:nowrap;
	float:left;
	display:block;
	width:100%;
	background-color:#ffdc80;
}
.BulletinBoard_Disc {
	border:#000 1px solid;
}
.BulletinBoard_Head {
	background-color: transparent;
  	padding: 2px;
}
.BulletinBoard_Subs {
	border: #ffdc80 1px solid;
	background-color: #fff4e0;
	margin-top: 4px;
	margin-bottom:4px;
}
.BulletinBoard_SmallHead {
	padding: 2px 2px 2px 8px;
	font-weight: bolder;
	text-align: left;
	background-color: #ffdc80;  		
	color: #504030 !important;
}

/* Who is online */
.WhoIsOnLineH {
	padding: 2px;
	font-weight: bolder;
	text-align: left;
	background-color: #e8d0a0;  
	border: #efac80 1px solid;		
	color: #504030 !important;
}
.WhoIsOnLineB {
	padding: 2px;	
	text-align: left;
	background-color: #ffe8b0;  
	border: #efac80 1px solid;		
	color: #504030 !important;
}

/* Indexed Terms */
.IndexedTermsDiv {
	text-align: left;
}
.IndexedTermsCurr {
	font-weight: bolder;
}
.IndexedTermsTable {
	clear: left;
}


/* Ul menu  */
.MenuFixUl {
	PADDING: 0px;
	MARGIN: 0px;
	LIST-STYLE-TYPE: none;
	width: 100%;
}
.MenuFixUl li {
	text-indent: 5px;
	display:inline;
	white-space:nowrap;
}
.MenuFixUl li a {
	WIDTH: 100%;
	DISPLAY: block;
	COLOR: WHITE;
	text-decoration: none;
	BACKGROUND-COLOR: tranparent;
	FONT-SIZE: 11px;
	vertical-align: middle;
	text-align:  left;
}
.MenuFixUl li a:hover {
	COLOR: black;
	BACKGROUND-COLOR: #EBF3FA;
}

.PollTable {
	width: 98%;
	text-align: left;
}
.PollTable th {
	font-size: 11px;
	padding-bottom: 6px;
}
.PollTable td {
	padding: 2px 0 1px 1px;
}

.VotesColor1{
	background-color: #8D1B1B; 
	border: 2px ridge #B22222; 
}
.VotesColor2{
	background-color: #6740E1;
	border: 2px ridge #4169E1; 
}
.VotesColor3{
	background-color: #8D8D8D;
	border: 2px ridge #D2D2D2;
}
.VotesColor4{
	background-color: #CC8500;
	border: 2px ridge #FFA500;
}
.VotesColor5{
	background-color: #5B781E;
	border: 2px ridge #6B8E23;
}

#WbtDiv {
	float: left;
	position: relative;
	margin: -18px 0 0 -8px;
	font-size: 6px;
}
/* popup */
#popup_container {
	position:absolute;
	visibility:hidden;
	border: 1px solid gray;
	background-color: #B0B0B0;
	text-align:center;
	z-index: 101;
}
#popup_dragbar {
	cursor: pointer;
	background-color: #4040A0;
	border-top: 1px solid #8080F0;
	border-left: 1px solid #8080F0;
	border-right: 1px solid #8080F0;
	min-width: 80px; /*NS6 style to overcome bug*/
	height:16px;
}
#popup_dragbar #popup_close {
	width: 16px;
	height: 16px;
	background-image: url(../../img/interface/close16.png);
}
.permalink {
	text-align:right;
	text-decoration: none;
}