
<style>
/* http://www.red-team-design.com/wp-content/uploads/2011/10/practical-css3-tables-with-rounded-corners-demo.html */
/* Standard table CSS */
table {
	*border-collapse: collapse; /* IE7 and lower */
	border-spacing: 0;
	margin: 5px auto;
}

.bordered {
	margin-top: 5px;
	margin-left: 5px;
	width:96%;
	padding: 0px;
    border: solid #B3D1E0 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    //-webkit-box-shadow: 0 1px 1px #ccc;
    //-moz-box-shadow: 0 1px 1px #ccc;
    //box-shadow: 0 1px 1px #ccc;
}

table.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}


table.bordered td, table.bordered th {
    border-left: 1px solid #B3D1E0;
    border-top: 1px solid #B3D1E0;
    padding: 2px;
    color: #4C5E68;
    font-size: 12px;
}

table.bordered th {
    background-color: #F4F4F6;
    //background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    //background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    //background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    //background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    //background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    //background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    text-align: center;

}

table.bordered td {
        background-color: #ffffff;
}

table.bordered td:first-child, table.fatblue-bordered th:first-child {
    border-left: none;
}

table.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

table.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

table.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

table.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

table.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}


#fatblue {
	border-top: 1px solid #6F98BA;
	border-left: 1px solid #6F98BA;
	border-right: 1px solid #6F98BA;
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 1px #ccc; 
	-moz-box-shadow: 0 1px 1px #ccc; 
	box-shadow: 0 1px 1px #ccc;         
	background-color: #ffffff;
	padding-bottom: 3px;
}

#fatblue h3 {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background:#989ACD;
	color: #ffffff;
	font-weight: bold;
	font-family: verdana;
	padding: 10px;
	text-align: left;
	margin:0;
}

#reports1 {
	position:relative;
	border-top: 1px solid #B192C5;
	border-left: 1px solid #B192C5;
	border-right: 1px solid #B192C5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 1px #ccc; 
	-moz-box-shadow: 0 1px 1px #ccc; 
	box-shadow: 0 1px 1px #ccc;         
	background-color: #ffffff;
	padding-bottom: 3px;
	margin: 0px 10px 0px 10px;
	z-index: 100;
	min-height: 180px;
}

#reports1 h3 {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	color: #4C5E68;
	font-weight: bold;
	font-family: verdana;
	padding: 5px;
	text-align: left;
	margin:0;
	font-size:12px;
}

.reports_icon {
	margin-top: 8px;
	padding: 0px 8px 8px 8px;
}

.reports_help_button {
	float: right;
	padding: 5px 5px 0px 2px;
}

.viewFull {
	float: right;
        border-left: 1px solid #B192C5;
        border-right: 1px solid #B192C5;
        border-bottom: 1px solid #B192C5;
        -webkit-border-bottom-left-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-bottom-left-radius: 10px;
        -moz-border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        -webkit-box-shadow: 0 1px 1px #ccc;
        -moz-box-shadow: 0 1px 1px #ccc;
        box-shadow: 0 1px 1px #ccc;
        background-color: #B192C5;
	padding: 3px;
	min-width:90px;
	margin-top: -10px;
	margin-right: 10px;
	min-height: 17px;
	z-index: -500;
	text-align:center;
	padding-top:14px;
}

.help_button {
	float: right;
	padding: 10px 5px 0px 2px;
}

.widget_title {
	font-size:12px;
	font-family: arial;
	font-weight: bold;
	padding: 5px 0px 0px 8px;
}

.widget {
margin-bottom:10px;

}

.widget .wtitlearea {

width:300px;border-top:1px solid #6f98ba;border-left:1px solid #6f98ba;border-right:1px solid #6f98ba;-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px; vertical-align:top;background:#a2a7d4;
}

.widget .wtitlearea2 {

width:375px;border-top:1px solid #6f98ba;border-left:1px solid #6f98ba;border-right:1px solid #6f98ba;-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px; vertical-align:top;background:#a2a7d4;
}

.wtitle {
        color:white;padding:5px 10px 5px 15px;font-weight:bold;

}
.widget .wcontent {

width:300px;border-bottom:1px solid #6f98ba;border-left:1px solid #6f98ba;border-right:1px solid #6f98ba;-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;min-height:100px; vertical-align:top;background:#fff;padding-bottom:10px;">
<div style="background:#FFF; min-height:100px;

}

.widget .wcontent2 {

width:375px;border-bottom:1px solid #6f98ba;border-left:1px solid #6f98ba;border-right:1px solid #6f98ba;-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;min-height:100px; vertical-align:top;background:#fff;padding-bottom:10px;">
<div style="background:#FFF; min-height:403px;

}

.actionitemsnavbox {
background: white;
border-radius: 10px;
color: #195956;
border: 1px solid #D8D7E0;
padding-bottom: 10px;
margin-bottom: 10px;
}

.actionitemsnavboxtitle {
                color: #195956;
font-weight: bold;
text-transform: uppercase;
padding: 8px 10px 6px 10px;
border-bottom: 1px solid #D8D7E0;
font-size:15px;
        margin-bottom: 10px;
}

/*.navbox {
background: white;
border-radius: 10px;
color: #195956;
border: 1px solid #D8D7E0;
padding-bottom: 10px;
margin-bottom: 10px;
}

.navbox a {
color: #195956;
text-decoration:none;
}*/

.rightnavtitle {

color:#FFF;
font-size:16px;
font-weight:bold;
margin-bottom:10px;

}

.navboxtitle {
                color: #195956;
font-weight: bold;
text-transform: uppercase;
padding: 8px 10px 6px 10px;
border-bottom: 1px solid #D8D7E0;
font-size:15px;
        margin-bottom: 10px;
}

.navboxtitle2 {
                color: #195956;
font-weight: bold;
text-transform: uppercase;
padding: 8px 10px 6px 10px;
border-bottom: 1px solid #D8D7E0;
font-size:13px;
        margin-bottom: 10px;
}

.menuitem {
padding:1px 10px 1px 10px;	/* WF: 111396 - Chris H */
font-size: 15px;
        vertical-align:top;
}

.qreportmenuitem {

        padding:0px 10px 5px 10px;
font-size: 13px;
        vertical-align:top;

}
.reports_widget {
border: 1px solid #b195c6;
background: #FAFAFA;
width: 1005px;
padding: 5px;
min-height: 180px;
border-radius: 10px;
margin-top:-20px;
margin-bottom:20px;

}
.snapshot_widget {
width: 1005px;
padding: 5px;
min-height: 180px;
margin-top:-20px;
margin-bottom:20px;
}

.reports_widget2 {
border: 1px solid #b195c6;
background: #FAFAFA;
width: 1005px;
padding: 8px;
min-height: 180px;
border-radius: 10px;
margin-top: 20px;
}

.reports_title {
        font-family: verdana;
        font-size: 14px;
        color: #4C5E68;
        width: 100%;
        border-bottom: solid 1px #B3D1E0;
        font-weight: bold;
}

.reports_tab {
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
        float:left; margin-right:10px; width:200px;min-height:20px;
        border-top:1px solid #B195C6;
        border-left:1px solid #B195C6;
        border-right:1px solid #B195C6;position:relative;padding: 7px 5px 5px 13px;
        margin-top:20px;
        color:#4d5f68;
        font-weight:bold;


}
</style>
