/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */

/* background color for the content part of the pages */
Body
{
}

#PageContainer {
	background-image: url(images/pozadina.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #e0f3e0;
	width: 100%;
	text-align: center;
}

#SkinContainer {
	margin: 0 auto;
}

.Left{
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.Right{
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}
.Center{
	text-align: center;
}

/* Header */
.vrhLijevo{
	background-image: url(images/RubLijevo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 15px;
	width: 13px;
	
}
.vrhDesno{
	background-image: url(images/RubDesno.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	line-height: 15px;
	width: 13px;
}
.vrhSredina{
	background-image: url(images/RubGore.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 777px;
	line-height: 15px;
}

.HeaderHolder{
	color: #a4dba4;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 10px;
}
.SkinObject
{
	color: white;
	font-weight: normal;
}
a.SkinObject, a.SkinObject:active, a.SkinObject:link, a.SkinObject:visited {
	color: white;
	font-weight: bold;
}
a.SkinObject:hover{
	text-decoration: underline;
}

.FooterHolder .SkinObject,
.FooterHolder{
	color: #009900;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 11px;
}
.Footer, .Footer:link, .Footer:visited, .Footer:hover{
	color: #009900;
	font-weight: bold;
}

/* Logo */
.HeaderLeftTop {
	vertical-align: top;
}
.HeaderRight {
	text-align: right;
	height: 95px;
}
.HeaderLeftBottom {
	vertical-align: bottom;
}

/* Breadcrumb */
.BreadcrumbLeft {
	background-image: url(images/breadcrumb-lijevo.png);
	background-repeat: no-repeat;
	height: 29px;
	line-height: 29px;
	width: 24px;
	text-align: right;
	vertical-align: bottom;
}
.BreadcrumbRight {
	background-image: url(images/breadcrumb-desno.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 7px;
}
.BreadcrumbMiddle {
	background-image: url(images/breadcrumb-centar.png);
	background-repeat: repeat-x;
	height: 29px;
	line-height: 29px;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: white;
	padding-left: 7px;
	vertical-align: middle;

}

a.Breadcrumb, a.Breadcrumb:link, a.Breadcrumb:visited{
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	color: white;
}
	

/* Main */
.MainContent {
	background-color: white;
	border-left: 1px solid #7fcc7f;
	border-right: 1px solid #7fcc7f;
	padding: 5px 25px 0;
}

/* Footer */
.footerLijevo {
	background-image: url(images/footerLijevo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 15px;
}
.footerDesno {
	background-image: url(images/footerDesno.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	line-height: 15px;

}
.footerSredina {
	background-image: url(images/footerRub.jpg);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 15px;

}

.ControlPanel {
}

/* background color for the header at the top of the page  */
.HeadBg {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: 'times new roman';
	font-size: 27px;
	color: #145fcd;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Arial;
	font-size: 12px;
	color: #666;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Arial;
	font-size: 12px;
	color: #444;
}

.NormalItalic{
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	color: #666;
}

.NormalLight
{
	font-family: Arial;
	font-size: 12px;
	color: #666;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
input.NormalTextBox,
select.NormalTextBox
{
	background-image: url('images/textbox.png');
	background-color: #dff2df;
	background-repeat: repeat-x;
	border: 1px solid #64cf5c;
	width: 145px;
	/*height: 21px;*/
	vertical-align: middle;
	font-family: Arial;
	font-size: 11px;
	color: #444;
}

textarea.NormalTextBox
{
	background-color: #dff2df;
	border: 1px solid #64cf5c;
	vertical-align: middle;
	font-family: Arial;
	font-size: 11px;
	color: #444;
}	

.NormalRed
{
}

.NormalBold
{
	font-family: Arial;
	font-size: 12px;
	color: #666;
	font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	color: #009900;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	color: #009900;
}

A.CommandButton:visited  {
	color: #009900;
}

A.CommandButton:hover    {
	color: #009900;
}
    
A.CommandButton:active   {
	color: #009900;
}

/* button style for standard HTML buttons */
.StandardButton     {
	padding: 0px;
	outline-style: none;
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A, A:link  {
	outline: none;
	color: #009900;
	text-decoration: none;
}

A:visited   {
	color: #145fcd;
	text-decoration: underline;
}

A:hover {
	color: #009900;
	text-decoration: underline;
}

A:active    {
	color: #145fcd;
	text-decoration: none;
	outline: none;
}

A img {
	border: none;
}


SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
	list-style-image: url(images/bullet.gif);
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

#MenuContainer{
	padding-top: 12px;
}
.MainMenu_MenuHeader0, 
.MainMenu_MenuHeaderHighlight0{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #009900;
	height: 30px;
	color: #444;
	text-decoration: none;
}
.MainMenu_MenuHeader0 a, 
.MainMenu_MenuHeader0 a:visited, 
.MainMenu_MenuHeader0 a:active{
	color: #444;
	text-decoration: none;
}
.MainMenu_MenuHeaderHighlight0 a,
.MainMenu_MenuHeaderHighlight0 a:visited,
.MainMenu_MenuHeaderHighlight0 a:active,
.MainMenu_MenuHeaderHighlight0 a:hover
{
	color: #009900;
	text-decoration: none;
}
.MainMenu_MenuItem1, 
.MainMenu_MenuItemHighlight1,
.MainMenu_MenuHeader1, 
.MainMenu_MenuHeaderHighlight1
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	height: 24px;
	border-top: 1px dashed #99d699;
	vertical-align: middle;
	color: #444;
	text-decoration: none;
}
.MainMenu_MenuItem1 a, 
.MainMenu_MenuItem1 a:visited, 
.MainMenu_MenuItem1 a:active,
.MainMenu_MenuHeader1 a, 
.MainMenu_MenuHeader1 a:visited, 
.MainMenu_MenuHeader1 a:active
{
	color: #444;
	text-decoration: none;
}
.MainMenu_MenuItemHighlight1 a,
.MainMenu_MenuItemHighlight1 a:visited,
.MainMenu_MenuItemHighlight1 a:active,
.MainMenu_MenuItemHighlight1 a:hover,
.MainMenu_MenuHeaderHighlight1 a,
.MainMenu_MenuHeaderHighlight1 a:visited,
.MainMenu_MenuHeaderHighlight1 a:active,
.MainMenu_MenuHeaderHighlight1 a:hover
{
	color: #009900;
	text-decoration: none;
}

.MainMenu_MenuItem2, 
.MainMenu_MenuItemHighlight2
{
	padding-left: 15px;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	height: 24px;
	border-top: 1px dashed #99d699;
	vertical-align: middle;
	color: #444;
	text-decoration: none;
}
.MainMenu_MenuItem2 a, 
.MainMenu_MenuItem2 a:visited, 
.MainMenu_MenuItem2 a:active
{
	color: #444;
	text-decoration: none;
}
.MainMenu_MenuItemHighlight2 a,
.MainMenu_MenuItemHighlight2 a:visited,
.MainMenu_MenuItemHighlight2 a:active,
.MainMenu_MenuItemHighlight2 a:hover
{
	color: #009900;
	text-decoration: none;
}



.MainMenu_CurrentItem1,
.MainMenu_CurrentItem2,
.MainMenu_CurrentHeader0,
.MainMenu_CurrentHeader1
{
	font-weight: bold;
	color: #009900;
}



/* ContentPane */
.ContentPane {
	padding: 0 20px;
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

/* Sitemap */
.SitemapHeader0{}
.SitemapHeader1{
	padding-left: 20px;
}
.SitemapHeader2{
	padding-left: 40px;
}
.SitemapItem1{
	padding-left: 20px;
}
.SitemapItem2{
	padding-left: 40px;
}
.SitemapItem3{
	padding-left: 60px;
}
.SitemapHeaderHighlight0{}
.SitemapHeaderHighlight1{
	padding-left: 20px;
}
.SitemapHeaderHighlight2{
	padding-left: 40px;
}
.SitemapItemHighlight1{
	padding-left: 20px;
}
.SitemapItemHighlight2{
	padding-left: 40px;
}
.SitemapItemHighlight3{
	padding-left: 60px;
}
.SitemapCurrentHeader0{}
.SitemapCurrentHeader1{}
.SitemapCurrentHeader2{}
.SitemapCurrentItem1{}
.SitemapCurrentItem2{}
.SitemapCurrentItem3{}
