body {
    margin:0 0 0 0;
    padding:0 0 0 0;
    background-color:#E4E9F1;
}

a:link,
a:visited,
a:active {
	text-decoration:none;
	color:#5A7793;
}


a:hover {
	text-decoration:underline;
	color:#5A7793;
}

img {
	border:0;
}

h1 {
    font-size:140%;
}


h2 {
    font-size:110%;
}

pre {
    overflow:auto;
}

#n2s_body {
    font-family:Verdana, sans-serif;
    margin:0 0 0 0;
    padding:0 0 0 0;
    text-align:center;
}

#n2s_bodycontent {
    font-size:90%;
    margin: 15px auto;    
    max-width:650px;
    text-align:left;
    line-height:160%;
    background-color:#FFF;
    padding:15px;
    border:6px solid #B9C5D6;
}

#poweredby {
	margin-top:100px;
	text-align:center;
}

.n2s_system {
    padding:10px;
    width:800px;
    margin-bottom:10px;
    border:1px solid #FF0000;
    background-color:#FFF8F8;
}

.n2s_debug {
    padding:10px;
    margin-bottom:10px;
    border:1px solid #0070C0;
    background-color:#ECF0FF;
}


.n2s_error_message {
	color:#FF5F00;
}

.n2s_error_message_item {
	margin-bottom:20px;
    padding:5px 5px 15px 5px;
}


.n2s_frontend_error_message {
	color:#FF5F00;
	margin: 20px auto 20px auto;
	width:650px;
	border:1px solid #cccccc;
	padding:20px;
}

.n2s_frontend_error_message_item {
	margin-bottom:20px;
}

.n2s_confirmation {
	margin-bottom:20px;
    width:390px;
    border:1px solid #C0C0C0;
    padding:5px 5px 15px 5px;
}

.n2s_confirmation_text {
	color:#FF5F00;
	margin-bottom:15px;
}

.n2s_confirmation_buttons a {
	border:1px solid #cccccc;
	padding:3px 10px;
	text-decoration:none;
	font-size:90%;
	font-weight:bold;
	color:#0000ff;
}

.n2s_installation_form {
	width:80%;
	margin-bottom:30px;
}

.n2s_installation_form legend {
	font-weight:bold;
}

.n2s_installation_form_label {
	font-weight:bold;
	width:160px;
}

.n2s_setting_form {
	width:80%;
	margin-bottom:30px;
}

.n2s_setting_form input[type="text"],
.n2s_setting_form select,
.n2s_setting_form textarea {
	width:350px;
}

.n2s_setting_form td {
	padding-top:20px;
}

.n2s_setting_form legend {
	font-weight:bold;
}

.n2s_setting_form_label {
	width:250px;
	text-align:right;
	padding-right:20px;
}

.n2s_pagination {
	margin:15px 0 15px 0;
    text-align:center;
}

.n2s_pagination a {
	padding:3px 10px;
	font-size:90%;
	font-weight:bold;
}

.n2s_pagination span {
	padding:3px 10px;
	text-decoration:none;
	font-size:90%;
	font-weight:bold;
}

.n2s_article_list {
	border:1px solid #CCCCCC;
	
	border-collapse:collapse;
}

.n2s_article_list td {
	font-size:85%;
	padding:3px 5px;
	border-right:1px dotted #CCCCCC;
}

.n2s_article_list tr:hover {
	background-color:#E7EFFF;
}

.n2s_article_list_teaser_row {
	border:1px dotted #CCCCCC;
}

.n2s_article_list th a {
	text-decoration:none;
	font-weight:bold;
	color:#74A0FF;
}

.n2s_article_list th {
	border-bottom:1px solid #CCCCCC;
	border-right:1px dotted #CCCCCC;
	padding-left:3px;
	padding-right:5px;
	white-space: nowrap;
}

.n2s_date_column {
	white-space: nowrap;
	font-size:85%;
}

.n2s_results_per_page {
	margin-top:25px;
	font-size:80%;
}

.n2s_results_per_page a {
	border:1px solid #CCCCCC;
	padding:3px 5px;
	text-decoration:none;
	font-weight:bold;
	color:#74A0FF;
}

input[type="submit"] {
    background-image:url(./image/button_background_large.gif);
    border:1px outset #8F8F8F;
    color:#000000;
    text-decoration:none;
    font-size:10px;
    padding:2px 4px;
}

input[type="submit"]:hover {
        border:1px inset #0000BF;
}

.n2s_number_column {
	text-align:right;
}

.n2s_footer {
	margin: 20px auto 20px auto;
	width:650px;
	border:1px solid #cccccc;
	padding:20px;	
}

.n2s_category_form_label {
	font-weight:bold;
	padding-right:10px;
	vertical-align:top;
}

.n2s_category_form  td {
	padding-bottom:15px;
}

.n2s_category_form  input[type="text"],
.n2s_category_form  select {
	width:380px;
}

.n2s_navigation_path {
	padding-left:0px;
}

.n2s_frontend_article_list {
    margin-bottom:30px;
	
}

.n2s_frontend_article_item {
    margin-bottom:40px;
}

.n2s_frontend_article_link {
    margin-top:5px;
}

.n2s_article_form_field input[type="text"],
.n2s_article_form_field textarea {
	width:600px;
}

.n2s_frontend_article_date {
    color:#C0C0C0;
    font-size:80%;
    padding:0;
    margin:0 0 15px 0;
    line-height:100%;
}

.n2s_frontend_article_list_date {
    color:#C0C0C0;
    font-size:80%;
    padding:0;
    margin:0;
    line-height:100%;
}


.n2s_frontend_article_title h1 {
	font-size:125%;
}

.n2s_frontend_article_title h2 {
	font-size:120%;
}

.n2s_frontend_article {
	
}

.n2s_frontend_article_next {
	text-align:right;
}

.n2s_frontend_article_previous {
	text-align:left;
}

.n2s_article_form_label {
	vertical-align:top;
	text-align:right;
	padding-right:20px;
	font-weight:bold;
}

.n2s_navigation a {
	font-weight:bold;
	line-height:1.5em;
	text-decoration:none;
	display:block;
	width:100%;
}


.n2s_navigation li {
	list-style-type:none;
	border:1px dotted #CCCCCC;
	margin:0 0px 3px 10px;
	padding:2px 10px 2px 10px;
}
.n2s_navigation li:hover {
	background-color:#F4F9FF;
}

.n2s_search_form {
	padding:10px 0 10px 0;
	background-color:#FFFFFF
}

.n2s_search_form_background {
	padding:8px;
	background-color:#F8F8F8;
	width:77%;
	border:1px solid #cccccc;
}

.n2s_link_button {
	margin:15px 0 35px 0;
}

.n2s_link_button a {
	border:1px solid #cccccc;
	padding:3px 10px;
	text-decoration:none;
	font-size:90%;
	font-weight:bold;
}


.n2s_admin_content{
	border:1px solid #cccccc;
	padding:20px 20px 100px 20px;
	background-color:#FFFFFF
}

.n2s_admin_content_background {
	padding:8px;
	background-color:#F8F8F8;
	margin: 10px 270px 20px 20px;
	width:90%;
}

.n2s_admin_box {
	border:1px solid #cccccc;
	padding:20px;
	background-color:#FFFFFF
}

.n2s_admin_box_background {
	padding:8px;
	background-color:#F8F8F8;
	margin: 60px 0 20px 0;
	width:60%;
}

.n2s_date_input input {
    width:100px;
}

.n2s_social_links {
    text-align:center;
    margin:40px 0 30px 0;
}

.n2s_social_links img {
    padding:4px;    
    border:1px solid #C0C0C0;
}
.n2s_social_links a {
    margin-right:20px;
}

code {
    line-height:110%;
}

blockquote {
    background-color:#F7F9FC;
    padding:7px;
    border-left:3px solid #E4E9F1;
}



#n2s_sidebar {
	position:absolute;
    top:15px;
    margin-left:685px;
    background-color:#FFF;
    padding:15px;
    border:6px solid #B9C5D6;
}   

ul#taglist {
    list-style:none;
    margin:0px;
    padding:0px;
}