﻿
*{
  margin: 0;
padding: 0;
}


/**** preload images *********/
body:before {/* add as many images as you like */
    content: url(../images/arrow-bg.jpg) url(../images/arrow-bg2.jpg);
    display:none;
}
/*****************************/

body {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;  
    background-color: #fff;
    margin: 0;
    padding: 0;
}

#header{
  height: 90px;
  margin: 2px 2px;
  width: 902px;
}

h1{
  display: none;
}

.releaseCont{
  width: 34%;
float: left;
border: 2px solid #dbd1e9;
height: 100px;
padding: 20px 30px 25px 37px;
border-radius: 15px;
margin: 40px 20px 0 30px;
text-decoration: none;
background: url(../images/arrow-bg.jpg) no-repeat 300px 50px;
}

.releaseCont  .title{
  text-decoration: none;
font-weight: bold;
font-size: 25px;
color: #6034a5;
text-transform: capitalize;
}

.releaseCont:hover{
  background: #f5effd url(../images/arrow-bg2.jpg) no-repeat 300px 50px;
}
.releaseCont:hover .title{
  text-decoration: underline;
}

.gDate{
margin: 15px 0;
	display: block;
color: #000;

line-height: 1.75;
}

.releaseCont:last-child{
  margin-left: 0;
margin-right: 0;
}
.vfrl-container {
    padding: 10px;
}

.vfrl-row {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .vfrl-row li {
        display: inline-block;
        padding: 4px;
        text-align: left;
        vertical-align: middle;
    }

.vfrl-heading {
    font-weight: bold;
}

.vfrl-row-active {
    color: green;
}

.vfrl-row-inactive {
    color: red;
}

.vfrl-active, .vfrl-download, .vfrl-switch, .vfrl-status {
    width: 16px;
}

.vfrl-generated {
    width: 190px;
}

#editVersionsTable {
	float: left;
}