body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
}

p {
	font-size: 12px;
	text-decoration: none;
	line-height: 18px;
}
	
a {
	color: blue;
	line-height: 12px;
	text-decoration: none;
}
	
a:hover {
	color: blue;
	line-height: 12px;
	text-decoration: underline;
}
	
#mainbox { 
	background-color: #fff; 
	margin-top: 30px; 
	margin-right: 26px; 
	margin-left: 0; 
	top: 10px;
}
	
#taskbox {
	background-color: #eee;
	list-style-type: decimal;
	list-style-position: outside;
	margin: 15px;
	border: solid 1px #444;
}

#taskbox h3, #taskbox p {
	margin: 10px;
}


	
#topic {
	font-size: 12px;
}

h1 { 
	font-size: 24px; 
	margin: 0;
}

h2 { 
	font-size: 24px; 
	font-weight: normal;
	margin: 0;
}

h3 {
	font-size: 14px;
	margin-top: 24px;
	margin-bottom: 15px;
}

.naked_list {
	margin-left: -20px;
}

hr, .printOnly {
	display: none;
}

#content {
	display: block;
	width: 600px;}
	
#footer {
	display: block;
	border-top: 1px solid #fff;
	padding-top: 2px;
	margin-bottom: 8px;
	clear: both;
}

#footer .pageInfo {
	display: none;
}

#footer .copyright{
	float: left;
}

#footer .navigation{
	float: right;
}

.navigation a {
	font-size: 11px;
	color: rgb(12, 98, 137);
}
	
.toolBar {
	display: block;
	font-weight: bold;
	border-top: 1px solid #fff;
	padding-top: 2px;
	margin-bottom: 8px;
	clear: both;
}

.pagination {
	display: block;
	float: left;
}

.pageSend {
	display: block;
	float: right;
}
.page {
	//display: none;
}

.connectivityFailedBox {
    background-color: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(99, 111, 139);
    padding: 5px;
    position: relative;
    width: 85%;
	margin-left:auto;
	margin-right:auto;
    margin-top: 25px;
    min-height: 40px;
    font-size: 12px;
	min-width: 600px;
	padding: 15px;
    -webkit-border-top-right-radius: 8px 8px;
    -moz-border-radius-topright: 8px 8px;
    -webkit-border-top-left-radius: 8px 8px;
    -moz-border-radius-topleft: 8px 8px;
    -webkit-border-bottom-left-radius: 8px 8px;
    -moz-border-radius-bottomleft: 8px 8px;
    -webkit-border-bottom-right-radius: 8px 8px;
    -moz-border-radius: 8px;
    -moz-border-radius-bottomright: 8px 8px;
}

	
ul.categories{
  width:840px;
  margin:0 0 15px -40px;
}
ul.categories:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* * html ul.categories {height: 1%;} */
ul.categories {display:inline-block;}
/* ul.categories {display: block;} */
ul.categories li{
  list-style-type:none;
  margin:0 0 20px 0;
  padding:0 0 0 40px;
  width:380px;
  float:left;
}
ul.categories li.odd { clear:left; }
ul.categories h3{
  font-size:15px;
}
ul.categories h3 a, .category_index h3 a{
  text-decoration:none;
  color:#000;
}
ul.categories ul.articles{
  border:none;
}
ul.categories ul.articles li{
  float:none;
  width:auto;
  padding:3px 0 3px 15px;
  margin:0;
}
ul.categories ul.articles li.all{
  background:transparent;
  text-align:right;
  border-bottom:none;
}

ul.articles{
  margin:5px 0;
  border-top:1px solid #eee;
  padding-left: 5px;
}
ul.articles li{
  list-style-type:none;
  margin:0;
  padding:3px 0 3px 15px;
  font-size:12px;
  border-bottom:1px solid #eee;
  background:url(../images/icon_post-standalone.gif) 0 5px no-repeat;
}
ul.articles li a{
  text-decoration:none;
  color: rgb(12, 98, 137);
}

