* {
  font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 12px;
  color: black;
}

select {
	line-height:12px;
	height: 20px;
}

textarea, input, select{
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size:8pt;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
    border: 1px solid #7F9DB9;
}

textarea{
    margin:  0 auto;
    padding: 0;
    margin-top: 2px;
    margin-bottom: 2px;
}

input.button{
	color:#050;
    font-family:'trebuchet ms',helvetica,sans-serif;
    font-size:84%;
    font-weight:bold;
    background-color:#fed;
    border:1px solid;
    border-top-color:#696;
    border-left-color:#696;
    border-right-color:#363;
    border-bottom-color:#363;
}

img {
  border: 0px;
}

body {
  background-color: gray;
  background-image: url("../img/body-bg.jpg");
  padding: 0px;
}

p{
	font-size:11px;
	margin:0;
	color:#333333;
}

div.br{
    border-bottom: 1px solid #555555;
    margin: 5px 0;
}

div.PageHeader {
  height: 80px;
  margin-top:10px;
  margin-left: 100px;
  padding-bottom: 1px;
  background: url("../img/header.png");
  background-repeat: no-repeat;
}

div.PageHeader h1 {
  color: black;
  text-align: left;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 22px;
  padding-top: 20px;
  padding-left: 30px;
}

#PageMenu {
	position: relative;
	text-align: right;
	float:top;
	width: 350px;
	left: 150px;
	top:5px;
	margin-bottom:15px;	
}

#SubPageMenu{
	position: relative;
	text-align: right;
	float:top;
	width: 450px;
	left: 320px;
	font-size: 8pt;
	/*border: solid 1px black;*/
}

.CrumbBox{
	position: relative;
	text-align: left;
	width: 450px;
	/*top: -50px;*/
	font-size: 8pt;
	margin: 10px;
	/*border: solid 1px black;*/
}

#PageMenu a, #SubPageMenu a{
  color: blue;
  font-size: 8pt;
  cursor: cursor;
}

#PageMenu a:hover, #SubPageMenu a:hover{
  cursor: cursor;
  color: blue;
  background-image: url("../img/folder_open.png");
  background-position: 1px 1px;
  background-repeat: no-repeat;
  padding-left: 19px;
  text-decoration: underline;
}

#PageMenu a.activated, #SubPageMenu a.activated{
  background-image: url("../img/folder_open.png");
  background-position: 1px 1px;
  background-repeat: no-repeat;
  padding-left: 19px;
}

#Footer{
  position: relative;
  width: 100%;
  clear: both;
  color:gray;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  text-align: center;
  font-size: xx-small;
  white-space: nowrap;
}

#Footer a, #Footer a:link, #Footer a:visited {
  font-size: xx-small;
  text-decoration: underline;
  color: gray;
}

#Footer a:hover {
  color: red;
}

#Footer a:active {
  color: black;
}

#Document {
  background-image: url("../img/body.jpg");
  position: relative;
  vertical-align: middle;
  margin: 20px auto;
  width: 800px;
  min-height: 700px;
  text-align: left;

  border: solid 1px black;
}

#Content {
  position: relative;
  width: 580px;
  left: 10px;
  top: 20px;
  float:left;
  height: 570px;
  overflow: auto;
}


#LeftPane {
  position: relative;
  width: 200px;
  height: 600px;
  left:15px;
  top:15px;
  float: left;
  background-image: url("../img/leftpane.png");
  background-repeat: no-repeat;
}

#RightPane {
  position: absolute;
  width: 100px;
  height: 550px;
  left:800px;
  top:120px;
  float: left;
  background-image: url("../img/body-part.png");
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  background-repeat: repeat;
}

#VisitorBox {
    margin-top: 280px;
    position:relative;
}

#MenuBox {
  width: 150px;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  color:black;
  font-family:sans-serif;
  font-size:10px;
}

#MenuBox h2 {
  font-family: sans-serif;
  font-weight: bold;
  border-bottom: solid 1px #aaaaaa;
  color: black;
  background-color: #f8f8d5;
  text-align: left;
  height: 21px;
  font-size: 16px;
  background-image: url("../img/menu-gradient.png");
  margin: 0;
  padding-left: 3px;
  padding-top: 3px;
  display:none;
}

#MenuBox ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 30px 0 70px 0;
    padding:0;
    
}

#MenuBox li {
    margin:0;
    padding:0 0 3px;
}

#MenuBox li a:hover {
    background: transparent;
    font-weight:bold;
}

#MenuBox li a {
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    background:#FFFDE7 none repeat scroll 0 0;
    border:1px solid #E8E6CC;
    color:#6C5736;
    display:block;
    font-family:Georgia;
    font-size:13px;
    font-weight:normal;
    padding:3px 15px;
    text-decoration:none;
}

#MenuBox a.activated {
}

#LinksBox {
  width: 150px;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 15px;
  background-color: white;
  border: solid 1px #aaaaaa;
}

#LinksBox h2 {
  font-family: sans-serif;
  font-weight: bold;
  color: white;
  text-align: left;
  height: 21px;
  font-size: 16px;
  background-image: url("../img/links-gradient.png");
  margin: 0;
  padding-left: 3px;
  padding-top: 3px;
  border-bottom: solid 1px #aaaaaa;
}

#LinksBox ul {
	background-color: white;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#LinksBox li {
  text-align: center;
  color: black;
  padding: 3px;
  margin: 0;
}

#AuthorsBox {
  width: 150px;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 15px;
  background-color: white;
  border: solid 1px #aaaaaa;
}

#AuthorsBox h2 {
  font-family: sans-serif;
  font-weight: bold;
  color: white;
  text-align: left;
  height: 21px;
  font-size: 16px;
  background-image: url("../img/author-gradient.png");
  margin: 0;
  padding-left: 3px;
  padding-top: 3px;
  border-bottom: solid 1px #aaaaaa;
}

#AuthorsBox ul {
	background-color: white;
  list-style-type: square;
}

#AuthorsBox li {
  color: black;
  padding: 0.25em;
  margin-left: -1.5em;
}

#AuthorsBox a, #AuthorsBox a:link, #AuthorsBox a:visited {
  text-decoration: none;
}

#AuthorsBox a:hover {
  text-decoration: underline;
  color: red;
}

#AuthorsBox a:active {
  text-decoration: none;
}

#AjaxOverlayContainer{
    display: none;
    background-color:#000000;
    height:100%;
    left:0;
    -moz-opacity:0.7;
    position:fixed;
    top:0;
    width:100%;
    z-index:100002;
}

#AjaxDialog{
    display: none;
    background-image: url("../img/ajax-loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    display:block;
    position:fixed;
    height:auto;
    left:642.5px;
    top:202px;
    width:auto;
    margin:-2em auto 0;
    z-index:100003;
}
#AjaxIndication{
    display: none;
}

.ActionBar , .ActionBar  *{
	text-decoration: none;
	cursor: cursor;
	font-size: 9pt;
	color: blue;
  white-space:nowrap;
}

div.Section {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

div.Section h2 {
  background-image: url("../img/section.png");      /* 574 x 46 */
  font-family: sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  min-height: 21px;
  margin: 0;
  padding-left: 3px;
  padding-top: 3px;
}

div.SectionContent {
  position: relative;
  width: 530px;
  background-color: white;
  border: solid 1px black;
  top: -15px;
  margin-left: 14px;
  display: block;
}

div.SectionContent p {
  text-align: justify;
}

div.SectionContent pre {
  border: dotted 1px #ebeef1;
  padding: 0.5em;
}

div.SectionFooter{
  height: 25px;
  width: 95%;
  margin-left: 10px;
  position: relative;
  top: -10px;
}

input.EditButton{
  background-image: url('../img/edit3.gif');
  background-repeat: no-repeat;
}
div.SectionHeader{
  min-height: 21px;
  padding-left: 22px;
  padding-top: 4px;
  background-image: url('../img/sectionhead.png');
  background-repeat: no-repeat;
  height: 46px;
}

span.username{
  font-family: sans-serif;
  font-weight: bold;
  background-image: url('../img/user.gif');
  background-position: 0px 3px;
  background-repeat: no-repeat;
  padding-left: 15px;
}

div.SectionHeader span{
  font-family: sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

.gbContent{
  border: solid 1px #e1eedc;
  padding-left: 2px;
  padding-right: 2px;
}

.gbmeta{
  background-color: #e1eedc;
}

div.SectionContent code {
  font-size: 12px;
  font-family: monospace;
  text-align: left;
}

div.SectionContent blockquote {
  margin-bottom: 4em;
  border-left: solid 1px #D7D7D7;
  border-bottom: solid 1px #D7D7D7;
}

div.SectionContent blockquote p {
  padding: 1em;
}

div.shot {
  background-color: white;
  text-align: center;
  margin: 20px;
}


