﻿/* defaults */
html, body								{ margin: 0;  padding: 0; }
body									{ font-family:Verdana, Arial, Helvetica, sans-serif; background: #fff; }

a, a:link								{ text-decoration: underline; color: #666666; }
a:hover									{ text-decoration: none; color:#7BC518; }
a:visited								{ text-decoration: none; }
h1, h2, h3, h4, h5, h6					{ color: #666; background: url(../img/bgHeaderDivider.gif) repeat-x bottom; }

/* Content */
#wrapper								{ font-size:0.7em; color: #666; width: 480px; }
label									{ font-weight: bold; display: block; margin: 0 0 2px 0; }
.ddlHospitals, .ddlDepartments			{ margin: 0 0 5px 0; }
.tekstBox								{ margin: 30px 0 0 0; width: 100%; }
.tekstBox .header						{ height:30px; background-image: url(../img/bgBoxHeader.jpg); background-repeat: repeat-x; }
.tekstBox .headerCornerRight			{ height:30px; width:15px; background-image: url(../img/bgBoxCornerRight.jpg); float:right; }
.tekstBox .headerCornerLeft				{ height:30px; width:15px; background-image: url(../img/bgBoxCornerLeft.jpg); float:left; }
.tekstBox .headerTitle					{ padding:7px; float:left; font-weight: bold; }
.tekstBox .bodyText						{ min-height:45px; background-image: url(../img/bgBoxBody.jpg); background-repeat: repeat-x;background-color:#E6E7E9; border-right: 1px solid #C8C8C8; border-left: 1px solid #C8C8C8; }
.tekstBox .bodyText p					{ margin: 0px; padding:7px 20px 30px 20px; text-align: left; }
.tekstBox .footer						{ height:7px; background-image: url(../img/bgBoxFooter.jpg); background-repeat: repeat-x; }
.tekstBox .footerCornerRight			{ height:7px; width:15px; background-image: url(../img/bgBoxFooterRight.jpg); background-repeat:no-repeat; float:right; }
.tekstBox .footerCornerLeft				{ height:7px; width:15px; background-image: url(../img/bgBoxFooterLeft.jpg); background-repeat:no-repeat; float:left; }
.tekstBox .footer .footerText			{ font-size: 10px; float:left; }

/* jobNavigation */
#jobNavigation							{ margin: 20px 0 0 0; }
#jobNavigation .Apply					{ float: left; font-weight:bold; font-size:1.2em ; color:#7BC718; }
#jobNavigation .Back					{ float: right; }

/* Jobdescription */
.jobDescription ul						{ margin: 0 0 10px 0; padding: 0 0 0 15px; list-style: none;}
.jobDescription li						{ list-style: none; }
.jobDescription ul li					{ background: transparent url('../img/liElement.gif') no-repeat 0 4px; padding: 0 0 0 15px; list-style: none; }

.jobDescription ol						{ margin: 0 0 10px 0; padding: 0 0 0 30px; }
.jobDescription ol li					{ padding: 0; list-style-type: decimal; }

.dropdown								{ width: 300px; }

.poweredByLink
{
    float:right;
    font-size:9px;
    text-decoration:none !important;
    margin-top:10px;
}

.Apply {
    color: #7BC718 !important;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
}

.Back {
    float: right;
}
