/*-----------------------------------------
    Change here for main background style
-----------------------------------------*/
body {
    margin: 0px 0px 0px 0px;
    padding:0px;
    background: #000000;
    font: normal 11px/15px  verdana, arial;
    color: #000000;
    }

#backgroundimage{
	width:100%;
	background:url(background-body.jpg) repeat-y top center;
	margin
}

#footerimage{
	background:url(background-footer.gif) no-repeat bottom;
	padding-bottom:12px;
	margin-bottom:-5px;
}
/*-----------------------------------------
    Change here for header
-----------------------------------------*/
table.header {
    width: 1000;
    margin-bottom:0
}
td.header {
    padding:30;
}

.slogan{
	background:url(top.gif) no-repeat right;
}

.headercolor_top {
   color: #FFFFFF;
}

.headercolor_menu {
    /* If you want to change the background color of the menu, add this line ...
       background-color: #FFFFFF;
       ... below this comment and substitute #FFFFFF with your preferred color. */

    height: 30;
	color: #fff;
}

td.pagessubmenu {
    
}

select.pagessubmenu {
    color: #000000;
    margin-bottom:5;
}

table.getpixel {
    margin-top:10;
	background:#FFFFFF none repeat scroll 0 0;
    width: 1000;
}
td.getpixel {
    padding:10;
    color: #4d5624;
}
font.getpixelinfo {
    color: #FFFFFF;
    font-weight: bold;
}
font.getpixelerror {
    color: #FF6262;
    font-weight: bold;
}
select.language {
    font-family:verdana, arial;
    font-size:7pt;
    margin-left:10;
    color: #4d5624;
}

/*-----------------------------------------
    Linkstyle of the Mainmenu
-----------------------------------------*/
a.m:link    {    color: #4d5624; font-weight: bold; text-decoration: none;    }
a.m:visited {    color: #4d5624; font-weight: bold; text-decoration: none;    }
a.m:hover   {    color: #FFFFFF; font-weight: bold; text-decoration: underline;    }

/*-----------------------------------------
    Linkstyle of the Premenu
-----------------------------------------*/
a.l:link    {    color:#4d5624;
		font-weight:bold;
		padding:1px;
		text-decoration:none;  }
a.l:visited {    color:#4d5624;
		font-weight:bold;
		padding:1px;
		text-decoration:none;   }
a.l:hover   {    color: #FFFFFF; 
		font-weight:bold;
		padding:1px;
		text-decoration:none;      }

/*-----------------------------------------
    Linkstyle / Linkstyle highlighted of the Submenu (gridpages)
-----------------------------------------*/
a.pages:link    {    color: #4d5624; font-weight: normal; text-decoration: none; padding:0 7;   }
a.pages:visited {    color: #4d5624; font-weight: normal; text-decoration: none; padding:0 7;    }
a.pages:hover   {    color: #A7B757; font-weight: normal; text-decoration: none; padding:0 7;    }

a.pages_highlight:link    {    color: #4d5624; font-weight: normal; text-decoration: none; padding:0 7;   }
a.pages_highlight:visited {    color: #4d5624; font-weight: normal; text-decoration: none; padding:0 7;    }
a.pages_highlight:hover   {    color: #A7B757; font-weight: normal; text-decoration: none; padding:0 7;    }

/*-----------------------------------------
    Linkstyle of the Footermenu
-----------------------------------------*/
a.f:link    {    
		background:#FFFFFF none repeat scroll 0 0;
		color:#4d5624;
		font-weight:bold;
		padding:1px;
		text-decoration:none;
		}
a.f:visited {   
		color:#4d5624;
		background:#FFFFFF none repeat scroll 0 0;
		font-weight:bold;
		padding:1px;
		text-decoration:none;
	}
a.f:hover   {    
		color: #778b12; 
		background:#FFFFFF none repeat scroll 0 0;
		font-weight:bold;
		padding:1px;
		text-decoration:none;    
		}

/*#wlt-log{
	width:98px;
	height:51px;
	float:right;
	border:none;
}*/
/*-----------------------------------------
    Change here for footer tables
-----------------------------------------*/
table.footer {
    width: 1000;
    margin:3 0;
}

td.footer {
    text-align: center;
    color:#999999;
}

/*-----------------------------------------
    Change here for Headlines style
------------------------------------------*/

h3,h4,h5 {
    margin: 0px 0px 5px 0px;
    }
h1 {
    font-size:13pt;
    margin: 0px 0px 10px 0px;
	color:#4D5624;
   }
h2 {
    font-size:10pt;
    margin: 0px 0px 5px 0px;
	color:#4D5624;
   }

/*-----------------------------------------
    Change here for main content tables
-----------------------------------------*/

table.content {
    background-color: #DEE0E2;
    width: 1000;
}

td.content {
    padding:30;
}

td.rightcontent {
    width:150;
    background-color: #C8C8C8;
    padding:30;
}

/*-----------------------------------------
    Change here for Blog and Faq Style
------------------------------------------*/

h2.blog_title {
    margin-top:3;
    color:#4D5624;
}

font.blog_date {
    font-size:10px;
    font-weight: bold;
	color:#4D5624;
}
hr.blog_line {
    height:1px;
    color:#4D5624;
}

h2.faq_question {
    margin-top:3;
    color:#4D5624;
}
hr.faq_line {
    height:1px;
    color:#4D5624;
}
ul.faq_line {
    list-style-type: square;
    margin-top:3;
    margin-left:20;
    margin-bottom:3;
    color:#4D5624;
}

/*-----------------------------------------
    Other general
------------------------------------------*/
table {  border-collapse: collapse;  }
td {
    padding:0;
    font: normal 11px/15px   verdana, arial;
   }
img { border: 0 }
input,select,textarea {
    font-family:verdana, arial;
    font-size:8pt;
    color: #4d5624;
}

/*-----------------------------------------
    Linkstyles general
-----------------------------------------*/
a:link    {    color: #4D5624; font-weight: bold; text-decoration: underline;    }
a:visited {    color: #4D5624; font-weight: bold; text-decoration: underline;    }
a:hover   {    color: #778b12; font-weight: bold; text-decoration: none;    }

a.black:link    {    color: #000000; font-weight: bold; font-size:8pt; text-decoration: underline;    }
a.black:visited {    color: #000000; font-weight: bold; font-size:8pt; text-decoration: underline;    }
a.black:hover   {    color: #FFFFFF; font-weight: bold; font-size:8pt; text-decoration: none;    }

/*-----------------------------------------
    Get Pixel - Logo images
------------------------------------------*/
td.logos {
    color: #4D5624;
    background-color: #aabe52;
}
td.logos_highlighted {
    color: #4D5624;
    background-color: #cbe066;
}

a.logos:link    {    color: #4D5624; font-weight: bold; font-size:8pt; text-decoration: none;    }
a.logos:visited {    color: #4D5624; font-weight: bold; font-size:8pt; text-decoration: none;    }
a.logos:hover   {    color: #778b12; font-weight: bold; font-size:8pt; text-decoration: underline;    }

#logoarea{
	background: #000000;
}

/*-----------------------------------------
    Get Pixel Process / Edit Pixel
------------------------------------------*/
.linkpixel_button {
    height:25;
    width:150;
    margin-left:25;
    color:#000000;
    margin-right:60;
}
.savepixel_fileupload {
    width:420;
    height:19;
    margin-left:5
}

.savepixel_fileupload_button {
    width:140;
    margin-left:3;
    height:25;
    color:#000000
}
.savepixel_http {
    color:#000000;
    width:70;
}
.savepixel_url {
    width:240;
    height:19;
    color:#000000;

}
.savepixel_inputs {
    width:310;
    height:19;
    color:#000000;

}
.savepixel_password {
    width:160;
    height:19;
    color:#000000;

}
.savepixel_submitbutton {
    width:160;
    height:25;
    color:#000000
}

/*-----------------------------------------
    Global Search Button
------------------------------------------*/
.globalsearch_input {
    width:150;
    color:#000000;
}
.globalsearch_submit {

}

.tooltip_1 {  position:absolute;z-index:1;display:none; color: #000066; background-color: #e6ecff; border-width: 1px; border-style: solid; border-color: #003399; padding: 2px; width: 250;  }
