/* ================================
    CSS STYLES FOR Microsoft
    v2.0, 09/2002
   ================================
*/   
/* Microsoft CSS za Meni*/

.flyoutMenu {
	BORDER-RIGHT: #999999 0px;
	BORDER-TOP: black 1px solid;
	BEHAVIOR: url(/library/default.htc);
	BORDER-LEFT: #999999 0px solid;
	BORDER-BOTTOM: 0px solid #999999;
	BACKGROUND-COLOR: #f1f1f1; border-color: black #999999 #999999 black; border-right-width: 2px; border-bottom-width: 1px
}
.flyoutHeading {
	PADDING-LEFT: 2px; FONT-WEIGHT: bold; FONT-SIZE: 70%; PADDING-BOTTOM: 4px; CURSOR: default; PADDING-TOP: 2px; FONT-FAMILY: Verdana, Arial, Helvetica; BACKGROUND-COLOR: #f1f1f1
}
.flyoutLink {
	BORDER-RIGHT: #f1f1f1 1px solid; PADDING-RIGHT: 25px; BORDER-TOP: #f1f1f1 1px solid; PADDING-LEFT: 6px; FONT-SIZE: 70%; BORDER-LEFT: #f1f1f1 1px solid; CURSOR: hand; PADDING-TOP: 1px; BORDER-BOTTOM: #f1f1f1 1px solid; FONT-FAMILY: Verdana, Arial, Helvetica
}
.flyoutInactive {
	BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 25px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 6px; FONT-SIZE: 70%; BORDER-LEFT: #cccccc 1px solid; PADDING-TOP: 1px; BORDER-BOTTOM: #cccccc 1px solid; FONT-FAMILY: Verdana, Arial, Helvetica; BACKGROUND-COLOR: #ffffff
}

.flyoutMenu TD.flyoutLink {
	BORDER-RIGHT: #f1f1f1 1px solid; PADDING-RIGHT: 25px; BORDER-TOP: #f1f1f1 1px solid; PADDING-LEFT: 6px; FONT-SIZE: 70%; PADDING-BOTTOM: 3px; BORDER-LEFT: #f1f1f1 1px solid; CURSOR: hand; PADDING-TOP: 1px; BORDER-BOTTOM: #f1f1f1 1px solid; FONT-FAMILY: Verdana, Arial, Helvetica
}
.flyoutLink A {
	COLOR: black; TEXT-DECORATION: none
}
.flyoutLink A:hover {
	COLOR: black; TEXT-DECORATION: none
}
.flyoutLink A:visited {
	COLOR: black; TEXT-DECORATION: none
}
.flyoutLink A:active {
	COLOR: black; TEXT-DECORATION: none
}
.flyoutSubHeading {
	PADDING-LEFT: 7px; FONT-WEIGHT: bold; FONT-SIZE: 70%; PADDING-BOTTOM: 4px; CURSOR: default; PADDING-TOP: 2px; FONT-FAMILY: Verdana, Arial, Helvetica; BACKGROUND-COLOR: #f1f1f1
}
.flyoutSubLink {
	BORDER-RIGHT: #f1f1f1 1px solid; PADDING-RIGHT: 15px; BORDER-TOP: #f1f1f1 1px solid; PADDING-LEFT: 11px; FONT-SIZE: 70%; PADDING-BOTTOM: 3px; BORDER-LEFT: #f1f1f1 1px solid; CURSOR: hand; PADDING-TOP: 1px; BORDER-BOTTOM: #f1f1f1 1px solid; FONT-FAMILY: Verdana, Arial, Helvetica
}
.flyoutSubLink A {
	COLOR: black; TEXT-DECORATION: none
}
.flyoutSubLink A:hover {
	COLOR: black; TEXT-DECORATION: none
}
.flyoutSubLink A:visited {
	COLOR: black; TEXT-DECORATION: none
}
.flyoutSubLink A:active {
	COLOR: black; TEXT-DECORATION: none
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	background-color: #0a6cce;
}
/* transparent background color */
.Prazno
{
	background-color: transparent;
}
/* dotted border */
.Border
{
	border-right: none;
}
/* dotted gray border */
.BorderG
{
	border-right: #999999 1px solid;

}
/* Border down Meni */
.BorderMeni
{
 border-top:solid 1 white;
}
.FootBg
{
	background-color: #1478eb;
}

/* background color for the content part of the pages */
Body
{
    background-color: WHITE;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle
{
	font-weight: bold;
	font-size: 20px;
	color: white;
	font-family: Verdana Bold, Helvetica, sans-serif;
}

/* style for the beckground of the module title */
.ModuleTitle
{
	background-color: white;
}
/* background color for the modules */
.ModuleBg
{
	background-color: white;
}
/* background/border colors for the selected tab */
.TabBg {
    background-color: #CCCCCC;
	border-left-color: white;
	border-bottom-color: white;
	border-top-color: white;
	border-right-color: white
	
	
}

.TabBgF {
    background-color: white;
    border-color: #efbe29;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	border-left-color: white;
	border-bottom-color: white;
	border-top-color: white;
	background-color: #EFEFEF;
	border-right-color: white;
	 
}

.OtherTabsBgF
{
	border-left-color: #efbe29;
	border-bottom-color: #CCCCCC;
	border-top-color: #CCCCCC;
	background-color: #CCCCCC;
	border-right-color: #efbe29;
}

/* text style for the selected tab */
.SelectedTab
{
	font-weight: bold;
	font-size: 10px;
	color: #5C70A3;
	font-family: Verdana, Helvetica, sans-serif;
	
}

/* text style for the unselected tabs */
.OtherTabs
{
	font-weight: bold;
	font-size: 10px;
	color: #666666;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

.SelectedTabF {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color:maroon;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabsF
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
A.OtherTabsF:link
{
	color: #ffffff;
	text-decoration: none;
}

A.OtherTabsF:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabsF:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabsF:hover   {
    text-decoration:    underline;
    color:white;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link
{
	color:#5C70A3;
	text-decoration: none;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#5C70A3;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#5C70A3;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:#8BAEE2;
}
    
/* 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
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:#c8cad5;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#c8cad5;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#c8cad5;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color: #c8cad5;
    font-weight:    bold;
}

.QuestionnaireTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

.QuestionnaireNormal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px    
}

/* 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: #eeeeee
}   

/* style of item titles by events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* style of item titles by Announcements  */
.ItemTitleA   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: white;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: #000000;
}
.HeadAdmin   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: #000000;
}

/* style for Module titles */
.HeadM
{
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Verdana, Arial,Franklin Gothic Medium ;
}

/* style for Module titles in Edit*/
.HeadEdit   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: #CCCCCC;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: #CCCCCC;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px    
}
.NormalAdmin
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px   
}
/* text style used for right text rendered by modules */
.NormalRight
{
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: right;
}

/* text style used for center text rendered by modules */
.NormalCenter
{
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.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
}
.NormalBoldAdmin
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
/* text style used for survay modules */
.SurveyQuestion
{

	color: darkred;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
}

.SurveyPanel
{
	color: dodgerblue;
	background-color: dodgerblue;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
}

.SurveyOption
{
	color: #CCCCCC;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
	
}

.SurveyButton
{
	color: darkred;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

/* text style used for most text rendered by modules */
.Address
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 4px;
}

.Counter
{
	font-weight: normal;
	font-size: 9px;
	color: navy;
	line-height: 6px;
	font-family: Verdana, Helvetica, sans-serif;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
 /* text style for buttons and link buttons used in the portal admin controls */
.CommandButtonAdmin     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButtonAdmin:link {
    text-decoration:    underline;
    color: darkred ;
}

A.CommandButtonAdmin:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButtonAdmin:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButtonAdmin:hover    {
    text-decoration:    underline;
    color: red;
}       

.PublicationEdition
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 12px    
}

.PublicationChapter
{
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: black;
	line-height: 12px;
	font-style: italic;
	font-family: Verdana, Helvetica, sans-serif;
}

.PublicationArticleTitle
{
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	color: #cc6600;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.PublicationArticleSubTitle
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px    
}

.PublicationArticleAuthor
{
	font-size: 9px;
	line-height: 12px;
	font-style: italic;
	font-family: Verdana, Helvetica, sans-serif;
}

.PublicationArticleDownload
{
	font-size: 9px;
	line-height: 12px;
	font-style: italic;
	font-family: Verdana, Helvetica, sans-serif;
}

.PublicationSearchControl
{
	font-size: 9px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.PublicationSearchText
{
	font-size: 9px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.PublicationSearchLink
{
	font-weight: normal;
	font-size: 9px;
	color: navy;
	line-height: 6px;
	font-family: Verdana, Helvetica, sans-serif;
}

/* Search SQL */
.SearchControl
{
	font-size: 9px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.SearchText
{
	font-size: 9px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.SearchLink
{
	font-weight: normal;
	font-size: 10px;
	color: navy;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.SearchNoResult
{
	font-size: 10px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.SearchTitle
{
	font-size: 12px;
	line-height: 14px;
	color: navy;
	font-family: Verdana, Helvetica, sans-serif;
}

.SearchDescription
{
	font-size: 11px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.SearchItemLink
{
	font-size: 11px;
	color: darkgray;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.SearchPrevNext
{
	font-size: 10px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}


/* Catalog */
.CatalogAbcLetter
{
	font-weight: bold;
	font-size: 12px;
	color:   Navy;
	line-height: 16px;
	font-family: Verdana, Helvetica, sans-serif;
}

.CatalogAbcCompanyLink
{
	font-weight: normal;
	font-size: 9px;
	color:  Yellow;
	line-height: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}

.CatalogAbcDisplayCaption
{
	font-weight: bold;
	font-size: 9px;
	color: black;
	line-height: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}

.CatalogAbcDisplayText
{
	font-weight: normal;
	font-size: 9px;
	color: black;
	line-height: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}

/* 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:  #003399;
}

A:visited   {

    color:  #800080;
}

A:active    {
 
    color:  #800080;
}

A:hover {
    text-decoration:    underline;
    color:  #ff3300;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

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
}

