body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
   background-image: none;
   background-color: #ffffff;
}

#language-selector, #language-selector a, #language-selector a:link, #language-selector a:visited, #language-selector a:hover, #language-selector a:active { 
        font-family: Verdana, Arial, Helvetica, san-serif;
        font-size: 10px;
        text-decoration: none;
        color: #98abbf; /* #cfcfd0 for inBloom; #165a9b for bigSky */
        text-align: left;
        padding: 0px;
        padding-right: 3px;
        padding-left: 3px;
}

#language-selector a:hover { 
        text-decoration: underline;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
   border: none;
}

.main {
	font-family: Tahoma,sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

.main ul { 
	list-style-image: url(bullet.gif);
}

.main a:link {
	text-decoration: underline;
}
.main a:visited {
	text-decoration: underline;
}
.main a:hover {
	text-decoration: underline;
}
.crumb {
	font-family: Arial,sans-serif;
	font-size: 9px;
	color: #333333;
	list-style-image: url(bullet.gif);
	text-decoration: none;
	font-weight: bold;

}
.crumb a:link {
	color: #333333;
	text-decoration: none;
}
.crumb a:visited {
	color: #333333;
	text-decoration: none;
}
.crumb a:hover {
	color: #333333;
	text-decoration: underline;
}
.bottom {
	font-family: Tahoma,sans-serif;
	font-size: 10px;
	color: #333333;
}
.bottom a:link {
	color: #333333;
	text-decoration: none;
}
.bottom a:visited {
	color: #333333;
	text-decoration: none;
}
.bottom a:hover {
	color: #333333;
	text-decoration: underline;
}
.nav {
	font-family: Tahoma,sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.nav a:link {
	color: #ffffff;
	text-decoration: none;
}
.nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
.nav a:hover {
	color: #f49141;
	text-decoration: underline;
}
.nav a img {
   border: none;
}
.header {
	font-family: Tahoma,sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: 3F5B72;
}
.inputMain {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.inputExplanation {
	font-family: Tahoma,sans-serif;
	font-size: 10px;
	color: #333333;
}

#central_list {
   font-size: 14px;
   font-weight: bold;
   text-decoration: none;
   font-family: arial, helvetica, serif
   width: 330px;
   margin: 10px;
}

#list_heading {
   width: 300px;
   padding: 0px;
   position: relative;
}

#pagesList {
   list-style-type: none;
   padding: 0;
   margin: 0;
}

.pageRow {
   margin: 0;
   width: 300px;
   padding: 0;
   cursor: move;
}

div.row_container {
   width: 300px;
   padding: 3px;
   margin-top: 3px;
}

span.pageTitle {
   display: inline;
   width: 200px;
   text-decoration: none;
}

span.pageTitle:hover {
   text-decoration: underline;
   cursor: pointer;
}

span.page_checkbox {
   display: inline;
   position: absolute;
   right: 0px;
   top: 0px;
   text-align: center;
   width: 85px;
}

span.page_checkbox input {
   vertical-align: top;
}

.pageRow span {
   padding: 2px;
   margin-top: 4px;
}