﻿* {
}
/* Remove border around linked images */
img 
{
	border: 0;
}
body
{
    margin:0;
    padding:0;
    min-height:100%;
}

/* Rounded Corners */
.rbTable
{
    margin:0; padding:0;
}
.rbUL
{
    height:10px;
    width:10px;
    background-image:url(../images/rbUL.jpg);
    background-repeat:no-repeat;
}
.rbUR
{
    height:10px;
    width:10px;
    background-image:url(../images/rbUR.jpg);
    background-repeat:no-repeat;
}
.rbBL
{
    height:10px;
    width:10px;
    background-image:url(../images/rbBL.jpg);
    background-repeat:no-repeat;
}
.rbBR
{
    height:10px;
    width:10px;
    background-image:url(../images/rbBR.jpg);
    background-repeat:no-repeat;
}
.rbU
{
    height:10px;
    background-image:url(../images/rbU.jpg);
    background-repeat:repeat-x;
}
.rbB
{
    height:10px;
    background-image:url(../images/rbB.jpg);
    background-repeat:repeat-x;
}
.rbR
{
    width:10px;
    background-image:url(../images/rbR.jpg);
    background-repeat:repeat-y;
}
.rbL
{
    width:10px;
    background-image:url(../images/rbL.jpg);
    background-repeat:repeat-y;
}
.rbULblueshadow
{
    height:10px;
    width:10px;
    background-image:url(../images/rbULblueshadow.jpg);
    background-repeat:no-repeat;
}
.rbURblueshadow
{
    height:10px;
    width:10px;
    background-image:url(../images/rbURblueshadow.jpg);
    background-repeat:no-repeat;
}
.rbBLblueshadow
{
    height:10px;
    width:10px;
    background-image:url(../images/rbBLblueshadow.jpg);
    background-repeat:no-repeat;
}
.rbBRblueshadow
{
    height:10px;
    width:10px;
    background-image:url(../images/rbBRblueshadow.jpg);
    background-repeat:no-repeat;
}
.rbUblueshadow
{
    height:10px;
    background-image:url(../images/rbUblueshadow.jpg);
    background-repeat:repeat-x;
}
.rbBblueshadow
{
    height:10px;
    background-image:url(../images/rbBblueshadow.jpg);
    background-repeat:repeat-x;
}
.rbRblueshadow
{
    width:10px;
    background-image:url(../images/rbRblueshadow.jpg);
    background-repeat:repeat-y;
}
.rbLblueshadow
{
    width:10px;
    background-image:url(../images/rbLblueshadow.jpg);
    background-repeat:repeat-y;
}
/* Gray out effects */
.grayOut
{
    position:fixed;
    background-color:Gray;
    /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  height:100%;
  width:100%;
}


