body {
	margin: 0;
	padding: 0;
	font-family: verdana,sans-serif;
	font-size: small;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "trebuchet MS",verdana,sans-serif;
	font-size: medium;
}

form, label, img {
	margin: 0;
	border: 0;
	padding: 0;
}

p, ul, ol, li, dl, dt, dd, blockquote {
	padding: 0;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border: 0;
}

#flyrig_container {
	padding: 1em;
	width: 98%;
	min-width: 800px;
	font-size: 92.8%;
	text-align: left;
}
#flyrig_content_fixed {
	margin: 0 auto;
	padding: 1em;
	width: 800px;
	text-align: left;
}
#flyrig_header {
	float: left;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #b5b5b5;
	width: 100%;
	text-align: left;
}
#flyrig_footer {
	float: left;
	width: 100%;
	list-style: none;
	text-align: center;
}

#minigrey {
	font-size: smaller;
	color: #a4a4a4;
}
.mini {
	font-size: smaller;
}
.clear { /* generic container (i.e. div) for floating buttons */
    	overflow: hidden;
	width: 100%;
}
a.publicnav {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a.miniwhite {
	color: #fff; 
	font-weight: bold;
	font-size: smaller;
	text-decoration: none;
}

a.miniwhite_selected {
	color: #ff9036; 
	font-weight: bold;
	font-size: smaller;
	text-decoration: none;
}

a.tooltip {
	position:relative; /*this is the key*/
	z-index:24;
	background-color:#fff;
	color:#000;
	text-decoration:none
}

a.tooltip:hover {
	z-index:25;
	background-color:#fff
}

a.tooltip span {
	display: none
}

a.tooltip:hover span { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top: 2.5em;
	left: 0em;
	width: 10em;
	padding: 5px;
	border:1px solid #ddbd86;
	background-color: #ffdfa8;
	color:#000;
	text-align: center
}

a.previewtext{
	position:relative; /*this is the key*/
	z-index:24; 
	background-color:#fff;
}

a.previewtext:hover{
	z-index:25; 
	background-color:#fefefe
}

a.previewtext span {
	display: none
}

a.previewtext:hover span { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top: 2.5em; 
	left: 4em; 
	width: 30em;
	padding: 5px;
	border:1px solid #ddbd86;
	background-color:#ffdfa8; 
	color:#000;
}

a.helptext{
	position:relative; /*this is the key*/
	z-index:24; 
	background-color:#fff;
}

a.helptext:hover{
	z-index:25; 
	background-color:#fefefe
}

a.helptext span {
	display: none
}

a.helptext:hover span { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top: 1.5em; 
	left: 2em; 
	width: 20em;
	padding: 5px;
	border:1px solid #d4d21d;
	background-color:#fffd7e; 
	color:#000;
	font-weight: normal;
}

a.helptextleft{
	position:relative; /*this is the key*/
	z-index:24; 
	background-color:#fff;
}

a.helptextleft:hover{
	z-index:25; 
	background-color:#fefefe
}

a.helptextleft span {
	display: none
}

a.helptextleft:hover span { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top: 1.5em; 
	left: -20em; 
	width: 20em;
	padding: 5px;
	border:1px solid #d4d21d;
	background-color:#fffd7e; 
	color:#000;
}

table.public {
	width: 700px;
}
table.public tr td {
	vertical-align: top;
	text-align: left;
	padding: 5px;
}
table.public thead td {
 	font-size: x-large; 
	color: #4e7593;
	font-family: "trebuchet MS",verdana,sans-serif;
	font-weight: bold;
}

table.public2 {
	width: 700px;
}
table.public2 tr td {
	vertical-align: top;
	text-align: left;
	padding: 5px;
}

table.public2 thead td{
 	font-size: large; 
	color: #4e7593;
	font-family: "trebuchet MS",verdana,sans-serif;
}

table.public3 {
	width: 700px;
}
table.public3 tr td {
	vertical-align: top;
	text-align: left;
	padding: 5px;
}


table.lined {
	border: 1px solid #666;
}

table.lined tr td {
	padding: 5px 8px;
	background: #fff;
	vertical-align: top;
}

table.lined thead td {
	color: #fff;
	background-color: #ff9036;
	font-weight: bold;
	border-bottom: 1px solid #999;
}

table.linedGrey thead td {
	color: #000;
	background-color: #cfcfcf;
	font-weight: bold;
	border-bottom: 1px solid #999;
}

table.lined tbody td {
	border-left: 1px solid #D9D9D9;
}

table.lined tbody tr.even td {
	background: #e9e9e9;
}

table.lined tbody tr.saved td {
	background: #b8fbb5;
}

table.lined tbody tr.selected td {
	background: #3d80df;
	color: #ffffff;
	font-weight: bold;
	border-left: 1px solid #346DBE;
	border-bottom: 1px solid #7DAAEA;
}

table.lined tbody tr.ruled td {
	color: #000;
	background-color: #bfd9e7; 
	border-color: #3292FC;
}

table.grey {
	padding: 0px 0px 5px 0px;
	font-size: smaller;
	width: 100%;
}

table.grey tr td {
	background: #d7d7d7;
	vertical-align: top;
}

table.grey thead td {
	padding: 5px 5px;
	background-color: #e6e6e6;
	border-top: 1px solid #b5b5b5;
}

table.simple {
        border: 0px solid #666;
        width: 100%;
}

table.simple tr td {
        padding: 2px 2px;
        background: #fff;
        vertical-align: top;
}

table.simple thead td {
        font-size: 12pt;
        background-color: #fff;
        border-bottom: 0px solid #999;
}

table.simple tbody td {
        border-left: 0px solid #D9D9D9;
}
ul.universal {
	list-style-position: inside; 
	padding: 0px; 
	margin: 0px
}
ul.flyrig_tab
{
	text-align: left; /* set to left, right or center */
	margin: 0 0 1em 0; /* set margins as desired */
	font: bold 12px verdana, arial, sans-serif; /* set font as desired */
	border-bottom: 1px solid #aaa; /* set border COLOR as desired */
	list-style-type: none;
	padding: 0px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul.flyrig_tab li
{
	display: inline;
}

ul.flyrig_tab a:hover
{
	background: #fff;
}

ul.flyrig_tab_logout li
{
	font: normal;
}

ul.flyrig_tab a:link.inactive, a:visited.inactive
{
	padding: 3px 10px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #aaa; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #ddd; /* set unselected tab background color as desired */
	color: #666; /* set unselected tab link color as desired */
	margin-right: 3px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
}

ul.flyrig_tab a:link.active, a:visited.active
{
	padding: 3px 10px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #aaa; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
	background-color: #fff; /* set selected tab background color as desired */
	color: #000; /* set selected tab link color as desired */
	margin-right: 3px; /* set additional spacing between tabs as desired */
	position: relative;
	top: 1px;
	padding-top: 4px; /* must change with respect to padding (X) above and below */
}

.marginForm fieldset
{
	display: block;
	margin: 0 auto;
	border: 0 solid #FFFFFF;
	border-top: 1px solid #000000;
	padding: 0 1em 1em 1em;
	text-align: left;
}

.marginForm legend
{
	font-weight: bold;
	float: left;
}

a.linkon
{	
	color: #000; 
	text-decoration: none;
	font-weight: bold;
}

a.linkon:hover
{
	cursor: text;
}

div.ildiv
{
	text-align:center;
	width: 130px;
	height: 140px;
	float: left;
	padding: 2px;
	border: 2px solid #fff;
	font-size: smaller;
}

img.ilimage:hover
{
	cursor: pointer;
	cursor: hand;
}

div.ilimageselected
{	border: 2px solid #44b6ff;	}

a.noline {
	font-weight: bold;
	color: #444fe0;
	text-decoration: none;
}
/* CSS for Bars */
.flyrig_roundbar {
	font-family: "trebuchet MS", verdana,sans-serif;
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0 0 1em;
	list-style: none;
	text-align: left;
}
.flyrig_roundbar ul {
	margin: 3px 0 0 15px;
	border-top: #d7d7d7 1px dotted;
	padding: 0;
	list-style: none;
}
.flyrig_roundbar ul.flyrig_roundbar_nested {
	margin: 0 0 0 8px;
	border: 0;
	padding: 0;
}
.flyrig_roundbar li {
	margin: 0 0 3px 0;
	padding: 1px 0 0 0;
}
.flyrig_roundbar ul li {
	margin: 0;
	padding: 0;
}
.flyrig_roundbar a {
	display: block;
	border: solid #d7d7d7;
	border-width: 0 1px;
	font-size: 110%;
	text-decoration: none;
	outline: none;
	color: #000;
	background: #e4e4e4;
}
.flyrig_roundbar a:hover {
	text-decoration: underline;
}
.flyrig_roundbar ul a {
	font-size: 95%;
	margin: 0;
	border: 0;
	color: #444;
	background: #fff;
}
.flyrig_roundbar a.selected {
	border-color: #000088;
	color: #fff;
	background: #000088;
}
.flyrig_roundbar a.selected:hover {
	text-decoration: none;
}
.flyrig_roundbar ul a.selected {
	border: solid #000088;
	border-width: 0 1px;
	margin: 0 0 3px 0;
	background: #000088;
}
.flyrig_roundbar a b {
	display: block;
	position:relative;
	top: -1px;
	left: 0;
	border:solid #d7d7d7;
	border-width:1px 0 0;
	font-weight:normal;
}
.flyrig_roundbar ul a b {
	top: 0;
	border: 0;
}
.flyrig_roundbar a.selected b {
	border-color: #000088;
}
.flyrig_roundbar ul a.selected b {
	top: -1px;
	border: solid #000088;
	border-width: 1px 0 0;
}
.flyrig_roundbar a b b {
	border-width:0 0 1px;
	top: 2px;
}
.flyrig_roundbar ul a b b {
	top: 0;
	border-width: 0;
}
.flyrig_roundbar ul a.selected b b {
	border-width: 0 0 1px;
	top: 2px;
}
.flyrig_roundbar a b b b {
	top: -1px;
	padding: 1px 6px 1px 10px;
	border-width: 0;
	background: center left no-repeat;
	cursor: pointer;
}
* html .flyrig_roundbar a b b b {
	width: 80%;
	overflow: hidden;
}

.flyrig_roundbar ul a b b b {
	top: 0;
	border-bottom: #d7d7d7 1px dotted;
	padding: 3px 8px;
}
.flyrig_roundbar ul a.selected b b b {
	top: -1px;
	border-width: 0;
	padding: 1px 6px;
	background: center left no-repeat;
}

/* CSS for Subject Bar */
.flyrig_roundbar_subject {
	padding: 0;
}
.flyrig_roundbar_subject a.selected {
	border-color: #c8c8ff;
	color: #000;
	background: #c8c8ff;
}
.flyrig_roundbar_subject ul a.selected {
	border: solid #c8c8ff;
	border-width: 0 1px;
	margin: 0 0 3px 0;
	background: #c8c8ff;
}
.flyrig_roundbar_subject a.selected b {
	border-color: #c8c8ff;
	font-weight: bold;
}
.flyrig_roundbar_subject ul a.selected b {
	top: -1px;
	border: solid #c8c8ff;
	border-width: 1px 0 0;
}

/* CSS for Navigation Bar */
.flyrig_roundbar_navigation a.selected {
	border-color: #0b69a4;
	color: #fff;
	background: #0b69a4;
}
.flyrig_roundbar_navigation ul a.selected {
	border: solid #0b69a4;
	border-width: 0 1px;
	margin: 0 0 3px 0;
	background: #0b69a4;
}
.flyrig_roundbar_navigation a.selected b {
	border-color: #0b69a4;
	font-weight: bold;
}
.flyrig_roundbar_navigation ul a.selected b {
	top: -1px;
	border: solid #0b69a4;
	border-width: 1px 0 0;
}

/* CSS for Light Bar */
.flyrig_roundbar_light {
	font-size: smaller;
	padding: 0;
}
.flyrig_roundbar_light a.selected {
	border-color: #e8e8e8;
	color: #000;
	background: #e8e8e8;
}
.flyrig_roundbar_light ul a.selected {
	border: solid #e8e8e8;
	border-width: 0 1px;
	margin: 0 0 3px 0;
	background: #e8e8e8;
}
.flyrig_roundbar_light a.selected b {
	border-color: #e8e8e8;
	font-weight: normal;
}
.flyrig_roundbar_light ul a.selected b {
	top: -1px;
	border: solid #e8e8e8;
	border-width: 1px 0 0;
}

/* CSS for Paging */

table.flyrig_paging td {
	padding: 3px;
	border: 1px solid #9F9F9F;
}

.flyrig_paging_pages {
	font-weight: bold;
	background: #4c93bf;
	color: #fff;
	border: 1px solid #4C93BF;
}

.pics {
	height: 310px;
	width: 310px;
	padding: 0;
	margin: 0;
}

.pics img {
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #eee;
	width: 300px;
	height: 300px;
	top: 0;
	left: 0;
}

/* CSS for comment bubbles */
.cbubble {background: transparent; margin:1em;}
.cbubble p {margin:0 10px; letter-spacing:1px; padding-bottom:0.5em; color:#000;}
.cbubble em {display:block; width:0; height:0; color:#d8d8ee; overflow:hidden; border-top:12px solid #cdcdcd; border-left:12px dotted transparent; border-right:12px dotted transparent; margin-left:50px;}
.cbubble span {display:block; width:0; height:0; color:#cdcdcd; overflow:hidden; border-top:10px solid #ededed; border-left:10px dotted transparent; border-right:10px dotted transparent; margin-left:52px; margin-top:-15px;}
.cb1, .cb2, .cb3, .cb4, .cb5, .cb6, .cb7 {display:block; overflow:hidden; font-size:0;}
.cb1, .cb2, .cb3, .cb4, .cb5, .cb6 {height:1px;}
.cb4, .cb5, .cb6, .cb7 {background:#ccc; border-left:1px solid #cdcdcd; border-right:1px solid #cdcdcd;}
.cb1 {margin:0 8px; background:#cdcdcd;}
.cb2 {margin:0 6px; background:#cdcdcd;}
.cb3 {margin:0 4px; background:#cdcdcd;}
.cb4 {margin:0 3px; background:#ededed; border-width:0 5px;}
.cb5 {margin:0 2px; background:#ededed; border-width:0 4px;}
.cb6 {margin:0 2px; background:#ededed; border-width:0 3px;} 
.cb7 {margin:0 1px; background:#ededed; border-width:0 3px; height:2px;} 
.cbubblecontent {display:block; background:#ededed; border:3px solid #cdcdcd; border-width:0 3px;}
.cbubbleauthor {font-size: smaller;padding-top:5px;}

.cbubble-broker {background: transparent; margin:1em;}
.cbubble-broker p {margin:0 10px; letter-spacing:1px; padding-bottom:0.5em; color:#000;}
.cbubble-broker em {display:block; width:0; height:0; color:#d8d8ee; overflow:hidden; border-top:12px solid #cdcdcd; border-left:12px dotted transparent; border-right:12px dotted transparent; margin-left:50px;}
.cbubble-broker span {display:block; width:0; height:0; color:#d5eaff; overflow:hidden; border-top:10px solid #d5eaff; border-left:10px dotted transparent; border-right:10px dotted transparent; margin-left:52px; margin-top:-15px;}
.cb1-broker, .cb2-broker, .cb3-broker, .cb4-broker, .cb5-broker, .cb6-broker, .cb7-broker {display:block; overflow:hidden; font-size:0;}
.cb1-broker, .cb2-broker, .cb3-broker, .cb4-broker, .cb5-broker, .cb6-broker {height:1px;}
.cb4-broker, .cb5-broker, .cb6-broker, .cb7-broker {background:#d5eaff; border-left:1px solid #cdcdcd; border-right:1px solid #cdcdcd;}
.cb1-broker {margin:0 8px; background:#cdcdcd;}
.cb2-broker {margin:0 6px; background:#cdcdcd;}
.cb3-broker {margin:0 4px; background:#cdcdcd;}
.cb4-broker {margin:0 3px; background:#d5eaff; border-width:0 5px;}
.cb5-broker {margin:0 2px; background:#d5eaff; border-width:0 4px;}
.cb6-broker {margin:0 2px; background:#d5eaff; border-width:0 3px;} 
.cb7-broker {margin:0 1px; background:#d5eaff; border-width:0 3px; height:2px;} 
.cbubblecontent-broker {display:block; background:#d5eaff; border:3px solid #cdcdcd; border-width:0 3px;}
.cbubbleauthor-broker {font-size: smaller;padding-top:5px;}



