﻿.body_style {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-image: url(graphics/shared/background.gif);
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 2em;
}

.label{
float: left;
width: 140px;
}

#div_error a:link {
	color: Red;
	text-decoration: none;
}
#div_error a:visited {
	text-decoration: none;
	color: Red;
}
#div_error a.:hover {
	text-decoration: none;
	color: #000000;
}

.stylemid1 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #115F38;
	font-weight: bold;
}

.style1 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #115F38;
	font-weight: bold;
}
.style2 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 1.5em;
}
.style3 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.5em;
}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.3em;
}
.style5 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
}
.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9ACC99;
	line-height: 2em;
}
.style7 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.5em;
}

.body_nostyle {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color:White;
}

.Error 
{
    color:Red;
}

.Default_Color 
{
    color:Black;
}

.Good 
{
    color:Green;
}

.white_a {
 color:#FFFFFF;
 text-decoration:none;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight:normal;
}

.red_a {
 color: Red;
 text-decoration:none;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight:normal;
}

a:link {
	color: #006344;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006344;
}
a:hover {
	text-decoration: none;
	color: #000000;
}


input.standard{
	width:300px;
}

textarea.standard {
	width:300px;
	height:50px;
}

#error {
	border-style: solid;
	border-width: 1px;
	padding: 10px;
	background-color: #ffffff;
	color: #cc0000;
	
}

.ex{
	font-size:16px;
}

.popup_header {
	border:1px solid #000000;
	border-bottom:0px;
	padding:10px;
	font-weight:bold;
	height:10px;
	background-color:#ABD4A7;
	font-size:110%;
}

.popup_header a {
	float:right;
	color:#006344;
	font-weight:normal;
}

.popup_body  {
	padding:10px;
	border:1px solid #000000;
}

#div_form
{
    margin:auto; 
    text-align:left; 
    width:500px; 
    padding: 10px 10px 10px 10px; 
    border:solid 1px gray;
}

.div_form
{
    margin:auto; 
    text-align:left; 
    width:500px; 
    padding: 10px 10px 10px 10px; 
    border:solid 1px gray;
}

.InnerDiv
{
    height:90px;
    width:400px;
	overflow:auto;
    overflow: -moz-scrollbars-vertical;	
	overflow-x: hidden;
	overflow-y: scroll;	
}

.InnerDivTall
{
    height:200px;
    width:400px;
	overflow:auto;
    overflow: -moz-scrollbars-vertical;	
	overflow-x: hidden;
	overflow-y: scroll;	
}

.RejectInnerDiv
{
	width:532px;
	height:70px;
	overflow:auto;
    overflow: -moz-scrollbars-vertical;	
	overflow-x: hidden;
	overflow-y: scroll;
	color:Red;	
}

.LateReasonInnerDiv
{
	width:234px;
	height:70px;
	overflow:auto;
    overflow: -moz-scrollbars-vertical;	
	overflow-x: hidden;
	overflow-y: scroll;
}

.DiaryInnerDiv
{
	width:400px;
	height:120px;
	overflow:auto;
    overflow: -moz-scrollbars-vertical;	
	overflow-x: hidden;
	overflow-y: scroll;
}

.VacancyAlertInnerDiv
{
	width:580px;
	height:70px;
	overflow:auto;
    overflow: -moz-scrollbars-vertical;	
	overflow-x: hidden;
	overflow-y: scroll;
}

.CompanyVacancyInnerDiv
{
	height:263px;
	overflow:auto;
    overflow: -moz-scrollbars-vertical;	
	overflow-x: hidden;
	overflow-y: scroll;
}
.RejectP
{
	height:14px;
	margin: 0px 0px 0px 0px; 
	color:Red;	
}

.TieError
{
	font-size:110%; 
	color:Red;
	font-weight:bold;
}

.TieSuccess
{
	font-size:110%; 
	color:Green;
	font-weight:bold;	
}
.menupanel
{
	height:30px;
	padding: 0px 0px 0px 0px;
	vertical-align:top;	
	text-align:center;
}

.button_left
{
	float:left;
}

.button_right
{
	float:right;
}

.modalBackground
{
  background-color:#000;
  filter:alpha(opacity=40);
  opacity:0.5;
}
 
.ModalWindow
{
  border: solid 1px #c0c0c0;
  background:#f0f0f0;
  padding: 0px 10px 10px 10px;
  position:absolute;
  top:-1000px;
}
