body
{
		background-image:url(../img/ui/login.png);
		height:100%;
}

#headBar
{	
					height:32px;
					overflow:hidden;
					line-height:32px;
					
					background-image: linear-gradient(top, rgb(247,247,247) 0%, rgb(160,160,160) 100%);
					background-image: -o-linear-gradient(top, rgb(247,247,247) 0%, rgb(160,160,160) 100%);
					background-image: -moz-linear-gradient(top, rgb(247,247,247) 0%, rgb(160,160,160) 100%);
					background-image: -webkit-linear-gradient(top, rgb(247,247,247) 0%, rgb(160,160,160) 100%);
					background-image: -ms-linear-gradient(top, rgb(247,247,247) 0%, rgb(160,160,160) 100%);
					
					border:1px solid #666;
					border-left:0;
					border-right:0;
					
					font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
					text-shadow:rgba(255,255,255,0.5) 1px 1px;
					font-size:13px;
					font-weight:bold;
					
					text-indent:10px;
					
}


.widget
{
    background: none repeat scroll 0 0 #FAFAFA;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
   	margin:15px;
}

.widget-header {
    background-color: #E5E5E5;
    background-image: -moz-linear-gradient(center top , #EBEBEB, #E5E5E5);
	background-image: -webkit-linear-gradient(center top , #EBEBEB, #E5E5E5);
	background-image: -o-linear-gradient(center top , #EBEBEB, #E5E5E5);
	background-image: -ms-linear-gradient(center top , #EBEBEB, #E5E5E5);
	background-image: linear-gradient(center top , #EBEBEB, #E5E5E5);
    border-top: 1px solid #FAFAFA;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    height: 40px;
}

.widget-header h1 {
    color: #898989;
    float: left;
	margin:0;
	padding:0;
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 40px;
    padding-left: 14px;
    text-shadow: 0 1px 0 #FFFFFF;
}

.widget-content {
    padding: 14px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	line-height:140%;
}


.widget-header ul {
    border-left: 1px solid #E1E1E1;
    float: right;
	list-style-type:none;
	margin:0;
	padding:0;
}
.widget-header ul li {
    display: inline;
	margin:0;
	padding:0;
    margin-left: -3px;
	list-style-type:none;
}
.widget-header ul li a {
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #E1E1E1;
    color: #999999;
    display: inline-block;
    font-family: "Tahoma","Lucida Grande",sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
}
.widget-header ul li a:hover {
    background: none repeat scroll 0 0 #EEEEEE;
}
.widget-header ul li:first-child {
    margin-left: 0;
}
.widget-header ul li:last-child a {
    border-right: medium none;
}
.widget-header ul li.active a {
    background: none repeat scroll 0 0 #FAFAFA;
    border-left: 1px solid #FAFAFA;
    cursor: default;
}

.widget-toolbar {
    background-color:#E8E8E8;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 7px 14px 7px 8px;
	min-height:30px;
}
.widget-content .widget-toolbar {
    margin: 14px -14px -14px;
}


.dashboard-grid
{
	width:500px;
	float:left;
}

.clear
{
	clear:left;
}

.table-stats
{
	margin:0;
	padding:0;
	border-collapse:collapse;
	width:100%;
	font-family	"Aller","Lucida Grande",sans-serif;
	font-size:11px;
}

.table-stats td
{
	padding:12px;
}

.table-stats td:last-child
{
	width:1%;
}

.table-stats td:nth-child(2)
{
	text-align:center;
}
.table-stats td:nth-child(3), .table-stats td:nth-child(4)
{
	text-align:right;
}

.table-stats tbody tr:nth-child(2n+1) td {
    background: none repeat scroll 0 0 #FDFDFD;
}

.tab-content.nomargin
{
	margin:-13px;
}

.tab-content
{
	display:none;
}

.tab-content.active
{
	display:block;
}

.badge
{
	background-color:#6C879C;
	display:inline-block;
	margin:0;
	padding:4px;
	padding-top:3px;
	line-height:100%;
	-moz-border-radius:4px;
	color:#fff;
	font-weight:bold;
	min-width:30px;
	text-align:center;
	
}

.progress-bar
{
	width:80px;
	height:13px;
	border:1px solid #aaa;
	display:inline-block;
	-moz-border-radius:4px;

}

.progress-bar span.filled
{
	background: url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #CCCCCC;
    border-right: 1px solid #aaa;
	display:inline-block;
	width:60%;
	height:13px;
}

.widget-content a.blue
{
	color:#57798F;
	text-decoration:none;
	
}

.widget-content a.blue:before
{
	content:"\00bb\00a0"
}

.widget-content a.blue:hover
{
	color:#222;
}



.button-blue
{
	display:inline-block;
	line-height:100%;
	padding:6px;
	padding-left:12px;
	padding-right:12px;
	
	background-color:#a5c5e0;
	color:#333;
	text-shadow:rgba(255,255,255,0.5) 1px 1px;
	text-decoration:none;
	border-radius:10px;
	
	font-size:11px;
	font-weight:bold;


}

.button-blue:hover
{
		box-shadow:inset rgba(0,0,0,0.3) 0 2px 5px;
		
}

.button-grey
{
	display:inline-block;
	line-height:100%;
	padding:6px;
	padding-left:12px;
	padding-right:12px;
	
	background-color:#d2d2d2;
	color:#444;
	text-shadow:rgba(255,255,255,0.5) 1px 1px;
	text-decoration:none;
	border-radius:12px;
	
	font-size:11px;
	font-weight:bold;
	
}

.button-grey:hover
{	
	box-shadow:inset rgba(0,0,0,0.3) 0 2px 5px;
}

.widget-content ul, .widget-content li
{
	display:block;
	margin:0;
	padding:0;
	list-style-type:none;
}


a.detailsPop
{
		color:#999;
		text-decoration:none;
}

a.detailsPop:hover
{
		color:#333;
}