/*
 * MAIN DEFS
 */
html,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #000000; /*color: #085010;*/
}

div {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666;
  line-height: 1.5;
}
ul, ol {
  font-size: 11px;
  margin-top: 0px;

  margin-bottom: 1em;
}

img {
  border-style: none;
}

pre {
  font-size: 12px;
}

label {
  cursor: pointer;
  cursor: hand;
}

table#datatable {
  font-weight: bold;
  font-size: 5px;
}

table#footer {
  color: #C0C0C0;
  background-color: #4C4C4C;
  width: 70%;
  font-weight: bold;
}

table#login {
  width: 1000;
  margin-left: auto;

  margin-right: auto;
}
td#login_footer {
  color: #C0C0C0;
  padding: 6px;
  font-weight: bold;
  text-align: center;
}
tr#login_footer {
  background-color: #4C4C4C;
  width: 100%;
  padding: 6px;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  text-align: center;  
}
table#login_box td {
  padding: 3px;
}


table#main {
	border: 1px solid #666666;
}

tr#login_footer {
  background-color: #4C4C4C;
  width: 100%;
  padding: 6px;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  text-align: center;  
}

tr#greentext {
  color: #C0C0C0;
  padding: 6px;
  font-weight: bold;
  text-align: center;
  
}
td#greentext {
  color: #C0C0C0;
  padding: 6px;
  font-weight: bold;
  text-align: center;
  
}
/*
 * PARAGRAPHS / HEADERS
 */

p {
  margin-top: 0px;
  margin-right: 1em;
  margin-bottom: 1em;
  line-height: 1.5;
  text-align: justify;
}
h1 {
  font-weight: bold;
  font-style: Times;
  font-size: 15px;
  margin: 0px;
  margin-bottom: 0.25em;
  text-align: center;
  color: #2854C0;
}
h2 {
  font-size: 10px;
  margin-top: 0px;
  margin-bottom: 0.25em;
}
h3 {
  font-size: 10px;
  margin-top: 0px;
  margin-bottom: 0.25em;
}
h4 {
  font-size: 9px;
  margin-top: 0px;
  margin-bottom: 0.25em;
}

/*
 * LINKS
 */

a {
  font-weight: normal;
  color: #06c;
  text-decoration: none;
  padding-bottom: 0;
  border-bottom: 1px solid #ccc;
}
a:link {
  text-decoration: none; color: #2854C0;
}
a:visited {
  text-decoration: none; color: #2854C0;
}
a:active {
  text-decoration: none; color: #F67A00;
}
a:hover {
  text-decoration: none; color: #F67A00;
}
a.bottombar:link {
  font-family: verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  color: #C0C0C0;
}
a.bottombar:hover {
  font-family: verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  color: #CFCFCF;
}
a.bottombar:active {
  font-family: verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  color: #FDFDFD;
}
a.bottombar:visited {
  font-family: verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  color: #C0C0C0;
}

a.hlinks:link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: Blue;
  text-decoration: none;
}
a.hlinks:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #CFCFCF;
}
a.hlinks:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: Blue;
  text-decoration: none;
}
/*
 * TABLE DEFS
 */
/*

table {
  background-color: #FFFFFF;
  border-spacing: 0px;
  border-collapse: collapse;
  border-style: none;
}
*/
table {
  background-color: #FFFFFF;
  border-spacing: 2px;
  border-collapse: ;
  border-style: none;
}

.tbl {
  background-color: #DDDDDD;
  border-spacing: 2px;
  border-collapse: ;
  border-style: none;
}


td, th {
  padding: 3px;
  font-size: 14px;
}


/*
 * FORM ELEMENTS
 */

input, select {
  font-size: 11px;
}
input:focus, textarea:focus, select:focus {
  background-color: #FFFFCC;
}
textarea {
  font-size: 11px;
  padding: 1.2px;
  margin: 1px;
  border: 1px solid #999;
}
.textbox {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: #888888;
  border-style: solid solid solid solid;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.select {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: #888888;
  border-style: solid solid solid solid;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
}
.button {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  border: 1px solid #999;
  background-color: #ccc;
}

 .buttonref {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  border: 1px solid #999;
  background-color: #ccc;
  color: buttontext;
    cursor: default;
    font: -moz-button;
    line-height: normal !important;
    padding: 0 6px;
    text-align: center;
    white-space: pre;
}



.radio input {
  font-size: 11px;
}
.bad_form_element {
  color: 444;
  background-color: #FECBE7;
  border: 2px dotted #C63581;
}
.error_message_box {
  font-weight: bold;
  font-size: 11px;
  border: 1px solid #C63581;
  width: 50%;
  background: #FECBE7;
  border-bottom-width: 1px;
  color: #C63581;
  padding: 3px;
  margin: 3px;
  text-align: center;
}
.neutral_message_box {
  font-weight: bold;
  font-size: 11px;
  border: 1px solid #34A6C7;
  background: #BDEFFD;
  width: 90%;
  border-bottom-width: 1px;
  color: #34A6C7;
  padding: 3px;
  margin: 3px;
  text-align: center;
}
.success_message_box {
  font-weight: bold;
  font-size: 11px;
  width: 50%;
  border: 1px solid #82BF3B;
  background: #EEFECB;
  border-bottom-width: 1px;
  color: #82BF3B;
  padding: 3px;
  margin: 3px;
  text-align: center;
}
.error_message_header_box {
  font-weight: bold;
  font-size: 11px;
  border: 1px solid #C63581;
  background: #FECBE7;
  border-bottom-width: 1px;
  color: #C63581;
  padding: 0px 0px 0px 5px;
  margin: 0px 0px 5px 0px;
}
.neutral_message_header_box {
  font-weight: bold;
  font-size: 11px;
  border: 1px solid #34A6C7;
  background: #BDEFFD;
  border-bottom-width: 1px;
  color: #34A6C7;
  padding: 0px 0px 0px 5px;
  margin: 0px 0px 5px 0px;
}
.success_message_header_box {
  font-weight: bold;
  font-size: 11px;
  border: 1px solid #82BF3B;
  background: #EEFECB;
  border-bottom-width: 1px;
  color: #82BF3B;
  padding: 0px 0px 0px 5px;
  margin: 0px 0px 5px 0px;
}

/*
 * MENU
 */

img#bullet {
  margin: 0px 0px 0px 10px;
}

div#menu {
  width: 165px;
}

div#menu a {
  display: block;
  margin: 3px;
  padding-left: 10px;
  padding-bottom: 2px;
  width: 90%;
  text-decoration: none;
  border-top: 1px solid #EAEAEA;
  border-left: 1px solid #EAEAEA;
  border-right: 1px solid #EAEAEA;
}
div#menu a:hover {
  background: #DDD;
  border-top: 1px solid #BBB;
  border-left: 1px solid #BBB;
  border-right: 1px solid #BBB;
}
a#menuitem {
  display: block;
  margin: 3px;
  padding-left: 10px;
  padding-bottom: 2px;
  width: 90%;
  text-decoration: none;
  border-top: 1px hidden #EAEAEA;
  border-left: 1px hidden #EAEAEA;
  border-right: 1px hidden #EAEAEA;
  font-weight: bold;
}
div#menu ul {
  margin: 0px 0px 0px 15px;
  padding: 0px 0px 0px 10px;
  list-style-position: outside;
}
div#menu li {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.submenu {
  display: none;
}

table#content {
  width: 70%;
  text-align: center;
}

/*
 * USER CONTENT
 */

div#usercontent {
  margin: 0px;
}
table#usercontent {
  margin: 0px;
}
td#usercontentframe {
  margin: 0px;
  padding: 0px 20px 0px 0px;
  width: 100%;
  vertical-align: top;
}

#usercontent td {
  padding-left: 4px;
  padding-right: 4px;
  vertical-align: top;
}

td#managing {
  font-weight: bold;
}
.firebugHighlight {
    z-index: 2147483647;
    position: absolute;
    background-color: #3875d7;
}

.firebugLayoutBoxParent {
    z-index: 2147483647;
    position: absolute;
    background-color: transparent;
    border-right: 1px dashed #BBBBBB;
    border-bottom: 1px dashed #BBBBBB;
}

.firebugRulerH {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 14px;
    background: url(chrome://firebug/skin/rulerH.png) repeat-x;
    border-top: 1px solid #BBBBBB;
    border-right: 1px dashed #BBBBBB;
    border-bottom: 1px solid #000000;
}

.firebugRulerV {
    position: absolute;
    top: 0;
    left: -15px;
    width: 14px;
    height: 100%;
    background: url(chrome://firebug/skin/rulerV.png) repeat-y;
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #000000;
    border-bottom: 1px dashed #BBBBBB;
}

.overflowRulerX > .firebugRulerV {
    left: 0;
}

.overflowRulerY > .firebugRulerH {
    top: 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.firebugLayoutBoxOffset {
    z-index: 2147483647;
    position: absolute;
    opacity: 0.8;
}

.firebugLayoutBoxMargin {
    background-color: #EDFF64;
}

.firebugLayoutBoxBorder {
    background-color: #666666;
}

.firebugLayoutBoxPadding {
    background-color: SlateBlue;
}

.firebugLayoutBoxContent {
    background-color: SkyBlue;
}

/*.firebugHighlightGroup .firebugLayoutBox {
    background-color: transparent;
}

.firebugHighlightBox {
    background-color: Blue !important;
}*/

.firebugLayoutLine {
    z-index: 2147483647;
    background-color: #000000;
    opacity: 0.4;
}

.firebugLayoutLineLeft,
.firebugLayoutLineRight {
    position: fixed;
    width: 1px;
    height: 100%;
}

.firebugLayoutLineTop,
.firebugLayoutLineBottom {
    position: absolute;
    width: 100%;
    height: 1px;
}

.firebugLayoutLineTop {
    margin-top: -1px;
    border-top: 1px solid #999999;
}

.firebugLayoutLineRight {
    border-right: 1px solid #999999;
}

.firebugLayoutLineBottom {
    border-bottom: 1px solid #999999;
}

.firebugLayoutLineLeft {
    margin-left: -1px;
    border-left: 1px solid #999999;
}
.style13 {
color:#FF0000;
}

.bgtable {
  background-color: #CCCCCC;
  border-spacing: 2px;
  border-collapse: ;
  border-style: none;
}

.datatbl {
  font-size: 10px;
}

.mdata {
 font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1.5;

}

.tddatatbl {
 font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1.5;
}

.thdatatbl {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 2.0;
}

.red_message_box {
  font-weight: bold;
  font-size: 11px;
  border: 1px solid #red;
  width: 50%;
  background: #FFFFFF;
  border-bottom-width: 1px;
  color: red;
  padding: 3px;
  margin: 3px;
  text-align: center;
}

