/****************************************************************************************************/
/*                                      Getting Started Panel                                       */
/****************************************************************************************************/

td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.sb-gettingstarted
{
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #2983d3;
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #2983d3;
    width: 100%;
    background-color: #fffdfe;
}
.sb-gettingstarted-item
{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eecd36;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #eecd36;
    padding: 10 10 10 10;
    vertical-align: top;
    background-color: #ffffff;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.sb-gettingstarted-title
{
    font-weight: bold;
    text-transform: uppercase;
    color: #ff6600;
}
.sb-gettingstarted-link
{
	color: rgb(2, 64, 163);
	font-weight: normal;
	color: #0240a3;
	text-decoration: none;
}
.sb-gettingstarted-link a
{
	color: rgb(2, 64, 163);
	font-weight: normal;
	color: #0240a3;
	text-decoration: none;
}
.sb-gettingstarted-link a:hover
{
	color: rgb(2, 64, 163);
	font-weight: normal;
	color: #0240a3;
	text-decoration: underline;
}

/****************************************************************************************************/
/*                                      Admin Dashboard panel                                       */
/****************************************************************************************************/
.sb-dashboard-panel-header
{
	background-image: url(../images/landing/dashboard_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
    padding-right: 5px;
    padding-left: 10px;
    width: 100%;
    font-weight: bold;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #7083E1;
    font-size: 11px;
}
.sb-dashboard-panel-header-text
{
    font-weight: bold;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 14px;
}
.sb-dashboard-panel-content
{
    background-color: #ffffff;
    border-style:solid;
    border-color: #2A6FB5;
    border-width: 1px;
}

.sb-dashboard-panel-subheader
{
	color: #7ccf03;
	padding: 10px 0 0 15px;
	font-weight: bold;
	text-decoration: none;
}

.sb-dashboard-panel-corner
{
    width: 6px;
    height: 24px;
    background-image: url(../images/landing/dashboard_tl.gif);
    background-repeat: no-repeat;
}
.sb-dashboard-bottom
{
    height: 28px;
    background-image: url(../images/landing/dashboard_bbg.gif);
}
.sb-dashboard-top
{
    height: 28px;
    background-image: url(../images/landing/dashboard_tbg.gif);
    color: Black;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.sb-dashboard-item-link {
color: rgb(2, 64, 163);
text-decoration: none;
font-weight: normal;
}

.sb-dashboard-item-link a {
color: rgb(2, 64, 163);
text-decoration: none;
font-weight: normal;
}

.sb-dashboard-item-link a:hover {
color: rgb(2, 64, 163);
text-decoration: underline;
font-weight: normal;
}

