/* 
================================
Skin styles for DotNetNuke
================================
*/   

.BODYWRAPPER 
{
    width: 100%;
    height: 100%;            
    background-position: center;    
    background-repeat: no-repeat;
    background-image: url('home.jpg');
    text-align: center;
}


.ControlPanel, .PagingTable
{
	width: 100%;
	background-color: #FFFFFF;
	border-right: #003366 1px solid;
	border-top: #003366 1px solid;
	border-left: #003366 1px solid;
	border-bottom: #003366 1px solid;
}


.LOGODIV
{
    width: 150px;
    height: 150px;
    float: left;
    margin-left: 15px;
    margin-top: 15px;     
}


.NAVBODY
{
    margin-top: 110px;
    width: 70%;
    height: 25px;
    text-align: center;
}


.CONTENTDIV
{
    width: 790px;
    height: 585px;    
    margin-right: 150px;   
    /*border-left: solid 2px #000000;
    border-right: solid 2px #000000;
    border-top: solid 2px #000000;
    border-bottom: solid 2px #000000;*/
}



.CONTENTPANE
{
    width: 790px;
    height: 470px;   
}

.BOTTOMCONTENT
{
    width: 790px;
    height: 115px;   
    padding-top: 5px;
}

.EVENT1PANE
{
    float: left;
    width: 390px;
    height: 110px;    
}


.EVENT2PANE
{
    float: right;
    width: 390px;
    height: 110px;    
}




.COPYDIV
{
    width: 100%;
    text-align: center;
}


.LOGINDIV
{    
    width: 30%;
    height: 25px;
    float: left;    
    text-align: left;
    padding-left: 3px;
}


.PPALOGO
{
    width: 69px;
    height: 25px;
    background-image: url('ppa.png');
}


.MainMenu_MenuContainer
{
	background-color: transparent;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	height: 16px;
	background-color: Transparent;
}
.MainMenu_MenuItem
{
	cursor: pointer;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;	
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon
{
	cursor: pointer;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #000000;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak
{
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}
.MainMenu_MenuItemSel
{
	cursor: pointer;
	color: #a58147;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11pt;
	font-weight: italic;
	font-style: normal;
	background-color: transparent;
}
.MainMenu_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}



