/* MAILBAR */
input.mailbar            { font-family: "trebuchet ms"; font-size: 10px; color: #1689AF; height: 13px; }
td.mailbar        	     { font-family: "trebuchet ms"; font-size: 10px; color: white; padding-left: 17px; }

/* NEWSBOX */
a.newsbox_link:link, a.newsbox_link:active, a.newsbox_link:visited, a.newsbox_link:hover { font-family: "trebuchet ms"; font-size: 10px; color: #1589AF; text-decoration: none; }
a.newsbox_link:hover	 { text-decoration: underline; }
span.newsbox_arrow       { font-family: "trebuchet ms"; font-size: 10px; color: #1589AF; }
td.newsbox_bg        	 { background-color: #E7F3F7; }
td.newsbox_dates         { font-family: "trebuchet ms"; font-size: 10px; color: #21BDDF; }

/* SPECIFICATION */
td.specification_list    { font-family: "trebuchet ms"; font-size: 10px; color: #6E6E6E; }

/* GBOX */
input.gbox_login, input.gbox_password { font-family: "trebuchet ms"; font-size: 10px; color: #629A00; height: 13px; width: 170px; border: 0px; border-left: thin solid #89AC40; border-top: thin solid #89AC40; }
input.gbox_check         { font-family: "trebuchet ms"; font-size: 10px; color: #1689AF; height: 13px; width: 170px; border: 0px; border-left: thin solid #448EA7; border-top: thin solid #448EA7; }
td.gbox_c,td.gbox_d,a.gbox_c:link,a.gbox_c:active,a.gbox_c:visited,a.gbox_c:hover { font-family: "trebuchet ms"; font-size: 10px; color: white; text-decoration: none; }
a.gbox_c:hover                        { text-decoration: underline }

/* CONTENT */
h1
{
	font-family: "trebuchet ms";
	font-size: 13px;
	color: #949494;
}

h3
{
	color: black;
	margin: 1em 0 0.2em 0;
	font-family: arial, verdana, sans-serif;
	font-size: 140%;
}
a:link, a:active, a:visited, a:hover { color: #1589AF; text-decoration: none; }
a:hover	 { text-decoration: underline; }
code
{
	font-family: courier new;
	font-size: 12px;
	color: #FF6600;
}

td.content_text,input
{
	font-family: "trebuchet ms"; font-size: 11px; color: #6E6E6E;
}

td.refferent_link
{
	font-family: "trebuchet ms"; font-size: 10px; color: #1589AF; text-decoration: none; 
}

a.faq_link:link,
a.faq_link:active,
a.faq_link:visited, 
a.faq_link:hover 
{ 
	font-family: verdana; 
	font-size: 10px; 
	color: #555555;
	text-decoration: none; 
}

a.faq_link:hover
{ 
	text-decoration: underline;
}

.border
{
	background-color: #C5C5C5;
}

.col 
{
	background-color: #C5C5C5;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.row1
{
	background-color: #F5F5F5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
}

.row2
{
	background-color: #EAEAEA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
	font-weight: bold;
}

td.promobox
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: white;
}

/* FOOTER */
td.footer                { text-align: right; padding-right: 10px; font-family: "trebuchet ms"; font-size: 10px; color: #A3A3A3; }

/* SEO fonts */
#big {
        color: #1791b9;
        font-family: tahoma, verdana;
        font-size: 30px;
        font-weight: bold;
}

#front_gray {
        color: #aaaaaa;
        font-family: tahoma, verdana;
        font-size: 11px;
}

/* dev() */
table.dev 
{
	width: 100%;
	background-color: white;
	border: 1px solid #FFC69F;
	margin-bottom: 10px;
	padding: 6px 6px 6px 6px;
}

pre.dev
{
	font-family: courier new;
	font-size: 12px;
	color: #FF6600;
}

