
/*========================================================*/
/*  Overall                                         */
/*========================================================*/
Body{ margin:0px; padding:0px; color:#666;font: normal 12px Arial; background:#d5d5d5}
#dnnwrapper {background-color: #FFFFFF; width: 970px; margin: 0px auto;} 
A:link,A:visited,A:active {color: #666666; text-decoration: none}
A:hover {color: #666666; text-decoration:underline}
* { margin: 0; padding: 0; } 
H1,H2,H3,H4,H5,H6 {font-weight:bold}
tbody {font: normal 11px Arial; color: #666666;}

/*========================================================*/
/*  Control Panel                                         */
/*========================================================*/

.ControlPanel{ background:url(images/breadbg.gif) top left repeat-x #d9d9d9; border:1px #ccc solid;}
.ControlPanel IMG{ margin:5px 5px 0px; }
.ControlPanel TD TD TD TD IMG{ margin:0px; }
.ControlPanel TD TD TD{ width:auto}
.ControlPanel DIV{ border:#CCC solid; border-width:0px 1px; width:3px; height:100px; }
.ControlPanel TD .SubHead{ font-size:8pt; color:#222; font-weight:bold; }
.ControlPanel TD TD TD .SubHead{ background:transparent; border:0px; font-size:8pt; color:#666; font-weight: bold; }
.ControlPanel TD TD TD input{ background:#f5f5f5; font-size:8pt; color:#000; font-weight:bold; padding-left:4px; }
.ControlPanel TD TD TD select{ background:#f5f5f5; font-size:8pt; color:#444;}
.CommandButton,A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active{color:#1c9535; text-decoration:none; font: bold 8pt Tahoma, Arial, Helvetica, sans-serif; padding:0 3px;}
A.CommandButton:hover{ color:#000; text-decoration:none;}

/*========================================================*/
/*  Skin Object                                         */
/*========================================================*/
.breader,a.breader:link, a.breader:active, a.breader:visited{color:#666666; font-weight:normal; text-decoration:none; padding-left:0px;}a.breader:hover{ color:#63ca00; text-decoration:underline;}
.login,A.login:link,A.login:active,A.login:visited  {line-height:25px; padding:1px 0px; font-weight:bold; color:#666; text-decoration:none; font-size: 11px;} A.login:hover {color:#63ca00; text-decoration:underline;font-size: 11px;}
.Search,A.Search:link,A.Search:active,A.Search:visited  {line-height:25px; padding:1px 0px; font-weight:bold; color:#666; text-decoration:none;font-size: 11px;} A.Search:hover {color:#ffffff; text-decoration:underline;font-size: 11px;}
.Copyright {font-family: Arial; font-weight:normal; color:#666;}

/* customized style */
.Header {
    background-color: #FFFFFF;
    height: 70px;
    width: 950px;
    margin:0px 10px;
}

.HeaderLeft {
	text-align: left;
    width: 350px;
	float: left;
}

.HeaderRight {
    width: 600px;
	text-align: right;
	float: right;
}

.Navigation {
	clear: both;
    background-image: url(neonwerk/menu_bg.jpg);
	background-repeat: no-repeat;
    height: 89px;
    width: 950px;
    margin:0px 10px ;
}

.MenuBox {
	width: 720px;
	height: 25px;
	float: left;
}

.SearchBox {
	text-align: right;
	width: 230px;
	height: 25px;
	padding: 0px;
	float: right;
}

.Locator {
	margin: 0px 10px 4px;
	width: 950px;
	height: 14px;
	text-align: left;
	font-size: 11px;
}

.Content {
	clear: both;
    width: 950px;
    margin:10px 10px 24px;
}

.Content:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.Footer {
	clear: both;
	background: url(neonwerk/GreenBar.jpg) top no-repeat #d5d5d5;
    width: 970px;
	height: 20px;
	line-height: 20px;
	padding-top: 8px;
    font-family: Arial;
    font-size: 11px;
    color: #666666;
	text-align: left;
}

.FooterLeft {
	float: left;
}

.FooterRight {
	float: right;
	text-align: right;
}

.FooterText {
	margin-right: 10px;
}



