/* 
================================
Skin styles for DotNetNuke
================================
*/   

#dnn_dnnSEARCH_ClassicSearch {
	display:inline;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	border-padding:0;
	border:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
}
table.borders {
	border:solid 2px black;
	padding:5px;
	margin:10px;
}
div#pageframe {
	width:100%;
	text-align:center;
	padding:20px;
}
td {
	padding:0;
	margin:0;
	border:0;
}
td.padded {
	padding:5px;
	border:solid 1px black;
}

#pagetable, #pagesubtable, #hometable {
	height:100%;
	width:100%;
	text-align:center;
}
#hometable {
	background:url('gradient.gif');
}
#pagetable {
	background: #abf;
	padding:20px;
	border: #000 solid 2px;
}
#pagesubtable {
	height:100%;
	width:100%;
}
#logoimgcont {
	float:left;
	margin-bottom:0;
	position:relative;
	width:100%;
	padding:0px 10px;
}
#logoimg {
	width:100%;
	border:0;
}
.clearing {
	clear:both;
	font-size:1px;
	margin:0;
	color:#abf;
	background:transparent;
}
td.marginlink {
	vert-align:middle;
	text-align:center;
	font-size:130%;
	font-weight:bold;
	font-family:sans-serif;
}
td.vertspacer {
	text-align:center;
}
#topbar {
	background:#fff url('midin.jpg') repeat-x;
	width:100%;
}
#contenttable {
	width:100%;
	height:100%;
	background:#abf;
}
#maintable {
	height:100%;
	text-align:center;
}
#middlebar {
	width:100%;
	height:100%;
}
#bottombar {
	height:40px;
	width:100%;
	background:#777 url('midout.jpg') repeat-x;
}
td.vertspacer {height:10px;}
.leftimg {text-align:left;}
.rightimg {text-align:right;}

/* Main Menu */

.menutable {
	background: url('midout.jpg') #777;
	height:40px;
	text-align:center;
}

.MainMenu_MenuBar {
	cursor: pointer;
	height: 16px;
	background-color: Transparent;
	align:center;
}
.MainMenu_MenuItem {
	cursor: pointer;
	color: black;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	border: 0;
	border: 1px solid #ddd;
	font-family:sans-serif;
}
.MainMenu_MenuIcon, .MainMenu_MenuArrow {display: none;}
.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	background: #abf;
}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 0px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 0px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer;
	color: black;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
	border: 1px solid #ddd;
	font-family:sans-serif;
}
.contentpane {
	padding:0px;
}
td.borderbars {
	text-align:center;
}
a:link 
{
	color:#00f;
}
A:hover
{
	text-decoration: underline;
}
dt {
	font-weight:bold;
}
dd {
	font-style:italic;
}
td.logocell {
	width:40%;
	vertical-align:top;
}
.conttop {
	background:url(sideT.jpg) repeat-x;
}
.contbot {
	background:url(sideB.jpg) repeat-x;
}
.contleft {
	background:url(sideL.jpg) repeat-y;
}
.contright {
	background:url(sideR.jpg) repeat-y;
}
.contmid {
	background:#ddd;
	width:100%;
}
.homelink a:link {
	color:#00f;
}
.homelink a:hover {
	color:#00f;
}

