﻿/* CSS Document */

/* This CSS region deals with how the skins general table struture is displayed*/
.MainTable
{

	padding-top:0px;
	padding-bottom:0px;
	height:100%;
}
.InnerTable
{
	background:#FFFFFF;
}
.topl
{
/*	background:url(Images/topL.png) top left no-repeat; */
	width:20px;
	height:7px;
}
.topm
{
/*	background:url(Images/top.png) top left repeat-x; */
	height:7px;
}
.topr
{
/*	background:url(Images/topR.png) top left no-repeat; */
	width:20px;
	height:7px;	
}
.left
{
/*	background:url(Images/left.png) top left repeat-y; */
	width:20px;
}
.right
{
/*	background:url(Images/right.png) top left repeat-y; */
	width:20px;
}
.bottoml
{
/*	background:url(Images/bottomL.png) bottom left no-repeat; */
	width:20px;
	height:14px;
}
.bottomm
{
/*	background:url(Images/bottom.png) bottom left repeat-x; */
	height:14px;
}
.bottomr
{
/*	background:url(Images/bottomR.png) bottom left no-repeat; */
	width:20px;
	height:14px;	
}
.menu1top
{
	background:url(Images/menu_top.png) top left repeat-x;
	height:2px;
}
.menu2top
{
	background:url(Images/menu_top.png) top left repeat-x;
	height:2px;
}
.menu2bottom
{
	height:6px;
	background:#FFFFFF;
}
.footertable
{
	height:15px;
	padding-left:20px;
	padding-right:20px;
}
.dnnmenubar
{
	background-color: #C4C590;
	height:20px;
}






