body {
    margin: 0;
    padding: 0;
    color: #3f3f3f;
}

/******************************* LAYOUT : HEADER ******************************/


#sgl #login {
    float: right;
    margin: 10px 10px 0 0;
    font-size: 0.9em;
    color: #ffffff;
    /* Workaround for IE hiding bottom border of logAction. */
    height: 50%;
}
#sgl #login a {
    padding: 0 5px;
    text-decoration: none;
    color: #ffffff;
}
#sgl #login a:hover {
    text-decoration: underline;
}
#sgl #login #logAction {
    margin-left: 0.5em;
    padding: 0.2em;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
}

/****************************** LAYOUT : MAIN *********************************/

#sgl #container {
    top: 0px;
}

/************************ LAYOUT : LEFT & RIGHT BLOCKS ************************/


#sgl .blockHeader {
    background-color: #cdcdcd;
    color: #ffffff;
    line-height: 1.5em;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    padding-left: 10px;
    border: 1px solid #bcbcbc;
    margin: 0;
    /*background-image: url('http://www.dragonflyit.ca/themes/dragonflyit.ca/images/news-underline.png');*/
}
#sgl .blockContent {
    /*background-color: #eeeeee; //#FFFFFF; */
    color: #184a84;
    font-size: 12px;
    padding: 10px;
    border: 1px dotted #bcbcbc;
    border-top: none;
}

/*************************** LAYOUT : MIDDLE BLOCKS ***************************/

#sgl #content, #sgl #content-nocols, #sgl #content-leftcol, #sgl #content-rightcol {
    position: relative;
    margin: 0 0 0 0;
    width: auto;
    min-width: 20%;
    min-height:300px;
    font-size: 0.9em;
    /*z-index: 2;*/
    padding: 0 0;
}
#sgl #content #options {
    float: right;
    width: 28%;
}
#sgl #content-nocols {
    margin: 0;
}
#sgl #content-leftcol {
    margin: 0 0 0 150px;
}
#sgl #content-rightcol {
    margin: 0 150px 0 0;
}
/* Holly Hack here so that tooltips don't act screwy:
 * http://www.positioniseverything.net/explorer/threepxtest.html */
/* Hide next from Mac IE plus non-IE \*/
* html #sgl #content {
    height: 1%;
}
/* End hide from IE5/mac plus non-IE */

/******************************* LAYOUT : FOOTER ******************************/

#sgl #footer {
    position: relative;
    float: middle;
    clear: both;
    margin-bottom: 5px;
    padding-top: 10px;
    font-size: 0.8em;
    text-align: center;
}

/***************************** CONTENT : HEADINGS *****************************/

h1 {
    font-size: 2em;
    font-weight: normal;
}
h1.pageTitle {
    font-weight: normal;
    text-align: center;
    color: #184a84;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1em;
}
.pageTitle {
    display: none;
    color: #184a84;
    font-size: 1.75em;
    font-weight: normal;
}

/***************************** CONTENT : ANCHORS ******************************/

a {
    color: #3399ff;
    font-weight: bold;
    text-decoration: none;
}
a:visited {
    color: #999999;
    text-decoration: none;
}
a:hover {
    color: #184a84;
    text-decoration: none;
}

/***************************** CONTENT : TABLES *******************************/

#content table {
    border: none;
    /* This is not a typo, we want first set a fallback for IE, then set the
     * real margin for real browsers ;) */
    margin: 0 5%;
    margin: 0 auto;
}
td, th {
    padding: 0px;
}
th {
    background-color: #eeeeee;
    color: #3f3f3f;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.75em;
}
#imRead {
    background-color: #bcbcbc;
}

/******************************* CONTENT : BLOCKS *****************************/

img.blocksAvatar {
    /* move the image up to be flush with bottom of title */
    position: relative;
    top: -5px;
    float: right;
    padding-left: 5px;
    align: left;
}
.navWidget {
    overflow: auto;
}
.options-block {
    margin: 20px 0;
}

/*************************** CONTENT : MISCELLANEOUS **************************/

acronym {
    cursor: help;
}
hr {
    border: none;
    border-bottom: 1px solid #d9d9d9;
}
img {
    border: none;
}
.codeExample {
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
    margin: 1em 1.75em;
    padding: 0.25em;
    overflow: auto;
    font-size: large;
}
.alignCenter {
    text-align: center;
}
.backLight {
    background-color: transparent;
}
.backDark {
    background-color: #eeeeee;
}
.bold {
    font-weight: bold;
}
.error {
    color: #ff0000;
}
.hide {
    display: none;
}
.small {
    font-size: 0.8em;
}
.narrow {
    width: 60%;
}
.wide {
    width: 90%;
}
.full {
    width: 100%;
}
.detail {
    color: #999999;
    font-weight: normal;
    font-size: 0.8em;
}
.navigator {
    color: #bcbcbc;
    background-color: #3f3f3f;
    padding-left: 10px;
    font-weight: bold;
    text-align: right;
    line-height: 18px;
}
.pager {
    background-color: #ffffff;
    white-space: nowrap;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 2px 0;
    border: 1px dashed #aeaeae;
}
.title {
    color: #999999;
    font-weight: normal;
    font-size: 1.5em;
}
.toolBtnSeparate {
    margin-left: 20px;
}
.treeMenuDefault {
    font-size: 11px;
}
.dateSelector {
    cursor: pointer;
}

/******************************* CONTENT : FORMS ******************************/

fieldset {
    width: 80%;
    margin: 0 auto;
    color: #184a84;
    font-size: 1.1em;
    font-weight: bold;
}
legend {
    color: #184a84;
}
.fieldName, .fieldNameWrap {
    background-color: #eeeeee;
    color: #184a84;
    font-weight: bold;
    text-align: left;
    width: 35%;
}
.fieldName {
    white-space: nowrap;
}
.fieldValue {
    background-color: #ffffff;
    line-height: 16px;
    text-align: left;
    width: 65%;
}
.noBorder {
    border: none;
    font-size: 10px;
}
.narrowButton {
    text-align: center;
    width: 9em;
}
.wideButton {
    text-align: center;
    width: 13em;
}

/***************************** CONTENT : MESSAGES *****************************/

.errorContainer, .messageContainer {
    margin: 0 auto;
    width: 50%;
}
.errorHeader {
    background-color: #ffcc00;
    color: #ffffcc;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.errorContent {
    border: 1px dotted #ff9600;
    border-top: 1px solid #ffcc00;
    color: #184a84;
    background-color: #ffff99;
    text-align: left;
    padding: 0 10px;
}
.errorMessage {
    margin: 0 auto;
    border: 1px dotted #ff9600;
    background-color: #ffff99;
    text-align: center;
    width: 60%;
}
.messageHeader {
    color: #ffffff;
    background-color: #cdcdcd;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
}
.messageContent {
    background-color: #ffffff;
    color: #184a84;
    border: 1px solid #cdcdcd;
    text-align: center;
}
.messageContent div {
    padding: 5px;
}
.message div{
    margin: 0 15% 10px;
    padding: 5px;
    background-color: #ffffff;
    color: #184a84;
    text-align: center;
}
.infoMessage {
    border: 1px solid #cdcdcd;
}
.errorMessage {
    border: 1px solid #ff9600;
}

/* /////////////// Lists /////////////// */

ul.noindent {
    margin-left: 5px;
    padding-left: 5px;
}
ul.bullets li {
    list-style-image: url('http://www.dragonflyit.ca/themes/dragonflyit.ca/images/bullet.gif');
}

/* /////////////// Tooltips /////////////// */

.tipOwner {
    position: relative;
    cursor: help;
    /* IE :hover javascript workaround */
    /*behavior: url(http://www.dragonflyit.ca/themes/dragonflyit.ca/css/tooltipHover.htc);*/
}
.tipOwner .tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #eeeeee;
    color: #184a84;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
    -moz-opacity: 0.85;
    filter: alpha(opacity=85);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=85);
}
.tipOwner:hover .tipText {
    display: block;
}

/******************************* DEPRECATED ***********************************/

.bgnd {
    background-color: #e5f1ff;
    border: 1px solid #999999;
}
.bgnd a, a.noDecoration {
    text-decoration: none;
}
.bgnd a {
    color: #184a84;
    font-weight: normal;
}
.moduleOverview {
    width: 20.5em;
    height: 8em;
}
.newsItem {
    border: 1px solid #999999;
    margin: 0 auto;
    padding: 0 10px 10px 10px;
    background-color: #ffffcc;
}
.pinstripe table {
    background-color: #eeeeee;
    width: 90%;
}
.pinstripe td {
    background-color: #ffffff;
}
.pinstripe img {
    padding: 10px;
}
.pinstripe button {
    padding: 10px 0;
}
.biline {
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
	font-size: 16px;
}
.static_menu {
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
	font-size: 14px;
}
.copyright {
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
	font-size: 14px;
}

.newsTitle {
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
	font-size: 14px;
}

.newsDesc {
	color: #000000;
	vertical-align: middle;
	font-size: 14px;
}

.servicesBlockBody {
	color: #000000;
	vertical-align: middle;
	font-size: 14px;
}

.newsLetterBlock {
	color: #000000;
	vertical-align: middle;
	font-size: 14px;
}

.blockContainer {
	width: 200px;
}


div#box{width: 250px;padding: 20px;margin:0 auto;
    background:#cdcdcd;color:#000}

.homesubbanner {
	color: #FFFFFF;
	font-size: 16px;
	font-weight:bolder;
}
.homesubbanner2 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight:bolder;
}

.cusdevcycle {
	color: #000000;
	font-size: 16px;
	font-weight:bolder;
}

.cusdevcycletitle {
	color: #000000;
	font-size: 20px;
	font-weight:bolder;
}

.cusdevcyclesm {
	color: #000000;
	font-size: 14px;
	font-weight:bolder;
}div#nav {
    font-size: 12px;
}
div#nav ul {
/*    position: absolute; */
    width: 750px;
    padding: 0;
    margin: 0;
    background-color: #868686;
}
div#nav ul li {
    float: left;
    display: inline;
    margin: 0;
}
div#nav ul li a {
    /*width: 100px; */
	border-style: solid solid none solid;
	border-color: #677D92;
	border-size: 1px;
	border-width: 1px;
/*/	margin: 10px; */
    background: url(../images/menu2.gif);
    display: block;
    position: relative;
    padding: 0.2em 1.6em;
    background-color: #6a6a6a;
    font-size: 1.3em;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    border-right: 0.1em solid #868686;
}
div#nav ul li a:hover {
    color: #000000;
    text-decoration: underline;
	display: block;
	background: url(../images/menu2-over.gif);
}
div#nav ul li.current a {
    color: #000000;
    background-color: #cdcdcd;
    background: url(../images/menu2-current.gif);

}
div#nav ul li.current a:hover {
    color: #000000;
    background-color: #cdcdcd;
    background: url(../images/menu2-current.gif);

}
div#nav ul li.current a:visited {
    color: #000000;
}

/* hide the sublevels */

div#nav ul ul li {
    display: none;
}

div#nav ul li.current ul {
    position: absolute;
    display: block;
    _width: expression(document.body.clientWidth);
    padding: 0;
    background-color: #cdcdcd;
}

div#nav ul li.current li {
    padding: 0.4em 0;
}

div#nav ul li.current li a {
    left: 0px;
    padding: 0 1em;
    font-weight: normal;
    font-size: 1.1em;
    color: #000000;
    border-right: none;
    border-left: 1px solid #FFFFFF;
}

div#nav ul ul ul li {
    display: none;
}

div#nav .subnav ul li {
    float: left;
    display: inline;
    margin: 0;
}
div#nav .subnav ul li a {
    /*width: 100px; */
    background: url();
	border-style: solid solid none solid;
	border-color: #FFFFFF;
	border-size: 1px;
	border-width: 1px;
/*/	margin: 10px; */
    display: block;
    position: relative;
    padding: 0.2em 1.6em;
    background-color: #6a6a6a;
    font-size: 1.1em;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    border-right: 0.1em solid #FFFFFF;
}

div#nav .subnav ul li a:hover {
    color: #000000;
    text-decoration: underline;
	display: block;
	background: url();
}
div#nav .subnav ul li.current a {
    color: #000000;
    background: url();
    background-color: #cdcdcd;
}
div#nav .subnav ul li.current a:hover {
    color: #000000;
    background: url();
    background-color: #cdcdcd;

}
div#nav .subnav ul li.current a:visited {
    color: #000000;
}

div#nav .subnav ul li.current ul {
    position: absolute;
    display: block;
    _width: expression(document.body.clientWidth);
    padding: 0;
    background-color: #cdcdcd;
}

div#nav .subnav ul li.current li {
    padding: 0.4em 0;
}

div#nav .subnav ul li.current li a {
    left: 0px;
    padding: 0 1em;
    font-weight: normal;
    font-size: 1.1em;
    color: #000000;
    border-right: none;
    border-left: 1px solid #FFFFFF;
}