/* GMT CSS Style Document */

body {
	background-color: #BEB292;
	margin-bottom : 1em;
	margin-left : 0em;
	margin-right : 0em;
	margin-top : 0em;
	padding-bottom : 0em;
	padding-left : 0em;
	padding-right : 0em;
	padding-top : 0em;
	text-indent : 0em;
	border : 0em;
}
table  {
	font-family : Arial, sans-serif;
	font-size : 9pt;
	background-color : #FFFFFF;
	margin-bottom : 0em;
	margin-left : 0em;
	margin-right : 0em;
	margin-top : 0em;
	padding-bottom : 0em;
	padding-left : 0em;
	padding-right : 0em;
	padding-top : 0em;
}
.contentarea {
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 0px;
	margin-left: 0px;
	margin-bottom : 0em;
	margin-right : 0em;
	margin-top : 0em;
	padding-bottom : 0em;
	padding-left : 0em;
	padding-right : 0em;
	padding-top : 0em;
}
.contentarea li {
	list-style-type: square;
}
.pagetitle {
	font-family: "Arial", Times, serif;
	color: #000000;
	font-size: large;
	font-weight: bold;
	text-transform: uppercase;
}
.pagecontent {
	font-family: "Arial", Times, serif;
	color: #000000;
	list-style-type: circle;
}
.pagecontent a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.pagecontent a:hover {
	font-weight: bold;
	color: #BEB292;
	text-decoration: underline;
}
.menuarea {
	background-color: #FFFFFF;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 0px;
}
.menuitems {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 0.9em;
}

.menuitems a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.menuitems a:hover {
	color: #276E54;
	text-decoration: none;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #276E54;
	text-decoration: none;
	text-align: center;
}

.footer a {
	color: #276E54;
	text-decoration: none;
}

.footer a:hover {
	color: #000000;
	text-decoration: underline;
}
#img {
	float: right;
	padding: 0px;
	margin-left: 0px;
	margin-bottom : 0em;
	margin-right : 0em;
	margin-top : 0em;
	padding-bottom : 0em;
	padding-left : 0em;
	padding-right : 0em;
	padding-top : 0em;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	text-decoration: none;
}
#img a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	text-decoration: none;
}
#img a:hover {
	color: #BEB292;
	text-decoration: underline;
}
.tableheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.tablecontent {
	font-family: "Arial", Times, serif;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
}

.tablecontent a {
	color: #000000;
	text-decoration: none;
}

.tablecontent a:hover {
	color: #276E54;
	text-decoration: underline;
}

/* This set of classes set text decoration.*/
.underline  {
	text-decoration : underline;
}

.blink  {
	text-decoration : blink;
}

.linethrough  {
	text-decoration : line-through;
}

.overline  {
	text-decoration : overline;
}

/* This set of classes are for text vertical alignment.*/
.sub  {
	vertical-align : sub;
	font-size : .83em;
}

.super  {
	vertical-align : super;
	font-size : .83em;
}

/* This set is for font style.*/
.ital  {
	font-style : italic;
}

.smallital  {
	font-style : italic;
	font-size : .83em;
}

.oblique  {
	font-style : italic;
}

/* This set is for relative font size*/
.small  {
	font-size : .83em;
}

.smaller  {
	font-size : .69em;
}

.smallest  {
	font-size : .57em;
}

.big  {
	font-size : 1.2em;
}

.bigger  {
	font-size : 1.7em;
}

.biggest  {
	font-size : 2.2em;
}

/* These sets are for combination attributes*/

.bold {
	font-weight : bold;
}

.boldul  {
	font-weight : bold;
	text-decoration : underline;
}

.boldital  {
	font-weight : bold;
	font-style : italic;
}

.boldctr  {
	font-weight : bold;
	text-align : center;
}

.boldctrul  {
	font-weight : bold;
	text-align : center;
	text-decoration : underline;
}

.boldctrital  {
	font-weight : bold;
	text-align : center;
	font-style : italic;
}

.bigbold  {
	font-size : 1.2em;
	font-weight : bold;
}

.bigboldul  {
	font-size : 1.2em;
	font-weight : bold;
	text-decoration : underline;
}

.bigboldital  {
	font-weight : bold;
	font-size : 1.2em;
	font-style : italic;
}

.biggerbold  {
	font-size : 1.7em;
	font-weight : bold;
}

.biggerboldul  {
	font-size : 1.7em;
	font-weight : bold;
	text-decoration : underline;
}

.biggerboldital  {
	font-weight : bold;
	font-size : 1.7em;
	font-style : italic;
}

.smallbold  {
	font-size : .83em;
	font-weight : bold;
}

.smallboldul  {
	font-size : .83em;
	font-weight : bold;
	text-decoration : underline;
}

.smallboldital  {
	font-weight : bold;
	font-size : .83em;
	font-style : italic;
}

.warning  {
	font-size : 18pt;
	font-weight : normal;
	color : Red;
	text-align : left;
	font-family : "Arial";
	font-variant : normal;
}

.warningctr  {
	color : Red;
	font-family : "Arial";
	font-size : 18pt;
	font-weight : bold;
	text-align : center;
	font-variant : normal;
}

.caution  {
	font-size : 1.2em;
	font-weight : bold;
	color : Yellow;
	text-align : center;
}

.bigboldctr  {
	font-size : 1.2em;
	font-weight : bold;
	text-align : center;
}

.bigboldctrul  {
	font-size : 1.2em;
	font-weight : bold;
	text-decoration : underline;
	text-align : center;
}

.bigboldctrital  {
	font-size : 1.2em;
	font-weight : bold;
	font-style : italic;
	text-align : center;
}

.biggerboldctr  {
	font-size : 1.7em;
	font-weight : bold;
	text-align : center;
}

.biggerboldctrul  {
	font-size : 1.7em;
	font-weight : bold;
	text-decoration : underline;
	text-align : center;
}

.biggerboldctrital  {
	font-size : 1.7em;
	font-weight : bold;
	font-style : italic;
	text-align : center;
}

.smallboldctr  {
	font-size : .83em;
	font-weight : bold;
	text-align : center;
}

.smallboldctrul  {
	font-size : .83em;
	font-weight : bold;
	text-decoration : underline;
	text-align : center;
}

.smallboldctrital  {
	font-size : .83em;
	font-weight : bold;
	font-style : italic;
	text-align : center;
}

.pagesubtitle1 {
	font-family: "Arial", Times, serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
}
.pagesubtitle2 {
	font-family: "Arial", Times, serif;
	font-size: 0.75em;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
}
.pagetitlewarning {
	font-family: "Arial", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
}
.disclaimer {
	font-family: "Arial", Times, serif;
	font-size: 0.7em;
	color: #000000;
}
.greenbg  {
	background-color: #276E54;
	text-align: center;
}
.greenbg a:hover  {
	text-align: center;
	text-decoration: underline;
	font-weight: bolder;
}
.bioLink {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.bioLink a {
	color: #000000;
	text-decoration: none;
}
.bioLink a:hover {
	color: #276E54;
	text-decoration: underline;
}
.viewEditLink {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #BEB292;
	text-decoration: none;
	text-align: center;
}
.viewEditLink a {
	color: #BEB292;
	text-decoration: none;
}
.viewEditLink a:hover {
	color: #CCCCCC;
	font-weight: bolder;
}
.deleteLink {
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	text-align: center;
}
.deleteLink a {
	color: #FF0000;
	text-decoration: none;
}
.deleteLink a:hover {
	color: #FF9900;
	font-weight: bolder;
}
.fieldlabel {
	font-family: "Arial", Times, serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #276E54;
	border-right-color: #276E54;
	border-bottom-color: #276E54;
	border-left-color: #276E54;
	text-align: right;
}
.fieldinput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #276E54;
	border-right-color: #276E54;
	border-bottom-color: #276E54;
	border-left-color: #276E54;
}
.tbl_AddAgent {
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #276E54;
	border-right-color: #276E54;
	border-bottom-color: #276E54;
	border-left-color: #276E54;
}
.hr_blk {
	color: #000000;
	border: 1px solid #000000;
}
.disclaimer_red {
	font-family: "Arial", Times, serif;
	font-size: 0.7em;
	color: #FF0000;
}
.xylo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-align: center;
	border: none;
}
.xylo a {
	color: #666666;
	text-decoration: none;
}
.xylo a:hover {
	color: #000000;
	text-decoration: none;
}
.crumb {
	font-family: "Arial", Times, serif;
	font-size: 0.9em;
	color: #000000;
}
.crumb a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.crumb a:hover {
	color: #276E54;
	text-decoration: none;
	font-weight: bold;
}
.login_tbl {
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #276E54;
	border-right-color: #276E54;
	border-bottom-color: #276E54;
	border-left-color: #276E54;
}
.login_label {
	font-family: "Arial", Times, serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #276E54;
	border-right-color: #276E54;
	border-bottom-color: #276E54;
	border-left-color: #276E54;
	text-align: right;
}
.login_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #276E54;
	border-right-color: #276E54;
	border-bottom-color: #276E54;
	border-left-color: #276E54;
}
.login_forgot {
	font-family: "Arial", Times, serif;
	font-size: 0.7em;
	color: #000000;
}

.login_forgot a {
	text-decoration:none;
	color: #000000;
}
.login forgot a:hover {
	text-decoration:underline;
}
.hr_grey490 {
	color: #666666;
	width: 490px;
	line-height: 3px;
	text-align: left;
}

/* DROP-DOWN MENU STYLES */

.toolbar {
	height:27px;
	background-color: #276E54;
}

#menu1 {
width: 100%;
background: #276E54;
z-index: 1000;
}
#menu2 {
width: 100%;
background: #276E54;
z-index: 2000;
}
#menu3 {
width: 100%;
background: #276E54;
z-index: 3000;
}

#menu4 {
width: 100%;
background: #276E54;
z-index: 4000;
}

#menu1 ul {
list-style: none;
margin: 0;
padding: 0;
z-index: 1000;
}
#menu2 ul {
list-style: none;
margin: 0;
padding: 0;
z-index: 2000;
}
#menu3 ul {
list-style: none;
margin: 0;
padding: 0;
z-index: 3000;
}
#menu4 ul {
list-style: none;
margin: 0;
padding: 0;
z-index: 4000;
}

#menu1 li {
position: relative;
list-style:none;
display:inline;
z-index: 2000;
}
#menu2 li {
position: relative;
list-style:none;
display:inline;
z-index: 2001;
}
#menu3 li {
position: relative;
list-style:none;
display:inline;
z-index: 2002;
}
#menu4 li {
position: relative;
list-style:none;
display:inline;
z-index: 2003;
}

#menu1 a.menuLink { 
	font-size: 8pt; 
	font-family: arial; 
	color: #dddddd; 
	text-decoration: none; 
	background:#276E54;
	display:block;
	padding-left:5px;
	height: 1%;
	z-index: 1000;
}
#menu2 a.menuLink { 
	font-size: 8pt; 
	font-family: arial; 
	color: #dddddd; 
	text-decoration: none; 
	background:#276E54;
	display:block;
	padding-left:5px;
	height: 1%;
	z-index: 2000;
}
#menu3 a.menuLink { 
	font-size: 8pt; 
	font-family: arial; 
	color: #dddddd; 
	text-decoration: none; 
	background:#276E54;
	display:block;
	padding-left:5px;
	height: 1%;
	z-index: 3000;
}
#menu4 a.menuLink { 
	font-size: 8pt; 
	font-family: arial; 
	color: #dddddd; 
	text-decoration: none; 
	background:#276E54;
	display:block;
	padding-left:5px;
	height: 1%;
	z-index: 4000;
}

#menu1 a.menuLink:hover { color: #ffffff; text-decoration: underline;z-index: 2000;
}
#menu2 a.menuLink:hover { color: #ffffff; text-decoration: underline;z-index: 2001;
}
#menu3 a.menuLink:hover { color: #ffffff; text-decoration: underline;z-index: 2002;
}
#menu4 a.menuLink:hover { color: #ffffff; text-decoration: underline;z-index: 2003;
}

#menu1 ul ul {
position: absolute;
z-index: 1000;
text-align:left;
border: 1px solid #dddddd;
display:block;
top:10;
left: 35;
}
#menu2 ul ul {
position: absolute;
z-index: 2000;
text-align:left;
border: 1px solid #dddddd;
display:block;
top: 10;
left: 35;
}
#menu3 ul ul {
position: absolute;
z-index: 3000;
text-align:left;
border: 1px solid #dddddd;
display:block;
top: 10;
left: 35;
}
#menu4 ul ul {
position: absolute;
z-index: 4000;
text-align:left;
border: 1px solid #dddddd;
display:block;
top: 10;
left: 30;
}

div#menu1 ul ul {
display: none;
z-index: 1000;
}
div#menu2 ul ul {
display: none;
z-index: 2000;
}
div#menu3 ul ul {
display: none;
z-index: 3000;
}
div#menu4 ul ul {
display: none;
z-index: 4000;
}

div#menu1 ul li:hover ul, div#menu1 ul li.over ul{ display: block;z-index: 1000; }
div#menu2 ul li:hover ul, div#menu2 ul li.over ul{ display: block;z-index: 2000; }
div#menu3 ul li:hover ul, div#menu3 ul li.over ul{ display: block;z-index: 3000; }
div#menu4 ul li:hover ul, div#menu4 ul li.over ul{ display: block;z-index: 4000; }
