/* FIXED LEFT BARS */

#LBar100
{
float: left;
width: 100px;
}

#LBar150
{
float: left;
width: 150px;
}

#LBar200
{
float: left;
width: 200px;
}

#LBar250
{
float: left;
width: 250px;
}


#LBar300
{
float: left;
width: 300px;
}

#LBar350
{
float: left;
width: 350px;
}

#LBar400
{
float: left;
width: 400px;
}

#LBar500
{
float: left;
width: 500px;
}


/* PERCENTUAL LEFT BARS */

#LBar20p
{
float: left;
width: 20%;
}

#LBar25p
{
float: left;
width: 25%;
}


#LBar50p
{
float: left;
width: 50%;
}

#LBar33p
{
float: left;
width: 33%;
}

#LBar66p
{
float: left;
width: 66%;
}

#LBar100p
{
float: left;
width: 100%;
}

/* PERCENTUAL RIGTH BARS */

#RBar20p
{
float: right;
width: 20%;
}

#RBar25p
{
float: right;
width: 25%;
}


#RBar50p
{
float: right;
width: 50%;
}

#RBar33p
{
float: right;
width: 33%;
}

#RBar66p
{
float: right;
width: 66%;
}

#RBar100p
{
float: right;
width: 100%;
}

