.clr{
    clear:      both;
    margin:     0px;
    padding:    0px;
}
.inactiveMenuItem{
    background-color: transparent;
    padding: 5px;
}
.activeMenuItem{
    padding: 5px;
    color: #555528 !important;
    text-decoration: underline !important;
}
.inpTxtShort{
    width: 50px !important;
    text-align: left;
}
.hSlider {
    width: 400px;
    overflow: hidden;
    margin: 3px auto;
    height: auto;
    float: left;
}
.smallNote{
    font-size: 85%;
    font-weight: normal;
    /*font-style: italic;*/
}
.requestIndicator{
    font-size: 85%;
    padding: 2px;
    vertical-align: super;
    /*font-style: italic;*/
}
.googlemap_container,
.googlemap_container_add,
.googlemap_container_location_add,
.googlemap_container_location_index{
    background-color: #000;
    color: #111;
    width: 800px;
    height: 300px;
    margin: 10px auto;
    padding: 0px;
    border: 1px solid #000;
    overflow: hidden;
    text-align: center;
}
.infoWindowContent{
    text-align: left;
    font-size: 85%;
    width: 295px;
}
#googlemap_possible_locations{
    display: none;
    border: 1px solid #111;
    padding: 10px 10px 0px 10px;
    background-color: #ffd;
    width: auto;
    height: auto;
    font-weight: bold;
    font-size: 75%
}
#googlemap_possible_locations label{
    color: #111;
    display: inline;
    float: none;
    vertical-align: top;
}
#submitLocationVerifier{
    display: none;
}
.gm_address_input{
    width: 350px;
    margin: 10px 0px;
    
}
.gm_address_btn_search{
    width: 125px !important;
    font-size:100%;
    font-weight: bold;
    border: 1px solid #999;
    background-color: #eee;
    color: #111;
    padding: 8px 5px 3px 5px !important;
    margin: 10px  0px 15px 10px !important;
}
.possible_location{
    clear: both;
    margin: 5px 0px;
}

.profilePic {
    width: 100px;
    height: auto;
    /*border: 1px solid #333;*/
    text-align: center;
    vertical-align: middle;
    padding: 0px;
    /*margin: 0px auto;*/
}
.profilePic a, .profilePic img{
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
}

/* NAV */
.navButton{    
}
.navButton a{
    display: block;
    width: 124px;
    height: 64px;
    overflow: hidden;
    
}
.navButton a:hover{
    display: block;
    width: 124px;
    height: 64px;
    overflow: hidden;
    background-position: 0px 65px;
}
.navButtonAddLocation a{
    background-image: url('../img/btns/btn_add_location.png') !important;
}
.navButtonAddMood a{
    background-image: url('../img/btns/btn_add_mood.png') !important;
}
.navButtonEditProfile a{
    background-image: url('../img/btns/btn_edit_profile.png') !important;
}
.navButtonSearchSomeone a{
    background-image: url('../img/btns/btn_search_someone.png') !important;
}
/*FORMS*/
.login_form, .add_mood_form{
    width: 800px;
    margin: 0px auto;
    height: auto;
    /*border: 1px solid #ddd;*/
}
.add_mood_form label{
    text-align: right !important;
    width: 260px;
}
.frmAddMood{
	font-size:1em;
	margin:1em;
	padding:1em;	
}
.frmAddMood .frmButton{
    float: right;
    padding:1em;
}
.frmAddMood p.formtitle{
	color: #666;
	font-size:1.3em;
	font-weight: bold;
}

.frmAddMood fieldset{
	width:40em;
	border:1px solid #FFE545;	
	background-image: url(../img/Contact.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.frmAddMood fieldset legend{
	color: #026475;
}

.formfield{
	width: auto;
	padding:5px;
}

.formfield label, label{
	display:    block;
	float:      left;
        font-weight: normal;
        /*font-size: 75%;*/
	padding:    1px;
        margin: 0px 5px;
	color:      #333;
	text-align: left;
}

.formfield input, .formfield  select{
        display:    block;
	padding:    0.15em;
        float:      left;
	width:      448px;
	border:     1px solid #ddd;
	background: #e5e5e5;
	
	font-family:Verdana;    
	font-size:  1em;
	
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
.formfield  select{
    width: 453px;
}
.formfield input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 

input {
	border:1px solid #999;
}
.required input, .required textarea{
        border:1px solid #ff9999;
}
.error input{
        border:1px solid #990000;
        background-color: #fee;
}
.submit input{    
	font-size:1em;
        border: 1px solid #999;
        background-color: #eee;
        text-align: left;
}

.formerror{
	position:relative;
	text-align: right;
        border: 1px solid #d00;
        background-color: #fee;
	color:#d00;
        padding: 10px;
        margin: 5px auto;
        font-weight: bold;
        font-size: 150%;
}

/* */
.worldmap, .worldmapSmall{
    margin: 0px auto 10px auto;
    border: 1px solid #52564E;
}
.worldmap {
    width: 800px;
    height: 800px;
    padding: 0px;
}
.worldmapSmall{
    width: 400px;
    height: 400px;
    padding: 0px;
}
.worldmap img, .worldmapSmall img{
}


/* CHARTS */
@font-face {
}

#chartContainer {
    width: 816px;
    height: auto;
    margin: 10px 0px;
    
    /*border: 1px solid #52564E;*/
}


/* MESSAGES */
.msgRead{
    font-weight: normal;
    text-decoration: none !important;
}
.msgUnread{
    font-weight: bold;
    text-decoration: none !important;
}
