/* =================================================================
    CSS STYLES FOR DNNSTUFF - Aggregator (www.dnnstuff.com)
   =================================================================
*/

/* top */
.Top_TabStrip
{
	padding-top: 4px;
	padding-left: 2px;
	background-color: lightsteelblue;
	text-align: left;
}

.Top_TabUnselected
{
	cursor: pointer;
	color: black;
	background-color: #BEF0C3;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 2px;
}

.Top_TabSelected
{
	cursor: pointer;
	color: black;
	font-weight: bolder;
	background-color: #b9d1f4;
	border-right: solid 1px white;
	border-top: solid 1px white;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 2px;
	}

.Top_TabMouseOver
{
	color: blue;
}

.Top_TabPage
{
	background-color: white;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
	border-bottom: solid 1px silver;
	padding: 3px;
}

/* BOTTOM */
.Bottom_TabStrip
{
	padding-bottom: 4px;
	padding-left: 2px;
	background-color: lightsteelblue;
	text-align: left;
}

.Bottom_TabUnselected
{
	cursor: pointer;
	color: black;
	background-color: #BEF0C3;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 2px;
}

.Bottom_TabSelected
{
	cursor: pointer;
	color: black;
	font-weight: bolder;
	background-color: #b9d1f4;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 2px;
	}

.Bottom_TabMouseOver
{
	color: blue;
}

.Bottom_TabPage
{
	background-color: white;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
	border-top: solid 1px silver;
	padding: 3px;
}


/* LEFT */
.Left_TabStrip
{
}

.Left_TabUnselected
{
	cursor: pointer;
	background-color: silver;
	color: black;
	margin-bottom: 2px;
	text-align: center;
	padding: 1px 3px 1px 3px;
}

.Left_TabSelected
{
	cursor: pointer;
	background-color: orange;
	color: white;
	margin-bottom: 2px;
	text-align: center;
	padding: 1px 3px 1px 3px;
}

.Left_TabMouseOver
{
	background-color: orange;
	color: white;
	margin-bottom: 2px;
	text-align: center;
	padding: 1px 3px 1px 3px;
}

.Left_TabPage
{
	background-color: orange;
	width: 500px;
}

/* RIGHT */
.Right_TabStrip
{
}
.Right_TabUnselected
{
	cursor: pointer;
	background-color: silver;
	color: black;
	margin-bottom: 2px;
	text-align: center;
	padding: 1px 3px 1px 3px;
}

.Right_TabSelected
{
	cursor: pointer;
	background-color: orange;
	color: white;
	margin-bottom: 2px;
	text-align: center;
	padding: 1px 3px 1px 3px;
}

.Right_TabMouseOver
{
	cursor: pointer;
	background-color: orange;
	color: white;
	margin-bottom: 2px;
	text-align: center;
	padding: 1px 3px 1px 3px;
}

.Right_TabPage
{
	background-color: orange;
	width: 500px;
}

/* INLINE */
.Inline_TabStrip
{
}
.Inline_TabUnselected
{
	background-image: url(images/greenthing.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
  	background-position: 5px center;
	cursor: pointer;
	color: Black;
	background-color: #BEF0C3;
	margin-top: 2px;
	padding-left: 24px;
	font-size: 12pt;
}

.Inline_TabSelected
{
	background-image: url(images/bluething.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
  	background-position: 5px center;
	cursor: pointer;
	color: Black;
	background-color: #b9d1f4;
	margin-top: 2px;
	padding-left: 24px;
	font-size: 12pt;
}

.Inline_TabMouseOver
{
	background-image: url(images/bluething.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
  	background-position: 5px center;
	
}

.Inline_TabPage
{
	background-color: white;
	border-right: solid 1px silver;
	border-left: solid 1px silver;
	border-bottom: solid 1px silver;
	padding-left: 10px;
	margin-left: 10px;
}

