body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', helvetica, verdana, arial, sans-serif;
	font-size:12px;
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration:none;
	color: rgb(35,107,157);
}

.link-menu a {
	text-decoration:none;
	color: white;	
}

a:hover {
	color: red;
}

h2 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size:21px;
	color: rgb(35,107,157);	
}

.logo-company {
	background:url(/HR_Core/GetCompanyLogoFront) no-repeat;
	height:68px;
	width:100%;
	position:absolute;
	top:3px;
	left:20px;
}

.logo-product {
	background:url(/Base/GetSystemFile/logo-product_small) no-repeat;
    background-position: center;
	position:absolute;
	height:75px;
	width:100%;

}

.logo-right {
	background:url(/Base/GetSystemFile/) no-repeat;
	height:45px;
	width:160px;
	position:absolute;
	top:5px;
	right:5px;
}

.button-login {
	background:url(/Base/GetSystemFile/button-login_grey_small) ;
	height:25px;
	width:87px;
	position:absolute;
	top:40px;
	right:5px;
}

.button-logout {
	background:url(/Base/GetSystemFile/button-logout_grey_small) ;
	height:25px;
	width:87px;
	position:absolute;
	top:40px;
	right:5px;
}

.back-header {
	background:url(/Base/GetSystemFile/back-header_1) repeat-x;
	height:100px;
	width: auto;
}

.back-strip {
	background:url(/Base/GetSystemFile/back-strip_gray) repeat-x;
	height:15px;
	width: auto;
}

.back-color {
	background: #dcdcdc;
}

#div-footer-child {
	background:#313131;
	color:#ffffff;
	text-align:center;
	padding:5px 0px 5px 0px;
}

h2 a {
	color: rgb(35,107,157);	
}

/* old formgen */

.panel-title {
	text-align: left;
	height: 18px;
}

.field-label {
	text-align: center;
	height: 18px;
}

.field-readonly {
	background: #dddddd
}

.row {
	border-style: solid 5px #000000;
}

.row-even
{
    background-color:#f3bd48;
}

.row-odd
{
    background-color:#ffffff;
}

.row-hovered
{
    background-color:lightblue;
    color:#666;
}

.div-overflow 
{
	overflow:scroll;
}

.minova-readonly
{
    background-color:#eee9e9; 
    background-image: none;
	background: #eee9e9 none repeat scroll 0 0 !important;
}

.minova-mandatory
{
    background-color:#f0fff0; 
    background-image: none;
    border-color:#c30;
 
}

.minova-amount
{
    text-align:right;
}

.minova-blank
{
}

.icon-grid {
    background-image:url( ../Content/desktop/images/grid.png ) !important;
}

/* Desktop Shortcuts */
#x-shortcuts {
    position:absolute;
    top:20px;
    left:0px;
    width: 480px;
    height: 500px;
    padding: 5px 0px;
}
#x-shortcuts dt {
    float:left;
    margin:15px 0 0 15px;
    /*clear:left;*/
    width:64px;
    height:80px;
    font:normal 10px tahoma,arial,verdana,sans-serif;
    text-align:center;
    zoom:1;
    display:block;
}
#x-shortcuts dt a {
    width:64px;
    display:block;
    color:black;
    text-decoration:none;
}
#x-shortcuts dt div {
    width:100%;
    color:black;
    overflow:hidden;
    text-overflow:ellipsis;
    cursor:pointer;
}
.ext-ie #x-shortcuts dt img {
    background:transparent !important;
}
#x-shortcuts dt a:hover {
    text-decoration:underline;
}
img.shortcut  {
    width:55px;
    height:55px;
    background-repeat:no-repeat;
    background-position:center;
    background-size: 100%;
}