/* Start of CMSMS style sheet 'ediana_css_upe' */
body{
	font-family: Tahoma, Arial, Verdana;
	background-color: #5B8A08;
	background-image: url(images/template/body_bg.jpg);
	background-repeat: repeat-x;
	padding: 0px 30px 0px 30px;
	margin: 0px;
}

.header {
	background-image:url(images/template/upe.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}
#logo {
	background-image: url(images/template/logotype.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:180px;
	height:180px;
}

.hormenu {
	padding-top:7px;
        padding-right:30px;
}

/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
   font-family: Tahoma, Arial, Verdana;
   font-size: 13px;
   font-weight: normal;
   width: 100%;
   min-width: 980px;
* {width: 980px;} /* only IE see it */
   margin: 0;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 0;
   padding: 0;
   height:43px;
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   border-right: 1px solid #364d00;
}


/* the links, that is each list item */
div#menu_horiz a {
   padding: 15px 12px 12px 12px; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #ffffcd;
   background: url(images/template/menu_bg.jpg) no-repeat 0em top;
   display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
div#menu_horiz li a:hover {
   background: url(images/template/menu_bg_over.jpg) no-repeat 0em top;
}
div#menu_horiz a.activeparent:hover {
   background: url(images/template/menu_bg_over.jpg) no-repeat 0em top;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   background: url(images/template/menu_bg_on.jpg) no-repeat 0em top;
   color: #364d00;
}

div#menu_horiz h3 {
   padding: 15px 12px 12px 12px; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #364d00;
   background: url(images/template/menu_bg_on.jpg) no-repeat 0em top;
   display: block; /* IE has problems with this, fixed above */
   font-size:13px;
   font-weight: normal;

}

/********************
VERTICAL MENU
*********************/
#subnavigation {
	
}

div#subnavigation ul {
padding: 0;
margin: 0;
list-style-type:none;
}

div#subnavigation ul li {

}

div#subnavigation ul li a  {

font-size:11px;
color: #7f7750;
text-align:left;
line-height:18px;
vertical-align:middle;
text-align: left;
padding-left: 25px;
padding-right: 10px;
padding-top: 3px;
padding-bottom: 3px;
text-decoration: none;
background-image:url(images/bullet.gif);
background-repeat:no-repeat;
background-position:left top;
background-color: #eaeac7;
border-bottom:solid 1px #d5d5ae;
display:block;

}

div#subnavigation ul li a:hover {
color: #FFFFFF;
background-image:url(images/bullet_hover.gif);
background-color: #ff8800;
}

div#subnavigation h3 {

font-size: 11px;
margin: 0px;
padding:0px;
color: #FFFFFF;
vertical-align:middle;
text-align: left;
line-height:18px;
background-image:url(images/bullet_hover.gif);
background-repeat:no-repeat;
background-position:left top;
background-color: #ff8800;
padding-left: 25px;
padding-right: 10px;
padding-top: 3px;
padding-bottom: 3px;
display:block;
}

/********************
NEWS
*********************/

.NewsSummary {
padding:0px;
}

.NewsSummaryPostdate {

font-size:11px;
font-weight:normal;
color:#BDBD9C;

}

.NewsSummaryLink {
font-size:13px;
font-weight:bold;
color:#ff6600;
padding-bottom:5px;
padding-top:5px;
text-decoration:none;
display:block;
} 

.NewsSummaryLink a:link, .NewsSummaryLink a:visited {
font-size:13px;
font-weight:bold;
color:#ff6600;
padding-bottom:5px;
padding-top:5px;
text-decoration:none;
display:block;
} 

.NewsSummaryLink a:hover, .NewsSummaryLink a:active {
text-decoration:underline;
}

.NewsSummaryCategory {
font-size:11px;
font-weight:normal;
color:#BDBD9C;
}

.NewsSummaryAuthor {
font-size:11px;
font-weight:normal;
color:#BDBD9C;
}

.NewsSummarySummary {
font-size:12px;
font-weight:normal;
color:#7F7750;
}

.NewsSummaryMorelink {
font-size:11px;
font-weight:bold;
padding-top:6px;
color:#7ABD32;
}

.NewsSummaryMorelink a:link, .NewsSummaryMorelink a:visited {
font-size:11px;
font-weight:bold;
color:#7ABD32;
text-decoration:none;
}

.NewsSummaryMorelink a:hover, .NewsSummaryMorelink a:active {
font-size:11px;
font-weight:bold;
color:#7ABD32;
text-decoration:underline;
}

/******************
NEWS DETAIL
******************/


#NewsPostDetailDate {
font-size:11px;
text-align:left;
font-weight:normal;
color:#A9957A;
}

#NewsPostDetailTitle {
font-size:13px;
font-weight:bold;
color:#ff6600;
padding-bottom:5px;
padding-top:5px;
border-bottom:solid 1px #BDBD9C;
}

#NewsPostDetailCategory {
font-size:12px;
font-weight:normal;
color:#A9957A;
}

#NewsPostDetailAuthor {
font-size:12px;
font-weight:normal;
color:#A9957A;
}

#NewsPostDetailContent {
padding:5px;
}


#NewsPostDetailPrintLink {
padding:5px;
}

#NewsPostDetailReturnLink {
padding:5px;
}


.leftcontent {
vertical-align:top;
background:#ffffcd;
width:200px;
padding: 5px;
}

.maincontent {
vertical-align:top;
border-left:solid 2px #dcdca5;
padding-right:30px;
}

#content {
text-align:justify;
vertical-align:top;
font-size:12px;
color: #383215;
background:#FFFFCD;
min-height:400px;
padding: 5px 20px 20px 20px;
}

#content h2 {
font-size:14px;
color: #ff6600;
}

#content h3 {
font-size:13px;
color: #ff6600;
}

#content strong {
font-weight: bold;
}

#content img {
border: solid 1px #c6c68d;
}

#content a:link, #content a:visited {
color: #42770D;
text-decoration: underline;
}

#content a:hover, #content a:active {
text-decoration: none;
}

#content td, #content table  {
border: solid 1px #d5d5aa;
}

#footer {
	background-image:url(images/template/bottom_bg.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	height:50px;
	margin-left: 30px;
	margin-right:30px;
	margin-left: 30px;
	margin-right:30px;
	font-family:Tahoma;
	font-size:11px;
	color: #a3ca61;
	padding-top:15px;
	text-align:center;
}

#icons {
position:absolute;
top: 5px;
right: 80px;
}

#icons a:link, #icons a:visited {
font-size:10px;
color:#364d00;
text-decoration:none;
padding: 0px 10px 0px 10px;
}

#icons a:hover, #icons a:active {
text-decoration:underline;
}

#other {
margin-top:-40px;
text-align:right;
padding:0px 10px 0px 0px;
}
/* End of 'ediana_css_upe' */

