/* Start of CMSMS style sheet 'nextone' */
body 
{
    background-color: #000;
    padding: 0px;
    margin: 0px;
}

div#header_upper
{
    background-image: url('/uploads/images/header.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    height: 75px;
    border-bottom: 1px solid #999;
}

div#header_lower
{
    text-align: center;
    height: 71px;
    border-bottom: 1px solid #999;
    font-family: Verdana;
    font-size: 12px;
    color: #999;
}

img#logo
{
    position: absolute;
    top: 79px;
    left: 332px;
    display: none;
}

img#blackhole
{
    position: absolute;
    top: 145px;
    display: none;
}


h1
{
    font-family: Verdana;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

div#content_left
{
    font-family: Verdana;
    font-size: 12px;
    color: #999;
    width: 200px;
    position: absolute;
    margin-top: 0px;
    margin-left: -215px;
}

div#content
{
    font-family: Verdana;
    font-size: 12px;
    color: #999;
    width: 600px;
    text-align: left;
    margin-top: 70px;
    padding-left: 250px;
    height: 100%;
    background-color: #000;
}


div#footer2
{
    border-top: 1px solid #999;
    font-family: Verdana;
    font-size: 9px;
    color: #999;
    padding-top: 20px;
    /*position: absolute;
    display: none;*/
    z-index: -1;
}

div#footer
{
    background-image: url('/uploads/images/footer-bgr.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    height: 18px;
    width: 100%;
    margin-top: 50px;
    border-top: 1px solid #999;
/*    position: absolute;
    top: 0px;*/
    font-family: Verdana;
    font-size: 9px;
    color: #333;
    padding-top: 4px;
    text-align: center;
}

#footer a
{
    font-family: Verdana;
    font-size: 9px;
    color: #666;
    text-decoration: none;
    font-weight: normal;
}
#footer a:hover
{
    font-family: Verdana;
    font-size: 9px;
    color: #999;
    text-decoration: none;
}

#footer span
{

}

a.back
{
    font-family: Verdana;
    font-size: 12px;
    color: #f33;
    text-decoration: none;
    font-weight: normal;
}


/* album */
li.thumb
{
    margin: 0;
    width: 111px;
    height: 180px;
    padding: 0px;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 15px;
    font-family: Verdana;
    font-size: 12px;
    color: #999;

}

.thumb a
{ 
    background-color:transparent; 
    border:0; 
    height: auto;
    width: auto;
    padding: 0px;
    margin-bottom: 10px;
}

/* 
 * dirty hack to remove the category names from the page, since 
 * they get added from some strange place, not from template
*/
h3
{
    display: none;
}


/* menu */

div#menu
{
    width: 650px;
    text-align: left;
    padding-left: 218px;
    padding-top: 27px;
}


#primary-nav a 
{
    font-family: Verdana;
    font-size: 12px;
    color: #999;
    font-weight: normal;
    text-decoration: none;
}
#primary-nav a:hover
{
    font-family: Verdana;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}

#primary-nav a.menuactive
{
    font-family: Verdana;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

#primary-nav li
{
    display: inline;
}


span.main_menu_line
{
    font-family: Verdana;
    font-size: 12px;
    color: #333;
}




/* News */

.NewsSummaryLink a
{
    font-family: Verdana;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#NewsPostDetailReturnLink a
{
    font-family: Verdana;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

#NewsPostDetailReturnLink a:hover
{
    text-decoration: underline;
}

/* map YAHOO */

#mapContainer {
    height: 340px;
    width: 596px;
}

a:active img,a:active img,a:visited img,a img {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	border:0 solid #fff
}

a:hover img {
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:.85;
	border:0 solid #333
}


a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}





/* form */


INPUT, TEXTAREA { 
         border-left:0px;
         border-right:0px;
         border-top:0px;
         border-bottom:1px solid #999999;
         background-color: #131313;
         color: #FFF;
 }


.formbuilderform td { color:#999; }



/* End of 'nextone' */

