/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);

/* #######################  GENERAL SETTINGS ############################ */
html{height:100%;}

body{
margin:0px;
height:100%;
font-family: Verdana, Geneva, sans-serif;
font-size: 0.8em;
color: #666;
background-color:#fff;
}

/*  Heading Formatting */
h1 {
	font-size:16px;
	font-weight: bold;
}
h2 {font-size:16px;}
h3 {font-size:14px;}
h4 {font-size:12px;}
h5 {font-size:10px;}
h6 {font-size:9px;}

/*links*/
a:link {color: #CC6600;}
a:hover {color: #659FDE;}
a:visited {color: #CC6600;}
img {border: 0 none;}

/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */

.componentheading
{
	border: 1px solid #CCCCCC;
	padding: 10px;
	font-size: 14px;
	text-align: center;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	text-indent: 30px;
}

.contentheading
{
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
}

.contentpagetitle
{
	font-size: 14px;
	color: #000000;
}
.contentpagetitle-mainpage
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 5px;
}
.contentpaneopen
{
	border: 1px solid #999999;
	padding: 5px;
	background-color: #FFFFFF;
}
.contentpaneopen-mainpage
{
    font-size: 9px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding: 1px;
}
.createdate
{
	font-size: 9px;
	font-style: normal;
	font-weight: bolder;
}

.modifydate
{
	font-size: smaller;
}

.article_separator
{
    display: none; 
}

.article_column
{

}

.small
{
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
}

.oblakotegov
{
	font-size: 2px;
}

.buttonheading
{
   background-color: #F8F8F8;
}


.banneritem
{
}

.t10rek
{
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
}

.t10rek A:link {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
}

.t10rek A:visited {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
}

.t10rek A:hover {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

.sectiontableentry1 {
	font-size:10px;
	background-color:#FFFFFF;
}
.sectiontableentry2 {
	font-size:10px;
	background-color:#F4F4F4;
}

.small {
	font-size: x-small;
	color: #006600;
}

.dm_title {
	font-size:12px;
	line-height: 16px;
}

.dm_details {
font-size:9px;
}

.dm_taskbar {
font-size:9px;
}

.dm_description {
	font-size:12px;
	font-family:"Courier New", Courier, monospace;
; 	font-style: normal;
}

.dm_orderby {
font-size:10px;
}