/* LOGO */
span.logo {
	font-size: 24px !important;
	color: #646464 !important;
	font-weight: bold;
}
img.logo {
	height: 40px;
	display: inline-block;
	padding: 20px;
}
img.logo.small {
	height: 20px;
	padding: 30px;
}
img.logo.big {
	height: 60px;
	padding: 10px;
}
/* FONTS */
html, body,
input[type=text], input[type=password], select, textarea {
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
/* BACKGROUND COLORS */
.box,
.comment,
.comment.own, .comment.new.own,
.tabHeaders .rajeevsiewnath-tabs-header,
.tabHeaders .tabHeader,
html, body,
#header,
#footer {
	background-color: white;
}
button,
input[type=submit] {
	background-color: #FF0064;
}
.tabHeaders .rajeevsiewnath-tabs-header.rajeevsiewnath-tabs-inactive-header {
	background-color: #EEEEEE;
}
.comment.new {
	background-color: #edeff4;
}
/* TEXT COLORS */
#footer,
#footer a {
	color: #969696;
}
html, body,
#menu li a,
.tabHeaders .rajeevsiewnath-tabs-header.rajeevsiewnath-tabs-inactive-header {
	color: #646464;
}
a, a:hover, a:active, a:visited, a:link, .link, .pink {
	color: #FF0064;
}
button,
input[type=submit] {
	color: white;
}
/* BORDER STYLES */
#footer {
	border-width: 0;
	border-style: solid;
	border-color: #969696;	
}
.box,
.avatar,
input[type=text], input[type=password], select, textarea {
	border-width: 0;
	border-style: solid;
	border-color: #646464;
}
input[type=text].error, input[type=password].error, select.error, textarea.error {
	border-width: 0;
	border-style: solid;
	border-color: red;
}
button,
input[type=submit] {
	border-width: 0;
	border-style: solid;
	border-color: #FF64C8;
}
/* FONT SIZES */
html, body {
	font-size: 16px;
	position: relative;
}
.small {
	font-size: 14px;
}
.medium {
	font-size: 18px;
}
.large {
	font-size: 24px;
}
.huge {
	font-size: 36px;
}
/* SPECIALS */
.bool,
.action,
.view {
	background-size: cover;
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
}
.bool {
	background-image: url('../images/bool.png');
}
.action.edit {
	background-image: url('../images/edit.png');
}
.action.add {
	background-image: url('../images/add.png');
}
.action.gmaps {
	background-image: url('../images/gmaps.png');
}
.action.delete {
	background-image: url('../images/delete.png');
}
.view.users {
	background-image: url('../images/users.png');
}
.view.sites {
	background-image: url('../images/sites.png');
}
.view.plans {
	background-image: url('../images/plans.png');
}
.view.topics {
	background-image: url('../images/topics.png');
}
.view.comments {
	background-image: url('../images/comments.png');
}
.bool.true, div.bool._1 {
	background-position: left center;
}
.bool.false, div.bool._0 {
	background-position: right center;
}
.bool.big,
.action.big,
.view.big {
	width: 80px;
	height: 80px;
}
.bool.small,
.action.small, 
.view.small {
	width: 20px;
	height: 20px;
}
.bool.mini,
.action.mini, 
.view.mini {
	width: 10px;
	height: 10px;
}
/* GRID CLASSES */
.full {
	width: 100%;
}
.half, .third, .twothird, .quarter, .threequarter,
.fifth, .twofifth, .threefifth, .fourfifth, .sixth, fivesixth {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.half {
	width: 50%;
}
.third {
	width: 33.33%;
}
.twothird {
	width: 66.66%;
}
.quarter {
	width: 25%;
}
.threequarter {
	width: 75%;
}
.fifth {
	width: 20%;
}
.twofifth {
	width: 40%;
}
.threefifth {
	width: 60%;
}
.fourfifth {
	width: 80%;
}
.sixth {
	width: 16.66%;
}
.fivesixth {
	width: 83.33%;
}
.wrapper {
	padding: 20px;
}
.wrapper.left {
	padding-left: 0;
}
.wrapper.right {
	padding-right: 0;
}
.wrapper.top {
	padding-top: 0;
}
.wrapper.bottom {
	padding-bottom: 0;
}

/* THE REST */

html, body {
	margin: 0;
	padding: 0;
	min-width: 1100px;
	height:100%;
	width: 100%;
}	
h1 {
	margin-bottom: 40px;
}
p {
	margin-bottom: 20px;
}
.smallcaps {
	text-transform: lowercase;
	font-variant: small-caps;
}
.big, .huge, .nowrap {
	text-overflow: clip;
    white-space: nowrap;
}
.textbold {
	font-weight: bold;
}
a, a:hover, a:active, a:visited, a:link, .link, .pink {
	text-decoration: none;
}
ul {
	margin: 0;
	padding: 0;
}
div.leftAlign {
	text-align: left;
}
div.rightAlign {
	text-align: right;
}
button,
input[type=submit] {
	border-width: 2px;
	font-weight:  bold;
	padding: 4px 8px;
	cursor: pointer;
}
div.leftAlign > button,
div.leftAlign > input[type=submit] {
	margin-right: 20px;
}
div.rightAlign > button,
div.rightAlign > input[type=submit] {
	margin-left: 20px;
}
input[type=text], input[type=password], select, textarea {
	padding: 10px;
	border-width: thin;
}
div[data-message] {
    left: 1%;
    position: absolute;
    width: 95%;
    z-index: 20000;
}
.box {
    background-color: white;
    border: 1px solid black;
    padding: 40px;
}
#content {
	width: 100%;
	padding: 80px 0;
	position: relative;
}
#rightContent, #leftContent {
	display: inline-block;
	position: relative;
	height: 100%;
	vertical-align: top;
}
#leftContent {
	width: 60%;
}
#rightContent {
	width: 40%;
}
.rightTable {
	width: 100%;
}
.rightTable tr td {
	padding: 5px;
}
#mapIconContainer {
	left: 50px;
	top: 10px;
	position: absolute;
}
.mapIcon {
	width: 29px;
	height: 29px;
	margin-right: 10px;
	display:inline-block;
	cursor: pointer;
}
.mapIcon#zoomToAllProjects {
	background-image: url('/images/zoomAllProjects.png');
}
.mapIcon#zoomToNearestProject {
	background-image: url('/images/zoomNearest.png');
}
.mapIcon#zoomToCurrentLocation {
	background-image: url('/images/zoomCurrentLoc.png');
}
.mapIcon#zoomToHome {
	background-image: url('/images/zoomHome.png');
}
#currentLocationLoading {
	display: none;
}
#icons {
	display: inline-block;
}
#icons a img {
	width: 40px;
	height: 40px;
	vertical-align: middle;
	padding: 10px;
}
#header, #footer {
	width: 100%;
	height: 80px;
    left: 0;
    line-height: 80px;
    position: fixed;
    width: 100%;
    z-index: 100000;
}
#header {
	top: 0;
	-webkit-box-shadow: 0px 4px 4px 1px rgba(100,100,100,0.5);
	-moz-box-shadow: 0px 4px 4px 1px rgba(100,100,100,0.5);
	box-shadow: 0px 4px 4px 1px rgba(100,100,100,0.5);
}
#footer {
	bottom: 0;
    border-top-width: thin;
	padding: 0 20px;
}
#menu,
#login {
	display: inline-block;
	vertical-align: top;
}
#menu ul,
#login ul {
	display: inline-block;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
	vertical-align: top;
}
#menu li,
#login li {
    display: inline-block;
    padding: 0 20px;
}
#menu li a, 
#login li a {
    text-decoration: none;
}
.tabHeaders {
	padding-left: 25px;
}
.tabHeaders .rajeevsiewnath-tabs-header,
.tabHeaders .tabHeader {
	border-width: 1px;
	border-top-width: 0;
	cursor: pointer;
	padding: 10px 20px;
	display: inline-block;
	-webkit-box-shadow: 0px 4px 4px 1px rgba(100,100,100,0.5);
	-moz-box-shadow: 0px 4px 4px 1px rgba(100,100,100,0.5);
	box-shadow: 0px 4px 4px 1px rgba(100,100,100,0.5);
}
.tabHeaders .rajeevsiewnath-tabs-header.rajeevsiewnath-tabs-active-header {
	cursor: default;
	font-weight: bold;
	border-top: 1px solid white;
}
.tabHeaders .rajeevsiewnath-tabs-header.rajeevsiewnath-tabs-inactive-header {
	cursor: default;
}

.tabContents {
	margin-top: 50px;
}
.tabContents .rajeevsiewnath-tabs-content, .tabContents .rajeevsiewnath-tabs-content.rajeevsiewnath-tabs-inactive-content {
	display: none;
}
.tabContents .rajeevsiewnath-tabs-content.rajeevsiewnath-tabs-active-content {
	display: block;
}
.quickLinkBar {
	text-align: right;
	margin-bottom: 10px;
}
.avatar {
	background-image: url('/images/anonymous.gif');
	background-size: cover;
	background-position: center center;
    display: inline-block;
    height: 80px;
    vertical-align: middle;
    width: 80px;
}
.avatar.big {
	height: 160px;
	width: 160px;
}
.avatar.small {
	height: 40px;
	width: 40px;
}
.avatar.mini {
	height: 20px;
	width: 20px;
}