/*
Solid NIC Stylesheet File - All rights reserved by Yeacon Ltd. Sti.
Last update: 24 Feb 2010 @ 23:25PM UTC
Author: Emre KURNAZ
*/

@import "yreset.css";

body {
 font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
 margin:0;
}

#header {
 background:url(../img/header.png);
 border-bottom:1px solid #ccc;
}

#logo {
 border:0;
 margin-left:13px;
 float:left;
}

#header-menu {
 float:right;
 padding:30px;
 font-size:18px;
 color:#ddd;
}

#header-menu a {
 font-size:18px;
 color:#0c669f;
}

#login {
 padding:5px;
 background:#a0a0a0;
 display:none;
 position:absolute;
 border:1px solid #c0c0c0;
 margin:10px;
 right:0;
}

#login label {
 font-weight:700;
 margin-bottom:5px;
}

#login form input {
 padding:3px;
 margin-bottom:10px;
 font-size:14px;
 line-height:16px;
 border:1px solid #c0c0c0;
 background:#f0f0f0;
}

#content {
 padding:10px;
}

#footer {
 margin:30px 10px 20px 10px;
 border-top:1px solid #f0f0f0;
 padding:5px;
}

a, a:link, a:visited {
 color:#00BBE6;
 text-decoration:none;
}

a:active, a:hover {
 color:#272936;
}

input, select, textarea {
 padding:3px;
 margin-bottom:10px;
 font-size:14px;
 line-height:16px;
 border:1px solid #c0c0c0;
}

table tr td {
 padding:5px;
}

table.list tr:hover {
 background:#F4F4F6;
}

table.list tr.title, table.list tr.title:hover {
 background:#fff;
 font-weight:700;
}

td.expire {
 color:#FF6124;
}

h1,h2,h3,h4,h5,h6 {
 margin:0;margin-top:10px;margin-bottom:10px;
 font-weight:700;
 font-family:Sans-Serif;
}

h1 { font-size:24px;color:#222; }
h2 { font-size:22px;color:#333; }
h3 { font-size:20px;color:#444; }
h4 { font-size:18px;color:#555; }
h5 { font-size:16px;color:#666; }
h6 { font-size:14px;color:#777; }

