.adminLinksPadding
{
	padding-left:5px;
	padding-right:5px;
}

#accordion { border: 1px solid #111; }
#accordion div.selected .accordionheader { font-weight: bold; }
#accordion div div {
	border-left:1px solid #6699CC;
	padding: 10px;
}
#accordion div.accordionheader {
	border: 1px solid #3366AA;
	background-color: #6699CC;
	padding: 10px;
	cursor: pointer;
}
#accordion div.selected {
	border-bottom: none;
}
.accordionTitle
{
	font-family: "Century Gothic", Arial, sans-serif, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	color: #fff;
	text-decoration: none;
	text-align:center;
	padding-bottom:5px;
}

/*tab*/
ul.tabs {
	margin: 0px 0px 0px 8px;
	padding: 10;
	float: left;
	list-style: none;
	overflow:hidden;
	border-bottom: 4px solid #003463;
	border-left: 1px solid #999;
	width: 694px;
}
ul.tabs li {
	float: left;
	margin: 1;
	padding: 5;
	height: 24px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 25px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #6699CC;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	/*position: relative; --this is turned off so the DNN menu bar doesnt get under the tab*/ 
	background: #5f7d96;
	min-width:auto;
}
ul.tabs li a {
	text-decoration: none;
	text-align:center;
	color: #FFF;
	display: block;
	font-size: 11px;
	padding: 0 5px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #6699CC;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #003463;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
.tab_container {
	border: 1px solid #6699CC;
	border-top: 1 pc solid #6699CC;
	padding-bottom: 3px;
	margin: 0px 0px 0px 8px;
	overflow: hidden;
	clear: both;
	float: left; width: 693px;
	background: #fff;
}
.tab_content {
	padding: 10px;
	font-size: 11px;
}



