/* CSS Document */

body {
    background:#ffffff;
    font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
    font-size:18px;
    margin:0px;
    padding:0px;
}

.container {
	margin-top: 15px;
}

.widget {
	width: 275px;
	margin: 20px 10px 10px 10px;
	padding: 10px 0 0 0;
	border: thin solid black;
	background-color: lightcyan;
}

.widget table {
	width: 260px;
}

h1 {
    font-size:30px;
    font-weight:bold;
    margin-top:10px;
    margin-left:-5px;
    overflow:visible;
    padding:0px;
}

#blanklogo {
	width: 70px;
	height: 55px;
}

#logo img {
	height: 55px;
}


.grayFont {
	color:#999;
}

.bottomShadow {
    -webkit-box-shadow:0px 1px 1px #444;
     -moz-box-shadow:0px 1px 1px #444;
     box-shadow:0px 1px 1px #444;
}

.counter {
	color:#999;
	padding-left:5px;
	line-height:110%;
	text-align:right;
}

.fontBlue {
	color:#666;
	font-size:14px;
	font-weight:bold;
}

.fontBlue input {
	width: 50px;
}

.total {
	font-size:22px;
	color:#303C7C;
}

.total input {
	width: 170px;
}

.trans input {
	width: 60px;
}

.page {
	padding:10px;
}

.EditButton {
	display: inline-block;
	font-family: Calibri;
	font-size: 1.5em;
	font-weight: 500;
	text-align: center;
	color: #444;
	padding: 3px 12px;
	position: relative;
	margin: 5px 0px 5px 25px;
    background-color: rgba(26,209,70,1.0);
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.5);
}

.EditButton:hover {
	color: #fff;
	background-color: rgba(0,110,35,1.0);
}

.UpdateButton {
	display: inline-block;
	font-family: Calibri;
	font-size: 1.5em;
	font-weight: 500;
	text-align: center;
	color: #444;
	padding: 3px 12px;
	position: relative;
	margin: 10px 5px;
    background-color: rgba(27,147,209,0.75);
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.5);
}

.UpdateButton:hover {
	color: #fff;
	background-color: rgba(0,66,110,0.75);
}


/* the below is for the blog hits display */

.blogcontainer {
	margin-top: 15px;
	padding: 0;
}

.blogdate {
	font-size: 22px;
	color: rgba(0,0,0,1.00);
	text-align: left;
	font-weight: bold;
}

.blogtitle {
	font-size: 20px;
	color: rgba(0,0,175,1.00);
	text-align: left;
	font-weight: bold;
	padding-top: 5px;
}

.bloghits {
	font-size: 18px;
	color: rgba(0,109,200,1.00);
	text-align: left;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 20px;
}