:root {
	--main-green: #acd98d;
	--main-blue: #9bb4ce;
}

body{
	font-family: verdana;
	font-size:.8em;
	padding: 0;
	margin:0;
}
	

th{
	background-color: var(--main-green);
	font-size:1em;
	color:#000000;
	font-family:verdana, Helvetica, sans-serif;
	font-weight:normal;
	padding: 5px 0px;
	text-align:left;
	padding-left:5px;
	vertical-align:top;
}	

textarea {
	font-family:arial;
	color:#333;
	font-size:1em;
}

.standout{
	color:#cc0000;
	font-family:Arial, Helvetica, sans-serif;
}	

.error{
	color:#ff0000;
	font-weight:bold;	
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;	
	text-align:center;
}

.success{
	color:#2B6739;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;	
}
	
h2{
	font-family:Arial, Helvetica, sans-serif;
	color:#cc0000;
	font-size:1.4em;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	color:#11881C;
	font-size:1.3em;
	text-decoration: underline;
}

h4{
	font-family:Arial, Helvetica, sans-serif;
	color:#750B79;
	font-size:1.2em;
	text-decoration: underline;
}

h5{
	font-family:Arial, Helvetica, sans-serif;
	color:#cc0000;
	font-size:.9em;
}

.btn{
	background-color:#E1E1E1;
	
}	

a{
	color:#666;
}

a:visited{
	color:#333;
}	

th a{
	color:#000000;
}

.td_uline{
	border-bottom:1px dashed var(--main-green);
	line-height:2px;
	font-size:0px;
	margin:2px 0px;
	width:100%;
}

a.linebutton{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#46698C;
	font-size:1em;
}	

#headerL{
	width:100%;
	letter-spacing:.1em;	
	font-family:"Arial-Black", Helvetica, sans-serif; 
	font-size:1.5em;	
	color:#7B007C;	
	font-weight:bold;
	float:left;
}

#headerR{
	float:left;
	text-align:right;
	width:100%;
	line-height: 25px;
}	

#contentL{
	border-right: 1px solid #c4c4c4;
} 

#contentL a{
	display:block;
	width:80%;
	padding: 1% 5%;	
	background-color:#E1E1E1;
	color:#000000;
	margin-bottom:2px;
	line-height:1.8em;
	font-size:1em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	float:right;
	text-align:right;
}

#contentL a:hover{
	background-color:#FDD30D;
	color:#7B007C;
	width:75%;
}	

#contentL a.title, #contentL a.title:hover, #contenL a.selected{
	display:block;
	width:89%;
	padding: 1% 5%;	
	border: 1px solid #000;
	background-color: var(--main-green);
	/*background-color: #9bb4ce;*/
	color:#000000;
	line-height:1.8em;
	font-size:1em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:left;
	border-right:0px;	
}

.italic{
	color: #cc0000;
	font-size:.8em;
}

.title{
	color:#2A4E85;
	text-decoration:underline;
	font-weight:bold;
}

.clearFix{
	clear:both;
	margin:1px 0px;
	line-height:1.8em;
}

label.contact{
	width:25%;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
}


hr{
	border:1px dotted #cacaca;
	height: 2px;
}


#file_uploads{
	width:400px;
	padding: 10px;
	background-color:#E4E4E4;
	float:right;
	-moz-border-radius: 15px;
	-webkit-border-radius:15px;
	font-size: 11px;
}

.smallLink{
	font-size:10px;
}

.infoTable{
	border:1px dotted #cacaca;
	font-size: 11px;
}
.infoTable th{
	background: #efefef;
}

.editTable{
	border:1px dotted #cacaca;
}
.editTable th{
	background: #efefef;
}

.popup_box{
	height:500px;
	width:600px;
	top:50%;
	left:50%;
	margin-top: -250px;
	margin-left: -300px;
	position:fixed;
	display:none;
	
}

.popup_box_content {
	background-color:white;
	height: 460px;
	width: 560px;
	position: absolute;
	z-index: 2;
	margin-left: 10px;
	margin-top: 10px;
	padding:10px;
	overflow:auto;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.popup_box_shadow{
	background:#000;
	position: absolute;
	height:500px;
	width:600px;
	background: #000;
	z-index:1;
	opacity:0.3;
	filter:alpha(opacity=30);
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.closeBtn{
	float: right;
	height: 20px;
	width: 20px;
	position: absolute;
	z-index: 10;
	margin-top: 0px;
	margin-left: 589px;
	margin-top:-12px;
	cursor:pointer;
	background:url(../img/close_btn.png) no-repeat;
}

.closeBtn:hover{
	background:url(../img/close_btn_over.png) no-repeat;
}


.standard_form {
	padding:10px;
}

.standard_form fieldset {
	padding:20px;
	border:1px solid #cacaca;
}

.standard_form legend {
	font-size:16pt;
	color:red;
}


.standard_form ol {
	margin:0px;
	padding:0px;
}

.standard_form ol li {
	list-style:none;
	height:30px;
	display:block;
}

.standard_form input[type=text] {
	width:200px;
	border:1px solid #cacaca;
	padding:5px;
}

.standard_form .button {
	margin:0 7px 0 2px;
	background-color:#f5f5f5;
	border:1px solid #dedede;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#565656;
	cursor:pointer;
	display:block;
	/*min-width:50px;
	padding:5px 10px 6px 20px;*/
	padding: 5px;
	float:left;
	
}

.standard_form .button:hover {
	background-color:#dff4ff;
}

.standard_form .add {
	background:url('../img/add_btn.png') #f5f5f5 no-repeat 2px 5px;
	padding-left:20px;
}

.standard_form .delete {
	background:url('../img/delete.png') #f5f5f5 no-repeat 2px 5px;
	padding-left:20px;
}

.standard_form .tick {
	background:url('../img/tick.png') #f5f5f5 no-repeat 2px 5px;
	padding-left:20px;
}

.standard_form .cross {
	background:url('../img/cross.png') #f5f5f5 no-repeat 2px 5px;
	padding-left:20px;
}

.standard_form .edit {
	background:url('../img/page.png') #f5f5f5 no-repeat 2px 5px;
	padding-left:20px;
}

.standard_form .arrow_down {
	background:url('../img/arrow_down.png') #f5f5f5 no-repeat 2px 5px;
	padding-left:20px;
}

.standard_form .arrow_up {
	background:url('../img/arrow_up.png') #f5f5f5 no-repeat 2px 5px;
	padding-left:20px;
}

.standard_form .pencil {
	background:url('../img/pencil.png') #f5f5f5 no-repeat 2px 5px;
	padding-left:20px;
}

.standard_form .email {
	background:url('../img/email.png') #f5f5f5 no-repeat 2px 5px;
	padding-left:20px;
}

.standard_form b {
	color:#777777;
}

.standard_form label {
	width:200px;
	display:block;
	float:left;
	font-weight:bold;
	
}

.help {
	cursor:pointer;
}

.clientList {
	width: 100%;
}
.clientList td {
	border-bottom: 1px dashed #9BB4CE;
}
.clientList td a {
	text-decoration: none;
}
.primaryColumn label {
	font-weight: bolder;
}
#updated {
	border-radius: 5px;
	padding: 7px;
	border: solid 1px #85c329;
	background-color: #bdd994;
	color: #587506;
	width: 200px;
	display: none;
}
#updatedLeave {
	border-radius: 5px;
	padding: 7px;
	border: solid 1px #85c329;
	background-color: #bdd994;
	color: #587506;
	width: 227px;
	display: none;
	margin: 10px 0px;
}
#notes textarea {
	width: 980px;
	height: 150px;
}
#clients label {
	font-weight: bolder;
	width: 100px;
	float: left;
}
#clients input {
	float: left;
	
}
#clients input[type=submit] {
	margin-bottom: 15px;
}
.leaveDate {
	font-weight: bolder;
	padding-right: 20px;
}
.removeLeave {
	
}
.leaveTable td,.leaveTable th {
	padding: 5px;
}
.leaveTable th {
	font-weight: bolder;
}
#leaveRequests {
	margin-top: 10px;
}
/* Styles for Tabs jQuery plugin */
/* root element for tabs  */
ul.css-tabs {
    margin:0 !important;
    padding:0;
    height:30px;
    border-bottom:1px solid #666;
}

/* single tab */
ul.css-tabs li {
    float:left;
    padding:0;
    margin:0;
    list-style-type:none;
}

/* link inside the tab. uses a background image */
ul.css-tabs a {
    float:left;
    font-size:13px;
    display:block;
    padding:5px 30px;
    text-decoration:none;
    border:1px solid #666;
    border-bottom:0px;
    height:18px;
    background-color:#9bb4ce;
    color:#000000;
    margin-right:2px;
    position:relative;
    top:1px;
    outline:0;
    -moz-border-radius:4px 4px 0 0;
    border-radius: 4px 4px 0px 0px; 
}

ul.css-tabs a:hover {
    background-color:#b1c4d3;
    color:#000000;
}

/* selected tab */
ul.css-tabs a.current {
    background-color:#e1e1e1;
    border-bottom:1px solid #ddd;
    color:#000;
    cursor:default;
}


/* tab pane */
.css-panes div {
    display:none;
    border:1px solid #666;
    border-width:0 1px 1px 1px;
    min-height:150px;
    padding:15px 20px;
    background-color:#e1e1e1;
    border-radius: 0px 0px 4px 4px;
}
.css-panes p {
	line-height: 1.8em;
}
/* End of Tabs styles */