/* CSS Document */

.skinheader {
	background-image: url(images/bluepattern.gif);
	background-repeat:repeat;
	border-bottom-color:#999900;
	border-bottom-style:solid;
	border-bottom-width:4px;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	height: 45px;
	vertical-align:middle;
	align:left;
	marin:15px;
	padding-top:15px;
	padding-left:15px;
	padding-bottom:15px;
	color:white;
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;

}
.bottom {
	background-image: url(images/bluepattern.gif);
	background-repeat:repeat;
	border-top-color:#999900;
	border-top-style:solid;
	border-top-width:4px;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	height: 45px;
	vertical-align:middle;
	align:left;
	marin:15px;
	padding-top:15px;
	padding-left:15px;
	color:white;
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;

}
.menuarea {
	border-right-color:#000066;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom:0px;
	border-left:0px;
	border-top:0px;
	width:150px;
	align:left;
	vertical-align:top;
	margin:15px;
	padding-left:15px;
	padding-top:15px;
}
.Contentpanez{
	margin:15px;
	padding:15px;
	align:left;



}

/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
	font-color:black
	font-size:11px;
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	color:#000066;
}

A:visited   {
	color:#000066;
}

A:hover {
	color:#000066;
}

A:active    {
	color:#000066;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}
/* Menu-Styles */

.ActiveRootTab TD{
width: 160px;
color: white;
font-family: Tahoma;
font-size: 11px;
padding-left: 5px;
height: 20px;
background-color: #999900;
border-right:  #FFFFFF 0px solid;
}

.RootTab TD{
background-repeat: repeat-x;
background-color: white;
width: 160px;
color: #000066;
font-family: Tahoma;
font-size: 11px;
height:20px; 
padding-left: 10px;
border-right:  #FFFFFF 0px solid;
}

.SelectedRootTab TD{
font-family: Tahoma;
font-size: 11px; 
font-style: normal; 
color: white;
height: 20px;
width: 160px;
border-left: #ffffff 0px solid;
border-top: #ffffff 0px solid;
padding-left: 5px;
background-color: #999900;
border-right:  #FFFFFF 0px solid;

}

.BreadcrumbRootTab TD{
font-family: Tahoma; 
font-size: 11px; 
font-style: normal; 
color: #000066;
background-color: #EBEBCC;
width: 160px;
border-left: #ffffff 0px solid;
border-top: #ffffff 0px solid;
padding-left: 5px;

}

.MainMenu_MenuContainer {
background-color:  transparent;
padding-bottom: 8px;
height: 125px;
}

.MainMenu_MenuBar {
cursor: default;
}

.MainMenu_MenuItem {
background-color: #FFFFFF;
cursor: pointer; 
cursor: hand; 
color: #000066; 
font-family: Tahoma; 
font-size: 11px; 
font-style: normal; 
border-bottom:  #09357A 0px solid; 
border-top: #09357A 0px solid; 
padding: 2px 10px 3px 5px;
height: 20px;
}

.MainMenu_MenuItemSel {
background:#999900;
cursor: default; 
color: white; 
font-family: Tahoma; 
font-size: 11px; 
font-style: normal;
border: 0;
padding: 2px 10px 3px 5px;
height: 20px; 
filter:progid:DXImageTransform.Microsoft.Shadow(color='#87001B', Direction=135, Strength=1);
}

.MainMenu_SubMenu {
cursor: default; 
background: white;
filter: none;
border: 1px solid #000066;
margin-top: 2px;
padding: 1px;

}

/*-- stuff we don't need to see --*/
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuBreak, .MainMenu_MenuIcon  {
display: none;
}


/* Container CSS - Specific Skin Styles */


/* Box */

/*Box Gradient Fill Container */
table.gradientfill  {
	margin: 0px 0;
	border: 0px solid #333333;
}
.gradientfill td.header {
	background: url(../../../_default/Containers/Box/images/gr_default.gif) repeat-x top;
	padding: 0px 10px;
	background-color: #C0C0C0;
}
.gradientfill td#ContentPane {
	padding: 7px 10px;
	background: #C0C0C0;
}
.gradientfill td.header span.Head {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	
}
.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;
        background: white;
}
.gradientfillclr1 td.header {
	background: url(../../../_default/Containers/Box/images/first_grad1.jpg) repeat-x top;
	padding: 3px 10px;
}
.gradientfillclr1 td#ContentPane {
	padding: 7px 10px;
	background: white;
	color:black;
}
.gradientfillclr1 td.header span.Head {
	color: black;
	font-size: 14px;
	font-weight: bold;
}
.gradientfillclr1 td#ContentPane span.Normal { 
        color: #000000;
}
.gradientfillclr1 td#ContentPane a.commandbutton { 
        color: #6A0E11;
} 

/*Box Gradient Fill Container - Color 2 */
table.gradientfillclr2  {
	margin: 5px 0;
        background: #999900;
}
.gradientfillclr2 td.header {
	background: url(../../../_default/Containers/Box/images/first_grad2.jpg) repeat-x top;	
	padding: 3px 10px;
}
.gradientfillclr2 td#ContentPane {
	padding: 7px 10px;
	background: #999900;
	color:black;
}
.gradientfillclr2 td.header span.Head {
	color: black;
	font-size: 14px;
	font-weight: bold;
}
.gradientfillclr2 td#ContentPane span.Normal { 
        color: #FFFFFF;
}
.gradientfillclr2 td#ContentPane a.commandbutton { 
        color: #FFFFFF;
} 






/* 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;
}
.box_invisible td.header span.Head {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}

.box_invisible td#ContentPane span.Normal { 
        color: #333333;
}
.box_invisible td#ContentPane a.commandbutton { 
        color: #333333;
} 

/*Box: Outline */
table.boxoutline  {
	margin: 5px 0;
	border: 1px solid #333333;
	background: #fff;
}
.boxoutline td.header {
	padding: 3px 10px;
	border-bottom: 1px solid #333333;
}
.boxoutline td#ContentPane {
	padding: 7px 10px;
	background: #fff;
}
.boxoutline td.header span.Head {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	
}
.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 #999900;
	background: #ffffff;
}
.boxoutlineclr1 td.header {
	padding: 3px 10px;
	border-bottom: 1px solid #999900;
}
.boxoutlineclr1 td#ContentPane {
	padding: 7px 10px;
	background: #fff;
}
.boxoutlineclr1 td.header span.Head {
	font-size: 14px;
        color: #999900;
	font-weight: bold;
	
}
.boxoutlineclr1 td#ContentPane span.Normal { 
        color: #333333;
}
.boxoutlineclr1 td#ContentPane a.commandbutton { 
        color: black;
} 
/*Box: Outline Container - Color 2 */
table.boxoutlineclr2  {
	margin: 5px 0;
	border: 1px solid #000066;
	background: #fff;
}
.boxoutlineclr2 td.header {
	padding: 3px 10px;
	border-bottom: 1px solid #000066;
}
.boxoutlineclr2 td#ContentPane {
	padding: 7px 10px;
	background: #fff;
	color:black;
}
.boxoutlineclr2 td.header span.Head {
	color: #000066;
	font-size: 14px;
	font-weight: bold;	
}
.boxoutlineclr2 td#ContentPane span.Normal { 
        color: #333333;
}
.boxoutlineclr2 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: 14px;
	font-weight: bold;
}

.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: #000066;
	padding: 3px 10px;
}
.boxsolidfillclr1 td#ContentPane {
	background: #000066;
	padding: 7px 10px;
	border: 1px solid white;
	color:white;
}
.boxsolidfillclr1 td.header span.Head {
	color: white;
	font-size: 14px;
	font-weight: bold;
}
.boxsolidfillclr1 td#ContentPane span.Normal { 
        color: white;
}
.boxsolidfillclr1 td#ContentPane a.commandbutton { 
        color: #333333;
} 

/* Box - Solid Fill - Color 2 */
table.boxsolidfillclr2 {
	margin: 5px 0;
	border: 1px solid #999900;
}
.boxsolidfillclr2 td.header {
	background: #999900;
	padding: 3px 10px;
	border-bottom: 1px solid #999900;
}
.boxsolidfillclr2 td#ContentPane {
	background: #999900;
	padding: 7px 10px;

}
.boxsolidfillclr2 td.header span.Head {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}
.boxsolidfillclr2 td#ContentPane span.Normal { 
        color: #ffffff;
}
.boxsolidfillclr2 td#ContentPane a.commandbutton { 
        color: #ffffff;
}




/*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: transparent;
	padding: 7px 7px 10px 0;
}
.singleline td.header span.Head {
	color: #333333;
	font-size: 14px;
	font-weight: bold;	
}
.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 #999900;
	padding: 2px 0;
}
.singlelineclr1 td#ContentPane {
	background: transparent;
	padding: 7px 7px 10px 0;
}
.singlelineclr1 td.header span.Head {
	color: #999900;
	font-size: 14px;
	font-weight: bold;	
}
.singlelineclr1 td#ContentPane span.Normal { 
        color: black;
}
.singlelineclr1 td#ContentPane a.commandbutton { 
        color: #95001B;
} 

/*Lines: Single Line Container - Color 2 */
table.singlelineclr2  {
	margin: 5px 0;
}
.singlelineclr2 td.header {
	border-bottom: 1px Solid #000066;
	padding: 2px 0;
}
.singlelineclr2 td#ContentPane {
	background: transparent;
	padding: 7px 7px 10px 0;
}
.singlelineclr2 td.header span.Head {
	color: #000066;
	font-size: 14px;
	font-weight: bold;	
}
.singlelineclr2 td#ContentPane span.Normal { 
        color: black;
}
.singlelineclr2 td#ContentPane a.commandbutton { 
        color: #3E000F;
} 

/*Lines: Double Line Container*/
table.doubleline  {
	margin: 5px 0;
}
.doubleline td.header {
	border-bottom: 3px double #333333;
	padding: 2px 0;
}
.doubleline td#ContentPane {
	background: transparent;
	padding: 7px 7px 10px 0;
	border-bottom: 1px dotted #333333;
}
.doubleline td.header span.Head {
	color: #333333;
	font-size: 14px;
	font-weight: bold;	
}
.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 #999900;
	padding: 2px 0;
}
.doublelineclr1 td#ContentPane {
	background: transparent;
	padding: 7px 7px 10px 0;
	border-bottom: 1px dotted #999900;
}
.doublelineclr1 td.header span.Head {
	color: #999900;
	font-size: 14px;
	font-weight: bold;	
}
.doublelineclr1 td#ContentPane span.Normal { 
        color: black;
}
.doublelineclr1 td#ContentPane a.commandbutton { 
        color: #95001B;
}

/*Lines: Double Line Container - Color 2 */
table.doublelineclr2  {
	margin: 5px 0;
}
.doublelineclr2 td.header {
	border-bottom: 3px double #000066;
	padding: 2px 0;
}
.doublelineclr2 td#ContentPane {
	background: transparent;
	padding: 7px 7px 10px 0;
	border-bottom: 1px dotted #000066;
}
.doublelineclr2 td.header span.Head {
	color: #000066;
	font-size: 14px;
	font-weight: bold;
}
.doublelineclr2 td#ContentPane span.Normal { 
        color: black;
}
.doublelineclr2 td#ContentPane a.commandbutton { 
        color: #3E000F;
}


/*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: 14px;
	font-weight: bold;
}
.roundheadfill td#ContentPane span.Normal { 
        color: #333333;
}
.roundheadfill td#ContentPane a.commandbutton { 
        color: #6A0E11;
}

/* Rounded: Header Fill on White - Color 1 */
table.headerfillclr1 {
	background: white;
	margin: 5px 0;
}
.headerfillclr1 .hdrcolor {
	background: #000066;
}
.headerfillclr1 td.header {
	padding: 5px;
}
.headerfillclr1 td#ContentPane {
	padding: 10px 5px;
}
.headerfillclr1 td.header span.Head {
	color: white;
	font-size: 14px;
	font-weight: bold;
}
.headerfillclr1 td#ContentPane span.Normal { 
        color: #000000;
}
.headerfillclr1 td#ContentPane a.commandbutton { 
        color: #93927F;
}

/* Rounded: Header Fill on White - Color 2 */
table.headerfillclr2 {
	margin: 5px 0;
	background: white;
}
.headerfillclr2 .hdrcolor {
	background: #999900;
}
.headerfillclr2 td.header {
	padding: 5px;
}
.headerfillclr2 td#ContentPane {
	padding: 10px 5px;
}
.headerfillclr2 td.header span.Head {
	color: black;
	font-size: 14px;
	font-weight: bold;
}
.headerfillclr2 td#ContentPane span.Normal { 
        color: #FFFFFF;
}
.headerfillclr2 td#ContentPane a.commandbutton { 
        color: #3E000F;
}



/* Rounded: Header Fill on Gray - Color 1 */
table.headerfillclr1gry {
	background: #F5F1E1;
	margin: 5px 0;
}
.headerfillclr1gry .hdrcolor {
	background: #93927F;
}
.headerfillclr1gry td.header {
	padding: 5px;
}
.headerfillclr1gry td#ContentPane {
	padding: 10px 5px;
}
.headerfillclr1gry td.header span.Head {
	color: #6A0E11;
	font-size: 14px;
	font-weight: bold;
}
.headerfillclr1gry td#ContentPane span.Normal { 
        color: #000000;
}
.headerfillclr1gry td#ContentPane a.commandbutton { 
        color: #93927F;
}

/* Rounded: Header Fill on Gray - Color 2 */
table.headerfillclr2gry {
	margin: 5px 0;
	background: #95001B;
}
.headerfillclr2gry .hdrcolor {
	background: #3E000F;
}
.headerfillclr2gry td.header {
	padding: 5px;
}
.headerfillclr2gry td#ContentPane {
	padding: 10px 5px;
}
.headerfillclr2gry td.header span.Head {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.headerfillclr2gry td#ContentPane span.Normal { 
        color: #FFFFFF;
}
.headerfillclr2gry td#ContentPane a.commandbutton { 
        color: #3E000F;
}


/* Rounded: Outline */
table.roundoutline {
	margin: 5px 0;
	background: Transparent;
}
.roundoutline .hdrcolor {

}
.roundoutline td.header {
	padding: 5px;
	background-color: #FFFFFF;
}
.roundoutline td#ContentPane {
	padding: 10px 5px;
	background-color: #FFFFFF;
}
.roundoutline p.header span.Head {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
.roundoutline td#ContentPane span.Normal { 
        color: #333333;
}
.roundoutline td#ContentPane a.commandbutton { 
        color: #333333;
}


/* 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: 14px;
	font-weight: bold;
}
.roundoutlinefill td.header {
	padding: 5px;
}
.roundoutlinefill td#ContentPane {
	padding: 10px 5px;

}
.roundoutlinefill td.header span.Head {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
.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: 14px;
        color: #333333;	
	font-weight: bold;
}
.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: 14px;
        color: #333333;	
	font-weight: bold;
}
.solidfillgry td#ContentPane span.Normal { 
        color: #333333;
}
.solidfillgry td#ContentPane a.commandbutton { 
        color: #6A0E11;
}



/* Rounded: Solid Fill on White - Color 1 */
table.solidfillclr1 {
	background: #000066;
	margin: 5px 0;
}
.solidfillclr1 td#ContentPane {
	color:white;

}
.solidfillclr1 p.header span.Head {
        color: white;
	font-size: 14px;
	font-weight: bold;	
}
.solidfillclr1 td#ContentPane span.Normal { 
        color: white;
}
.solidfillclr1 td#ContentPane a.commandbutton { 
        color: #6A0E11;
}

/* Rounded: Solid Fill on White - Color 2 */
table.solidfillclr2 {
	margin: 5px 0;
	background: #999900;
}
.solidfillclr2 td#ContentPane {

}
.solidfillclr2 p.header span.Head {
	font-size: 14px;
	color: white;
	font-weight: bold;
}
.solidfillclr2 td#ContentPane span.Normal { 
        color: white;
}
.solidfillclr2 td#ContentPane a.commandbutton { 
        color: #FFFFFF;
}

/* Rounded: Solid Fill on Gray - Color 1 */
table.solidfillclr1gry {
	background: #93927F;
	margin: 5px 0;
}
.solidfillclr1gry td#ContentPane {

}
.solidfillclr1gry p.header span.Head {
	font-size: 14px;
	font-weight: bold;
	color: #6A0E11;
	
}
.solidfillclr1gry td#ContentPane span.Normal { 
        color: #6A0E11;
}
.solidfillclr1gry td#ContentPane a.commandbutton { 
        color: #6A0E11;
}


/* Rounded: Solid Fill on Gray - Color 2 */
table.solidfillclr2gry {
	margin: 5px 0;
	background: #95001B;
}
.solidfillclr2gry td#ContentPane {

}
.solidfillclr2gry p.header span.Head {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.solidfillclr2gry td#ContentPane span.Normal { 
        color: #FFFFFF;
}
.solidfillclr2gry td#ContentPane a.commandbutton { 
        color: #FFFFFF;
}