/*
This is the CSS File for the eBay Style DNN Skin Package
*/

/*
The following two Lines are setting the horizontal Alignment of the entire Content.
Due to the fact that IE 6 does not support simple "margin-left/right:auto" to center
the Alignment of the Pagemaster there is a DIV placed around the Table. The Element
itself (Line 1) hast to be aligned also. The following Settings are valid Options 
to set the Aligment (just replace the two lines below this comment):
LEFT:
div.pagemaster { text-align:left; }
div.pagemaster table { margin-left:0px; margin-right:auto; text-align:left; }
CENTER:
div.pagemaster { text-align:center; }
div.pagemaster table { margin-left:auto; margin-right:auto; text-align:left; }
RIGHT:
div.pagemaster { text-align:right; }
div.pagemaster table { margin-left:auto; margin-right:0px; text-align:left; }
*/

div.pagemaster { text-align:center; }
div.pagemaster table { margin-left:auto; margin-right:auto; text-align:left; }
/*
Additional to the Placement of the entire Table (DIV) the Margins are definied
in the Body Style - also the white Background Color
*/
body 
{ 
	background-color:white; 
	margin-left:15px;		/* Distance to the left Browser Border */
	margin-top:15px;		/* Distance to the top Browser Border */
	margin-right:15px;		/* Distance to the right Browser Border */
	min-width:775px;		/* needed to prevent Cutting of Content */
	max-width:775px;		/* needed to prevent Cutting of Content */
}

.titlepane
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	vertical-align: bottom;
	width:760px;
}

.toppane
{
	width:760px;
}

.bottompane
{
	width:760px;
}

.contentarea
{
	width:760px;
}

.Head
{ 
	font-size:13px; 
	font-weight:bold; 
	color:#000000; 
}
.SubHead, .SubSubHead
{ 
	font-size:11px; 
	color:#000000; 
}
.Normal
{ 
	font-size:11px; 
	color:#000000; 
}

.CommandButton, A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active
{	
	color:#000000; 
	text-decoration:none; 
}
A.CommandButton:hover
{ 
	color:#000000; 
	text-decoration:underline;
}

TH,TD,DIV
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000;
}

A, A:link, A:visited, A:active
{ 
	color: #000000; 
	text-decoration: underline; 
}
A:hover
{ 
	color: #000000; 
	text-decoration: none; 
}

.Search, a.Search:link, a.Search:active, a.Search.visited
{
	color: #6E6E6E;
	text-decoration: none; 
}
a.Search:hover
{
	color: #0000CD; 
	text-decoration: underline; 
}

.User, a.User:link, a.User:active, a.User:visited
{ 
	color: #6E6E6E; 
	text-decoration: none; 
}
a.User:hover
{ 
	color: #0000CD; 
	text-decoration: underline; 
}

.Login, a.Login:link, a.Login:active, a.Login:visited
{ 
	color: #6E6E6E; 
	text-decoration: none; 
}
a.Login:hover
{ 
	color: #0000CD; 
	text-decoration: underline; 
}

.Link, a.LinkMenu:link, a.LinkMenu:active, a.LinkMenu:visited
{
	color: #6E6E6E; 
	font-size: 11px; 
	text-decoration: none; 
}

.Copyright, a.Copyright:link, a.Copyright:active, a.Copyright:visited
{
	font-size: 11px; 
	color: #6E6E6E; 
	text-decoration: none; 
}

.Terms, a.Terms:link, a.Terms:active, a.Terms:visited
{	
	font-size: 11px; 
	color: #6E6E6E; 
	text-decoration: none; 
}
.Privacy, a.Privacy:link, a.Privacy:active, a.Privacy:visited
{
	font-size: 11px; 
	color:#6E6E6E; 
	text-decoration:none; 
}
a.Copyright:hover, a.Terms:hover, a.Privacy:hover, a.LinkMenu:hover
{
	font-size: 11px; 
	color:#0000CD; 
	text-decoration:underline; 
}

.MainMenu_MenuContainer{ background:transparent; width:100%; height:25px; }
.MainMenu_MenuBar
{	
}
.MainMenu_MenuIcon{ display:none; }
.MainMenu_MenuArrow{ display:none; }
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuBreak
{ 
}

.MainMenu_RootMenuItem
{
}
.MainMenu_RootMenuActive
{
}
.MainMenu_RootMenuSel
{
}

.MainMenu_MenuItem
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
}

.MainMenu_MenuItem TD
{
	background-color: #FFFFFF;
	border-color: #000000;
	border-top: black 1px solid;
	border-bottom: black 1px solid; 
	border-left: black 1px solid; 
	border-right: black 1px solid;
	padding: 0px 0px 0px 0px;
	height: 23px;
	position: relative;
	top: -1px;
	color: #000000;
}

.MainMenu_MenuItemSel
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
}

.MainMenu_MenuItemSel TD
{
	background-color: #000000;	
	border-color: #000000;
	border-top: black 1px solid;
	border-bottom: black 1px solid; 
	border-left: black 1px solid; 
	border-right: black 1px solid;
	padding: 0px 0px 0px 0px;
	height: 23px;
	position: relative;
	top: -1px;
	color: #FFFFFF;
}

.MainMenu_SubMenu
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
}
.MainMenu_SubMenu TD
{
	background-color: #FFFFFF;
	border-color: #000000;
	border-top: #9A9A9A 0px solid;
	border-bottom: #9A9A9A 0px solid; 
	border-left: #9A9A9A 0px solid; 
	border-right: #9A9A9A 0px solid;
	padding: 0px 4px 0px 4px;
	height: 23px;
	position: relative;
	color: #000000;
}

.MainMenu_SubMenuSel
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
}

.MainMenu_SubMenuSel TD
{
	background-color: #000000;
	color: #FFFFFF;
	border-top: #9A9A9A 0px solid;
	border-bottom: #9A9A9A 0px solid; 
	border-left: #9A9A9A 0px solid; 
	border-right: #9A9A9A 0px solid;
	padding: 0px 4px 0px 4px;
	height: 23px;
	position: relative;
}

.User TD
{
	vertical-align: bottom;
	height: 25px;
}
.Login TD
{
	vertical-align: bottom;
	height: 25px;
}

