﻿.bordertop_lt
{

    float:left;
	width:8px;
	height:9px;
	background-image:url("/App_Themes/images/bordertop_lt.gif");
	background-repeat:no-repeat;	
	
}
.bordertop_mid
{	
    float:left;
	height:9px;
	background-image:url("/App_Themes/images/bordertop_mid.gif");
	background-repeat:repeat-x;
}
.bordertop_rt
{

    float:left;
	width:7px;
	height:9px;
	background-image:url("/App_Themes/images/bordertop_rt.gif");
	background-repeat:no-repeat;
}
.bordermid_lt
{
    height:100%;
    float:left;
	width:8px;

	background-image:url("/App_Themes/images/bordermid_lt.gif");
	background-repeat:repeat-y;
}
.bordermid_mid
{

    float:left;
    height:100%;
}
.bordermid_rt
{

    height:100%;
    float:left;
	width:7px;
	background-image:url("/App_Themes/images/bordermid_rt.gif");
	background-repeat:repeat-y;
}
.borderbot_lt
{
    clear:left;
    float:left;
	width:8px;
	height:11px;
	background-image:url("/App_Themes/images/borderbot_lt.gif");
	background-repeat:no-repeat;
}
.borderbot_mid
{
    width:100%;
    float:left;
	height:11px;
	background-image:url("/App_Themes/images/borderbot_mid.gif");
	background-repeat:repeat-x;
}
.borderbot_rt
{
    float:left;
	width:7px;
	height:11px;
	background-image:url("/App_Themes/images/borderbot_rt.gif");
	background-repeat:no-repeat;
}

/* ////// Header  ////////// */


.headertoplt
{
    float:left;
	height:27px;
	width:7px;
	background-image:url("/App_Themes/images/top_lt.gif");
	background-repeat:no-repeat;
}

.headertopmid
{
    float:left;
	height:27px;
	background-image:url("/App_Themes/images/top_mid.gif");
	background-repeat:repeat-x;	
	/*vertical-align:middle	*/
}

.headertoprt
{
    float:right;
	height:27px;
	width:6px;
	background-image:url("/App_Themes/images/top_rt.gif");
	background-repeat:no-repeat;
}

.textsmall
{
	font-family:Arial;
	font-size:x-small;
	font-variant:normal;	
	font-weight:lighter;
	margin: 0 0 0 1px;
}
.grid td
{
border-bottom:solid 1px gray;
}
/* header of div */
.offdetheadtop_lt
{
    float:left;
	height:27px;
	width:4px;	
	background-image:url("/App_Themes/images/offdet_top_lt.gif");
	background-repeat:no-repeat;
}

.offdetheadtop_mid
{
    float:left;
	height:27px;	
	background-image:url("/App_Themes/images/offdet_top_mid.gif");
	background-repeat:repeat-x;
}
.offdetheadtop_mid h3
{
    margin:6px;
    font-size:1.1em;
    padding:0;
}
.offdetheadtop_rt
{
    float:left;
	height:27px;
	width:5px;
	background-image:url("/App_Themes/images/offdet_top_rt.gif");
	background-repeat:no-repeat;
}

.topHeader
{		
	font:normal bold 1.1em Verdana, Arial, Helvetica, sans-serif;	
	margin:6px 0 0 10px;
	/*color:#D56200;*/
}
table.form td
{
    padding-top:7px;
    padding-left:7px;
    
}
table.form td.label
{
    font-weight:bold;
    width:150px;
    padding-left:0px;
}