@charset "utf-8";

.navbar-inner {
	background-color: #4169e1;
	background-image: -moz-linear-gradient(top, #87BAE7, #4169e1);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#87BAE7), to(#4169e1));
	background-image: -webkit-linear-gradient(top, #87BAE7, #4169e1);
	background-image: -o-linear-gradient(top, #87BAE7, #4169e1);
	background-image: linear-gradient(to bottom, #87BAE7, #4169e1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87BAE7', endColorstr='#4169e1', GradientType=0);
}

.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
    background-color: #CBD6F7;
}
.table-striped tbody > tr:nth-child(2n) > th, .table-striped tbody > tr:nth-child(2n) > td {
    background-color: #EEF1FC;
}
.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
    background-color: #BAC8F4;
}
.ss_login_table th, .ss_login_table td {
    background-color: #CBD6F7;
}

/* border */
.table-bordered
{
    /*border-color: #cccccc;*/
}
.table-bordered th, .table-bordered td
{
    /*border-left-color: #cccccc;*/
}
.table th, .table td
{
    /*border-top-color: #cccccc;*/
}

.set_recalculate {
    background-color: #87BAE7;
}

.warning input, .warning select, .warning textarea
{
    border-color: #4169e1;
}
.warning input:focus, .warning select:focus, .warning textarea:focus
{
    border-color: #4169e1;
}
.label-warning, .badge-warning
{
    background-color: #4169e1;
}
.formErrorContent
{
    color: #4169e1 !important;
}
blockquote {
    border-color:#4169e1;
}

h5 {
    border-color:#4169e1;
}

.navbar .brand
{
    color: #ffffff;
    text-shadow: 0 1px 0 #333333;
}
.breadcrumb
{
    background-color: #4169E1;
}
.breadcrumb .ss_active
{
    color: #FFFFFF !important;
}
.breadcrumb li
{
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.ss_upComment, .ss_leftComment, .ss_rightComment, .ss_bottomComment
{
    color: #000000;
}
