/*
 * Title: Default CSS File
 * File: "style.css"
 * 
 * Author: Robert Mühsig
 * Date: March 2007
 */

/*
+--------------------------------------------------------------------------------------------------+
+--------------------------------| CUSTOM CLASSES |------------------------------------------------+
+--------------------------------------------------------------------------------------------------+
*/

/* +-----------------------------| LOADING BOX |------------------------------------------------+ */

#Loader
{
	position: fixed;
	background: #fff;
	z-index: 10;
	left: 350px;
}


/* +-----------------------------| ARTICLE ITEMS |-----------------------------------------------+ */

.ArticleSummary
{
	color: #acacac;
	font-size: small;
	font-family: Verdana;	
}

.ImageContainer
{
	cursor: pointer;
	padding: 15px;
	margin: 10px;
	border-width: 1px; 
	border-style: solid; 
	border-color: #acacac;
}


/*
+--------------------------------------------------------------------------------------------------+
+--------------------------------| COMMON ITEMS |--------------------------------------------------+
+--------------------------------------------------------------------------------------------------+
*/

body
{
	margin: 0px;
	padding: 0px;
}

a
{
	text-decoration: none;
	font-family: Arial Black;
	color: black;
}

h1
{
    font-size: 15pt;
    font-weight: bold;
    font-family: verdana;
    color: #0675AA;	
}

select
{
	color: #0675AA;
    font-size: 10pt;
    font-family: verdana;	
}



/*
+--------------------------------------------------------------------------------------------------+
+--------------------------------| SPECIAL ITEMS |-------------------------------------------------+
+--------------------------------------------------------------------------------------------------+
*/

#ResultBox
{
	position: absolute;
	height: 500px;
	width: 95%;
	
	padding-top: 5px;
	overflow-y: scroll;
	overflow-x: hidden;
	border-style: solid;
	border-color: #acacac;
	border-width: 1px;
}

#queryBox
{
	position: absolute;
	width: 300px;
	left: 380px;
	top: 25px;	
}

#queryButton
{
	position: absolute;
	width: 100px;
	left: 690px;
	top: 24px;	
}

/* +-----------------------------| HEADER |------------------------------------------------------+ */

#Header
{
	margin-top: 0px;
	height: 80px;
	width: 100%;
	background-image: url(HeaderBackground.png);
	background-repeat: repeat-x;

}

#Header #Logo
{
	font-family: Impact; 
	font-size: 27pt; 
	margin-top: 5px; 
	color: #FFFFFF;
	position: absolute; 
	margin-left: 5px; 
	cursor: pointer;
}


/* +-----------------------------| CONTENT |------------------------------------------------------+ */

#Content
{
	margin-top: 0px;

	background-color: #FFFFFF;

	width: 100%;
}
/* +-----------------------------| FOOTER |------------------------------------------------------+ */

#Footer
{
	font-family: Verdana; 
	font-size: 9pt; 
	top: 615px;
	left: 10px;
	color: #acacac;
	position: absolute; 	
}

#Footer a
{
	font-family: Verdana; 
	font-size: 9pt; 
	color: #acacac;
}