a {
	text-decoration: none !important;
}

h3 {
	font-weight: normal;
	color: #ffffff !important;
}

body {
	background: #2e3d42;
    margin-top: 40px;
}

#head {
	background: #0095ce;
	height: 40px;
    position: fixed;
    top: 0px;
    left: 0px;
}

#head #hleft, #head #hcenter, #head #hright {
	line-height: inherit;
}

#head #menu .btn {
	border: 0px;
}

#columns .column {
	margin-bottom: 30px;
}

#columns .widget {
    padding: 0px;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#columns .widget .widget-content {
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#columns .widget .widget-content p {
    border-bottom: 1px dotted #cccccc;
}

.widget-head {
	height: 35px !important;
	line-height: 35px !important;
}

.widget-head a.collapse {
	background: url('../../img/collapse.png') no-repeat 0 0 !important;
	margin: 10px 5px 8px 10px !important;
}

.color-yellow {
    background: #006DAD !important;
}

.color-blue {
    background: #167688 !important;
}

.color-white {
    background: #949494 !important;
}

.color-pink {
    background: #A50098 !important;
}

.color-red {
    background: #B90000 !important;
}

.color-green {
    background: #75A000 !important;
}

.btn.selected {
	-webkit-box-shadow: inset 0px -3px 0px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px -3px 0px 0px rgba(255,255,255,1);
	box-shadow: inset 0px -3px 0px 0px rgba(255,255,255,1);
}

.widContentBox1 {
    border: dotted;
    border-color: #cccccc;
    border-width: 1px;
}