/*page*/
html, body
{
    height: 100%;
    margin: 0px auto;
    background-position: top center;
    padding: 0px;
    background-image: url(/Portals/_default/Skins/FGMKIns/page_background.gif);
    background-repeat: repeat;
}
p
{
    padding: 5px;
}
.leftpane
{
    background-color: #FFFFFF;
    height: 100%;
}
.contentpane
{
    padding: 10px 20px 0px 20px;
    margin: 10px 20px 0px 20px;
	background-color:#FFFFFF;
    width: 750px;
}
.rightpane
{
    background: #FFFFFF;
    height: 100%;
}
.bottompane {
	text-align:center;
	color:#FFFFFF;
}
.footer
{
  background-color:		#57160F;
  color:				#b74;
  padding:				10px;
  border-top:			1px solid #ccc;
  text-align:			center;
}
.header
{
  background-color:		#57160F;
  color:				#b74;
  border-top:			1px solid #ccc;
  text-align:			center;
  width="100%"
}

.container
{
    margin: 0px auto;
    height: 80%;
    border: 0px 1px solid #bfc0de;
    padding: 0px;
}
/*--------------------------------------------------------------------------------------------------------------*/
/*text*/
.normal, div, p, td, th, li, a
{
    color: #000;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
}
.portalbg
{
	background-image: url(/Portals/_default/Skins/FGMKIns/page_background.gif);
    background-repeat: repeat;
	background-color:#53150e;
}
.subhead
{
    color: #000000;
    font: bold 11px Arial, Helvetica, sans-serif;
    letter-spacing: 80%;
    padding: 5px;
}
.head
{
    color: #000000;
    text-align: center;
    font: bold 14px Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 80%;

}
/* GENERIC */
H1
{
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #61358c;
	padding: 5px;
	text-align:left;
}

H2
{
	font: bold "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #61358c;
	padding: 5px;
}

H3
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
	padding: 5px;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*links & buttons*/
a:link
{
    color: #61358c;
    text-decoration: underline;
}
a:visited
{
    color: #61358c;
    text-decoration: underline;
}
a:hover
{
    color: #61358c;
    text-decoration: none;
}
a:active
{
    color: #61358c;
    text-decoration: none;
}
a.blackborder:link, a:blackborder:active, a.blackborder:visited, a.blackborder:hover {
	color:#000000;
	text-decoration:none;
	border:1px solid #000;
}

.StandardButton
{
    background: #CCC;
	margin:5px;
    border: 1px #CCC solid;
    padding: 5px;
}
input.CommandButton { 
	margin: 5px;
    padding: 5px;
    background-color: #8080FF;
	}
a.CommandButton:link,a.CommandButton:active,a.CommandButton:visited
{
    font-size: 10px;
    margin: 0px;
    padding: 5px;
	text-decoration:underline;
    font-weight: bold;
	color:#53150e
}
a.CommandButton:hover
{
    font-size: 10px;
	color:#000000;
    margin: 0px;
    padding: 5px;
	text-decoration:none;
    font-weight: bold;
}
.controlpanel a.CommandButton
{
    font-size: 10px;
}
#dnn_ctr_Login_Login_DNN_plUsername_lblLabel {
text-align:left;


}
.skinuser
{
    color: #b96;
    text-decoration: none;
	font:11px Arial, Helvetica, sans-serif;
}
a.skinuser:link, a.skinuser:visited
{
    color: #b96;
    text-decoration: none;
	font:11px Arial, Helvetica, sans-serif;
}
a.skinuser:hover
{
    color: #fc3;
    text-decoration: underline;
}
a.skinuser:active
{
    color: #fc3;
    text-decoration: underline;
	font:11px Arial, Helvetica, sans-serif;
}
/*--------------------------------------------------------------------------------------------------------------*/
/**************new menu********************************/
html>body #PortalBorder {height:auto}/*for mozilla */

.TabList {
    font-size:75%;
}


/*  NavMenu styles start here */

#navHContainer {
    position:relative;
	margin-top:5px auto;
	padding:0px 0px 0px 0px;
    display:block;
    width:100%;
	height:40px;
}
#nav ul {
    padding:10px;
    margin:auto;
    list-style:none;
    float:left;
    background-color: #53150e;
	text-align:center;
}

#nav li {
  	position: relative;
  	float:left;
  	line-height : 1.25em;
  	list-style: none;
    padding: 2px 10px 2px 10px;
	margin:0px;
	text-align:center;

}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	width:200px;
    background-color: #53150e;
	text-align:center;
	z-index:1000;
    border-top: solid 1px #E7E7E7;
    border-right: solid 1px #D2D2D2;
    border-bottom: solid 1px #D2D2D2;
    border-left: solid 1px #E7E7E7;
	margin: 2px 0px 0px 0px;
}


#nav a {
    font:bold  12px "Trebuchet MS" , Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display:block;
    text-decoration:none;
    text-align:center;
    color: #b96;
	background-color: #53150e;
	border-right:1px solid #b96;
	padding-right:10px;
}
#nav li li a {
	width:160px;
	font:  11px "Trebuchet MS" , Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #53150e;
	color: #b96;
    border-top: solid 1px #E7E7E7;
    border-right: solid 1px #D2D2D2;
    border-bottom: solid 1px #D2D2D2;
    border-left: solid 1px #E7E7E7;
	padding-left:10px;

}

#nav li a:hover {
  background-color: #53150e;
  text-align:center;
  color:#fc3;
}
#nav li li a:hover {
	background-color: #53150e;
	text-align:center;
	color:#fc3;
}
#nav li a.SelectedTab {
    font-size:11px;
    background-color: #53150e;
	text-align:center;
	border-right:0px solid #53150e;
}
#nav .DisabledTab {
    color:#ccc;
}
/* no need to change these hover classes 
unless you need more than 4 levels */
#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul,
#nav li.iehover ul ul,
#nav li.iehover ul ul ul,
#nav li.iehover ul ul ul ul{
  left: -999em;
}

#nav li:hover ul, 
#nav li.iehover ul {
	top: 1.6em;
	left:0;
}
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li.iehover ul,  
#nav li li li.iehover ul {
	top: 0;
	left:12.8em;
}
