/* CSS Document */

/* Content Box Inside: Draws the interface background for the inside pages */
.CONTENTBOXInside {
	position: relative;
	height: 514px;
	width: 760px;
	background-image: url(images/backgroundinterface_inside.jpg);
	background-repeat: no-repeat;
}

/* Heading Inside: places a graphic heading across the inside pages */
.HeadingInside {
	position: absolute;
	height: 94px;
	width: 483px;
	left: 245px;
	top: 33px;
}
/* TextArea Inside: Defines the width, height & placement of the scrolling box for all inside pages */
.TextAreaInside {
	overflow: auto;
	.overflow-x: hidden;
	position: absolute;
	height: 340px;
	width: 483px;
	left: 245px;
	top: 138px;
	scrollbar-3dlight-color:#A7A089;
	scrollbar-arrow-color:#A7A089;
	scrollbar-base-color:#A7A089;
	scrollbar-darkshadow-color:#A7A089;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#A7A089;
	scrollbar-shadow-color:#A7A089;
	
}
.bg_tb {
	 border-spacing:1px;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:12px;
	 background-color:#CAC8B9;
	 color: #000;
	 width:90%;
	 margin:auto;
     }

.bg_tb td{
     border-collapse: separate;
     border-collapse: collapse;
     border-spacing: 0;
     }
	 
.bg_tb caption {
     font-weight: bold;
     background: #77A3D7 url(adminimages/corner.gif) no-repeat right top; 
	 border-bottom:2px solid #4D85CA;
     color: #fff;
     text-transform: capitalize;
     padding:6px;
     margin:auto;
     }
	 
.bg_tb td {
     padding: 2px;
	 border: 1px solid #ffffff;
     }
	 
.bg_tb  tr {
     text-align: left;
     background: #eceadd;
     color: #000;
     }
.view a{
	color:#787147;
	text-decoration:none;
	}
.view a:hover{
	color:#787147;
	text-decoration:none;
	border-bottom:2px solid #787147;
	}
h5{
	font-size:0.9em;
	line-height:15px;
	color:#787147;
	}