﻿/*#############################################################
credits: Viktor Persson
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
body {
	background:none;
	font: normal 0.7em Tahoma,Verdana,sans-serif;
}
div a {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}
h1 {
	color: #444;
	font: normal 2em sans-serif;
	margin: 18px 0 0 0;
}
code {
	background: url(imgf/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #D91623;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	/*padding: 8px 10px;*/
	white-space: pre;
}
blockquote {
	background: url(imgf/quote.gif) no-repeat;
	color: #555;
	display: block;
	font: bold 1.2em "Trebuchet MS",serif;
	margin: 6px 0;
	padding-left: 28px;
}
.desc {
	clear:both;
	float:left;
	background: #4A8608;
	color: #ffffff;
	display: block;
	font: normal 1em "century gothic",sans-serif;
	margin-top:1px;
	margin-bottom: 12px;
	padding: 8px 0 8px 0px;
	/*white-space: pre;*/
	width:680px;
	text-align:justify
}

/* structure */
.main {
	width: 680px;
	margin: 0 auto;
	padding-top: 25px;
}
.main_top {
	clear: both;
	padding-top: 6px;
	width: 680px;
	height:288px;
}
.main_middle {
	padding-top: 6px;
	width: 680px;
	height:288px;
}

.main_body {
	position:relative;
	padding-top: 6px;
}
.main_left {
	float: left;
	padding-top: 6px;
	width: 337px;
}
.main_right {	
	float: right;
	padding-top: 6px;
	width: 337px;
}
.footer {clear: both;}

/* misc */
.left {
	float: left;
}
.right {
	float: right;
}
.header,.link_projects,.lbl,.link_updates a {
	border-bottom: 6px solid #FFF;
}
div.link_projects a:hover,div.link_updates a:hover, .content a:hover, div.footer div.left a:hover {
	background: #D7162C;
	color: #FFF;
}

/* logo */
.header0 {
    /*background: #10598C;*/
    background: url(imgf/plan.jpg) repeat-x;
    height: 289px;
    width:337px;
    float:left;
}

.header1 {
    background: #E7EBF7;
    height: 289px;
    width:337px;
    float:left;
}
.header2 {
	background: url(imgf/skills.jpg) repeat-x;
	height: 289px;
	width:337px;
	float:right;
}
.header3 {
	background: url(imgf/cmr.jpg) repeat-x;
	height: 289px;
	width:337px;
	float:left;
}
.header4 {
	/*background:  url(img/cmr.jpg) repeat-x;*/
    background: #E7EBF7; //#CED7EF; //#10598C;
	height: 289px;
	width:337px;
	float:right;
}
.header1 h1 {
	padding: 45px 0 0 5px;
	color:#FFFFFF;
	text-align:center;
	font: normal 4.2em "century gothic",sans-serif;
}
.header5 {
	background: #BD5D00;
	height: 289px;
	width:337px;
	float:right;
}

.header6 {
    background: #E7EBF7;
    height: 289px;
    width:337px;
    float:right;
}
/*.header1 a:hover {background: #444;}*/

.header2 h1 {
	margin: 0;
	/*padding: 124px 0 0 24px;*/
	font: normal 2.2em Verdana,sans-serif;
}
.header2 a:hover {background: #D91623;}

.header3 h1 {
	margin: 0;
	/*padding: 124px 0 0 24px;*/
	font: normal 2.2em Verdana,sans-serif;
}
.header3 a:hover {background: #BD5D00;}

.header4 h1 {
	margin: 0;
	/*padding: 124px 0 0 24px;*/
	font: normal 2.2em Verdana,sans-serif;
}
.header4 a:hover {background: #4A8608;}

.desc h1{
	padding: 4px 0 0 20px;
	color:#FFFFFF;
	font: normal 2.2em "century gothic",sans-serif;
	margin: 0 0 0 2px;
}
.desc p {
	margin: 0 0 2px 24px;
	color:#FFFFFF;
	font: normal 1.2em "century gothic",sans-serif;
}

/* main navigation */
.link_menu {
	float:left;
	list-style: none outside none;
	/*background: #4A8608; /* url(img/grdnt_red.png) repeat-x;*/
	background: #CC2224 url(imgf/grdnt_red.png) repeat-x;
}
.link_menu li {
	border-right: 2px solid #FFFFFF;
	display: block;
	float:left;
	width:95px;
}

.link_menu a {
	border-bottom: 1px solid #FFF;
	display: block;
	font: normal 1.0em Verdana,sans-serif;
    letter-spacing: 0.4px ;
	/*height: 18px;
	padding: 6px 0 0 10px;*/
	height: 13px;
    padding: 6px;
	text-decoration: none;
}
.link_menu a:hover {background: #444;}

.link_menu a.active {background: #444;}


/* projects */
.lbl {
	background: #222 url(imgf/bglbl.gif) repeat-x;
	clear: both;
	color: #FFF;
	font: normal 2em "Lucida Sans Unicode",sans-serif;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
}
.link_projects a {
	display: block;
	height: 100px;
	text-align: center;
	color: #FFF;
	padding-top: 24px;
	width: 124px;
	font-size: 0.9em;
	font-family: sans-serif;
}
.link_projects a span {
	font: normal 5em sans-serif;
}
a.g1 {
	background: #888;
}
a.g2 {
	background: #666;
	border-left: 6px solid #FFF;
}

/* updates */
.link_updates {
	background: #222 url(imgf/grdnt_gray.gif) repeat-x;
}
.link_updates .lbl {
	border-top: 6px solid #FFF;
	height: 100px;
	line-height: 100px;
}
.link_updates a {
	clear: right;
	display: block;
	font: normal 1.2em "Trebuchet MS",sans-serif;
	height: 55px;
	padding: 10px 0;
	text-align: center;
}
.link_updates a span {
	float: left;
	font: normal 3em Verdana,sans-serif;
	letter-spacing: -2px;
	margin-left: 10px;
	margin-top: 3px;
}

/* content */ 
.content {
	clear:both;
	color: #444;
	font-family: Verdana,sans-serif;
	line-height: 1.3em;
	padding: 0 10px 10px; 
}
.content a {
	color: #FD1C24;
}
.content p {
	margin: 4px 0 10px 0;
	text-align:justify;
}
.content .descr {
	color: #666;
	margin-bottom: 6px;
}
.content li {
	list-style: url(imgf/li.gif);
	margin-left: 18px;
    margin-bottom: 4px;
    text-align: justify;
}

/* footer */
.footer {
	color: #666;
	clear: both;
}
.footer .right a {
	background: #2A2A2A;
	color: #555;
	padding: 1px 3px;
}
.footer .right a:hover {
	background: #383838;
	color: #999;
}
.footer .left a {
	color: #777;
}
.footer .left {
	border-top: 1px solid #F0F0F0;
	padding: 9px 0 9px 1px;
	width: 680px;
	text-align:center;
}
.footer .right {
	margin-right: 8px;
	padding: 9px 0;
	text-align: right;
	width: 220px;
}

/* Login form CSS */
.mainlogin {
    background-color: ghostwhite;
    border: 1px solid #9C9A9C;
    font-size: small;
    width: 340px;
    margin: 20px auto 0 auto;
}

div.titlelog {
    background: url("imgf/logtitle.gif") repeat-x scroll 0 0 #F7F3F7;
    font: 12px Tahoma,Verdana,Arial,Helvetica,sans-serif;
    border-bottom : 1px solid #9C9A9C;
    padding-top:6px;
    padding-bottom:6px;
    height:28px;
    vertical-align:middle;
}

div.titlelog h1 {
    color: #666666;
    display: block;
    font-family: Century Gothic,Tahoma,Verdana,sans-serif;
    font-size: 1.8em;
    letter-spacing: -1px;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}
table.log{
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom:15px;
}

table.log tr{
    color:#666666;
    font: 13px Tahoma,Verdana,Arial,Helvetica,sans-serif;
    text-align: left;
    text-color: #666666;
    height:26px;
}

p.error{
    font: 12px Tahoma,Verdana,Arial,Helvetica,sans-serif;
    text-align:center;
    color:#FE2E2E;
}

div.footerlogin {
    background:#E7EBF7;
    border-top: 1px solid #9C9A9C;
    height: 18px;
    padding-bottom: 3px;
    padding-top: 5px;
    text-align: center;
    font-size: x-small;
    color: #666666;
}

input {
    border: 1px solid #CED7EF;
    font: 13px Tahoma,Verdana,Arial,Helvetica,sans-serif;
}

input.buttonlog {
    width: 44%;
}

.main_title p {
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.2em;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: text-bottom;
    padding: 120px 0px 0px 9px;
    //font-variant: small-caps;
    font-weight: lighter;
    color: #10598C;
}

.offer-table{
    width: 100%;
}

.offer-table th{
    border-bottom: 1px solid gainsboro;
    text-align: left;
}

.offer-table td{
    border-bottom: 1px gainsboro solid;
    height: 20px;
}

.offer-table tbody tr:hover{
    background-color: ghostwhite;
}

.offer-table tbody tr.clicked{
    background-color: ghostwhite;
}

.apply-job {
    background: url(imgf/bgcode.gif);
    border: 1px solid #F0F0F0;
    color: #555;
    font: normal 1em "Lucida Sans Unicode",serif;
    min-height: 64px;
    //padding: 0px 0px 0px 6px;
    //white-space: pre;
}

.apply-job p {
    clear: both;
    padding-left: 4px;
}

.apply-job input, label {
    display: inline;
    float: left;
    margin: 5px;
}