/*-----------------------------------------
    Change here for main background style
-----------------------------------------*/
body {
    margin: 0px 0px 0px 0px;
    padding:0px;
    background: url(background.gif) repeat-x #BA0001;
    font-family: arial;
    color: #000000;
    font-size:12pt;
    text-align: center;
    }

/*-----------------------------------------
    Change here for header
-----------------------------------------*/
table.header {
    width: 1000;
    margin-bottom:0
}
td.header {
    padding:30;
}

.headercolor_top {
    /* If you want to change the background color of the top menu, add this line ...
       background-color: #FFFFFF;
       ... below this comment and substitute #FFFFFF with your preferred color. */

}

.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;
}

td.pagessubmenu {
    padding-left:15px;
    padding-top:5px;
}

select.pagessubmenu {
    color: #000000;
    margin-bottom:5px;
    margin-top:3px;
}

table.getpixel {
    margin-top:10;
    width: 1000;
}
td.getpixel {
    padding:10;
    color: #FFFFFF;
}
font.getpixelinfo {
    color: #FFFFFF;
    font-weight: bold;
}
font.getpixelerror {
    color: #FFFFFF;
    font-weight: bold;
}
select.language {
    font-family: arial;
    font-size:7pt;
    margin-left:10;
    color: #444444;
}

#slogan { float:left;height:27px; margin-top:5px; color:#FFFFFF; font-size:12pt; font-weight: bold }
#pixelinfo { float:right; height:27px; margin-top:5px;  color:#FFFFFF;  font-size:10pt }
#logo { float:left; height:71px; color:#FFFFFF;  }
#siteinfo {  height:54px; float:left;  color:#FFFFFF; text-align:left; margin-top:17px; font-size:11pt }

/*-----------------------------------------
    Linkstyle of the Mainmenu
-----------------------------------------*/
#mainmenu {
    position:    relative;
    float:       right;
    width:       469px;
    height:      71px;
}

#mainmenu .maintabs {
    list-style-type:none;
    height:69px;
    margin:0px;
    padding:0px;
    position:relative;
    z-index:5;
}
#mainmenu .maintabs ul {
    margin:0px;
    padding:0px;

}
#mainmenu .maintabs li {
    background:url(button1.gif) no-repeat;
    height:69px;
    width:117px;
    margin:0px;
    padding:0px;
    float:left;
    display:block;
}
#mainmenu .maintabs li a {
    background:url(button1.gif) no-repeat
    width:117px;
    display:block;
    color:#FFFFFF;
    font-size:12pt;
    font-weight:normal;
    font-family: Arial;
    margin:0px;
    padding:25px 0px;
    text-align:center;
    text-decoration:none;
}

#mainmenu .maintabs li a:hover {
    background:url(button.gif) no-repeat;
    margin:0px;
    padding:25px 0px;
    width:117px;
    display:block;
}

/*-----------------------------------------
    Linkstyle of the Premenu
-----------------------------------------*/
a.l:link    {    color: #000000; font-weight: normal; font-size:8pt; text-decoration: none;    }
a.l:visited {    color: #575252; font-weight: normal; font-size:8pt; text-decoration: none;    }
a.l:hover   {    color: #990000; font-weight: normal; font-size:8pt; text-decoration: underline;    }

/*-----------------------------------------
    Linkstyle / Linkstyle highlighted of the Submenu (gridpages)
-----------------------------------------*/
a.pages:link    {    color: #000000; font-weight: normal; text-decoration: none; padding:0 7;   }
a.pages:visited {    color: #575252; font-weight: normal; text-decoration: none; padding:0 7;    }
a.pages:hover   {    color: #990000; font-weight: normal; text-decoration: underline; padding:0 7;    }

a.pages_highlight:link    {    color: #FFFFFF; font-weight: normal; text-decoration: none; padding:0 7;   }
a.pages_highlight:visited {    color: #FFFFFF; font-weight: normal; text-decoration: none; padding:0 7;    }
a.pages_highlight:hover   {    color: #FFFFFF; font-weight: normal; text-decoration: underline; padding:0 7;    }

/*-----------------------------------------
    Linkstyle of the Footermenu
-----------------------------------------*/
a.f:link    {    color: #999999; font-weight: normal; text-decoration: none;    }
a.f:visited {    color: #999999; font-weight: normal; text-decoration: none;    }
a.f:hover   {    color: #999999; font-weight: normal; text-decoration: underline;    }

/*-----------------------------------------
    Change here for footer tables
-----------------------------------------*/
table.footer {
    width: 1000px;
    height:36px;
    color:#999999;
}

/*-----------------------------------------
    Change here for Headlines style
------------------------------------------*/

h3,h4,h5 {
    margin: 0px 0px 5px 0px;
    }
h1 {
    font-size:13pt;
    margin: 0px 0px 10px 0px;
   }
h2 {
    font-size:10pt;
    margin: 0px 0px 5px 0px;
   }

/*-----------------------------------------
    Change here for main content tables
-----------------------------------------*/

table.content {
    background-color: #F8EBE5;
    width: 1000;
}

td.content {
    padding:30;
}

td.rightcontent {
    width:150;
    background-color: #ECC4B8;
    padding:30;
}

/*-----------------------------------------
    Change here for Blog and Faq Style
------------------------------------------*/

h2.blog_title {
    margin-top:3;
    color:#990000;
}

font.blog_date {
    font-size:10px;
    font-weight: bold;
}
hr.blog_line {
    height:1px;
    color:#C8C8C8;
}

h2.faq_question {
    margin-top:3;
    color:#990000;
}
hr.faq_line {
    height:1px;
    color:#C8C8C8;
}
ul.faq_line {
    list-style-type: square;
    margin-top:3;
    margin-left:20;
    margin-bottom:3;
    color:#990000;
}

/*-----------------------------------------
    Other general
------------------------------------------*/
table {  border-collapse: collapse;  }
td {
    padding:0;
    font: normal 12px/15px  arial;
   }
img { border: 0 }
input,select,textarea {
    font-family: arial;
    font-size:8pt;
    color: #666666;
}

/*-----------------------------------------
    Linkstyles general
-----------------------------------------*/
a:link    {    color: #000000; font-weight: bold; text-decoration: underline;    }
a:visited {    color: #575252; font-weight: bold; text-decoration: underline;    }
a:hover   {    color: #990000; font-weight: bold; text-decoration: none;    }

a.black:link    {    color: #000000; font-weight: bold; font-size:8pt; text-decoration: underline;    }
a.black:visited {    color: #575252; font-weight: bold; font-size:8pt; text-decoration: underline;    }
a.black:hover   {    color: #990000; font-weight: bold; font-size:8pt; text-decoration: none;    }

/*-----------------------------------------
    Get Pixel - Logo images
------------------------------------------*/
td.logos {
    color: #FFFFFF;
    background-color: #951F1F;
}
td.logos_highlighted {
    color: #FFFFFF;
    background-color: #E47C7C;
}

a.logos:link    {    color: #FFFFFF; font-weight: bold; font-size:8pt; text-decoration: none;    }
a.logos:visited {    color: #FFFFFF; font-weight: bold; font-size:8pt; text-decoration: none;    }
a.logos:hover   {    color: #FFFFFF; font-weight: bold; font-size:8pt; text-decoration: underline;    }

/*-----------------------------------------
    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 {

}


