/* 
================================
Skin styles for DotNetNuke
================================
*/   

.BODYWRAPPER 
{
    width: 100%;
    height: 100%;
    background-color: #000000;
    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;
}

.GREENBAR 
{
    width: 100%;
    height: 250px;
    background-color: #0000ff;
    /*filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0, startColorstr=#ff0000, endColorstr=#000000);*/
        
}

.GREENBARSHADOWTOP
{
    width: 100%;
    height: 25px;
    margin-top: 215px;
    filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0, startColorstr=#000000, endColorstr=#0000ff);
}

.GREENBARSHADOWBOT
{
    width: 100%;
    height: 25px;
    filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0, startColorstr=#0000ff, endColorstr=#000000);
}

.NAVDIV
{
    width: 776px;
    height: 25px;
    margin-top: -385px;
    padding-right: 3px;
}

.LOGINDIV
{    
    width: 30%;
    height: 25px;
    float: left;    
    text-align: left;
    padding-left: 3px;
}

.LOGODIV
{
    width: 138px;
    height: 167px;
    float: left;
    margin-left: 55px;
    margin-top: 15px;     
}

.NAVBODY
{
    width: 70%;
    height: 25px;
    float: right;
    text-align: right;
}

.CONTENTDIV
{
    width: 776px;
    height: 565px;
    margin: 0 auto;
    background-color: #000000;    
    border-left: solid 4px #0000ff;
    border-right: solid 4px #0000ff;
    border-top: solid 4px #0000ff;
    border-bottom: solid 4px #0000ff;
}

.CONTENTWRAP
{
    width: 776px;
    height: 565px;
    border: solid 1px #2f2d2d;    
}

.CONTENTPANE
{
    width: 760px;
    height: 442px;   
}

.BOTTOMCONTENT
{
    width: 760px;
    height: 115px;
    background-color: #000000;   
    padding-top: 8px;
}

.EVENT1PANE
{
    float: left;
    width: 550px;
    height: 99px;    
}

.SEARCHPANE
{
    float: right;
    width: 200px;
    height: 99px;
}


.COPYDIV
{
    width: 100%;
    text-align: center;
}


.MainMenu_MenuContainer
{
	background-color: transparent;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	height: 16px;
	background-color: Transparent;
}
.MainMenu_MenuItem
{
	cursor: pointer;
	color: white;
	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: #0000ff;
	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: #0000ff;
	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;
}


