/* main css for everything except middlemenu - see flyout css */
/* cntl+f mainbody to set color in body area - yellow for topmenu, taupe for breadcrumbs, green for footer */
/* cntl+f rightcolumn for settings */

html {
  height: 100%;
  margin-bottom: 0px;
}

form {
  margin: 0;
  padding: 0;
}

img,table {
	border:none;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	line-height: 18px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	background-color: none;
         color: #000000;

}

a:link {
	text-decoration: underline;
	font-weight: normal;
         color: #0000ff;
}
a:active {
	text-decoration: underline;
	font-weight: normal;
         color: #0000ff;
}



a:visited {
	text-decoration: underline;
	font-weight: normal;
         color: #999999;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
         color: #ff0000;
}

input.button {
 cursor: pointer;
 background:none;
}
/* this controls spacing on right side of body */
p {
  margin-top: 0;
  margin-bottom: 1px;
  text-align:left;
  padding-right: 30px;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
/* bg.jpg is a vertical gradient line on top in body */
#page_bg {
	padding: 0;
	background: url(../images/bg.jpg) top left repeat; 
	margin:0;
}
/* side edges */
#shadow {
	background: url('../images/shadow.png') repeat-y;
	width: 1016px;
	max-width:1016px;
	height:100%;
	margin: 0 auto;
	margin-top: 10px;
}


/* page holder. Set page bg color here */
#container {
	margin: auto;
	width: 990px;
	background: #faf6eb;
}


/********end of left and right edge decoration **********/


/************************************/
/************** Top Menu*************/
/************************************/
/* yellow - this is grandparent div setting background color and dimensions */
#topmenushell {
background: #333366;
	 height: 25px;
}
/**************************************************************/
/* this is the parent div capturing entire top area with two divs within holding topmenu words and search table */
/**************************************************************/

/* links in top menu */
#tmenuwords {
	width: 40%;
	position: absolute;
	font-size: 12px;
	padding: 0 0 0 75px; 
	color: #fff;
	text-align: right; 
}
/* separate these to add hover color to top words */
#tmenuwords a:link, #tmenuwords a:hover{
	color: #fff;
	height: 25px;
	background: none;
}
#tmenuwords a:visited {
	color: #fff;
	height: 25px;
	background: none;
	text-decoration: underline;
}

/****************************************************/
/****** this is the div search box at top right******/
/****************************************************/
#tsearch {
text-align: right;
	width: 30%;
	float: right;
         background-color: #333366;
         height: 25px;
}
#sa {
text-align: center;
	color: #ffffff;
         height: 25px;
}
/*********end of topmenu stuff*********/

/************/
/*header picture goes here */
/************/

div#header {
	background: url(../images/header.jpg) no-repeat;
	height: 150px;
	width: 990px;
}

/*****end header stuff****/


/*************start of middlemenu *******************/
/*** this is parent to middle menu and breadcrumbs */
/********************************/

#midmenu_shell {
	 border: 0px;
	 height: 25px;
	 display: inline; 
}
/* set line under header img color here */
#dropmenu{
	background: #333366;
color: #000; 
	width:100%
	/* see flyout.css for more controls */
}

/* horizontal middle menu is called dropmenu - see flyout css for controls */

/* set breadcrumb background color here */
#breadcrumbs {
	font-size: 8px;
	height: 18px;
	border: 0px;
	white-space: nowrap;
	overflow: hidden;
	background: #c8b7a0; 
}

/* Breadcrumbs pathway area definition */
#pathway {
	padding: 0px 10px 10px;
	color: #fff;
	line-height: 18px;
}
/* set breadcrumb link color here */
a.pathway:link, a.pathway:visited {
	color: #6b0000;
	font-size: 10px;
	line-height: 16px;
}
/* set breadcrumb hover color here */
a.pathway:hover {
	color: #fff;
}



#pathway {
	margin-left: 0px;
	margin-right: 5px;
	text-align: left;
         margin: 0;
	padding			: 0px 10px 8px;
/*         	background-color            : #C8B7A0; */
	width			: 98%; 
	height			: 16px;
/*	text-indent		: 8px; */
	text-align		: left;
	font		    : bold 10px Arial, Helvetica, sans-serif;
	color			: #333366;
}

a.pathway:link, a.pathway:visited {
	color			: #6b0000;
	font-size		: 10px;
	line-height		: 16px;
}
a.pathway:hover {
	color			: #ffffff;
}



/* ORIGINAL BC STUFF */


/************ end of middle menu ***************/

/************************************/
/************ MAIN BODY *************/
/************************************/

#mainbody {
	width: 990px;
	height:auto;

}

 
/* holds menu -- colors controlled in swMenuPro component*/
#leftcolumn {
	
	width: 170px; 
	padding:10px; 
	float:left; 
}
#rightcolumn {
	width: 150px; 
	padding:10px;
	float:right;
}
#maincolumn {
	padding:10px 0;
	width:620px;
	float:left;
	text-align:left;
}
#maincolumn_full {
	padding:10px 0;
	width:770px;
	float:left;
	text-align:left;
}

/* #mainbody sections: top, middle, bottom */
div#mainbody_top {
	padding: 10px 0;
}
div#mainbody_middle {
	padding: 10px 0;
}
div#mainbody_bottom {
	padding: 10px 0;
}
/* font size adjuster */
div#fontsize{
	float: right;
	margin-right: 15px;
	margin-left: 15px;
	position:relative;
	color: #336;
}
#fontsize a{
	padding-left:4px;
	padding-right:4px;
}
#fontsize a:link, #fontsize a:active, #fontsize a:visited{
	text-decoration: none;
}
#fontsize a:hover{
	color: #000;
	font-weight: bold;
	font-size: 110%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
/************ END MAIN BODY ***************/

/************************************/
/************** FOOTER **************/
/************************************/
footer {
         width: 99%;
         height: 25px; 
         padding-right: 0px;
         padding: 0px 0px 0px 0px;
         border-width: 10px;
         border-color: #999999; 
         background-color: #333366;
}
 
div#left_comments {
         font-family: Arial,Helvetica,sans-serif;
         font-size: 12px;
         color: #ffffff; 
         height: 25px;
         display: inline;
         background-color: #333366;
         padding: 0px 0px 0px 0px;
         margin-left: 0px;
}
div#right_comments {
         text-align: right;
         float: right; 
         font-family: Arial,Helvetica,sans-serif;
         font-size: 12px;
         color: #ffffff;
         height: 25px;
         display: inline;
         background-color: #333366;
         padding: 0px 10px 0px 0px;
}
div#right_comments a:link {
	color: #ffffff;
         font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-decoration:underline;
}
div#right_comments a:hover {
	color: #ff0000;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration:underline;
}
div#right_comments a:visited {
	color: #cccccc;
        font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-decoration:underline;
}
/************* END FOOTER ***********************/

/************* END FOOTER ***********************/
/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/


div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

span.pathway {
/*  display: block; */
/* display: inline; */
  margin: 0 20px;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  overflow: hidden;
background-color: #C8B7A0;
 
}

/* this moves the article title inside the mainbody */

div.componentheading {
  padding-left: 0px;
}

h1 {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18;
	font-weight: bold;
         line-height: 25px;
}

h2, .contentheading {
	padding-top: 20px;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	vertical-align: bottom;
         line-height: 16px;
	color: #000000;
	text-align: left;
	width: 100%;
}

table.contentpaneopen h3 {
	margin-top: 25px;       
}
table.contentpaneopen a:link, a:visited {
         text-decoration: underline;
}
table.contentpaneopen a:active {
         text-decoration: underline;
}


h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

h3, .componentheading, table.moduletable th, legend {
  margin: 0;
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
  color:#000;
  font-size: 12px;
  padding-left: 0px;
padding-top: 0px;
  margin-bottom: 0px;
  text-align: left;
}

/* small text */
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	background: url(../images/1mw_readon.png) top right no-repeat;
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f6f6f6;
}

.ol-background {
	background-color: #666;
}

.ol-textfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 5px;
}

a.mainlevel:hover {

}

/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

.article_column {
	padding-right: 5px;
}

.column_separator {
	border-left: 1px dashed #e0e0e0;
	padding-left: 10px;
}
/* this sets color on pdf button line */
td.buttonheading {
background-color: #333366;
width: 565px;


}

.clr {
	clear: both;
}


div#maindivider {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}

/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}
/* content styles this controls the blue bar with icons on it */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding-right: 40px;
	width: auto; 


}
/* margie*/
/* blue underline links */
table.contentpaneopen li {
	margin-bottom: 5px;
         color: #000000;
         text-decoration: none;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

/* bodycontentpaneopen created so mozilla recognizes height of body content copied in php file also */
table.bodycontentpaneopen h3 {
	margin-top: 25px;


     
}
/* content styles */
table.bodycontentpaneopen {
	margin: 0;
	padding: 0;
	width: auto; 
         height: 450px;
}
/* blue underline links */
table.bodycontentpaneopen li {
	margin-bottom: 5px;
        color: #000000;
        text-decoration: underline;
       

}
table.bodycontentpaneopen a:link, a:visited {
         text-decoration: underline;
}
table.bodycontentpaneopen a:active {
         text-decoration: underline;
}


table.bodycontentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.bodycontentpaneopen h3 {
	margin-top: 25px;
}

table.bodycontentpaneopen h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}



.highlight {
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable, div.module {
  margin-bottom: 25px;

}

div.module_menu {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

div.module_menu div div div {
	padding: 0px;
	padding-top: 30px;
	padding-bottom: 10px;
	width: auto;
}

div.module_menu div div div div {
	background: none;
	padding: 0;
}

div.module_menu ul {
	margin: 10px 0;
	padding-left: 10px;
	list-style:none;
}

div.module_menu ul li {
	margin: 0;
	padding: 0;
}

/* blue links with bullets */
div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
	background: transparent /* url(../images/blue/bullet2.jpg) top left no-repeat; */
	padding:2px 0 2px 25px;
	line-height:24px;
         color: #000000;
         text-decoration: none;
	
}



#leftcolumn div.module table,#rightcolumn div.module table {
	width: auto;

}
/* this controls background outline for left-right column */
/* turned off in this site */
/*
#leftcolumn h3 {
	margin: 0;
	color:#fefefe;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	background:#eeeeee;
/*	padding:2px 0 2px 10px; */
	line-height:20px;
	text-align: left;
/*	background: transparent url(../images/menu_t.jpg) top left repeat-x; */
}
/*
#rightcolumn h3 {
	margin: 0;
/*	color:#fefefe; */
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	background:#eeeeee;
/*	padding:2px 0 2px 10px; */
	line-height:20px;
	text-align: left;
/*	background: transparent url(../images/menu_t.jpg) top left repeat-x; */
	
}
*/

#leftcolumn .moduletable_menu, #leftcolumn .moduletable, #leftcolumn .moduletable_text, #leftcolumn .c, 
#rightcolumn .moduletable_menu, #rightcolumn .moduletable, #rightcolumn .moduletable_text, #rightcolumn .c {
	margin:0 0 20px 0;
	padding: 3px;
	border:1px solid #ccc;
	background:#fefefe;	
}

/* this is default leftcol menu  - not using at moment*/
#leftcolumn ul.menu {
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #ccc;
	border-top:none;
}

/* xxx controls right menu colors */
#rightcolumn ul.menu {
	margin:0;
	padding:0;
	list-style:none;
/* border:2px solid #000961; 
   border-top:none; 
   width: 155px; 
   height: 30px; */

} 

#leftcolumn ul.menu li {
	margin:0;
	padding:0;
	background: #f5f5f5;
}

#rightcolumn ul.menu li {
	margin:0;
	padding:0;
/* 	background: #f5f5f5; */
}

#leftcolumn ul.menu li a, #leftcolumn ul.menu li a:link {
	display:block;
	line-height:20px;
/*	background:#f5f5f5 url(../images/menu_link_bg.gif) left no-repeat; */
	padding:2px 20px;
	border-top:1px solid #dddddd;
	text-decoration:none;
/*	color:#5076b6; */
}
/* xxx */
/* this controls top border color, text color not used */

#rightcolumn ul.menu li a, #rightcolumn ul.menu li a:link {
	display:block;
	line-height:20px;
         width: 155px;
         height: 30px;
	background: url(../images/crimebutton.jpg) no-repeat; 
	padding:2px 20px;
/*	border-top:1px solid #dddddd; */
	text-decoration:none;
/* 	color:#5076b6; */
/*	color:#ffffff;  */
height: 75px;
width: 100px;
}


#leftcolumn ul.menu li a:hover {
} 
/* right column image for hover effect */
#rightcolumn ul.menu li a:hover {
	background:  url(../images/cb_hover.jpg) no-repeat; 
/*	color:#ff0000; */
}

/* ****** left col current menu ****** */
#leftcolumn ul.menu li#current a, #leftcolumn ul.menu li#current a:link, 
#rightcolumn ul.menu li#current a, #rightcolumn ul.menu li#current a:link {
	display:block;
	line-height:20px;
/*	background: transparent url(../images/menu_curren_link_bg.gif) left no-repeat; */
	padding:2px 20px; 
	border-top:1px solid #dddddd;
	text-decoration:none;
         color:#ff8800;  
}
/* rcol */
#leftcolumn ul.menu li#current a:hover, #rightcolumn ul.menu li#current a:hover {
/* background:#eeeeee url(../images/menu_curren_link_bg.gif) left no-repeat; */
	color:#666666; 
}

/*  ****** left col sub menu ****** */
#leftcolumn ul.menu li ul, #rightcolumn ul.menu li ul {
	margin:0px;
	padding:0 0 0 0px;
	list-style:none;
}


#leftcolumn ul.menu li#current ul li a, #leftcolumn ul.menu li#current ul li a:link,
#rightcolumn ul.menu li#current ul li a, #rightcolumn ul.menu li#current ul li a:link {
/*	background:#f5f5f5 url(../images/menu_sub_link_bg.gif) left no-repeat; */
	text-decoration:none;
 	color:#5076b6; 
	padding:2px 25px;
}

/*
#leftcolumn ul.menu li#current ul li a:hover, #rightcolumn ul.menu li#current ul li a:hover {
	background:#f5f5f5 url(../images/menu_sub_link_bg.gif) left no-repeat;
	color:#666666; 
}
*/
/* forms */
#leftcolumn .moduletable ul, #rightcolumn .moduletable ul {
	margin:6px 0;
	padding:0;
	list-style:none;
}

#leftcolumn .moduletable ul li, #rightcolumn .moduletable ul li {
	margin:0;
	padding:0 2px;
}
table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search input {
	width: 145px;
	border: 4px solid #fff; 
	margin: 15px 0 10px 0;
}

form#form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#form-login ul { padding-left: 20px; }

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #666; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px; 
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem {
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	background-color: #ff0000;
	text-align: right; 
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #666;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */

#system-message dd.message ul { background: #C3D2E5 url(../../images/notice-info.png) 4px center no-repeat;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}



/* ****************************************************************************** */
/* blue */

input,button {
	border:1px solid #dcdcdc;
	background: transparent; 
}


/* blue */
a:link, a:visited {
	color: #5076b6;
}

a:hover {
	color: #0b3768;
}

/* used for newsflash heading size */

h3, .componentheading, table.moduletable th {
  color: #333366;
font-size: 16px;
padding-bottom: 3px;
}

div.module_menu {
	background: url(../images/blue/module_mright_bg.jpg) 100% 100% no-repeat;
}

div.module_menu div {
	background: url(../images/blue/module_mleft_bg.jpg) 0 100% no-repeat;
}

div.module_menu div div {
	background: url(../images/blue/module_right_bg.jpg) 100% 0 no-repeat;
}

div.module_menu div div div {
	background: url(../images/blue/module_left_bg.jpg) 0 0 no-repeat;
}

/*

/* this is the footer banner */
#footer {
         height: 25px; 
         padding-right: 0px;
         padding: 0px 0px 0px 0px;
         border-width: 10px;
         border-color: #999999; 
         background-color: #333366;
}
 
div#left_comments {
         font-family: Arial,Helvetica,sans-serif;
         font-size: 12px;
         color: #ffffff; 
         height: 25px;
         display: inline;
         background-color: #333366;
         padding: 0px 0px 0px 0px;
         margin-left: 0px;
}
div#right_comments {
         text-align: right;
         float: right; 
         font-family: Arial,Helvetica,sans-serif;
         font-size: 12px;
         color: #ffffff;
         height: 25px;
         display: inline;
         background-color: #333366;
         padding: 0px 10px 0px 0px;
}
div#right_comments a:link {
	color: #ffffff;
         font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-decoration:underline;
}
div#right_comments a:hover {
	color: #ff0000;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration:underline;
}
div#right_comments a:visited {
	color: #cccccc;
        font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-decoration:underline;
}
/************* END FOOTER ***********************/

*/


/* ********************************************************************** */

input[type="checkbox"], input[type="radio"]{
   background: transparent; 
   border: none;
}

/* -------------------------- */

a.sgfooter:link, a.sgfooter:visited {
	color			: #214263;
	font-family: Arial,sans-serif;
	text-decoration:none;
}
a.sgfooter:hover {
	color: #214263;
	font-family: Arial,sans-serif;
	text-decoration:underline;
}
#sgf {
font-size: 11px;
text-align:center;
width:100%;
margin:0px auto;
color: #2861a4;
font-family: Arial,sans-serif;
}
.sgf {
text-align:right;
font-size: 11px;
font-family: Arial,sans-serif;
color: #2861a4;
text-decoration:none;
}
.sgf1 {
font-size: 11px;
font-family: Arial,sans-serif;
color: #2861a4;
text-align:left;
}

a.sglink:link, a.sglink:visited {
	color			: #2861a4;
	font-size		: 11px;
	font-family: Arial,sans-serif;
	text-decoration: underline;
}
a.sglink:hover {
	color			: #2861a4;
	font-family: Arial,sans-serif;
	text-decoration: underline;
}
table.contentpaneopen a:link, a:visited {
         text-decoration: underline;
}
table.contentpaneopen a:active {
         text-decoration: underline;
}

table.bodycontentpaneopen a:link, a:visited {
         text-decoration: underline;
}
table.bodycontentpaneopen a:active {
         text-decoration: underline;
}
a:active {
	text-decoration: underline;
	font-weight: normal;
         color: #0000ff;
}
a:visited {
         text-decoration: underline;
}
.inputbox{
  background-color:#ffffff;
}
/******* WARRANT TABLE ********/
.warrants{
	border-collapse:collapse;
	border:1px solid #000;
	width:755px;
}
.warrants th{
	background:#333366;
	color:#fff;
}
.warrants th, .warrants td{
	padding:3px;
}
input{
	border:1px solid #333;
}
