/* CSS Document */

.box-t
{
background:#99d9fb url('images/boxes/t.gif') repeat-x 50% top;
width: 100%;
height: 100%;

}

.box-l
{
background: url('images/boxes/l.gif') repeat-y left 50% ;
width: 100%;
height: 100%;
}

.box-b
{
background: url('images/boxes/b.gif') repeat-x 50% bottom;
width: 100%;
height: 100%;
}

.box-r
{
background: url('images/boxes/r.gif') repeat-y right 50%;
width: 100%;
height: 100%;
}


.box-tr
{
background: url('images/boxes/tr.gif') no-repeat right top;
width: 100%;
height: 100%;
}

.box-tl
{
background: url('images/boxes/tl.gif') no-repeat left top;
width: 100%;
height: 100%;

}

.box-bl
{
background: url('images/boxes/bl.gif') no-repeat left bottom;
width: 100%;
height: 100%;
}

.box-br
{
background: url('images/boxes/br.gif') no-repeat right bottom;
width: 100%;
height: 100%;
}





.box-title
{
 font-variant: small-caps;
 font-size: 16pt;
 font-weight: bold;

 display: block;
}

a.editLinks 
{
text-decoration: none;
font-size: 10px;
text-transform: uppercase;
padding: 5px;
display: inline-block;
background: #ffffff;
border: solid 1px #000000;
}

a.editLinks:hover 
{
 background: #C0C0FF;
font-size: 10px;
text-transform: uppercase;
}

.stdBtn
{
    border: solid 1px #000000;
    font-family: Arial;
    font-size: 0.9em;
    cursor: hand;
}

.frame
{
	margin: 0px 50px;
	left: 200px;
	text-align: center;
  
}

.box-t-green
{
background:#99ff99 url('images/boxes/green/t.gif') repeat-x 50% top;
width: 100%;
height: 100%;

}

.box-l-green
{
background: url('images/boxes/green/l.gif') repeat-y left 50% ;
width: 100%;
height: 100%;
}

.box-b-green
{
background: url('images/boxes/green/b.gif') repeat-x 50% bottom;
width: 100%;
height: 100%;
}

.box-r-green
{
background: url('images/boxes/green/r.gif') repeat-y right 50%;
width: 100%;
height: 100%;
}


.box-tr-green
{
background: url('images/boxes/green/tr.gif') no-repeat right top;
width: 100%;
height: 100%;
}

.box-tl-green
{
background: url('images/boxes/green/tl.gif') no-repeat left top;
width: 100%;
height: 100%;

}

.box-bl-green
{
background: url('images/boxes/green/bl.gif') no-repeat left bottom;
width: 100%;
height: 100%;
}

.box-br-green
{
background: url('images/boxes/green/br.gif') no-repeat right bottom;
width: 100%;
height: 100%;
}


