﻿.hero
{
    float: left;
    margin: -5px 0 0 -2px;
}    

.homeright
{
    float: right;
}

.language
{
    width: 300px;
}

/*Dashboard*/
.dashboard
{
    width: 298px;
	border: 1px solid #DDDDDD;
	overflow: hidden;
	float: right;
	height: 178px;
	padding: 30px; 
}

.dashtitle
{
    color: #7fba00;
    font-family: "Segoe UI Light";
    font-size: 24px;    
    margin-top: -13px;
    margin-left: -13px;
    margin-right: -13px;
    margin-bottom: 15px;
    text-indent: 10px;
}

.NonAuth
{
    padding:15px 0px;
    text-align: left;
}

    .NonAuth p
    {
        color: #505050;
        font-family: Segoe UI, Arial, Verdana, Tahoma, sans-serif;
        font-size: 13px;
         margin: -5px 0px 10px 0;
        text-align: left;
    }

.nonauthTable
{
    width: 100%;
    text-align: right;
    font-size: 1.3em;
    letter-spacing: 1.1px;
}

.Auth
{
   padding:15px 0px;
}

    .Auth ol
    {
        padding: 0 5px 5px 0px;
    }

        .Auth ol li
        {
            margin: -3px 0;
        }

#dashevents
{
    color: #505050;
    font-family: "Segoe UI", Arial, Verdana, Tahoma, sans-serif;
    font-size: 13px;
}

    #dashevents a
    {
        margin-left: 10px;
    }

    #dashevents li div
    {
        display: inline;
    }

    #dashevents .icon
    {
        padding-left: 20px;
    }

.divider
{
    margin: 10px 0;
}

.Auth .goevents
{
    margin: 25px 10px 0 0px;
    text-align: left;
}

    .Auth .goevents div
    {
        display: inline;
        float: left;
    }
    

.eventList
{
    margin: 30px;
    margin-left:0px;
    margin-bottom: 30px;
    vertical-align: top;
    line-height: 1.5em;
}

    .eventList a
    {
        font-size: 13px;
        text-decoration: none;
    }

    .eventList p
    {
        margin-bottom: 20px;
        font-weight: normal;
        color:#505050;
        font-family:"Segoe UI",Arial,Verdana,Tahoma,sans-serif;
        font-size:13px;
    }

        .eventList p span.datebold
        {
            font-family: "Segoe UI Semibold";
            color: #000000;
            font-size:13px;
        }

.eventlocation
{
    font-family: "Segoe UI Semibold";
    color: #000000;
    font-size:13px;
}

.eventList span.timezone
{
    font-family:"Segoe UI",Arial,Verdana,Tahoma,sans-serif;
    color: #aaaaaa;
    font-size:13px;
}

#moreEvents
{
    margin-top: 40px;
}

    #moreEvents a:link
    {
        color: #0072c6;
    }

.filtertext
{
    color: #000000;
    font-size:13px!important;
    font-family:"Segoe UI",Arial,Verdana,Tahoma,sans-serif;
}

.eventdd
{
    max-width: 450px;
}

.filteratt
{
    float: left;
    margin-left: 20px;
    margin-top: 3px;
}

/*most popular*/
div#bottomHome
{
    clear: both;
    padding-top: 15px;
    height: 100%;
    margin-left: -2px;
}

div#tabfilter
{
    background-color: #EEEEEE;
    height: 45px;
    padding-top:5px;
    padding-bottom:5px;
}

    div#tabfilter div
    {
        padding-top: 6px;
    }

        div#tabfilter div div
        {
            display: inline;
            padding-right: 10px;
        }
/*#updateButton { height: 22px; }*/

.button_grey
{
    color: #000000;
    background-color: #CCCCCC;
    height: 25px;
    width: 86px;
    margin: 0px;
    padding: 0px;    
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}



a:link
{
    color: rgb(0, 114, 198);
    text-decoration: none;
}

a:visited
{
    color: rgb(0, 114, 198);
    text-decoration: none;
}

a:hover
{
    color: rgb(0, 114, 198);
    text-decoration: underline;
}

a:active
{
    text-decoration: none;
}
