.ui-icon {
  cursor:default;
}
.widgetheader {
  cursor:move;
}
.column {
  min-height:1500px;
}

#layout-dialog .selected {
  background: no-repeat scroll 0px -51px transparent;
}
#layout-dialog .layoutchoice {
  width: 82px; 
  height: 51px; 
  float:left;
  list-style-type:none;
  margin:5px;
  padding:0;
}
.selectedcolumn {
  border: 3px dashed #aaaaaa;
}
.emptycolumn {
  font-size:20px;
  font-weight:bold;
  color: #aaaaaa;
  padding: 5px 5px 5px 5px;
}

.dashboard {
  margin-top: 5px;
}
.right {
  float:right;
}
.widgetheader {
  padding:2px 2px 5px 5px;
}
.ui-icon {
  float:left;
}
.widgetcontent {
  padding:2px 2px 5px 5px;
}
.widget {
  margin-bottom:10px;
}
.column  {
  float:left;
  margin:0 1% -1.5em;
  padding:0;
  width:47.5%;
}

.layout-a .column {
width:98%;
}
.layout-a .column.second, .layout-a .column.third {
display:none;
}
.layout-aa .column {
width:47.5%;
}
.layout-aa .third {
display:none;
}
.layout-ba .column {
width:68%;
}
.layout-ba .first {
width:27%;
}
.layout-ba .third {
display:none;
}
.layout-ab .column {
width:27%;
}
.layout-ab .first {
width:68%;
}
.layout-ab .third {
display:none;
}
.layout-aaa .column {
  width:30.9%;
}


.ui-widget-overlay {
  opacity:0.5;
}

.loading {
  padding: 50px;
  text-align: center;
  background-image:loading.gif;
}


#layout-dialog ul {
  margin:0;
  padding:0;
}

#layout-dialog ul li a, #layout-dialog ul li a:link, #layout-dialog ul li a:visited {
  border:1px solid #BBBBBB;
  display:block;
  float:left;
  margin:0 1em 1em 0;
  outline:medium none;
  padding:0.35em;
  width:auto;
}

.hidden {
  display:none;
}

.menucontrols  {
  border:1px solid #BBBBBB;
  float:none;
  margin:0;
  padding:4px 0;
}

.menucontrols  {
  width:100px;
  background:none repeat scroll 0 0 #dddddd;
  border:1px solid #6A8EB3;
  color:#000000;
  margin-top:-1px;
  padding:4px 0;
  position:absolute;
  right:0;
  z-index:2003;
}

.menucontrols li {
  float:none;
  margin:0;
  padding:0;
  list-style-type:none;
  margin:0 0 0 0.2em;
  width:auto;
  position:static;
}

.menucontrols li a {
  color:#000000;
  font-weight:normal;
  float:none;
  margin:0;
  text-decoration:none;
  width:auto;
  padding-left:5px;
}

.hiddenmenu {
  position:relative;
}

.dialog .categories {
  list-style:none outside none;
  height: 414px;
}

.dialog .categories li.selected button {
  color:#FFFFFF;
  font-weight:800;
}
.dialog .categories li button {
  background:none repeat scroll 0 0 transparent;
  border:medium none;
  color:#666666;
  font-family:"segoe ui",helvetica,arial,sans-serif;
  font-size:0.8em;
  padding:0.4em 1.2em;
  text-align:left;
  width:100%;
}
ul.categories button {
  cursor:pointer;
}

.widgetitem {
  border:2px none white;
  float:left;
  font-size:0.77em;
  height:142px;
  margin:0;
  overflow:hidden;
  padding:0 20px 0 142px;
  width:252px;
}

ol.widgets {
  float:left;
  list-style:none outside none;
  margin:-10px;
  padding:0;
  width:auto;
}

.dialog .panel-body {
  overflow:auto;
  padding:10px;
}

.dialog .categories {
  background:none repeat scroll 0 0 #FFFFFF;
  border-right:1px solid #F0F0F0;
  float:left;
  height:100%;
  list-style:none outside none;
  margin:0 1.17em 0 0;
  padding:10px 0 0;
  width:25%;
}

.dialog .categories li.selected {
  background:none repeat scroll 0 0 #6699CC;
  color:#FFFFFF;
}

.widgetitem .add-button {
  float:left;
  margin:81px 0 0 -131px;
  width:auto;
}

.widgetitem h3 {
  margin:11px 0 0;
  padding:0;
}

.widgetitem img {
  border:1px solid #999999;
  float:left;
  margin:10px 0 0 -132px;
}
html {
    background-color: #e2e2e2;
    overflow-y: scroll;
}

body {
    background-color: #fff;
}

a:link, a:visited, 
a:active, a:hover {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

a:hover {
    background-color: #c7d1d6;
}

header, footer, hgroup
nav, section {
    display: block;
}


/* main layout 
---------------------------------------------------------- max-width: 960px; margin: 0 auto;*/
.content-wrapper {
    
    margin: 0 20px 0 20px;
    
}

#body {
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
}

    .main-content {
        background: url("../images/accent.png") no-repeat;
        padding-left: 10px;
        padding-top: 30px;
    }

    .featured + .main-content {
        background: url("../images/heroaccent.png") no-repeat;
    }

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}




.site-title a, .site-title a:hover, .site-title a:active  {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login  
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin-top: 20px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }
    
    #login a.username {
        background: none;
        margin-left: 0px;
        text-decoration: underline;
    }

    #login li {
        display: inline;
        list-style: none;
    }
    
    
/* menu  
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }



/* page elements  
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7AC0DA 0%, #A4D4E6 100%);
        background-image: -o-linear-gradient(left, #7AC0DA 0%, #A4D4E6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7AC0DA), color-stop(1, #A4D4E6));
        background-image: -webkit-linear-gradient(left, #7AC0DA 0%, #A4D4E6 100%);
        background-image: linear-gradient(left, #7AC0DA 0%, #A4D4E6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */ 
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
display: inline;
}

hgroup.title h2 {
    font-weight: normal;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }
    
        ol.round li.one {
            background: url("../images/orderedlistOne.png") no-repeat;        
        }
    
        ol.round li.two {
            background: url("../images/orderedlistTwo.png") no-repeat;        
        }
    
        ol.round li.three {
            background: url("../images/orderedlistThree.png") no-repeat;        
        }
    
/* content */  
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }
    
     aside ul li {
        background: url("../images/bullet.png") no-repeat 0 50%;
        padding: 2px 0 2px 20px;
     }
     
.label {
    font-weight: 700;
}

/* login page */ 
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 45%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 50%;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: solid 1px #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }
    
    fieldset ol {
        padding: 0;
        list-style: none;
    }
    
        fieldset ol li {
            padding-bottom: 5px;
        }
    
    fieldset label {
        display: block;
        font-size: 1.2em;
        font-weight: 600;
    }
    
    fieldset label.checkbox {
        display: inline;
    }
    
    fieldset input[type="text"], 
    fieldset input[type="password"] {
        border: 1px solid #e2e2e2;
        color: #333;
        font-size: 1.2em;
        margin: 5px 0 6px 0;
        padding: 5px;
        width: 300px;
    }
    
        fieldset input[type="text"]:focus, 
        fieldset input[type="password"]:focus {
            border: 1px solid #7ac0da;
        }
    
    fieldset input[type="submit"] {
        background-color: #d3dce0;
        border: solid 1px #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
    }


.enterprise-button {
    background-color: #d3dce0;
    border: solid 1px #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
}

/* ajax login/registration dialog 
.modal-popup {
    font-size: 0.7em;
}*/

    /*.modal-popup input[type="text"], 
    .modal-popup input[type="password"] {
        width: 90%;
    }*/

/* info and errors */  
.message-info {
    border: solid 1px;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.success {
    color: #7ac0da;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input[type="text"].input-validation-error,
input[type="password"].input-validation-error {
    border: solid 1px #e80c4d;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}



ul#social li {
    display: inline;
    list-style: none;
}

    ul#social li a {
        color: #999;
        text-decoration: none;
    }
        
    a.facebook, a.twitter {
        display: block;
        float: left;
        height: 24px;
        padding-left: 17px;
        text-indent: -9999px;
        width: 16px;
    }
        
    a.facebook {
        background: url("../images/facebook.png") no-repeat;
    }
        
    a.twitter {
        background: url("../images/twitter.png") no-repeat;
    }
        
   
        
/********************
*   Mobile Styles   *
********************/

@media only screen and (max-width: 850px) {
    
    header .float-left, 
    header .float-right {
        float: none;
    }
    
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    #login {
        font-size: .85em;
        margin-top: 0;
        text-align: center;
    }
    
        #login ul {
            margin: 5px 0;
            padding: 0;
        }
        
        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding:0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }
        
        #login a:hover {
            color: #333;
        }

    nav {
        margin-bottom: 5px;
    }
    
    ul#menu {
        margin: 0;
        padding:0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }

        
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }
    
    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }
    
    article, aside {
        float: none;
        width: 100%;
    }
    
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }
    
            ol.round li.one,
            ol.round li.two,
            ol.round li.three {
                background: none;        
            }
     
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }
     
        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }
        
    fieldset input[type="text"], 
    fieldset input[type="password"] {
        width: 90%;
    }
    
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }
  
    footer .float-left,
    footer .float-right {
        float: none;
    }
    
    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }
    
        footer p {
            margin: 0;
        }
    
        ul#social {
            padding:0;
            margin: 0;
        }
    
         a.facebook, a.twitter {
            background: none;
            display: inline;
            float: none;
            height: auto;
            padding-left: 0;
            text-indent: 0;
            width: auto;
        }    
}



.watermark {
			color: #999 !important;
		}
		.watermark2 {
			color: #999 !important;
			font-style: italic !important;
		}
		.watermark3 {
			color: #c77 !important;
		}

