/* All styles for generic containers are located here, update this file all skins updated */
@import url("../../genericcontainers.css");


/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: "Arial Black", Arial, Helvetica;
    font-size:  11px;
    font-weight: normal;
    color: #666633;
}
span.rotation {
	width:100%;
	text-align:center;
	font-size: 8px;
	padding:8px;
	line-height:25px;
}

span.rotation a {
	color:#000;
}

span.rotation a:hover {
	color:#000;
	text-decoration:none;
}
.headerright   {
	background-image: url(header_image.jpg);
	background-repeat: no-repeat;}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

.LeftPane {
}

.ContentPane {
}

.RightPane {
}
.Normal, TD{
	/* font-size:12px; */
	color:#666633;
}
A,A:link,A:visited,A:active,A:hover {
	text-decoration:underline;
	color:#818141;
}
A:hover {
	text-decoration:underline;
	color:#000000;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 14px;
    color: #818141;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: #818141;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: #818141;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: #818141;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: black;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 10px;
    color:#818141;
    font-family: Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:#818141;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#818141;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#818141;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:#000000;
}


.SkinObject {
    font-weight: bold;
    font-size: 10px;
    color:#818141;
    font-family: Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.SkinObject:link {
    text-decoration:    none;
    color:#818141;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#818141;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#818141;
}

A.SkinObject:hover    {
    text-decoration:    underline;
    color:#000000;
}


/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;  
	background-color: #E5EFC5;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #818141; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EDEEE9;
	border-left: #000000 0px solid; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	font-size:10px;
	font-weight: bold; 
	background-color: #EDEEE9; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #BED180 1px solid; 
	border-left: #BED180 1px solid; 
	border-top: #BED180 1px solid; 
	border-right: #BED180 1px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: #000000; 
	height: 0px;
}

.MainMenu_MenuItemSel {
	background-color: #E5EFC5; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: #818141;
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	color: #818141;
}



/* Container CSS - Specific Skin Styles */


/* Box */

/* Box - Invisible */
table.box_invisible {
	margin: 5px 0;
}
.box_invisible td.header {
	background: transparent;
	padding: 3px 10px;
}
.box_invisible td#ContentPane {
	background: transparent;
	padding: 7px 10px;
	border: 0px solid #666666;
}
.box_invisible td.header span.Head {
	color: #333333;
	font-size: 13px;
}

.box_invisible td#ContentPane span.Normal { 
        color: #333333;
}
.box_invisible td#ContentPane a.commandbutton { 
        color: #333333;
} 


/* Box - Solid Fill */
table.boxsolidfill {
	margin: 5px 0;
}
.boxsolidfill td.header {
	background: #666666;
	padding: 3px 10px;
}
.boxsolidfill td#ContentPane {
	background: #C0C0C0;
	padding: 7px 10px;
	border: 1px solid #666666;
}
.boxsolidfill td.header span.Head {
	color: #fff;
	font-size: 13px;
}

.boxsolidfill td#ContentPane span.Normal { 
        color: #333333;
}
.boxsolidfill td#ContentPane a.commandbutton { 
        color: #333333;
} 

/* Box - Solid Fill - Color 1 */
table.boxsolidfillclr1 {
	margin: 5px 0;
}
.boxsolidfillclr1 td.header {
	background: #6A0E11;
	padding: 3px 10px;
}
.boxsolidfillclr1 td#ContentPane {
	background: #8693A3;
	padding: 7px 10px;
	border: 1px solid #6A0E11;
}
.boxsolidfillclr1 td.header span.Head {
	color: #fff;
	font-size: 13px;
}
.boxsolidfillclr1 td#ContentPane span.Normal { 
        color: #000000;
}
.boxsolidfillclr1 td#ContentPane a.commandbutton { 
        color: #333333;
} 

/* Box - Solid Fill - Color 2 */
table.boxsolidfillclr2 {
	margin: 5px 0;
	border: 1px solid #666633;
}
.boxsolidfillclr2 td.header {
	background: #E5EFC5;
	padding: 3px 10px;
	border-bottom: 1px solid #666633;
}
.boxsolidfillclr2 td#ContentPane {
	background: #ECECEC;
	padding: 7px 10px;

}
.boxsolidfillclr2 td.header span.Head {
	color: #666633;
	font-size: 13px;
}
.boxsolidfillclr2 td#ContentPane span.Normal { 
        color: #666633;
}
.boxsolidfillclr2 td#ContentPane a.commandbutton { 
        color: #333333;
}

/*Box: Outline */
table.boxoutline  {
	margin: 5px 0;
	border: 1px solid #333333;
	background: #fff;
}
.boxoutline td.header {
	border-bottom: 1px solid #333333;#333333;
}
.boxoutline td#ContentPane {
	padding: 7px 10px;
	background: #fff;
}
.boxoutline td.header span.Head {
	color: #333333;
	font-size: 13px;
	
}
.boxoutline td#ContentPane span.Normal { 
        color: #333333;
}
.boxoutline td#ContentPane a.commandbutton { 
        color: #333333;
} 

/*Box: Outline Container - Color 1 */
table.boxoutlineclr1  {
	margin: 5px 0;
	border: 1px solid #6A0E11;
	background: #fff;
}
.boxoutlineclr1 td.header {
	padding: 3px 10px;
	border-bottom: 1px solid #6A0E11;
}
.boxoutlineclr1 td#ContentPane {
	padding: 7px 10px;
	background: #fff;
}
.boxoutlineclr1 td.header span.Head {
	font-size: 13px;
	
}
.boxoutlineclr1 td#ContentPane span.Normal { 
        color: #333333;
}
.boxoutlineclr1 td#ContentPane a.commandbutton { 
        color: #333333;
} 
/*Box: Outline Container - Color 2 */
table.boxoutlineclr2  {
	margin: 5px 0;
	border: 1px solid #666633;
	background: #fff;
}
.boxoutlineclr2 td.header {
	padding: 3px 10px;
	border-bottom: 1px solid #666633;
}
.boxoutlineclr2 td#ContentPane {
	padding: 7px 10px;
	background: #fff;
}
.boxoutlineclr2 td.header span.Head {
	color: #6A0E11;
	font-size: 13px;	
}.boxoutlineclr2 td#ContentPane span.Normal { 
        color: #333333;
}
.boxoutlineclr2 td#ContentPane a.commandbutton { 
        color: #333333;
}

/*Box Gradient Fill Container */
table.gradientfill  {
	margin: 5px 0;
}
.gradientfill td.header {
	background: url(../../Containers/Box/images/gr_default.gif) repeat-x top;
	padding: 3px 10px;
	background-color: #C0C0C0;
}
.gradientfill td#ContentPane {
	padding: 7px 10px;
	background: #C0C0C0;
}
.gradientfill td.header span.Head {
	color: #FFFFFF;
	font-size: 13px;
}
.gradientfill td#ContentPane span.Normal { 
        color: #333333;
}
.gradientfill td#ContentPane a.commandbutton { 
        color: #333333;
} 

/*Box Gradient Fill Container - Color 1 */
table.gradientfillclr1  {
	margin: 5px 0;
}
.gradientfillclr1 td.header {
	background: url(../../Containers/Box/images/gr_illumination01.jpg) repeat-x top;
	padding: 3px 10px;
}
.gradientfillclr1 td#ContentPane {
	padding: 7px 10px;
	background: #fff;
}
.gradientfillclr1 td.header span.Head {
	color: #6A0E11;
	font-size: 13px;
}
.gradientfillclr1 td#ContentPane span.Normal { 
        color: #333333;
}
.gradientfillclr1 td#ContentPane a.commandbutton { 
        color: #6A0E11;
} 

/*Box Gradient Fill Container - Color 2 */
table.gradientfillclr2  {
	margin: 5px 0;
}
.gradientfillclr2 td.header {
	background: url(../../Containers/Box/images/gr_illumination02.jpg) repeat-x top;	
	padding: 3px 10px;
}
.gradientfillclr2 td#ContentPane {
	padding: 7px 10px;
	background: #fff;
}
.gradientfillclr2 td.header span.Head {
	color: #fff;
	font-size: 13px;
}
.gradientfillclr2 td#ContentPane span.Normal { 
        color: #333333;
}
.gradientfillclr2 td#ContentPane a.commandbutton { 
        color: #6A0E11;
} 

/*Lines */
/*Lines: Single Line Container*/
table.singleline  {
	margin: 5px 0;
}
.singleline td.header {
	border-bottom: 1px Solid #333333;
	padding: 2px 0;
}
.singleline td#ContentPane {
	background: #fff;
	padding: 7px 7px 10px 0;
}
.singleline td.header span.Head {
	color: #333333;
	font-size: 13px;	
}
.singleline td#ContentPane span.Normal { 
        color: #333333;
}
.singleline td#ContentPane a.commandbutton { 
        color: #6A0E11;
} 
/*Lines: Single Line Container - Color 1 */
table.singlelineclr1  {
	margin: 5px 0;
}
.singlelineclr1 td.header {
	border-bottom: 1px Solid #6A0E11;
	padding: 2px 0;
}
.singlelineclr1 td#ContentPane {
	background: #fff;
	padding: 7px 7px 10px 0;
}
.singlelineclr1 td.header span.Head {
	color: #6A0E11;
	font-size: 13px;	
}
.singlelineclr1 td#ContentPane span.Normal { 
        color: #333333;
}
.singlelineclr1 td#ContentPane a.commandbutton { 
        color: #6A0E11;
} 

/*Lines: Single Line Container - Color 2 */
table.singlelineclr2  {
	margin: 5px 0;
}
.singlelineclr2 td.header {
	border-bottom: 1px Solid #666633;
	padding: 2px 0;
}
.singlelineclr2 td#ContentPane {
	background: #fff;
	padding: 7px 7px 10px 0;
}
.singlelineclr2 td.header span.Head {
	color: #666633;
	font-size: 13px;	
}
.singlelineclr2 td#ContentPane span.Normal { 
        color: #333333;
}
.singlelineclr2 td#ContentPane a.commandbutton { 
        color: #6A0E11;
} 

/*Lines: Double Line Container*/
table.doubleline  {
	margin: 5px 0;
}
.doubleline td.header {
	border-bottom: 3px double #333333;
	padding: 2px 0;
}
.doubleline td#ContentPane {
	background: #fff;
	padding: 7px 7px 10px 0;
	border-bottom: 1px dotted #333333;
}
.doubleline td.header span.Head {
	color: #333333;
	font-size: 13px;	
}
.doubleline td#ContentPane span.Normal { 
        color: #333333;
}
.doubleline td#ContentPane a.commandbutton { 
        color: #6A0E11;
} 

/*Lines: Double Line Container - Color 1 */
table.doublelineclr1  {
	margin: 5px 0;
}
.doublelineclr1 td.header {
	border-bottom: 3px double #6A0E11;
	padding: 2px 0;
}
.doublelineclr1 td#ContentPane {
	background: #fff;
	padding: 7px 7px 10px 0;
	border-bottom: 1px dotted #6A0E11;
}
.doublelineclr1 td.header span.Head {
	color: #6A0E11;
	font-size: 13px;	
}
.doublelineclr1 td#ContentPane span.Normal { 
        color: #333333;
}
.doublelineclr1 td#ContentPane a.commandbutton { 
        color: #6A0E11;
}

/*Lines: Double Line Container - Color 2 */
table.doublelineclr2  {
	margin: 5px 0;
}
.doublelineclr2 td.header {
	border-bottom: 3px double #666633;
	padding: 2px 0;
}
.doublelineclr2 td#ContentPane {
	background: #fff;
	padding: 7px 7px 10px 0;
	border-bottom: 1px dotted #666633;
}
.doublelineclr2 td.header span.Head {
	color: #666633;
	font-size: 13px;
}
.doublelineclr2 td#ContentPane span.Normal { 
        color: #333333;
}
.doublelineclr2 td#ContentPane a.commandbutton { 
        color: #6A0E11;
}


/*Rounded*/

/* Rounded: Header Fill*/
table.roundheadfill {
	margin: 5px 0;
	background: transparent;
}
.roundheadfill .hdrcolor {
	background: #333333;
}
.roundheadfill td.header {
	color: #FFFFFF;
	padding: 5px;
}
.roundheadfill td#ContentPane {
	padding: 10px 5px;
}
.roundheadfill td.header span.Head {
	color: #ffffff;
	font-size: 13px;
}
.roundheadfill td#ContentPane span.Normal { 
        color: #333333;
}
.roundheadfill td#ContentPane a.commandbutton { 
        color: #6A0E11;
}

/* Rounded: Header Fill on White - Color 1 */
table.headerfillclr1 {
	background: #8693A3;
	margin: 5px 0;
}
.headerfillclr1 .hdrcolor {
	background: #6A0E11;
}
.headerfillclr1 td.header {
	padding: 5px;
}
.headerfillclr1 td#ContentPane {
	padding: 10px 5px;
}
.headerfillclr1 td.header span.Head {
	color: #fff;
	font-size: 13px;
}
.headerfillclr1 td#ContentPane span.Normal { 
        color: #000000;
}
.headerfillclr1 td#ContentPane a.commandbutton { 
        color: #6A0E11;
}

/* Rounded: Header Fill on White - Color 2 */
table.headerfillclr2 {
	margin: 5px 0;
	background: #ECECEC;
}
.headerfillclr2 .hdrcolor {
	background: #E5EFC5;
}
.headerfillclr2 td.header {
	padding: 5px;
}
.headerfillclr2 td#ContentPane {
	padding: 10px 5px;
}
.headerfillclr2 td.header span.Head {
	color: #6A0E11;
	font-size: 13px;
}
.headerfillclr2 td#ContentPane span.Normal { 
        color: #333333;
}
.headerfillclr2 td#ContentPane a.commandbutton { 
        color: #6A0E11;
}



/* Rounded: Header Fill on Gray - Color 1 */
table.headerfillclr1gry {
	background: #8693A3;
	margin: 5px 0;
}
.headerfillclr1gry .hdrcolor {
	background: #6A0E11;
}
.headerfillclr1gry td.header {
	padding: 5px;
}
.headerfillclr1gry td#ContentPane {
	padding: 10px 5px;
}
.headerfillclr1gry td.header span.Head {
	color: #fff;
	font-size: 13px;
}
.headerfillclr1gry td#ContentPane span.Normal { 
        color: #000000;
}
.headerfillclr1gry td#ContentPane a.commandbutton { 
        color: #6A0E11;
}

/* Rounded: Header Fill on Gray - Color 2 */
table.headerfillclr2gry {
	margin: 5px 0;
	background: #ECECEC;
}
.headerfillclr2gry .hdrcolor {
	background: #E5EFC5;
}
.headerfillclr2gry td.header {
	padding: 5px;
}
.headerfillclr2gry td#ContentPane {
	padding: 10px 5px;
}
.headerfillclr2gry td.header span.Head {
	color: #6A0E11;
	font-size: 13px;
}
.headerfillclr2gry td#ContentPane span.Normal { 
        color: #333333;
}
.headerfillclr2gry td#ContentPane a.commandbutton { 
        color: #6A0E11;
}


/* Rounded: Outline */
table.roundoutline {
	margin: 5px 0;
	background: Transparent;
}
.roundoutline .hdrcolor {

}
.roundoutline td.header {
	padding: 5px;
}
.roundoutline td#ContentPane {
	padding: 10px 5px;
}
.roundoutline p.header span.Head {
	color: #666633;
	font-size: 13px;
}
.roundoutline td#ContentPane span.Normal { 
        color: #333333;
}
.roundoutline td#ContentPane a.commandbutton { 
        color: #6A0E11;
}


/* Rounded: Outline with Header Fill */
table.roundoutlinefill {
	margin: 5px 0 0 0;
}

table.roundcontentoutline {
	background: Transparent;
	border: 1px solid #E4E4E4;
	padding: 10px 5px;
}

.roundoutlinefill .header {
	background: #E4E4E4;
	color: #333333;
	font-size: 13px;
}
.roundoutlinefill td.header {
	padding: 5px;
}
.roundoutlinefill td#ContentPane {
	padding: 10px 5px;

}
.roundoutlinefill td.header span.Head {
	color: #333333;
	font-size: 13px;
}
.roundcontentoutline td#ContentPane span.Normal { 
        color: #333333;
}
.roundcontentoutline td#ContentPane a.commandbutton { 
        color: #6A0E11;
}



/* Rounded: Solid Fill - White*/
table.roundsolidfill {
	background: #BEC3C9;
	margin: 5px 0;
}
.roundsolidfill td#ContentPane {

}
.roundsolidfill p.header span.Head {
	font-size: 13px;
        color: #333333;	
}
.roundsolidfill td#ContentPane span.Normal { 
        color: #333333;
}
.roundsolidfill td#ContentPane a.commandbutton { 
        color: #6A0E11;
}


/* Rounded: Solid Fill - Gray*/
table.solidfillgry {
	background: #FFFFFF;
	margin: 5px 0;
}
.solidfillgry td#ContentPane {

}
.solidfillgry p.header span.Head {
	font-size: 13px;
        color: #333333;	
}
.solidfillgry td#ContentPane span.Normal { 
        color: #333333;
}
.solidfillgry td#ContentPane a.commandbutton { 
        color: #6A0E11;
}


/* Rounded: Solid Fill on White - Color 1 */
table.solidfillclr1 {
	background: #6A0E11;
	margin: 5px 0;
}
.solidfillclr1 td#ContentPane {

}
.solidfillclr1 p.header span.Head {
        color: #E5EFC5;
	font-size: 13px;	
}
.solidfillclr1 td#ContentPane span.Normal { 
        color: #FFFFFF;
}
.solidfillclr1 td#ContentPane a.commandbutton { 
        color: #FFFFFF;
}

/* Rounded: Solid Fill on White - Color 2 */
table.solidfillclr2 {
	margin: 5px 0;
	background: #E5EFC5;
}
.solidfillclr2 td#ContentPane {

}
.solidfillclr2 p.header span.Head {
	font-size: 13px;
	color: #666633;
}
.solidfillclr2 td#ContentPane span.Normal { 
        color: #333333;
}
.solidfillclr2 td#ContentPane a.commandbutton { 
        color: #6A0E11;
}

/* Rounded: Solid Fill on Gray - Color 1 */
table.solidfillclr1gry {
	background: #8693A3;
	margin: 5px 0;
}
.solidfillclr1gry td#ContentPane {

}
.solidfillclr1gry p.header span.Head {
	
}
.solidfillclr1gry td#ContentPane span.Normal { 
        color: #333333;
}
.solidfillclr1gry td#ContentPane a.commandbutton { 
        color: #6A0E11;
}

/* Rounded: Solid Fill on Gray - Color 2 */
table.solidfillclr2gry {
	margin: 5px 0;
	background: #BEC3C9;
}
.solidfillclr2gry td#ContentPane {

}
.solidfillclr2gry p.header span.Head {
	color: #000;
}
.solidfillclr2gry td#ContentPane span.Normal { 
        color: #333333;
}
.solidfillclr2gry td#ContentPane a.commandbutton { 
        color: #6A0E11;
}


