html
{
	overflow-y: scroll;
}

#Body
{
    color: Black;
    font-family: Arial;
    background: url(images/content_bg_boise.png);
}

a:focus, a:hover, a:active
{
	outline: none;
}

table, tr, td
{
	padding: 0;
text-align: left;
}

table
{
	margin-left: auto;
	margin-right: auto;
}

p
{
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

.Normal
{
	font-family: Arial;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
	font-style: italic;
}

.contentpane
{

}

h1.udt
{
	font-size: 20px;
	color: #172983;
	padding-bottom: 10px;
	text-transform: capitalize;
	font-weight: normal;
	font-style: italic;
	padding-left: 25px;
	background: url(../../media/images/title_bg.png) no-repeat;	
}

.Head, h2, h3, h1
{
	font-family: Georgia, Arial;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: normal;
	font-style: italic;
	color: #172983;
	padding-bottom: 10px;
}

#ControlPanel
{
	background-color: White;
}

#ControlPanel .SubHead, .ControlPanelHead
{
	color: #000000;
}

#ControlPanel .CommandButton, .ControlPanelButton, a.ControlPanelButton:link, a.ControlPanelButton:visited, a.ControlPanelButton:active, a.ControlPanelButton:hover
{
	color: #000000;
}
/* Social Links CSS */
a.Facebook:link, a.Facebook:active, a.Facebook:visited
{
    display: block;
    width: 27px;
    height: 28px;
    background: url(images/facebook.png) 0px -32px no-repeat;
    text-indent: -999em;
}

a.Facebook:hover
{
    background-position: 0px 0px;
}
a.Twitter:link, a.Twitter:active, a.Twitter:visited
{
    display: block;
    width: 27px;
    height: 28px;
    background: url(images/twitter.png) 0px -32px no-repeat;
    text-indent: -999em;
}

a.Twitter:hover
{
    background-position: 0px 0px;
}

a.BoxHead:link, a.BoxHead:visited, a.BoxHead:active, a.BoxHead:hover
{
	font-family: Arial;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #be1e2d;
}

/* Menu Items */
#navdiv
{
	padding: 0px;
}

.SubMenu_RootMenuItem
{
    color: #000000; 
    text-decoration: none;  
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    padding: 0 8px 0 8px;
}

.SubMenu_RootMenuItemActive
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    color: #000000;
}

.footer, a.footer, #dnn_dnnLOGIN_cmdLogin
{
	color: #ffffff;
	font-family: Arial;
	font-size: 11px;
	padding: 6px 0 0 0;
	font-weight: normal;
	line-height: 19px;
}

/* Splash Skin CSS */
	.SplashSpacer
	{
		width: 10px;
	}
	
	.SplashImage
	{
        height: 198px;
		width: 292px;
		vertical-align: top;
        background-color: #ffffff;
	}
	
	.SplashText
	{
		width: 292px;
		vertical-align: top;
        background-color: #ffffff;
        text-align: left;
        padding-top: 1px;
	}

    .SplashLink
    {
        text-align: center;
        background: none;
        vertical-align: top;
	padding-top: 5px;
    }

.SplashLink a:visited, .SplashLink a:active, .SplashLink a:link
{
    padding-left: 25px;
    color: White;
}

.SplashLink a:hover
{
    color: #e2001a;
    text-decoration: none;
}

/* Default Css */
.MainWrapper
    {
        width: 1000px;
        background-color: White;
    }

    .MainTable
    {
        width: 972px;
    }
    .HeaderWrapper
    {
        width: 972px;
        padding-bottom: 10px;
    }

    .LogoWrapper
    {
        width: 284px;
        vertical-align: bottom;
    }

    .HeaderInfo
    {
        text-align: right;
        width: 675px;
        padding-left: 2px;
    }

    .FlashRotatorWrapper
    {
        width: 540px;
           border-left: 1px solid black;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
    }

    .ContentWrapper
    {
        width: 428px;
        border: 1px solid black;
        padding: 10px 5px;
        vertical-align: top;
        background: url(images/content_bg.png);
    }

    .LowerContent
    {
        width: 290px;
        vertical-align: top;
    }

    .LowerContentSpacer
    {
    	background: url(images/test.png) 20px 0px repeat-y;
    	width: 51px;
    }
    .LowerMidContent
    {
        border-left: 1px solid Gray;
        border-right: 1px solid Gray;
    }

/* Link Button Css */
    a.genericlink:link, a.genericlink:visited, a.genericlink:active
    {
        display: table-cell;
        vertical-align: middle;
        background: url(images/generic_button.png) 0px -29px no-repeat;
        width: 116px;
        height: 23px;
        color: White;
        text-align: center;
        float: right;
        font-size: 12px;
        text-transform: uppercase;
        padding-top: 3px;
    }

    a.genericlink:hover
    {
        background-position: 0px 0px;
        color: White;
        text-decoration: none;
    }

/* Background Color Css */
.Boise
    {
    	text-align: center;
        background: url(images/content_bg_boise.png);
	padding-top: 8px;
    }
    
.Lewiston
{
	text-align: center;
	background: url(images/content_bg_lewiston.png);
	padding-top: 8px;
}

a.genericbutton:link, a.genericbutton:visited, a.genericbutton:active
    {
        display: block;
        background: url(images/generic_button.png) 0px -29px no-repeat;
        width: 116px;
        height: 23px;
        color: White;
        padding-top: 3px;
        text-align: center;
        font-size: 12px;
        text-transform: uppercase;
    }

    a.genericbutton:hover
    {
        background-position: 0px 0px;
        color: White;
        text-decoration: none;
    }

 table.gadget tbody tr:first-child
    {
        display: none;
    }

.AuthenticationContent table
{
	width: 100%;
	text-align: left;
}