/* Minification failed. Returning unminified contents.
(812,287): run-time error CSS1054: JavaScript error in expression property: Variable 'jGrowl' has not been declared: jGrowl
(812,287): run-time error CSS1054: JavaScript error in expression property: Variable 'ignoreMe2' has not been declared: ignoreMe2
(813,153): run-time error CSS1054: JavaScript error in expression property: Variable 'ignoreMe' has not been declared: ignoreMe
(817,156): run-time error CSS1054: JavaScript error in expression property: Variable 'ignoreMe2' has not been declared: ignoreMe2
(818,151): run-time error CSS1054: JavaScript error in expression property: Variable 'ignoreMe' has not been declared: ignoreMe
(822,287): run-time error CSS1054: JavaScript error in expression property: Variable 'jGrowl' has not been declared: jGrowl
(822,287): run-time error CSS1054: JavaScript error in expression property: Variable 'ignoreMe2' has not been declared: ignoreMe2
(823,286): run-time error CSS1054: JavaScript error in expression property: Variable 'jGrowl' has not been declared: jGrowl
(823,286): run-time error CSS1054: JavaScript error in expression property: Variable 'ignoreMe' has not been declared: ignoreMe
(827,156): run-time error CSS1054: JavaScript error in expression property: Variable 'ignoreMe2' has not been declared: ignoreMe2
(828,286): run-time error CSS1054: JavaScript error in expression property: Variable 'jGrowl' has not been declared: jGrowl
(828,286): run-time error CSS1054: JavaScript error in expression property: Variable 'ignoreMe' has not been declared: ignoreMe
(832,156): run-time error CSS1054: JavaScript error in expression property: Variable 'ignoreMe2' has not been declared: ignoreMe2
(833,151): run-time error CSS1054: JavaScript error in expression property: Variable 'ignoreMe' has not been declared: ignoreMe
 */
html {
    background-color: #EFEFEF;
    margin: 0;
    padding: 0;
}

* {
    font-family: 'Source Sans Pro', sans-serif;
}

body {
    background-color: #fff;
    color: #333;
    margin: 0;
    padding: 0;
    background: url("../images/D3D3D3-fade-transparent-bg.png") repeat-x scroll 0 0 #EFEFEF;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

a:link, a:visited,
a:active, a:hover {
    color: #333;
}

a:hover {
    background-color: #c7d1d6;
}

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    font-family: Arial,Helvetica,sans-serif;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

h5 a:link, h5 a:visited, h5 a:active {
    padding: 0;
    text-decoration: none;
}

/* Buttons
----------------------------------------------------------*/
.btn {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: default;
    font: 90% arial,sans-serif;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    margin: 0 8px 4px 4px;
    outline: medium none;
    padding: 7px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    -moz-user-select: none;
    padding-top: 8px;
    margin-bottom: 2px;
    border-color: #efefef;
    cursor: pointer;
}

.btn:hover {
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    border-color: #333;
}

.btn.blue {
    background: #4d90fe;
    background: -moz-linear-gradient(top, #4d90fe 0%, #4787ed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d90fe), color-stop(100%,#4787ed));
    background: -webkit-linear-gradient(top, #4d90fe 0%,#4787ed 100%);
    background: -o-linear-gradient(top, #4d90fe 0%,#4787ed 100%);
    background: -ms-linear-gradient(top, #4d90fe 0%,#4787ed 100%);
    background: linear-gradient(top, #4d90fe 0%,#4787ed 100%);
    color: #FFF;
    border-color: #4d90fe;
}

.btn.blue:hover {
    background: #3481fe;
    background: -moz-linear-gradient(top, #3481fe 0%, #3178eb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3481fe), color-stop(100%,#3178eb));
    background: -webkit-linear-gradient(top, #3481fe 0%,#3178eb 100%);
    background: -o-linear-gradient(top, #3481fe 0%,#3178eb 100%);
    background: -ms-linear-gradient(top, #3481fe 0%,#3178eb 100%);
    background: linear-gradient(top, #3481fe 0%,#3178eb 100%);
    border-color: #33F;
}

.btn.red {
    background: #fe3d3a;
    background: -moz-linear-gradient(top, #fe3d3a 0%, #ef3633 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe3d3a), color-stop(100%,#ef3633));
    background: -webkit-linear-gradient(top, #fe3d3a 0%,#ef3633 100%);
    background: -o-linear-gradient(top, #fe3d3a 0%,#ef3633 100%);
    background: -ms-linear-gradient(top, #fe3d3a 0%,#ef3633 100%);
    background: linear-gradient(top, #fe3d3a 0%,#ef3633 100%);
    color: #FFF;
    border-color: #fe3d3a;
}

.btn.red:hover {
    background: #fe1612;
    background: -moz-linear-gradient(top, #fe1612 0%, #ea1612 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe1612), color-stop(100%,#ea1612));
    background: -webkit-linear-gradient(top, #fe1612 0%,#ea1612 100%);
    background: -o-linear-gradient(top, #fe1612 0%,#ea1612 100%);
    background: -ms-linear-gradient(top, #fe1612 0%,#ea1612 100%);
    background: linear-gradient(top, #fe1612 0%,#ea1612 100%);
    border-color: #C00;
}

.btn.green {
    background: #0fd101;
    background: -moz-linear-gradient(top, #0fd101 0%, #19b40e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0fd101), color-stop(100%,#19b40e));
    background: -webkit-linear-gradient(top, #0fd101 0%,#19b40e 100%);
    background: -o-linear-gradient(top, #0fd101 0%,#19b40e 100%);
    background: -ms-linear-gradient(top, #0fd101 0%,#19b40e 100%);
    background: linear-gradient(top, #0fd101 0%,#19b40e 100%);
    color: #FFF;
    border-color: #0fd101;
}

.btn.green:hover {
    background: #0db901;
    background: -moz-linear-gradient(top, #0db901 0%, #16a00c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0db901), color-stop(100%,#16a00c));
    background: -webkit-linear-gradient(top, #0db901 0%,#16a00c 100%);
    background: -o-linear-gradient(top, #0db901 0%,#16a00c 100%);
    background: -ms-linear-gradient(top, #0db901 0%,#16a00c 100%);
    background: linear-gradient(top, #0db901 0%,#16a00c 100%);
    border-color: #090;
}

a.btn {
    text-decoration: none;
}

#login-box-content #btn-login {
    text-align: center;
}


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
}

#app-header.login {
    border-bottom: 1px solid #AAAAAA;
    height: 60px;
}

#app-header {
    background: none repeat scroll 0 0 #EFEFEF;
    border-bottom: 1px solid #DDDDDD;
    height: 60px;
    overflow: hidden;
    position: relative;
}

#app-header.login img {
    float: right;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    padding-right: 14px;
    }

#app-header.login h1 {
    line-height: 60px;
    margin-top: 0;
    margin-bottom: 0.2em;
}
#app-header.login h1 img {
    vertical-align: middle;
}

#app-header h1 span {
    color: #506D85;
}

.main-content {
    /*background: url("../Images/accent.png") no-repeat;*/
    padding-left: 10px;
    padding-top: 30px;
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper {
    padding-top: 20px; 
}

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #878787;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #878787;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

#login a {
    background-color: #d3dce0;
    margin-left: 10px;
    margin-right: 3px;
    padding: 2px 3px;
    text-decoration: none;
}

#login a.username {
    background: none;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

#login ul {
    margin: 0;
}

#login li {
    display: inline;
    list-style: none;
}

#login-box {
    border-radius: 8px 8px 8px 8px;
    box-shadow: 2px 2px 4px 0 #999999;
    font-weight: lighter;
    margin: 60px auto 2em;
    max-width: 500px;
}

#login-box-header {
    border-bottom: 1px solid #000;
    background: #5f5f5f;
    background: -moz-linear-gradient(top, #5f5f5f 0%, #3a3a3a 50%, #232323 52%, #3b3b3b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5f5f5f), color-stop(50%,#3a3a3a), color-stop(52%,#232323), color-stop(100%,#3b3b3b));
    background: -webkit-linear-gradient(top, #5f5f5f 0%,#3a3a3a 50%,#232323 52%,#3b3b3b 100%);
    background: -o-linear-gradient(top, #5f5f5f 0%,#3a3a3a 50%,#232323 52%,#3b3b3b 100%);
    background: -ms-linear-gradient(top, #5f5f5f 0%,#3a3a3a 50%,#232323 52%,#3b3b3b 100%);
    background: linear-gradient(top, #5f5f5f 0%,#3a3a3a 50%,#232323 52%,#3b3b3b 100%);
    border-radius: 8px 8px 0 0;
    color: #FFFFFF;
    padding: 1em;
}

#login-box-content {
    background: #FFF; /*url("../images/login-box-graphic.png") no-repeat scroll right top */
    color: #000;
    padding: 1em;
}

#login-box-content form {
    margin: .7em auto;
    width: 95%;
}

#login-box-content label {
    color: #999999;
    font-size: 11pt;
    line-height: 13pt;
    float: left;
    clear: left;
    margin: 14px 12px 0 0;
    width: 65px;
    text-align: right;
}

#login-box-content input.textinput {
    color: #65758C;
    font-weight: bold;
    display: block;
    font-size: 12pt;
    padding: 8px 4px;
    margin-bottom: 18px;
}

#login-box-content .small-text {
    font-size: 10pt;
    margin-top: 1em;
}

#login-box-footer {
    background-color: #FFFFFF;
    border-radius: 0 0 8px 8px;
    color: #666666;
    text-align: center;
    padding-bottom: 4px;
    font-size: 10pt;
}

/* Login Error Display
----------------------------------------------------------*/
.warning {
    background: url("../Images/error.png") no-repeat scroll 15px center #FFE9AD;
    border: 1px solid #EAC572;
    color: #826200;
}

.notVis{
    display:none;
}

.warning p {
    margin: 10px 0 10px 15px;
}

/* Busy Button
----------------------------------------------------------*/
.showBsyButton, .hideBsyButton, #dvUpStatBar, .showBsy, .hideBsy
{
	position: absolute;
    opacity: 1;
	filter: alpha(opacity=100);
	z-index: 555555;
}

.showBsyGreyOpac
{
	background-color: grey;
	opacity: .6;
	filter: alpha(opacity=60);
}

.hideBsyButton, .hideBsy
{
    opacity: 0;
	filter: alpha(opacity=0);
	z-index: -1;
}

/* Busy Message
----------------------------------------------------------*/
#busyMsgCntr
{
    opacity: 0.8;
	filter: alpha(opacity=80);
    background-color: black;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-opera-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}

#busyMsg
{
	width: 100%;
    text-align: center;
    color: White;
    font-family: 'MuseoSlab500Regular',helvetica,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
}


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #7d7d7d;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
}

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}


/* footer
----------------------------------------------------------*/
#app-footer {
    background: -moz-linear-gradient(center top , #F8F8F8 0%, #EAEAEA 50%, #DDDDDD 51%, #F7F7F7 100%) repeat scroll 0 0 transparent;
    border-top: 1px solid #DDDDDD;
    bottom: 0;
    color: #666666;
    height: 44px;
    left: 0;
    position: fixed;
    width: 100%;
}

#app-footer h2 {
    color: #666666;
    font-size: 10pt;
    font-weight: normal;
    line-height: 40px;
    text-align: left;
}
#app-footer img {
    height: 40px;
    margin-top: 0;
    vertical-align: middle;
}

div.jGrowl {
	padding: 			10px;
	z-index: 			9999;
	color: 				#FFF;
	font-size: 			11pt;
}

/** Special IE6 Style Positioning **/
div.ie6 {
	position: 			absolute;
}

div.ie6.top-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 				100%;
}

/** Normal Style Positions **/
div.jGrowl {
	position:			absolute;
}

body > div.jGrowl {
	position:			fixed;
}

div.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

div.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
}

div.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

div.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;
}

div.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color: 		#FFF;
	/*opacity: 				0.85;
    -ms-filter: 			"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; 
    filter: 				progid:DXImageTransform.Microsoft.Alpha(Opacity=85);*/ 
	zoom: 					1;
	width: 					275px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				11pt;
	color:                  #7A1631;
	text-align: 			left;
	display: 				none;
	border:					5px solid #CF423C;
	-moz-border-radius: 	8px;
	-webkit-border-radius:	8px;
	border-radius:          8px;
}

div.jGrowl div.jGrowl-notification {
	min-height: 			40px;
}

div.jGrowl div.jGrowl-notification div.jGrowl-header {
	font-weight: 			bold;
	font-size:				.9em;
	color:					#FCF374;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close {
	z-index:				99;
	float: 					right;
	font-weight: 			bold;
	font-size: 				1em;
	cursor:					pointer;
}

div.jGrowl div.jGrowl-closer {
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				.9em;
	font-weight: 			bold;
	text-align: 			center;
}
div.jGrowl div.jGrowl-message 
{
    margin-right: 1em;
}
/** Hide jGrowl when printing **/
@media print {
	div.jGrowl {
		display: 			none;
	}
}
