/* 
 Note: 
 Any block that begins with a dot (.) is referenced as a "class=" within the page
 Any block that begins with a pound sign (#) is referenced as an "id=" within the page
 */

/* set the basic theme for the entire page */

body 
{
	padding: 0px;
	font-family: arial;
}

/* set the default behavior for all tables in the page */

table
{
  font-size:13px;
  border-collapse: collapse;
  width: 100%;
}

/* set the default behavior for block quotes in the page */

blockquote {
	color:#C60;
	padding-left:40px;
	margin-left:0;
	background:url(images/quote.gif) no-repeat;
}

/* set specific attributes to be applied to sections of the page */

.SideBorder
{
  width:20px;
}

.OverallPage 
{
  /*width: 1000;  /* Fixed width */
  width: 100%;  /* Fill browser width */
}

.HeaderSection 
{
	height: 100px;
	width: 100%;

	background-color: #85845c;
	vertical-align: bottom;
	font-size: 2em;
	color: #fff;
}

/* properties that support the top menu layout */

.TopMenuSection 
{
	width: 100%;
	background-color: #c7b585;
	border-top: 1px solid #000;
	border-bottom: 2px solid #000;
	padding-left: 5px;
	padding-right: 5px;
}

.TopMenuText ul
{
  float:left;
  width:100%;
  padding:0;
  margin:0;
  list-style-type:none;
}
.TopMenuText a
{
  /*float:left;*/
  /*width:6em;*/
  font-weight:bold;
  text-decoration:none;
  color:black;
  background-color:#c7b585;
  padding-right:5px;
  /*border-right:1px solid white;*/
}
.TopMenuText a:hover 
{
  color:#c7b585;
  background-color:#50502d;
}
.TopMenuText li 
{
  display:inline
}

/* */

.CenterSection 
{
	width: 100%;
	background-color: #fff;
	/*border: 1px solid #ddd;*/
}

.LeftMenuSection 
{
  text-align:left;
	border-right: 1px solid #000;
	border-left: 1px solid #eee;
	width: 180px;
	vertical-align: top;
	padding: 10px;
	/*padding-left: 5px;
	padding-right: 5px;*/
	background-image: url(/_/images/shade_light.gif);
}

.ContentSection 
{
	/*font-size:16px;*/
	font-size:13px;
	text-align: left;
	vertical-align:top;
	margin-left: 180px;
	margin-right: 150px;
	/*width: 650px;*/
  width: 100%;
	padding: 10px;
	/*padding-left: 5px;
	padding-right: 5px;*/
}

.ContentSection a 
{
  /*background: url(/_/images/external.png) center right no-repeat;
  padding-right: 13px;*/
  text-decoration:none;
	color:#C60;
}

.RightMenuSection 
{
	border-left: 1px solid #000;
	border-right: 1px solid #eee;
	width: 150px;
	vertical-align: top;
	padding: 10px;
	/*padding-left: 5px;
	padding-right: 5px;*/
	background-image: url(/_/images/shade_light.gif);
}

.FooterSection 
{
	font-size:11px;
	width: 100%;
	background-color: #c7b585;
	/*border: 1px solid #000;*/
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
	padding-left: 5px;
	padding-right: 5px;
}

/* set attributes that only respond to being included in the "id-" portion... */

#LeftMenu 
{
  width: 180px;
}

#RightMenu 
{
  width: 150px;
}

/* popup window properties */

.EditorWindow 
{
	font-family:arial;
	background-color:#fff;
	display:none;
	z-index:100;
	position:absolute;
	top:100;
	/*left:100;*/
	width:900;
	border:2px solid #aaf;

 	padding:1em;
 	margin:3em;
  -moz-border-radius: 12px;
}

.LoginWindow 
{
	font-family:arial;
	background-color:#fff;
	display:none;
	z-index:100;
	position:absolute;
	top:100;
	/*left:100;*/
	width:300;
	border:2px solid #aaf;

 	padding:1em;
 	margin:3em;
  -moz-border-radius: 12px;
}

.RawContent
{
	display:none;
}

.ContentTable table 
{
  font-size:13px;
  border-style: solid;
  border-width: 1px;
}

.ContentTableHeader table 
{
  font-size:13px;
  border-style: solid;
  border-width: 1px;
}

.ContentTableHeader tr 
{
  font-size:13px;
  background: #c7b585; 
  font-weight: bold
}

.ContentTable td 
{
  font-size:13px;
  border-style: solid;
  border-width: 1px;
}

/* properties that support the left menu */

.treeview 
{
  text-align:left;
  text-decoration:none;
  color:Black;
  font-size:.9em;
}

.treeview a:hover {
  /*font-weight:bold;*/
  /*outline:1px dashed #00f;*/
  background-color:#EFE1BC;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
  margin: 0px;
  padding: 0px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
  position:relative;
  left:-35px;
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
  /*cursor: hand !important;*/
  /*cursor: pointer !important;*/
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

/* properties that support images in text */

img 
{
  float:left;
  border:1px none black;
  margin:0px 0px 0px 0px;
}

/* add an underscore to all text that appears in a URL - when the mouse passes over */
a:hover
{
  text-decoration:underline;
}

