/*---------------------------
				TEXT STYLES
---------------------------*/

body {
	margin: 0px 0px 0px 0px;
	background-color: #333;
/*	background-image: url('/images/xflow/header/page_bg.gif');

	background-image: url('/images/xflow/bg_main.jpg');*/
	

	font-family : Arial, "Times New Roman", Times, serif;
	color:#333;
}

.BodyFont {
	margin: 0px 0px 0px 0px;
	font-family : Arial, "Times New Roman", Times, serif;
	font-size: 0.8em;
}

.BoxFont {
	margin: 0px 0px 0px 10px;
	font-family : Arial, "Times New Roman", Times, serif;
	font-weight: bold;
	
}

a:link { color: #666699; text-decoration: underline;}
a:visited { color: #666699; text-decoration: underline;}
a:hover { color: #9999CC; text-decoration: none;}

h1 {
	color: #333333;
	font-weight: bold;
	font-size: 130%;
	border-bottom: 1px solid #ccc;
	margin: 0px 0px 50px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.HeaderFont {
	color: #333333;
	font-weight: bold;
	font-size: 140%;
	border-bottom: 1px solid #CCC;
	margin: 0px 40px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.h1_icon {
	margin: -10px -10px 0px 0px;
}

h2 {
	color: #FFFFFF;
	font-size: 100%;
	margin-bottom: 0px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #EFEFEF;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

h3 {
	font-size: 100%;
	margin-bottom: 0px;
	font-weight: bold;
	margin-bottom: -10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

li	{
	list-style-image: url('/images/xflow/header/bullet.gif');
	margin-bottom: 5px;
}


/*----------------------------
				WRAPPER
------------------------------*/
#wrapper {
	width:97%;
	margin:auto;
	
}

/*---------------------------
	                FOOTER	
---------------------------*/


.footer {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	padding: 5px;
   /* background: transparent;
    background-image: url('/images/xflow/header/footer_bg.png');  */
	background-color:#000;
	

 }



/*---------------------------
                   CALENDAR	
---------------------------*/

.emptyCalendarCell			{ height: 100px; }
.calendarCell				{ background-color: white; color: black; height: 100px; vertical-align: top; }
.calendarCell:hover			{ cursor: hand; background-color: grey; color: white; height: 100px; vertical-align: top; }
.calendarCellHighlight		{ background-color: #EFEFEF; color: black; height: 100px; vertical-align: top; }
.calendarCellHighlight:hover	{ cursor: hand; background-color: grey; color: white; height: 100px; vertical-align: top; }
.eventBackgroundA			{ background-color: #EFEFEF; }
.eventBackgroundB			{ background-color: #E5E5E5; }
.eventTime				{ color: black; font-weight: bold; font-size: 10pt; }
.eventTitle				{ color: black; font-weight: normal; font-size: 10pt; }
.eventDescription			{ color: grey; font-weight: normal; font-size: 8pt; }
.eventMessage				{ color: red; font-weight: bold; font-size: 10pt; }


/*---------------------------
				TABLE STYLES
---------------------------*/

td.header {
	background-color: #CCC;
	font-weight: bold;
	border-bottom: 1px solid black;
}

.item_list {
	width: 380px;
	border: 1px solid black;
	padding: 1px 1px 1px 1px;
	font-size: 12pt;
}

/* dropdown hovering effects */
ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
 
ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}
 
ul.dropdown li {
 float: left;
 vertical-align: middle;
 zoom: 1;
}
 
ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}
 
ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}
 
ul.dropdown ul li {
 float: none;
}
 
ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}
 
ul.dropdown li:hover > ul {
 visibility: visible;
}

/* dropdown indicator */
ul.dropdown li li.sm > a,
ul.dropdown li li.sm > a:link,
ul.dropdown li li.sm > a:visited,
ul.dropdown li li.sm > a:hover {
	background: url(/images/xflow/arrow.png) no-repeat;
	background-position: top right;
}

/* dropdown menu bar styling */
.dropdown li a,
.dropdown li a:link,
.dropdown li a:visited,
.dropdown li span { 
	font-size: 75%;
	background-repeat: no-repeat; 
	padding: 5px 12px 5px 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
    font-variant: small-caps;
}

/* dropdown menu bar link hovering styling */
.dropdown li a:hover,
.dropdown li:hover span {
	color: #FFFFFF;
    font-weight: normal;
    font-variant: small-caps;
	background-color: #000000;
}

/* dropdown submenu link styling */
.dropdown li li {
	width: 160px;
	padding:5px;
	/*background: url('/images/xflow/header/submenu_bg_off.png') no-repeat;*/
	background-color:#333;
}

.dropdown li li a,
.dropdown li li a:link,
.dropdown li li a:visited {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    padding: 2px 15px 2px 5px;
	height: 14px;
	line-height: 14px;
	text-transform: none;
    font-variant: normal;
}

.dropdown li li:hover {
	background-color: #000000;
    color: #FFFFFF;
    font-weight: normal;
    font-variant: normal;
}


/*---------------------------
	         	Shortcuts bar	
---------------------------*/

#shortcuts {
	background: #efefef;
	font-size: 80%;
	padding: 10px 5px 5px 5px;
	border:1px solid #ccc;
	color: #fff;
	/* background-image: url('/images/xflow/header/content_bg.gif') ;  */
	background-repeat: repeat-x;
	
}

#shortcuts a {
	color: #666666;
    text-decoration: none;
}

#shortcuts a:hover { color: #9999CC; text-decoration: none;}


#shortcuts ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

#shortcuts li {
	display: inline;
	padding: 0 5px;
}

#shortcuts li a {
	color: #666666;

}

#content {
	padding: 20px;
	background: #fff;
	clear: both;
}

#content.noshortcut {
	background-image: url('/images/xflow/header/content_bg.gif');
	background-repeat: repeat-x;
	padding-top: 40px;
}


/*---------------------------
	    	MENU & HEADER
---------------------------*/

#header {
	padding:5px;
	background-color:#000;
	
}

#header #logo {
	background:url(/images/xflow/gwt_logo_admin.png);
	background-repeat:no-repeat;
	height: 60px;
	width: 100px;
	float: left;
}



#header #logo.replicator {

}

#header #logo h1 {
	visibility: hidden;
	display: none;
}

#header #seo {
	float: right;
	padding: 10px;
	color: #CCC;
	text-align: right;

}

#header #seo .big {
	display: block;
	font-size: 10pt;
	font-weight: bold;
	text-transform:uppercase;
}

#header #seo .small {
	display: block;
	font-size: 8pt;
}

#menu {
	clear: both;
	/*background: url(/images/xflow/header/nav_bg.png) repeat-x;*/
	background-color:#9e0f17;
	height: 23px;
	padding: 3px 3px 3px 3px;
}

.menu02 { 
	font-size: 70%;
	background-image: url('/images/xflow/header/menu_bg.gif'); 
	background-repeat: no-repeat; 
	padding: 0px 8px 0px 10px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

.submenu_tab { 
	font-weight: bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#333333;
	background-image: url('/images/xflow/header/submenu_top.gif');
	padding: 5px 5px 0px 5px;
	height: 39px;
	width: 177px;
	text-align: center;
	line-height: 90%;
}
	

.section_bg { 
	background-image: url('/images/xflow/header/section_bg.gif'); 
	background-repeat: repeat-y;
	padding: 0px 0px 10px 0px;
}

.section_btm { 
	background-image: url('/images/xflow/header/section_btm.gif'); 
	background-repeat: repeat-y;
	background-position: bottom;
	padding: 3px 0px 5px 0px;
	height: 40px;
}

a.sectiontext:link { color: #333333; text-decoration: none; font-weight: bold;}
a.sectiontext:visited { color: #333333; text-decoration: none; font-weight: bold; }
a.sectiontext:hover { color: #9999CC; text-decoration: none; font-weight: bold; }

/*---------------------------
				FORM STYLES
---------------------------*/

.form_dropdown {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #8095BA;
	}

.formstyle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFCC;
}

.buttonstyle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: FFFFFF;
	border-width: 1px;
	border-color: 666666;
	border-style: solid;
	cursor: pointer;
	background-color: #5B0908;
}

input.sm {
	font-size: 8pt;
	margin: 0px 0px 0px 0px;
	line-height: 2mm;
	height: 16px;
}

/*----------------------------
	POPUP STYLE
----------------------------*/
.TreeDesc
{
	/* filter:alpha(opacity=0); */
	/* opacity:.100; */
	/* background-color: #FFFFFF; */
	top:0;
	left:10;
	display: none;
	position:absolute;
	text-align:center;
	background-color: #ffffff;
	border: 2px solid black;
	/* background-image:url('/images/xflow/popup_bg.gif'); */
}

/*-----------------------
			 Popup Layers 
------------------------*/
.mdHeader
{
	clear: left;
	width: 100%;
	height:30px;
	background-image:url('/images/xflow/header/md_stat_info.png');
	background-repeat: repeat-x;
}

.mdMember
{
	padding: 6px 0px 0px 10px;
	height:30px;
	text-align:left;
	vertical-align:middle;
	font-size:14px;
	color:#FFFFFF;
}

.mdmain
{
	float: left;
	z-index:1;
}

.mdmaindetails
{
	padding-top: 5px;
	width:200px;
	z-index:1;
}

.mddetailslistnames
{
	width:60px;
	font-size: 12px;
	color:#3366CC;
}

.mddetailslistvalues
{
	font-size: 12px;
	color:#5E5E5E;
	padding-right: 10px;
}

.mdfooter
{
	height:1px;
	clear:left;
}


/*-----------------------
	marea Footer
------------------------*/

.mareaFooter
{
	color:#FFFFFF;
	width:745px;
	height:50px;
	font-size:11px;
	font-family:Arial;
	border:0px;
	text-align:center;
}



/*************************
 * Drop Button
 *
 * Benjamin Hutchins
 * Envex Developments, a YourSolutions.net, LLC company
 *
 * See case 9366
 *************************/

.dropcontainer {
    position: relative;
    width: 85px;
    height: 26px;
    margin: 0;
    padding: 0;
    border: none;
}

.dropbutton {
    float: right;
    width: 75px;
    white-space: nowrap;
    /*background: #333;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 12px;
    list-style: none outside;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 2px;
    left: 0;
    /*top: 3px;
    right: 5px;*/
}
 
.dropbutton:hover,
.dropbutton.hovering {
    z-index: 1000;
    background: #333;
    width: 110px;
}
 
.dropbutton * {
    cursor: pointer;
}
 
.dropbutton.alert {
    background: #FF4500;
    top: 30px important;
}
 
.dropbutton li {
    height: 24px;
    padding: 0 !important;
    margin: 0 !important;
    display: none;
}
 
.dropbutton li:first-child,
.dropbutton li.first-child {
    display: block;
}

.dropbutton:hover li,
.dropbutton.hovering li {
    display: block;
}

.dropbutton a,
.dropbutton a:link,
.dropbutton a:visited,
.dropbutton button,
.dropbutton input {
    /*color: white;*/
    font-weight: normal;
    display: block;
    /*padding-right: 20px;*/
    line-height: 1em;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    /*font-family: 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, Verdana, Sans-Serif;*/
    outline: none;
    padding: 5px !important;
    margin: 0 !important;
    text-decoration: none;
}

.dropbutton a:hover {
    margin: 0 !important;
    padding: 5px !important;
}

.dropbutton:hover a,
.dropbutton.hovering a {
    color: white !important;
}
 
.dropbutton button {
    border: none;
    background: none;
    padding: 0px;
    height: auto;
}

.dropbutton li:first-child,
.dropbutton li.first-child {
    /* webkit and mozilla support */
    -webkit-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-topleft: 3px;
    /* future css3 support */
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-radius-topright: 3px;
    border-radius-topleft: 3px;
}

.dropbutton li:last-child,
.dropbutton li.last-child {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-radius-bottomright: 3px;
    border-radius-bottomleft: 3px;
}

.dropbutton li:hover,
.dropbutton li.hovering {
    background: #555;
}

.dropbutton li:first-child a,
.dropbutton li.first-child a {
	/* Add dropdown indicator to first child */
	background: url(http://demo.habariproject.org/system/admin/images/arrowdown.png) right 6px no-repeat;
    /* webkit and mozilla support */
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
    /* future css3 support */
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-radius-topright: 3px;
    border-radius-topleft: 3px;
}

.dropbutton:hover li:first-child a,
.dropbutton.hovering li.first-child a {
    background: transparent;
}

/*.dropbutton li:first-child:last-child a,*/
.dropbutton li.first-child.last-child a {
    /* No dropdown indicator if only one <li> */
    background: none;
    padding-right: 0;
}

/*
.dropbutton a.active,
.dropbutton:hover li:first-child a.active,
.dropbutton.hovering li.first-child a.active {
    background: url('../images/currentpageindicator.png') right center no-repeat;
}*/
