﻿/* -------------------------------------------------------------------- 
   Common
   -------------------------------------------------------------------- */
body
{
	background-color: white;
	background-image: url(/media/background.gif);
	overflow: auto;
	width: 100%;
	height: 100%;
	margin:0px;	
}

form
{
	margin:0px;
	padding:0px;
}

.clear
{
	clear: both;
}

/* -------------------------------------------------------------------- 
   Containers 
   -------------------------------------------------------------------- */
#container
{
	width: 780px;
	height: 100%;
	background: white;
	border-right: 1px solid black;
}

#container .menu
{
	width: 150px;
	background-color: #333399;
	background-image: url(/media/bgmenu.gif);
	background-repeat: repeat-y;
	vertical-align:top;
}

#container .content
{
	vertical-align:top;
}

/* -------------------------------------------------------------------- 
   Menu
   -------------------------------------------------------------------- */

#menu 
{
	height:100%;
}

#menu a img
{
	border: 0px;
}

#menu .menu0
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-transform: uppercase;
	background-color: #9999FF;
}

#menu .menu0selected
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-transform: uppercase;
	background-color: #FF9900;
}

#menu .menu1, #menu .menu1selected
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}


#menu a:link, #menu a:active, #menu a:visited
{
	text-decoration: none;
	color: White;
}

#menu a:link, #menu a:hover
{
	text-decoration: none;
	color: #333399;
}

#menu .menu0 a:link
{
	font-weight: bold;
}

#menu .menu0 a:hover
{
	color: #333399;
}

#menu .menu0selected a:link, #menu .menu0selected a:active, #menu .menu0selected a:visited
{
	color: #993300;
}

#menu .menu0selected a:hover
{
	color: white;
}

#menu .menu1 a:link
{
	color: white;
}

#menu .menu1 a:hover, #menu .menu1selected a:link, #menu .menu1selected a:hover, #menu .menu1selected a:active, #menu .menu1selected a:visited
{
	color: #9999FF;
}

#menu .banners
{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #333399;
}

#menu .partner
{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #9999FF;
}

#menu .time
{
	text-align: center;
	color: #9999FF;
	padding-bottom: 10px;
}

#menu .users
{
	text-align: center;
	color: #9999FF;
	padding-bottom: 3px;
}

/* -------------------------------------------------------------------- 
   Content
   -------------------------------------------------------------------- */

#content .border
{
	width: 600px;
	margin-left: 15px;
}

#content .PageTitle
{
	background-color: #9999FF;
	padding: 3px;
	text-align: right;
	color: #333399;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: bold;
	display: block;
}

#content a
{
	color: #993300;
	font-weight: bold;
}

#content a img
{
	border: 0px;
}

/* -------------------------------------------------------------------- 
   articles
   -------------------------------------------------------------------- */

#articles
{
	display: block;
}

#articles .delimiter
{
	margin-top: 10px;
	border-top: 1px dotted #993300;
	padding-top: 10px;
}

#articles .topItem .header
{
	background-color: #FF9900;
	padding: 3px;
	text-align: right;
	color: #993300;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: bold;
}

#articles .topItem .image
{
	float: left;
	width: 190px;
	height: 140px;
}

#articles .overviewItem
{
	width: 280px;
	min-height: 200px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#articles .overviewItem .header
{
	background-color: #9999FF;
	color: white;
	text-align: left;
	margin-bottom: 5px;
	padding: 3px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
}

#articles .listItem
{
	margin-bottom: 20px;
	clear: both;
}

#articles .listItem .image
{
	float: left;
	width: 130px;
	height: 90px;
}

#articles .listItem .header
{
	background-color: #FFDDAA;
	color: black;
	text-align: right;
	margin-bottom: 5px;
	padding: 3px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
}

#articles .detailItem .image
{
	float: left;
	width: 260px;
	height: 170px;
}

#articles .detailItem .header
{
	background-color: #FFDDAA;
	color: black;
	text-align: right;
	margin-bottom: 5px;
	padding: 3px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
}

#articles .detailItem .date
{
	text-align: right;
}

#articles .detailItem .title
{
	color: #993300;
	font-weight: bold;
}

#articles .detailItem .text
{
	text-align: justify;
	padding-left: 80px;
}

#articles .detailItem .link
{
	clear: both;
	text-align: right;
	right: 10px;
	padding-bottom: 10px;
}

#articles .detailItem .link img
{
	vertical-align:middle;
}

#articles .detailItem .info
{
	float:left;
	color:#999999;
}

/* -------------------------------------------------------------------- 
   inserats
   -------------------------------------------------------------------- */

#inserats
{
}

#inserats .itemRow
{
	background-color: #FFD79B;
	padding: 4px;
}

#inserats .alternatingitemRow
{
	padding: 4px;
}

#inserats .mouseover
{
	background-color: #FF6A00;
	color: White;
	cursor: pointer;
}

#inserats .subheader
{
	background-color: #FF6A00;
	color: White;
	padding: 3px;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: block;
}

#inserats .delimiter
{
	margin-top: 10px;
	border-top: 1px dotted #993300;
	padding-top: 10px;
}

#inserats td
{
	vertical-align: middle;
}


#inserats .header
{
	background-color:#7F3300;
	color: White;
	text-align:left;
}

#inserats .header a
{
	text-decoration:none;
	color: White;
}

#inserats .header a:hover
{
	color: #FFD79B;
}

#inserats .searchbox
{
}

#inserats .searchbox .textbox
{
	width:100%;
}

#inserats .searchbox .button
{
	position:relative;
	top:3;
}

#inserats .searchBox .filter
{
	padding: 5 10 10 5;
	background-color:#DDDDDD;
}

#inserats .searchbox .tab
{
	background-color:White;
	height:20px;
}

#inserats .searchbox .tab .active
{
	float:left;
	padding: 4 10 4 10;
	background-color:#DDDDDD;
	border: 1px solid #DDDDDD;
	font-weight:bold;
}

#inserats .searchbox .tab a
{
	text-decoration:none;
}

#inserats .searchbox .tab .inactive
{
	float:left;
	padding: 4 10 4 10;
	background-color:White;
	border: 1px solid #DDDDDD;
}

#inserats .searchbox .tab .inactive a
{
	color:#777777;
}

#inserats .searchbox .tab .inactive a:hover
{
	color:black;
}

#inserats .searchbox select
{
	width:100%;
}

#inserats .searchbox .form td
{
}

#inserats .searchbox .form input
{
	width:100%;
}

#inserats .searchbox textarea
{
	width:100%;
	height:100px;
	overflow:auto;
}

#inserats .searchbox .error
{
	margin-top:30px;
	border:2px solid red;
	padding:5px;
	color: Red;
}

#inserats .searchbox .missing
{
	background-color:#FFD89E;
	border:1px solid red;
}

#inserats .info
{
	float:left;
	color:#999999;
}

#inserats .link
{
	text-align:right;
}

#inserats .link img
{
	vertical-align:middle;
}

#inserats .image
{
	float:left;
	padding-right:20px;
	padding-bottom:20px;
}

#inserats .item
{
}

#inserats .thumbnail
{
	float:right;
	padding-left:4px;
}

/* -------------------------------------------------------------------- 
   Banners
   -------------------------------------------------------------------- */

#banners
{
	background-color: #9999FF;
	text-align: center;
	display: block;
}

#banners ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#banners li
{
	float: left;
}

#banners img
{
	border: 2px solid black;
	background-color: white;
}

/* -------------------------------------------------------------------- 
   Pager
   -------------------------------------------------------------------- */

#pager
{
	margin-top: 10px;
	margin-bottom: 10px;	
}

#pager .Custom
{
	text-align: right;
}

#pager input
{
	width: 35px;
}

#pager .active
{
	border:1px solid #FFD79B;
	background-color: #FFD79B;
	color: #7F3300;
	font-weight: bold;
	padding: 3 5 3 5;
	width:20px;
	height:21px;
}

#pager .inactive
{
	border:1px solid #FFD79B;
	color: #7F3300;
	padding: 3 5 3 5;
	width:20px;
	height:21px;
}

#pager a.inactive:hover
{
	border:1px solid #FFD79B;
	background-color: #FFD79B;
	color: #7F3300;
	font-weight: bold;
	padding: 3 5 3 5;
}

#pager a
{
	text-decoration:none;
}

/* -------------------------------------------------------------------- 
   Content
   -------------------------------------------------------------------- */

#weather .header
{
	margin-top:20px;
	background-color: #FF9900;
	color:#993300;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#weather .panel
{
	background-color: #9999FF;
	padding:3px;
	text-align:center;
}

#weather a:link, #weather a:visited, #weather a:selected  
{
	color: #993300;
}

#weather a:hover
{
	color: white;
}

#weather .panel img
{
	border: 1px solid black;
}

#weather .panel a.symbol
{
	color:#333399;
	font-weight:bold;
}

#weather .panel a.symbol:hover
{
	color:white;
}

#weather .panelDetail
{
	background-color:White;
	padding:10px;
}

#weather .panelDetail .subheader
{
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}

#weather .panelDetail .images
{
	border:1px solid black;
	text-align:center;
	padding:10px;
}

#weather .panelDetail .description
{
	padding-top:5px;
}


