body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #EFEFEF;
}

#page
{
	margin-top: 100px;
	margin-bottom: 5px;
	background: white;
	border: 2px solid #C9E0ED;
}

DIV#content .compactRadioGroup LABEL,
DIV#content .compactRadioGroup INPUT {
    display: inline;
}

#top
{
        margin:auto;        
        width: 950px;
        
}

#header
{
	margin: auto;
	padding: 0;
	border-top: 3px solid #C9E0ED;
}

#content
{
    padding: 20px;
}

#login {
    width: 200px;
    margin-left: 320px;
    margin-right:  auto;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: justify;
    border: 1px solid #C9E0ED;
    padding: 30px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #623714;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
        float: left;
}

#mainmenu
{
	background:transparent url(bg1.png) no-repeat;
        height: 35px;
        float: right;
        margin-top: 38px;
}

#mainmenu ul
{
	padding:9px 20px 7px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #623714;
	background-color:#21ace7;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs a
{
	color: #20ade2;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #623714;
	border-left: 10px solid #20ade2;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #ffffff;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#f4f1ee;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #623714;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #623714;
}

.operations li a:hover
{
	background: #e7e0d9;
}

.comments
{
	padding: 10px;
	margin: 10px 30px;	
        background: #e7e0d9;
        width: 630px;
        float: left;
}

.naslovKomentar{
        font-size: 1.2em;
        font-style: italic;
        color: #20ade2;
        text-align: left;
        float: left;
}

.tekstKomentar{
        font-size: 1.1em;
        text-align: left;
        float: left;
}

.datumKomentar{
        font-size: 12px;
        font-style: normal;
        color: #623714;
        text-align: right;
        float: right;
}

.komentiraj
{
        margin: 10px 30px;
}

.linkovi
{
        font-size: 1.2em;
}

table.detail-view .null
{
	color: pink;
}

table.detail-view
{
	background: white;
	border-collapse: collapse;
	width: 100%;
	margin: 0;
}

table.detail-view th, table.detail-view td
{
	font-size: 0.9em;
	border: 1px white solid;
	padding: 0.3em 0.6em;
	vertical-align: top;
}

table.detail-view th
{
	text-align: right;
	width: 160px;
}

table.detail-view tr.odd
{
	background:#ececec;
}

table.detail-view tr.even
{
	background:#fff;
}

table.detail-view tr.odd th
{
}

table.detail-view tr.even th
{
}
