*
{
	padding: 0px;
	margin: 0px;
}

html
{
	background-color: #ddd;
	/*font-family: times, serif;
	font-size: 13px;*/
	font-family: "Arial","sans-serif";
	font-size: 13px;
}

body
{
	
}

a
{
	color: black;
	text-decoration: none;
}

.clear
{
	height: 1px; 
	font-size: 1px;
	clear: both;
	visibility: hidden;
}

.clear-right
{
	height: 1px; 
	font-size: 1px;
	clear: right;
	visibility: hidden;
}

.float-right
{
	float: right;
}


/* Notices */

.notice-error
{
	border: 1px solid red;
	background-color: #ffa6a6;
	background-image: url('admin/icons/error.png');
	background-repeat: no-repeat;
	background-position: 20px 5px;
	padding: 5px;
	padding-left: 40px;
	text-align: center;
	margin-bottom: 5px;
	display: block;
}

.notice-warning
{
	border: 1px solid ;
	background-color: #f6d07f;
	background-image: url('admin/icons/warning.png');
	background-repeat: no-repeat;
	background-position: 20px 5px;
	padding: 5px;
	padding-left: 40px;
	text-align: center;
	margin-bottom: 5px;
	display: block;
}

.notice-ok
{
	border: 1px solid green;
	background-color: #b4f0c3;
	background-image: url('admin/icons/ok.png');
	background-repeat: no-repeat;
	background-position: 20px 5px;
	padding: 5px;
	padding-left: 40px;
	text-align: center;
	margin-bottom: 5px;
	display: block;
}

.notice-default
{
	border: 1px solid blue;
	background-color: #b8e0f9;
	background-image: url('admin/icons/notice.png');
	background-repeat: no-repeat;
	background-position: 20px 5px;
	padding: 5px;
	padding-left: 40px;
	text-align: center;
	margin-bottom: 5px;
	display: block;
}

.search-result
{
	margin: 8px 0px 6px 14px;
	
}

.search-result p
{
	margin-left: 5px;
}

#container
{
	padding-bottom: 30px;
}

#page
{
	width: 760px;
	margin: 20px auto 0px;
	background-color: white;
	border: 1px outset black;
}

#header
{
	
}

#header-top
{
	height: 28px;
	overflow: hidden;
}

#header-logo
{
	display: none;
	width: 140px;
	height: 78px;
	margin: 10px 0px 0px 10px;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	float: left;
}

#feed-link
{
	float: left;
	clear: none;
	width: 16px;
	padding: 6px 0px 0px 6px;
}

#feed-link img
{
	border: 0px;
}

#ticker
{
	 overflow:hidden; 
	 width: 430px; 
	 margin-top: 6px;
	 clear: none; 
	 float: left;
}

#feed-container
{
	border-top: 1px solid #9a9798;
	height: 26px;
	overflow: hidden;
	float: left; 
	clear: none;
}

/*
#feedscroller
{
	float: left;
	margin-top: 6px;
	height: 18px;
	width: 410px;
	position: relative;
	margin-left: 10px;
}

#feedscroller a
{
	color: #756f6f;
	font-size: 14px;
}

#feedscroller a:hover
{
	color: #a90500;
}*/

#header-session
{
	float: right;
	/*display: inline;
	margin-left: -80px;*/
	margin-top: 4px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 4px;
}

.login
{
	background-image: url('admin/icons/login.png');
	background-repeat: no-repeat;	
	background-position: left;
	width: 90px;
}

.logout
{
	background-image: url('admin/icons/logout.png');
	background-repeat: no-repeat;
	background-position: left;
	width: 34px;
}

#header-search
{
	margin-top: 5px;
	padding-top: 2px;
	padding-left: 12px;
	width: 154px;
	height: 22px;
	float: right;
	background-image: url('images/header-search.png');
	background-repeat: no-repeat;
	font-family: arial, sans-serif;
	font-size: 10px;
	color: white;
}

#header-search .search-input
{
	height: 12px;
	width: 90px;
	color: white;
	background-color: transparent;
	border: 0px solid white;
	margin-top: 3px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-size: 9px;
}

#header-image
{
	overflow: hidden;
	width: 758px;
	height: 250px;
	border: 1px solid black;
}

#header-image-left
{
	overflow: hidden;
	width: 430px;
	height: 250px;
	clear: none;
	float: left;
}

#header-image-right
{
	overflow: hidden;
	width: 328px;
	height: 250px;
	clear: none;
	float: left;
}

.menu-item-selected
{
	background-image: url('images/menu-selected.png');
	background-repeat: repeat-x;
	border: 1px outset red;
	color: white;
}

.menu-item-selected a:hover 
{
	color: black;
}

#body
{
	text-align: justify;
}

#body h1
{
	font-size: 22px;
	font-weight: bold;
	margin: 4px -5px 6px;
}

#body h2
{
	font-size: 16px;
	font-weight: bold;
	color: #a90500;
	margin: 3px 0px 4px 0px;
}

#body h3
{
	margin: 3px 0px 4px 6px;
}

#body h4
{
	font-size: 14px;
	color: #888;
	margin: 3px 0px 4px 6px;
}

#body a
{
	color: #756f6f;
	font-size: 14px;
}

#body a:hover
{
	color: #a90500;
}

#body img
{
	border: 0px;
}

#left-column
{
	float: left;
	width: 510px;
	border-right: 1px solid #9a9798;
	padding: 0px 0px 0px;
	text-align: justify;
}

#left-top
{
	padding: 10px 20px 20px;
	border-bottom: 1px solid #9a9798;
}

#left-bottom
{
	
}

#left-bottom-left
{
	width: 50%;
	/*border-right: 1px solid #9a9798;*/
	padding: 10px 10px 0px 20px;
	text-align: justify;
	vertical-align: top;
}

#left-bottom-right
{
	width: 50%;
	border-left: 1px solid #9a9798;
	padding: 10px 10px 10px 20px;
	text-align: justify;
	vertical-align: top;
}

#left-cell
{
	
}

#right-cell
{
}

#right-column
{
	float: left;
	width: 200px;
	margin-left: -1px;
	border-left: 1px solid #9a9798;
	padding: 10px 20px;
	text-align: justify;
}

#notices
{
	padding: 10px 20px;
}

#content
{
	padding: 10px 20px;
	text-align: justify;
}

#content ul
{
	padding-left: 16px;
}

#content-top
{
	padding: 10px 20px;
	text-align: justify;
}

#content-bottom
{
	padding: 10px 20px;
	text-align: justify;
}

#footer
{
	font-size: 12px;
	padding: 6px;
	/*border-top: 1px solid #9A9798;*/
	width: 760px;
	margin: 0px auto;
}

#footer a
{
	color: #756f6f;
	font-size: 12px;
}

#footer a:hover
{
	color: #a90500;
}

#copyright
{
	width: 280px;
	float: left;
}

#info
{
	width: 240px;
	float: left;
	text-align: center;
}

#goat
{
	width: 176px;
	float: right;
}

#login-block
{
	padding: 10px;
	width: 230px;
	margin: 0px auto;
}

#login-block *
{
	margin-top: 10px;
}

#login-block input 
{
	float: right;
}

#login-block .login-text
{
	float: left;
	width: 75px;
	height: 20px;
}

#login-block .submit
{
	border: 1px outset gray;
	background-color: #ddd;
	background-image: url('admin/icons/right.png');
	background-repeat: no-repeat;
	background-position: right;
	padding: 2px 18px 2px 8px;
	display: block;
}


.featured
{
	margin: 0px 0px 20px 10px;
}

.featured-inner
{
	margin: 0px 0px 0px 10px;
}


.featured-name
{
	background-repeat: no-repeat;
	padding-left: 20px;
}

.featured-date
{
	color: #bbb;
	font-size: 9px;
}

.featured-date:hover
{
	font-size: 10px;
	color: black;
}

.featured-text
{
	
}

.featured-link
{
	float: right;
	padding-right: 18px;
	background-position: top right;
	background-image: url('admin/icons/procede.png');
	background-repeat: no-repeat;
}

.icon-publication
{
	background-image: url('admin/icons/book.png');
}

.icon-news
{
	background-image: url('admin/icons/newspaper.png');
}

.icon-newsletter
{
	background-image: url('admin/icons/newsletter.png');
}
