/*
		CSS-script for the official Adlib Tracker II homepage
*/


/* Main functions - generally used for Content-material */

body{
	background-image: url(images/bg.gif);
	background-color: #0F1E5A;
    
	font: 13px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	
	font-weight: normal;
	line-height: 16px;
	color: #FFFFFF;
}

br{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div.hr {
	height: 1px;
	background: #fff url(images/hr1.gif) no-repeat scroll center;
	margin-top: 6px;
	margin-bottom: 4px;
}

div.hr hr {
	display: none;
}

p{
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}

table{
	font: 13px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	width: 770px;
	font-weight: normal;
	line-height: 16px;
	color: #FFFFFF;
}

h2{
	text-decoration: none;
	margin-bottom: 5px;
}

h3{
	font-size: 17px;
	text-decoration: none;
	margin-bottom: 10px;
}

img{
	color: #000000;
}

a img{
	border: 0px;
}

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

a:hover{
	color: #FFFFFF;
}

div.c_guestbook{
	overflow: hidden;
	width: 730px;
}

ul{
	list-style-type: square;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
	
/* ------ Menu bar-specific functions ------- */

table.c_menu{
	font: 13px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	
	font-weight: normal;
	line-height: 16px;
	height: 90px;
	
	color: #000000;
	background-image: url(images/logobar.gif);
	background-color: #90B4CE;
	background-repeat: no-repeat;
}

a.c_menu{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a.c_menu:active{
	color: #000000;
}

a.c_menu:hover{
	color: #FFFFFF;
}

.c_space{
	width: 0%;
	height: 60px;	
	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* Content-specific functions - table stuff and such... */

table.c_main{
	background-color: #000040;
	background-image: url(images/table_bg.gif);
	background-repeat: repeat-y;
	background-position: top right
}

table.c_insidetables{ /* tables inside the pages, f.ex. download */
	width: 730px;
}

table.c_black{
	background-color: #000000;
}

.c_space2{
	width: 0%;
	height: 15px;	

	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.c_header{
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 10px;
}

.c_header2{
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 10px;
}

/* Message Board-specific functions */

table.c_message{
	font: 13px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	width: 300px;
	font-weight: normal;
	line-height: 16px;
	color: #FFFFFF;
	}

textarea.c_message{
	font: 13px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color: #000000;	
	background: #90B4CE;
	border: 2px solid #000000;	
	width: 715px;
	height: 135px;
}

select.c_message,option.c_message,input.c_message{
	font: 13px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color: #000000;	
	background: #90B4CE;
	border: 1px solid #000000;
	width: 200px;
	height: 20px;
}

input.c_message2{
	font: 13px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color: #90b4ce;	
	background: #000040;
	width: 60px;
	border-top: 1px solid #90b4ce;
	border-left: 1px solid #90b4ce;
	border-right: 1px solid #2f3e7a;
	border-bottom: 1px solid #2f3e7a;
	height: 22px;
}

.c_space3{ /* user for space between form*/
	width: 0%;
	height: 5px;
	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

option.c_message2{
	background: #000040;
	color: #90b4ce;
}

p.c_message{
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* Webdesign notification-specific functions */

table.c_bottom{
	font: 10px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color: #90B4CE;
}

/* images */

.c_image{
	float: right;
	margin-left: 20px;
	width: 271px;
/*	background: #ffffff;*/
}
