p, img {
margin: 0px;
padding: 0px;
}
a.img, a:hover.img, a:active.img, a:visited.img {
border: 0px;
background: transparent;
}
body
{
	background-color: #ffffff;
	padding: 5px 5px 5px 5px;
	margin: 0px;
}
body, td
{
font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    color: #000000;
}
.white_space {
	width: 10px;
}
.white_space2 {
	width: 20px;
}
.date {
	padding-left: 60px;
}
.user_icon {
	background:   url(images/user.gif) no-repeat;
	height: 20px;
	width: 21px;
}
.login_icon {
	background:   url(images/lock.gif) no-repeat;
	height: 20px;
	width: 21px;
}
.top_right {
	background:   url(images/top_right.gif) no-repeat top right #e6e7e8;
	height: 230px;
}
.head_bg {
	background:   url(images/head_bg.gif) no-repeat;
	height: 269px;
	width: 700px;
}
.logo {
	background:   url(images/logo_bg.gif) no-repeat;
	height: 72px;
	width: 279px;
}
.logobg {
	background:   url(images/logo_bg_bg.gif) repeat-y;
	width: 279px;
}
.gray {
	background: #2c7dd0;
	width: 279px;
}
.menu {
	background: url(images/menu_bg.gif) repeat-x;
	height: 37px;
}
.dark_gray {
	background: url(images/dark_gray.gif) repeat-x;
	height: 10px;
}
.btm {
	background: url(images/footer.gif) no-repeat;
	height: 77px;
	width: 980px;
}

/* ================================
CSS STYLES FOR DotNetNuke
================================
/* GENERAL */
/* style for module titles */
.Head
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}
.Head2
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #2c7dd0;
}
.subhead
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}
.subhead3
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}
.TopPane
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    color: #000000;
}
.LeftPane
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    color: #000000;
}
.ContentPane
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    color: #000000;
}
.RightPane
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    color: #000000;
	padding: 0px;
	width: 250px;
	margin: 0px;
}
.BottomPane
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    color: #000000;
}
/* GENERIC */
H1
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #2c7dd0;
	margin: 0px;
	padding:0px;
}
H2
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #2c7dd0;
	margin: 0px;
	padding:0px;
}
H3
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #6c8d91;
	margin: 0px;
	padding:0px;
}
H4
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #6c8d91;
	margin: 0px;
	padding:0px;
}
H5
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
	margin: 0px;
	padding:0px;
}
H6
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
	margin: 0px;
	padding:0px;
}

/* Main Menu */
.MainMenu_MenuBar
{
    cursor: hand;
    height: 37;
    border-right: #f0f0f0 0px solid;
}
.MainMenu_MenuBreak
{
      border:none;
      height:0px;
      background-color:Transparent;
}

.MainMenu_MenuItem
{
   	background-color: #ffffff;
    cursor: hand;
    color: #333333;
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    height: 25;
	border-bottom: #666666 0px solid;
    border-left: #666666 0px solid;
    border-top: #666666 0px solid;
    border-right: #666666 0px solid;
	text-align: left;
	vertical-align: center;
	padding: 0px 20px 0px 15px;
}

.MainMenu_RootMenuItem, .MainMenu_RootMenuItem TD
{
	background:   transparent;
    cursor: hand;
    color: #ffffff;
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: bold;
    border-left: #BCBEC0 0px solid;
    border-bottom: #FFFFFF 0px solid;
    border-top: #BCBEC0 0px solid;
    border-right: #BCBEC0 0px solid;
    height: 37;
    text-align: center;
	padding: 0px 9px 0px 9px;
}
.MainMenu_RootMenuItemSel, .MainMenu_RootMenuItemSel TD
{
	background:   #4c4d4f;
    cursor: hand;
    color: #ffffff;
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: bold;
    border-left: #BCBEC0 0px solid;
    border-bottom: #FFFFFF 0px solid;
    border-top: #BCBEC0 0px solid;
    border-right: #BCBEC0 0px solid;
    height: 37;
    text-align: center;
	padding: 0px 9px 0px 9px;
}
.MainMenu_RootMenuItemActive, .MainMenu_RootMenuItemBreadCrumb, .MainMenu_RootMenuItemActive TD, .MainMenu_RootMenuItemBreadCrumb TD
{
	background:   #4c4d4f;
    cursor: hand;
    color: #ffffff;
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: bold;
    border-left: #BCBEC0 0px solid;
    border-bottom: #FFFFFF 0px solid;
    border-top: #BCBEC0 0px solid;
    border-right: #BCBEC0 0px solid;
    height: 37;
    text-align: center;
	padding: 0px 9px 0px 9px;
}
.MainMenu_SubMenuItemSelected
{
    background: #2c7dd0;
    cursor: hand;
    color: #ffffff;
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
	border-bottom: #666666 0px solid;
    border-left: #666666 0px solid;
    border-top: #666666 0px solid;
    border-right: #666666 0px solid;
    height: 25;
	padding: 0px 20px 0px 15px;
}
.MainMenu_SubMenu
{
    margin-top: 5px;
	z-index: 1000;
    cursor: hand;
    background-color: #ffffff;
    border-bottom: #6c8d91 1px solid;
    border-left: #6c8d91 1px solid;
    border-top: #6c8d91 1px solid;
    border-right: #6c8d91 1px solid;
    vertical-align: center;
}
	
.MainMenu_MenuIcon{ display:none; }

.MainMenu_RootMenuArrow{ display:none; }

.MainMenu_MenuArrow{ display:none; }


.MainMenu_MenuContainer TD
{
}
html>body .MainMenu_RootMenuitem TD
{
}
html>body .MainMenu_MenuitemSel TD
{
}
a:link
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    color: #2c7dd0;
    text-decoration: none;
}
a:hover
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    color: #333333;
    text-decoration: underline;

}
a:visited
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    color: #2c7dd0;
    text-decoration: none;

}
a:active
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    color: #2c7dd0;
    text-decoration: none;
}
.User
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    color: #2c7dd0;
	font-weight: bold;
    text-decoration: none;
}
a.User
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    color: #2c7dd0;
	font-weight: bold;
    text-decoration: none;
}
a:hover.User
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
	font-weight: bold;
    color: #333333;
    text-decoration: underline;
}
a:visited.User
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
	font-weight: bold;
    color: #114d7d;
    text-decoration: none;
}
a:active.User
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
	font-weight: bold;
    color: #114d7d;
    text-decoration: underline;
}
.GlobalLink
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 10px;
    color: #2c7dd0;
    text-decoration: none;
}
a.GlobalLink
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 10px;
    color: #2c7dd0;
    text-decoration: none;
}

a:hover.GlobalLink
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 10px;
    color: #333333;
    text-decoration: underline;
}
a:visited.GlobalLink
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 10px;
    color: #2c7dd0;
    text-decoration: underline;
}
a.CommandButton:link {
font-size: 12px;
font-weight:bold;
text-decoration: none;
color: #6c8d91;
padding: 4px 5px 4px 5px;
border: 1px solid;
background-color: #ffffff;
}
a.CommandButton:hover {
text-decoration: underline;
color: #ffffff;
font-size: 12px;
font-weight:bold;
padding: 4px 5px 4px 5px;
border: 1px solid;
background-color: #333333;
}
.white_normal
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    color: #ffffff;
	line-height: normal;
}
.Normal, table.Normal, table .Normal
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    color: #000000;
	line-height: 1.8em;
}
.Normalbold
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    color: #000000;
    text-style: bold;
}
#dnn_dnnSEARCH_txtSearch.NormalTextBox
{
    background-color: #F5F5F5;
	height: 20px;
	width: 120px;
    border-bottom: #cccccc 1px solid;
    border-left: #666666 2px solid;
    border-top: #666666 2px solid;
    border-right: #cccccc 1px solid;
	color: #333333;

}

