/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
.PageMaster{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	background-color:#CCCCCC;
	
}
.SkinMaster{
height:100%;
padding:0;
margin:0;
width:760px;
border: 1px solid #999900;
background:white;
}
.BanerPane {
text-align:center;
}
.ContentPane{
text-align:center;

}
.RightPane {
    
}
.LeftPane {
    
}
.BottomPane {
    
}
.SkinFuter {
background-color:#999900;
    
}
/* text style for the selected tab */
.SelectedTab {
    
}

/* text style for the unselected tabs */
.OtherTabs {
	
   
}
A.OtherTabs:link {
	
}

A.OtherTabs:visited  {
	
	
}

A.OtherTabs:active   {
	
	
}

A.OtherTabs:hover    {
	
}
    
/* 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     {
    
}
        
/* GENERIC */
H1  {
    
}

H2  {
    
}

H3  {
    
}

H4  {
    
}

H5, DT  {
   
}

H6  {
   
}

TFOOT, THEAD    {
    
}

TH  {
    
}

a.menuLink
{
	text-decoration: none;
	color: #fff;
}
a.menuLink.current
{
	color: #FFCC00;
}