

.main_text {
    font-family: arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
  }


.menu_bar {
    position: relative;
  }


.menu_bar2 {
    position: absolute;
    top:-15px;
    left: 0px;
  }

/********************************/
/* Start Nav Menu Rows		*/
/********************************/

.main_row {
    background-color: #000000;
    color:#FFFFFF;
    height: 18px;
    vertical-align:middle;
    padding-top:0px;
    padding-bottom:6px;
    padding-left: 6px;
    width: 500px;
  }


.sub_row {
    border: 1px solid #FFFFFF;
    background-color: #000000;
    color:#FFFFFF;
    vertical-align:middle;
    padding-top:2px;
    padding-bottom:6px;
    padding-left: 2px;
  }


.sub_sub_row {
    border: 1px solid #FFFFFF;
    background-color: #000000;
    color:#FFFFFF;
    vertical-align:middle;
    padding-top:2px;
    padding-bottom:6px;
    padding-left: 2px;
  }

/********************************/
/* End Nav Menu Rows		*/
/********************************/

/********************************/
/* Start Main Menu Classes	*/
/********************************/

.main_menu {
    padding-left: 4px;
    padding-right: 4px;
  }


.main_menu a {
    color:#FFFFFF;
    text-decoration:none;
  }


.main_menu a:active {
    color:#FFFFFF;
    text-decoration:none;
  }


.main_menu a:hover {
    color:#000000;
    text-decoration:none;
  }


.main_menu a:visited {
    color:#FFFFFF;
    text-decoration:none;
  }

/* Start Main Menu Highlight Classes*/

.menu_menu_highlight {
    padding-left: 4px;
    padding-right: 4px;
    background-color: #FFFFFF;
    color:#000000;
  }


.menu_menu_highlight a {
    color:#000000;
    text-decoration:none;
  }


.menu_menu_highlight a:active {
    color:#000000;
    text-decoration:none;
  }


.menu_menu_highlight a:hover {
    color:#000000;
    text-decoration:none;
  }


.menu_menu_highlight a:visited {
    color:#000000;
    text-decoration:none;
  }

/********************************/
/* End Main Menu Classes	*/
/********************************/

.sub_menu {
    padding-left: 4px;
    padding-right: 4px;
  }


.sub_menu a {
    color:#FFFFFF;
    text-decoration:none;
  }


.sub_menu a:active {
    color:#FFFFFF;
    text-decoration:none;
  }


.sub_menu a:hover {
    color:#000000;
    text-decoration:none;
  }


.sub_menu a:visited {
    color:#FFFFFF;
    text-decoration:none;
  }

/********************************/
/* End Main Menu Classes	*/
/********************************/

.hide_sub_menu {
    display: none;
  }


.hide_sub_sub {
    display: none;
  }


.show_sub_menu {
    display: inline;
    position: absolute;
    top: 154px;
    z-index: 2;
    width: 500px;
  }


.show_sub_sub {
    display: inline;
    position: absolute;
    top: 176px;
    z-index: 2;
    width: 498px;
  }

/********************************/
/* End Main Menu Classes	*/
/********************************/

.adminHeader {
    font-family: arial,sans-serif;
    text-align:center;
    font-weight:bold;
    font-size: 16px;
    padding-top:6px;
  }


.divider {
  }


.table {
    border: 1px solid #000000;
    background: #C5C6EE;
    font-size: 12px;
    font-family: arial,sans-serif;
    width: 700px;
  }


.myButton {
    border: 1px solid #9495FF;
    background: #9495FF;
  }


.myButtonWrapper {
    padding-top: 1px;
    padding-bottom: 1px;
  }


.table .heading {
    font-size: 14px;
  }


.table .sub_heading {
    font-size: 12px;
  }


.disabled {
    color:#000000;
  }


.noticeMsg {
    background: #53E808;
    color: #000000;
    font-family: arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
  }


.notice {
    background: #53E808;
    color: #000000;
    font-family: arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
  }


.errorMsg {
    background: #FF3209;
    color: #FFFFFF;
    font-family: arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
  }


.error {
    background: #FF3209;
    color: #FFFFFF;
    font-family: arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
  }


.adminMenu {
    text-align:center;
    background: #DEDAE6;
    text-decoration: none;
    font-family: arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: black;
  }

.adminMenu a {
    text-decoration: none;
    font-family: arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: black;
  }

.adminMenu a:link {
    text-decoration: none;
    font-family: arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: black;
  }

.adminMenu a:active {
    text-decoration: none;
    font-family: arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: black;
  }
.adminMenu a:visited {
    text-decoration: none;
    font-family: arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: black;
  }

.adminMenu a:hover {
    text-decoration: none;
    font-family: arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    color:#678e3d;
  }

/********************************/
/* Start Row Colors		*/
/********************************/

.row_1 {
    background: #1008A4;
    color: #FFFFFF;
    cursor: pointer;
  }


.row_2 {
    background: #0000F6;
    color: #FFFFFF;
    cursor: pointer;
  }


.h_row_1 {
    background: #DEDAE6;
    color: #000000;
    cursor: pointer;
  }


.checked {
    background: #F60000;
    color: #FFFFFF;
    cursor: pointer;
  }

/********************************/
/* End Row Colors		*/
/********************************/

/***************************/
/* Pager class definitions */
/***************************/

.current_page {
    text-align:center;
    padding:0px 8px 0px 8px;
    vertical-align:top;
    background-color:#FFFFFF;
  }


.pages {
    width:450px;
    height:40px;
    overflow:auto;
  }


.page_button {
    border: 1px solid #9495FF;
    background: #9495FF;
    border-style:none;
    border-width:0px;
    text-decoration:underline;
    cursor:pointer;
    padding:0px 4px 0px 4px;
  }

/*******************************/
/* end Pager class definitions */
/*******************************/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #C9CDB6;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
}

.bodybg {
	background-color: #e5e7d9;
}

.textlinks a {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #813847;
	text-decoration: none;
}

.textlinks a:link {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color:#813847;
	text-decoration:  none;
}

.textlinks a:hover {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.textlinks a:visited {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.copyright {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color:#813847;
	text-decoration: none;
}

.tanbold {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #e5e7d9;
}

.rightbg {
	background-image: url(../images/rightcrop.jpg);
	background-repeat: repeat;
}

.bottombg {
	background-image: url(../images/bottomcrop.jpg);
	background-repeat: no-repeat;
}

.smmaroon {
	font-family: arial;
	font-size: 9px;
	font-weight: bold;
	color:#813847;
}

.maroonbg {
	background-color: #813847;
}

.heading {
	font-family: arial;
	font-size: 16px;
	color: #813847;
	font-weight: bold;
}

.subheading {
	font-family: arial;
	font-size: 14px;
	color: #813847;
	font-weight: bold;
}

.bottombg {
  background-color: #e5e7d9;
}

.headerbgr {
  background-image: url(../../images/headercrop.jpg);
  background-repeat: repeat-x;
}

.headerbgl {
  background-image: url(../../images/headercrop2.jpg);
  background-repeat: repeat-x;
}

.adobe {
  font-size: 11px;
  color: #e5e7d9;
  background-color: #813847;
  border: thin solid #000000;
}

.middlebg {
  background-image: url(../../images/middlebg.jpg);
  bakground-repeat: no-repeat;
}