﻿/*Default styles*/
@import "DBstyles.css";

/*Styles for HR Module*/
@import "employee.css";

/*Styles for Newsticker*/
@import "ticker.css";

#LeftContainer {
	position:absolute;
	left:110px;
	top:30px;
	width:340px;
	height:420px;
        background-color:#91ABBC;
        overflow:hidden;
}
#LeftTopHolder {
	position:absolute;
	left:15px;
	top:35px;
}
#LeftBottomHolder {
	position:absolute;
	left:0px;
	top:260px;
	width:300px;
	height:130px;
        margin:10px 0px 0px 20px;
        overflow: hidden;
     
}
#ContentHolder {
	position:absolute;
	left:450px;
	top:30px;
	width:420px;
	height:420px;
        background-color:#000000;
        overflow: hidden;
}
