.form {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #DAE2C5;
    border-bottom: 2px solid #666666;
     border-top: 1px solid #666666;
     border-right: 2px solid #666666;
      border-left: 1px solid #666666;
	  padding:5px;
}
.bottBrd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.topBrd {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.leftBrd {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
.rightBrd {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
.allBrd
{
	border-top: 1px solid  #666666;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 1px solid #666666;
}
div#edit
{
	border-top: 1px solid  #666666;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 1px solid #666666;
}
div#edit a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:12px;
	text-decoration: underline;
}
div#edit a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:12px;
	text-decoration: underline;
}
div#edit a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:12px;
	color: #999999;
	text-decoration: underline;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;
}
 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-color:#DAE2C5;

}
input {
	 background-color: #FFFFFF;
    border-bottom: 2px solid #666666;
     border-top: 1px solid #666666;
     border-right: 2px solid #666666;
      border-left: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;

}
.messageError {
	font-weight: bold;
	color: #990000;
}
.messageFriendly {
	font-weight: bold;
}
.mainTable {
	background-color: #FFFFFF;
    font-size: 0.8em;
	 border-bottom: 2px solid #003300;
 border-top: 1px solid #006666;
 border-right: 2px solid #006666;
 border-left: 1px solid #006666;


}
.rightBorder {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #666666;
}
.topBorder {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #006666;

}
.bottomBorder {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;

}
.lbBrd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;

}
.RbBrd {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;

}
p {padding: 0.25em 2em 0.25em 2em;}
.button {
	background-color: #b48978;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006666;
	text-decoration: underline;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
/*for dragable list*/
.sortable-list {
    list-style-type : none;
    margin : 0;
}
.sortable-list li {
    border : 1px solid #000;
    cursor : move;
    margin : 2px 0 2px 0;
    padding : 3px;
    background : #f7f7f7;
    border : #ccc;
    width : 550px;
}
/*top who is logged in bar*/
div#loggedin {
height:20px;
}
/*Menu */
ul#menu {
  width: 160px;
  list-style-type: none;
  border-top: solid 1px #666666;
  margin: 15px 5px 0 5px;
  padding: 0;
  float:left;
}

ul#menu ol {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 11px;
  color: #333333;
}

ul#menu li {
  border-bottom: solid 1px #666666;
  line-height: 20px;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before {
  content: "- ";
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #999999;
}

ul#menu a.active {
  color: #333333;
}

