Body
{
	padding: 0;
	background-image: url(../images/themeBlue/bgmain.gif);
	margin: 0;
}


/* text style for the site links (at extreme top-right of header) */
.SiteLink
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2f5e7d;
}

/* hyperlink style for the site links */
A.SiteLink:link
{
	text-decoration: none;
	color: #2f5e7d;
}

A.SiteLink:visited
{
	text-decoration: none;
	color: #2f5e7d;
}

A.SiteLink:active
{
	text-decoration: none;
	color: #2f5e7d;
}

A.SiteLink:hover
{
	text-decoration: none;
	color: #2f5e7d;
}

/* style for separator between site links */
.Accent
{
	color: #2f5e7d;
	font-weight: bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-size: 11px;
	background-color: #e6ebee;
}

/* style of item titles by Announcements and events */
.ItemTitle
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: darkred;
}



/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 12px;
	color: #2f5e7d;
	font-family: Verdana, Helvetica, sans-serif;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2f5e7d;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

/* text style used for most text rendered by modules */
.NormalText
{
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Helvetica, sans-serif;
}
.Normal
{
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Helvetica, sans-serif;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	border-right: #336699 1px solid;
	border-top: #336699 1px solid;
	padding-left: 4px;
	font-weight: normal;
	font-size: 12px;
	border-left: #336699 1px solid;
	border-bottom: #336699 1px solid;
	font-family: Verdana, Helvetica, sans-serif;
}

.NormalRed
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: red;
}

.NormalBold
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}



/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	border-right: #ccd4d8 1px solid;
	padding-right: 4px;
	padding-left: 4px;
	font-weight: normal;
	font-size: 10px;
	padding-bottom: 4px;
	border-left: #ccd4d8 1px solid;
	padding-top: 4px;
	border-bottom: #ccd4d8 1px solid;
	font-family: Verdana, Helvetica, sans-serif;
	height: 23px;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	color: black;
	text-decoration: none;
}

A.CommandButton:visited
{
	color: black;
	text-decoration: none;
	
}

A.CommandButton:active
{
	text-decoration: none;
	color: black;
}

A.CommandButton:hover
{
	text-decoration: none;
	color: black;
	background-color: lavender;
}




/* GENERIC */
H1
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
}

H2
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
}

H3
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: darkred;
}

H4
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: darkred;
}

H5, DT
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: darkred;
}

H6
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: darkred;
}

TFOOT, THEAD
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: darkred;
}

TH
{
	vertical-align: baseline;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: darkred;
}

A:link
{
	color:Black;
	text-decoration: none;
}

A:visited
{
	color:Black;
	text-decoration: none;
}

A:active
{
	color: steelblue;
	text-decoration: none;
}

A:hover
{
	color: steelblue;
	text-decoration: underline;
}

SMALL
{
	font-size: 8px;
}

BIG
{
	font-size: 14px;
}

BLOCKQUOTE, PRE
{
	font-family: Lucida Console, monospace;
}


UL LI
{
	list-style-type: square;
	margin-bottom:4px;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

HR
{
	color: dimgrey;
	height: 1pt;
	text-align: left;
}

/* App_Themes */

.Logo 
{
	background-image: url(../images/themeBlue/logo.jpg);
	background-repeat: no-repeat;
	width:780px;
	height:72px;
	text-align:right;
	
}

.Banner
{
	background-image: url(../images/themeBlue/banner.jpg);
	background-repeat: no-repeat;
	width:780px;
	height:136px;
}

#LeftPane 
{
	width:170px;
	background:#e6ebee;
}

#ContentPane 
{
	width: *;
	background:#f4f4f4;
	padding:0px 4px 0px 4px;
}

#RightPane
{
	width:170px;
	background:#f4f4f4;
	padding-right:4px;
	padding-top:20px;
}

.RightEdge
{
	background-position: left top;
	background-image: url(../images/themeBlue/reBg.jpg);
	width: 4px;
	background-repeat: repeat-y;
}
.footer
{
	font-size: 9px;
	background-image: url(../images/themeBlue/footerBg.jpg);
	padding-bottom: 4px;
	background-repeat: no-repeat;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	height:42px;
}
.menustyle
{
	background-color: #E6EBEE;
	width: 170px;
	cursor: hand;
}
.menuitem
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10pt;
	padding-bottom: 2px;
	color: black;
	padding-top: 2px;
	font-family: Verdana;
	background-color: #E6EBEE;
	border-right: silver 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: silver 1px solid;
	cursor: hand;
	width: 170px;
}

.mouseover
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10pt;
	padding-bottom: 2px;
	color: white;
	padding-top: 2px;
	font-family: Verdana;
	border-right: silver 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: silver 1px solid;
	cursor: hand;
	background-color: #508eb2;
	width: 170px;
}

.location
{
	padding-right: 5px;
	font-weight: bold;
	font-size: 9px;
	color: #2f5e7d;
	font-family: Verdana;
}
A.location:link
{
	color: #2f5e7d;
	text-decoration: none;
}
A.location:visited
{
	color: #2f5e7d;
	text-decoration: none;
}
A.location:active
{
	color: #2f5e7d;
	text-decoration: none;
}
A.location:hover
{
	color: darkred;
	text-decoration: none;
}
.naslovkomponenta
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7A7E96;
}

.ModuleTitle
{
	background-image: url(../images/themeBlue/bgTitle.jpg);
	width: 100%;
	height: 25px;
	background-repeat: repeat-x;
	border-top: #ccd4d8 1px solid;
	margin-bottom:4px;
}
.ModuleTitleText
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 9pt;
	padding-bottom: 2px;
	color: #2f5e7d;
	padding-top: 2px;
	font-family: Verdana;
	height:23px;
}
