body
{
    margin: 0;
	font: 13px Arial;
	min-width: 1000px;
	background: #bbb;
}

#body
{
	background: #d2d2d2;
    width: 1000px;
	margin: 0 auto 0 auto;
}

a:link
{
    color: #003377;
}

a:visited
{
    color: #777777;
}

a:hover
{
    color: #d03300;
}

#header
{
	height: 79px;
	background: url(headerbg.gif) repeat-x;
}

#topmenu
{
	background: url(topmenubg.gif) repeat-x;
}

#topmenu ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#topmenu ul li
{
	float: left;
}

#topmenu ul li a
{
    float: left;
    display: block;
	color: black;
	background: url(topmenubg.gif) repeat-x;
	text-decoration: none;
	padding: 4px 10px 4px 10px;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #A0A0A0;
	border-bottom: 1px solid #B0B0B0;
	font-weight: bold;
	color: #555555;
    height: 17px;
}

#topmenu ul li.active a
{
    background: #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}

#topmenu ul li.active a:hover
{
    color: #303030;
    background: #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}

#topmenu ul li a:hover
{
	background: url(topmenubg_h.gif) repeat-x;
	color: #303030;
	border-bottom: 1px solid #b0b0b0;
}

.cleaner
{
	clear: both;
}

.blockhead
{
	background: url(blockbg.gif) repeat-x;
	padding: 4px;
	color: white;
	font-weight: bold;
	border: 1px solid #353535;
	text-align: center;
}

.block
{
	border: 1px solid #C5C5C5;
	border-bottom: none;
	background: #e5e5e5 url(blockshadow.gif) bottom repeat-x;
	padding: 6px;
	padding-bottom: 12px;
}

#rubrikator
{
	float: right;
	width: 20%;
	padding-top: 10px;
	padding-right: 10px;
}

#rubrikator ul
{
	list-style: none;
	margin: 0px;
	margin-top: 0px;
}

#rubrikator ul li
{
	padding: 2px;
    height: 17px;
    clear: left;
}

#rubrikator ul li div.icon
{
    left: 0px;
    float: left;
    width: 22px;
}

#rubrikator ul li div
{
    float: left;
    position: relative;
    left: 5px;
}

#rubrikator ul li img
{
    padding-right: 5px;
}

#rubrikator li a
{
	color: #454545;
	text-decoration: none;
	font-weight: bold;
}

#rubrikator li a:hover
{
	color: #000000;
	text-decoration: underline;
}

#rubrikator ul li span
{
	color: #555555;
}

#content
{
	float: left;
	width: 77%;
	padding-left: 1%;
	padding-top: 1%;
    height: 85%;
}

#stats
{
	float: right;
	width: 26%;
}

#advert
{
    float: left;
	width: 73%;
    margin-bottom: 10px;
}

th
{
    background: #e3e3e3 url(thbg.gif) bottom repeat-x;
    font-weight: normal;
    font-size: 13px;
    padding: 4px;
}

tr.zebra1 td
{
    background-color: #e0e0e0;
    font-size: 13px;
    padding: 3px;
}

tr.zebra2 td
{
    background-color: #d9d9d9;
    font-size: 13px;
    padding: 3px;
}

.footer
{
    background: url(footer.gif) bottom repeat-x;
    padding-top: 35px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
    color: #656565;
    font-size: 12px;
}

.footer a
{
    color: #656565;
}

.footer a:hover
{
    color: #252525;
}

.tbl_foot
{
    background-color: #757575;
    font-size: 12px;
    padding: 5px;
    color: #d0d0d0;
}

.tbl_foot a
{
    color: #e0e0e0;
    padding: 0px 8px 0px 8px;
    text-decoration: none;
    color: #d0d0d0;
}

.tbl_foot a:hover
{
    color: #f0f0f0;
    background-color: #858585;
}

.tbl_foot a.selected
{
    background-color: #656565;
}

#thumbnail
{
    z-index: 7;
    display: none;
    position: absolute;
    border: 2px gray solid;
    width: 250px;
    height: 250px;
}

td.center
{
    text-align: center;
}

td
{
    font-size: 13px;
}

.red
{
    color: #d03300;
}

#linkcatid
{
    padding: 6px;
    border-bottom: 1px dashed #d5d5d5;
    background: #e0e0e0;
    padding-left: 31%;
}

#linkcatid img
{
    vertical-align: middle;
    margin-right: 6px
}

#linkdesc
{
    float: left;
    width: 100%;
}

#linkdesc p
{
    padding: 0 0 0 0;
    text-align: justify;
    display: block;
    line-height: 17px;
    padding-left: 31%;
}

#linkscreenshot
{
    padding: 6px;
    float: left;
    text-align: center;
    background: #fff;
    padding-right: 1%;
    border-right: 2px solid #d5d5d5;
    margin-right: 1%;
}

ul.tabs
{
    margin: 0px;
    padding: 0px;
}

ul.tabs li
{
    list-style: none;
    float: left;
    padding: 4px 0px 3px 0px;
}

ul.tabs li.last a
{
    border-right: 1px solid #909090;
}

ul.tabs li.active a
{
    border-bottom: 1px solid white;
    background-color: white;
    color: #202020;
    text-decoration: none;
}

ul.tabs li a
{
    background-color: #c2c2c2;
    padding: 3px 9px 3px 9px;
    color: #606060;
    text-decoration: none;
    border: 1px solid #909090;
    border-right: 0px;
    
    position: relative;
    left: 10px;
}

ul.tabs li a:hover
{
    background-color: #e2e2e2;
}

ul.tabs li.active a:hover
{
    background-color: white;
}

div.tabset
{
    background-color: white;
    border: 1px solid #909090;
    border-top: 1px solid #909090;
    padding: 8px;
}

div.tabset div
{
    display: none;
}

div.tabset div.activetab
{
    display: block;
}

.logo a
{
    width: 245px;
    height: 76px;
    background: url(logo.gif);
    display: block;
    text-decoration: none;
    
    position: relative;
    top: 2px;
    left: 0px;
}

#topmenu ul li a.rss
{
    background: url(rss.gif) 5px 5px no-repeat;
    padding-left: 25px;
}

#topmenu ul li a.rss:hover
{
    background-position: 5px -27px;
}

.wide
{
    width: 100%;
    float: left;
}

a img
{
    border: none;
}

.calendar
{
	background: #e5e5e5 url(blockshadow.gif) bottom repeat-x;
    padding-bottom: 5px;
}

.calendar tr
{
    border-right: 1px solid #909090;
}

.calendar th
{
    background: #909090 url(blockbg.gif);
    color: white;
    padding: 4px;
    border: 1px solid #303030;
}

.calendar th a
{
    color: white;
}

.calendar th a:hover
{
    color: #c0c0c0;
}

.calendar td
{
    text-align: center;
}

.calendar td a
{
    color: #003377;
    padding: 4px;
    display: block;
    background: #dadada url(topmenubg_h.gif);
    border-left: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;    
    text-decoration: none;
}

.calendar td a:hover
{
    background: #dadada url(topmenubg.gif);
    text-decoration: none;
}

.calendar td.gray a
{
    background: #b0b0b0 none;
    color: #909090;
    text-decoration: none;
}

.calendar td.selected a
{
    background: url('gradient_gray.gif');
}

.calendar td.gray a:hover
{
    background: #c0c0c0;
    color: #a0a0a0;
}

.calendar td.inactive a
{
    background: url('footer.gif');
    color: gray;
}
