/*  
	www.twee.net Main Style Sheet 
	28-Dec-2010
*/

/* Standard Tags */

body
{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
}

a, a:visited, a:active
{
	color: #336699;
	text-decoration: none;
}

a:hover
{
	color:blue;
	text-decoration:underline;	
}

a[name], a[name]:visited, a[name]:active
{
	color: black;
	text-decoration: none;
}

a[name]:hover
{
	color:black;
	text-decoration:underline;	
}

/* Block Layout Elements */

#pnlCanvas 
{
	border: 1px #C0C0C0 ridge;
	/* background-color:#F1DFBA; */
	margin: 6px 6px 6px 6px;
}


#pnlContent
{
	font-size: 0.8em;
	padding: 0px 6px 6px 6px;
	background-color:white;
}

#pnlTop
{
/*	background-position:center bottom; */
	background-image: url(/pix/tnHeaderBackground.jpg);
	margin-bottom: 0px;
	padding-bottom: 0px;
	height: 65px;
	background-position:left;			
}

/* Mobile Section Classes */

.pnlCanvasMobile
{
	border: 2px #F1DFBA solid;
	margin: 0px 0px 0px 0px;
}

.pnlTopMobile
{
	background-color:#F1DFBA;
	margin-bottom: 2px;
	padding-bottom: 0px;
	height: 23px;
	background-position:left;			
}

.pnlFooterMobile
{
	background-color:#F1DFBA;
	font-size: 0.7em;
	text-align: center;
	padding-top:0px;
	padding-bottom:4px;
	clear:both;
}

.lnkHomePageModile
{
	font-family: Verdana, Arial, sans-serif, Helvetica;
	font-size: 1.05em;
	font-weight: bold;
	margin-bottom: 2px;
	padding-left: 3px;
	text-decoration:none;	
	position:absolute;
	top:2px;
	left:2px;	
}

.pnlMainMenuMobile
{
	font-size: smaller;
	padding-left:10px;
	padding-right:10px;
	position:absolute;
	top:4px;
	left:95px;		
}

.pnlHeadlineModile
{
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:8px;
}

/* Top Panel Elements */

#lnkHomePage
{
	font-family: Verdana, Arial, sans-serif, Helvetica;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 2px;
	padding-left: 5px;
	text-decoration:none;	
	position:absolute;
	top:5px;
	left:82px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

#imgTweeNetLogo
{
	border: 0px transparent solid;
	margin-right:3px;
	margin-left:2px;
	width:78px;
	height:64px;
}

#lnkHomePage:hover
{
	text-decoration:underline;		
}


#pnlMainMenu
{
	font-size: smaller;
	padding-left:10px;
	padding-right:10px;
	position:absolute;
	top:10px;
	left:195px;
}

#pnlMainMenu a
{
	font-weight:bold;
	text-decoration:none;
}

#pnlMainMenu a:hover
{
	text-decoration:underline;
}


/* Global Search */
#pnlGlobalSearch
{
	position: absolute;
	top:15px;
	right:15px;
}

#btnGlobalSearch
{	
	background-color:#336699;
	color:white;
	font-size:0.8em;
	font-weight:bold;
	padding: 0px 0px 2px 0px;
	height:22px;	
}
#txtGlobalSearch
{
	width: 100px;
	height: 22px;
	background:transparent;
}

/* Section Menu */

div#SectionMenu
{
   position: absolute;
   margin: 2px 0px 0px 4px;
   left: 90px;
   top: 40px;
   padding:0px;
   font-size: 0.8em;
}

#rssLink
{

}

#pnlAlphabet 
{
	padding-left:10px;
}


#pnlAlphabet a
{
	padding-left:4px;
	font-size: 1.3em;
}

.buttonColor
{
/*	background-color:#336699; 
	color:white;	*/
}

.button
{	
/*	background-color:#336699; 
	color:white;*/
	font-size:0.8em;
	font-weight:bold;
	padding: 0px 0px 2px 0px;
	height:22px;	
}

.SearchInput
{
	background:transparent;
}


#linkContentFilter
{
	margin-left:8px;
}

.pnlContentFilter
{
	display:none;
	position:absolute;
	top:50px;
	right:10px;
}

#cfPlaceholder
{
    width:300px;
    height:130px;
    float:right;
    display:block;
}

#linkCloseContentFilter
{
	font-weight:bold;
	font-size:1.3em;
	color:black;
	position:absolute;
	right:4px;
	top:0px;
}

/* Footer */

#pnlFooter
{
	background-image:url(/pix/tnFooterBackground.jpg);
	font-size: 0.7em;
	text-align: center;
	padding-top:10px;
	padding-bottom:5px;
	clear:both;
}

#pageInfoRow {
	padding-top: 5px;
}

#pnlHeadline
{
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:5px;
}
