/* main options */

* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

body {
	background: #FFFFFF url(images/background.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #050505;
	margin: 5px;
}

input, textarea, select {
	background: #FFFFFF url(images/input.gif) repeat-x;
	border: 1px solid #FFFFFF;
	border-color: #A3A3A3;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #050505;
}

.redBorder{
  border-color: #FF0000;
}

h1, h2, h3 {
	margin-bottom: 1.5em;
	letter-spacing: -0.05em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
	color: #414141;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 38px;
	color: #000000;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #939292;
}

#page p,
#page ul,
#page ol {
	margin-top: 1.5em;
	line-height: 190%;
}

#page ul, 
#page ol {
	margin-left: 3em;
}

blockquote {
	margin-top: 2em;
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #346086;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}

/* Header (no comment) */

#header {
	width: 1070px;
	height: 55px;
	margin: 0 auto;
}

#header h1, #logo h2 {
	margin: 0;
}

#header h1 {
	float: left;
	padding-top: 5px;
}

#header h2 {
	float: right;
	width: 92px;
	height: 100%;
	font-size: 16px;
	font-weight: normal;
	background: no-repeat right;
}

#header h2, #header h2 a {
	color: #939292;
}

#header a {
	text-decoration: none;
}

/* Menu (no comment) */

#menu {
 	width: 1070px;
	margin: 0 auto;
}

#menu ul {
	list-style: none;
}

#menu ul {
	z-index: 100;
}

#menu li.current {
	background-color: darkorange;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	color: #17479E;
}

/* Page is all from Undermenu to down without footer */

#page {
	width: 1070px;
	margin: 0 auto;
	padding: 45px 35px 45px 25px;
/* 	background: url(images/page_bg.gif) no-repeat; */
}

.searchUser {
  float: right;
  position: relative;
  bottom: 25px;
}

/* Content is the main window on the Page */

#content {
	float: left;
	width: 865px;
	margin-bottom: 40px;
}

.post {
}

.post .title {
	margin: 0;
	padding: 0 20px;
}

.post .entry {
	padding: 0 20px;
}

.post .meta {
	height: 47px;
	margin: 20px 0 40px 0;
	padding: 15px 0 0 20px;
	line-height: normal;
	border: 1px #cccccc solid;
}

.tdHead{
  padding-bottom: 8px;
  padding-left: 10px;
  font-weight: bold;
  color: #1F468A;
  border-bottom: 1px #000000 solid;
  font-size: 1.2em;
}

.tdActive{
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
}

.tdActiveResultCheckbox{
  padding: 5px 20px 5px 20px;
}

.tdActiveResult{
  padding: 5px 20px 5px 20px;
  border-bottom: 1px #CCCCCC dotted;
}

.tdBold{
  font-weight: bold;
}

.privileges {
	width: 400px;
}

.glossary_tdActiveResult{
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px #CCCCCC dotted;
}

.center {
  text-align: center;
}
.submit {
  background: #FFFFFF url(images/input_submit.gif) repeat-x;
  font-weight: bold;
  border: 1px solid #1F468A;
  color: #000000;
}

.disabled {
  background: #CCCCCC;
  /*font-weight: bold;*/
  border: 1px solid #AAAAAA;
  color: #000000;
}

.viewResult {
  text-align: center;
  border-bottom: 1px #CCCCCC dotted;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
}

.viewResultOdd {
  text-align: center;
  border-bottom: 1px #CCCCCC dotted;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #EFF0FF;
}

.message {
	width: 100%;
	text-align: center;
	background-color: #E98400;
	font-weight: bold;
	color: #333333;
	padding: 5px 0px 5px 0px;
	margin: 2px 2px 2px 2px;
	border: 1px solid;
	border-color: #0f0100;
}

.changelog {
  text-align: center;
  border-bottom: 1px #CCCCCC dotted;
  padding-top: 5px;
  padding-bottom: 5px;
}

.red {
  color: #FF0000;
}

.hiddenChangelog {
  display: none;
}

/* right Sidebar on the page */

#sidebar {
	float: right;
	width: 191px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 40px;
	padding: 0 15px 0 20px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #E5E5E5;
}

#sidebar li h2 {
	margin-bottom: 15px;
	font-size: 18px;
}

/* this is for Login */

#sidebar li {
	padding: 0;
	background: url(images/login.jpg) no-repeat;
	width: 191px;
	height: 163px;
}

#sidebar li table {
	margin: 0 auto;
	caption-side: bottom;
}

#sidebar li thead th {
	width: 50px;
	height: 40px;
	font-weight: bold;
	color: #FFFFFF;
}

#sidebar li tbody td {
	width: 170px;
	height: 105px;
	text-align: left;
	color: #050505;
	vertical-align: top;
	padding-left: 20px;
}

/*this is Footer on these page */

#footer {
	clear: both;
	width: 870px;
	height: 50px;
	margin: 0 auto;
	padding: 15px 45px;
	background: url(images/page_bg.gif) no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #B4B4B4;
}

#footer a {
	color: #B4B4B4;
}

#footer .legal {
	float: right;
}
