/* =================================================================
    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
{
	cursor: pointer;
	color: Black;
	background-color: #BEF0C3;
	margin-top: 2px;
	padding-left: 2px;
	font-size: 10pt;
}

.Inline_TabSelected
{
	cursor: pointer;
	color: Black;
	background-color: #b9d1f4;
	margin-top: 2px;
	padding-left: 2px;
	border-top: solid 2px orange;
	border-left: solid 2px orange;
	border-right: solid 3px orange;
	border-bottom: solid 3px orange;
	font-size: 10pt;
}

.Inline_TabMouseOver
{
	background-color: #b9d1f4;
	
}

.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;
}

/* TOP */
.TopTheme_TabStrip
{
	padding-top: 4px;
	padding-left: 2px;
	background-color: lightsteelblue;
	text-align: left;
}

.TopTheme_TabUnselected
{
	cursor: pointer;
	color: black;
	background-color: #BEF0C3;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 2px;
}

.TopTheme_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;
	}

.TopTheme_TabMouseOver
{
	color: blue;
}

.TopTheme_TabPage
{
	background-color: white;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
	border-bottom: solid 1px silver;
	padding: 3px;
}

/* BOTTOM */
.BottomTheme_TabStrip
{
	padding-bottom: 4px;
	padding-left: 2px;
	background-color: lightsteelblue;
	text-align: left;
}

.BottomTheme_TabUnselected
{
	cursor: pointer;
	color: black;
	background-color: #BEF0C3;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 2px;
}

.BottomTheme_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;
	}

.BottomTheme_TabMouseOver
{
	color: blue;
}

.BottomTheme_TabPage
{
	background-color: white;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
	border-top: solid 1px silver;
	padding: 3px;
}


/* LEFT */
.LeftTheme_TabStrip
{
}

.LeftTheme_TabUnselected
{
	cursor: pointer;
	color: black;
	background-color: #BEF0C3;
	margin-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

.LeftTheme_TabSelected
{
	cursor: pointer;
	color: black;
	font-weight: bolder;
	background-color: #b9d1f4;
	border-bottom: solid 1px white;
	border-left: solid 1px white;
	margin-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	}

.LeftTheme_TabMouseOver
{
	color: blue;
}

.LeftTheme_TabPage
{
	background-color: white;
	border-top: solid 1px silver;
	border-bottom: solid 1px silver;
	border-right: solid 1px silver;
	padding: 2px 2px 2px 2px;
}

/* RIGHT */
.RightTheme_TabStrip
{
}

.RightTheme_TabUnselected
{
	cursor: pointer;
	color: black;
	background-color: #BEF0C3;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-right: 2px;
}

.RightTheme_TabSelected
{
	cursor: pointer;
	color: black;
	font-weight: bolder;
	background-color: #b9d1f4;
	border-bottom: solid 1px white;
	border-right: solid 1px white;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-right: 2px;
	}

.RightTheme_TabMouseOver
{
	color: blue;
}

.RightTheme_TabPage
{
	background-color: white;
	border-top: solid 1px silver;
	border-bottom: solid 1px silver;
	border-right: solid 1px silver;
	margin: 2px 2px 2px 2px;
}

/* INLINE */
.InlineTheme_TabStrip
{
	padding-top: 4px;
	padding-left: 2px;
	background-color: lightsteelblue;
	text-align: left;
}

.InlineTheme_TabUnselected
{
	cursor: pointer;
	color: black;
	background-color: #BEF0C3;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 2px;
	border-bottom: 1px silver solid;

}

.InlineTheme_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;
	}

.InlineTheme_TabMouseOver
{
	color: blue;
}

.InlineTheme_TabPage
{
	background-color: white;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
	border-bottom: solid 1px silver;
	padding: 3px;
}

/* CSS and Images - originally by Tim Scarfe, 2002 - http://www.developer-x.com/projects/tabs/ */

.XPLUNA_TabStrip {
 margin:0;padding:0;
 background-color: #fff;
 border: none;
 float: left;
 filter: none;
}

.XPLUNA_TabPage {
 margin-top: 1px;
 border: none;
 width: 100%;
 background: #fff;
 padding: 2px 2px;
 font: 14px Verdana;
 color: black;
 border: 1px solid rgb( 145, 155, 156 );
 clear: both;
 filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#eeeeee');
}

.XPLUNA_TabStrip .XPLUNA_TabUnselected {
 cursor: pointer;
 background-image: url(themes/xpluna/tab.png);
 position:	relative;
 top: 1px;
 display: inline;
 float: left;
 overflow: hidden;	
 margin: 1px 1px 1px 0px;
 padding: 2px 0px 0px 0px;
 border: 0;
 font: 11px Tahoma;
 white-space: nowrap;
 text-align: center;
 width: 70px;
 height: 18px;
}

.XPLUNA_TabStrip .XPLUNA_TabMouseover {
 margin: 1px 1px 1px 0px;
 background-image: url(themes/xpluna/tab.hover.png);
 width: 70px;
 height: 18px;
}

.XPLUNA_TabStrip .XPLUNA_TabSelected{
 cursor: pointer;
 position:	relative;
 top: 2px;
 display: inline;
 float: left;
 overflow: hidden;	
 margin: 1px 1px 1px 0px;
 padding: 2px 0px 0px 0px;
 border: 0;
 font: 11px Tahoma;
 white-space: nowrap;
 text-align: center;
 width: 74px;
 height: 18px;
 background-image: url(themes/xpluna/tab.active.png);
 letter-spacing: 0px;
 text-decoration: none;
}


/* simple left */
.Simple_Left_TabStrip {
margin-top: 2px;
}

.Simple_Left_TabPage {
 border-left: 1px solid black;
 border-bottom : 1px solid black;
 border-right: 1px solid black;
 border-top: 1px solid black;
 background: gainsboro;
 padding: 2px;
 font: 14px Verdana;
 width: 100%;
}

.Simple_Left_TabStrip .Simple_Left_TabSelected{
 cursor: pointer;
 border-left: 1px solid black;
 border-top : 1px solid black;
 border-bottom: 1px solid black;
 background: gainsboro;
 padding: 2px;
 position: relative;
 text-align: center;
 left: 1px;
 margin-bottom:2px;
 font: 11px Tahoma;
 }

.Simple_Left_TabStrip .Simple_Left_TabUnselected {
 cursor: pointer;
 border-left: 1px solid silver;
 border-top : 1px solid silver;
 border-bottom: 1px solid silver;
 background: aliceblue;
 padding: 2px;
 position: relative;
 text-align: center;
 margin-bottom:2px;
 font: 11px Tahoma;
}

.Simple_Left_TabStrip .Simple_Left_TabMouseover {
 border-left: 1px solid black;
 border-top : 1px solid black;
 border-bottom: 1px solid black;
 background: gainsboro;
}

/* simple top */

.Simple_Top_TabStrip {
height:20px;
}

.Simple_Top_TabPage {
 border-left: 1px solid black;
 border-bottom : 1px solid black;
 border-right: 1px solid black;
 border-top: 1px solid black;
 background: white;
 margin-top: 1px;
 padding: 5px;
}

.Simple_Top_TabStrip .Simple_Top_TabSelected{
 cursor: pointer;
 border-left: 1px solid black;
 border-top : 1px solid black;
 border-right: 1px solid black;
 background: white;
 padding: 2px;
 top: 1px;
 position: relative;
 text-align: center;
 margin-left: 5px;
 }

.Simple_Top_TabStrip .Simple_Top_TabUnselected {
 cursor: pointer;
 border-left: 1px solid silver;
 border-top : 1px solid silver;
 border-right: 1px solid silver;
 background: gainsboro;
 padding: 2px;
 position: relative;
 text-align: center;
 margin-left: 5px;
}

.Simple_Top_TabStrip .Simple_Top_TabMouseover {
 border-left: 1px solid black;
 border-top : 1px solid black;
 border-right: 1px solid black;
background: white;
}

/* DNNStuff Top */
.DNNStuff_TabStrip {
	border-bottom : 1px solid #ccc;
	margin : 0;
	padding-bottom : 19px;
	padding-left : 0px;
}

.DNNStuff_TabPage {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 3px;
}

.DNNStuff_TabStrip .DNNStuff_TabSelected{
	cursor: pointer;

	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
	
	background : #fff;
	border-top : 1px solid #ccc;
	border-left : 1px solid #ccc;
	border-right : 1px solid #ccc;
	border-bottom : 1px solid #fff;
	color : #000;
	float : left;
	font-size : small;
	font-weight : normal;
	line-height : 14px;
	margin-right : 4px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
 -moz-border-radius-topleft: 7px;
 -moz-border-radius-topright: 7px;

}

.DNNStuff_TabStrip .DNNStuff_TabUnselected {
	cursor: pointer;

	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;

	background : gainsboro;
	border : 1px solid #ccc;
	color : #666;
	float : left;
	font-size : small;
	font-weight : normal;
	line-height : 14px;
	margin-right : 4px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
 -moz-border-radius-topleft: 7px;
 -moz-border-radius-topright: 7px;
}

.DNNStuff_TabStrip .DNNStuff_TabMouseover {
	color : black;
	background: cornflowerblue;
}

/* Chiffon Top */
.Chiffon_TabStrip {
	border-bottom : 1px solid #ccc;
	margin : 0;
	padding-bottom : 19px;
	padding-left : 0px;
}

.Chiffon_TabPage {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 3px;
	background: #FFF3B3;
}

.Chiffon_TabStrip .Chiffon_TabSelected{
	cursor: pointer;

	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
	
	background : #FFF3B3;
	border-top : 1px solid #ccc;
	border-left : 1px solid #ccc;
	border-right : 1px solid #ccc;
	border-bottom : 1px solid #FFF3B3;
	color : #000;
	float : right;
	font-size : small;
	font-weight : normal;
	line-height : 14px;
	margin-left : 4px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
 -moz-border-radius-topleft: 7px;
 -moz-border-radius-topright: 7px;

}

.Chiffon_TabStrip .Chiffon_TabUnselected {
	cursor: pointer;

	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;

	background : #FFFAE1;
	border : 1px solid #ccc;
	color : #666;
	float : right;
	font-size : small;
	font-weight : normal;
	line-height : 14px;
	margin-left : 4px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;

 -moz-border-radius-topleft: 7px;
 -moz-border-radius-topright: 7px;
}

.Chiffon_TabStrip .Chiffon_TabMouseover {
	color : black;
	background: #FFF7CD;
}
/* Folders */


.Folders_TabStrip {
 margin-left:15px;padding:0;
 background-color: #fff;
 border: none;
 float: left;
 filter: none;
}

.Folders_TabPage {
 width: 100%;
 background: #fff;
 padding: 2px 2px;
 margin: 0;
 font: 11px Verdana;
 color: black;
 border: 1px solid rgb( 145, 155, 156 );
 clear: both;
}

.Folders_TabStrip .Folders_TabUnselected {
 cursor: pointer;
 background-image: url( "themes/folders/tab.gif" );
 position:	relative;
 display: inline;
 float: left;
 overflow: hidden;	
 margin: 0 0 0 -15px;
 padding: 3px 5px 3px 27px;
	border-right: 1px solid #333;
 font: 11px Verdana;
 color: white;
 white-space: nowrap;
 text-align: center;
}

.Folders_TabStrip .Folders_TabMouseover {
	margin: 0 0 0 -15px;
 background-image: url( "themes/folders/tab.hover.gif" );
}

.Folders_TabStrip .Folders_TabSelected{
 cursor: pointer;
 position:	relative;
 display:inline;
 float: left;
 overflow: hidden;	
	margin: 0 0 0 -15px;
 padding: 3px 5px 3px 27px;
	border-right: 1px solid #333;
 font: 11px Verdana;
 color: white;
 white-space: nowrap;
 text-align: center;
 background-image: url( "themes/folders/tab.active.gif" );
 letter-spacing: 0px;
 text-decoration: none;
}

.SQUARE_TOP_TabStrip {
height:20px;
}

.SQUARE_TOP_TabPage {
 border-left: 1px solid black;
 border-bottom : 1px solid black;
 border-right: 1px solid black;
 border-top: 1px solid black;
 background: gainsboro;
 margin-top: 1px;
 padding: 5px;
}

.SQUARE_TOP_TabStrip .SQUARE_TOP_TabSelected{
 cursor: pointer;
 border-left: 1px solid black;
 border-top : 1px solid black;
 border-right: 1px solid black;
 background: gainsboro url(themes/square/square-red.gif) no-repeat;
 background-position: 5% 50%;
 padding: 2 2 2 16;
 top: 1px;
 position: relative;
 text-align: center;
 margin-right: 2px;
 }

.SQUARE_TOP_TabStrip .SQUARE_TOP_TabUnselected {
 cursor: pointer;
 border-left: 1px solid silver;
 border-top : 1px solid silver;
 border-right: 1px solid silver;
 background: aliceblue url(themes/square/square-blue.gif) no-repeat;
 background-position: 5% 50%;
 padding: 2 2 2 16;
 position: relative;
 text-align: center;
 margin-right: 2px;
}

.SQUARE_TOP_TabStrip .SQUARE_TOP_TabMouseover {
 border-left: 1px solid black;
 border-top : 1px solid black;
 border-right: 1px solid black;
 background: gainsboro url(themes/square/square-purple.gif) no-repeat;
 background-position: 5% 50%;
 padding: 2 2 2 16;
}

