﻿#homeleft {
    float: left;
    width: 500px;
    margin-left: 20px;
}
#homeright {
    float: left;
    width: 350px;
    margin-left: 80px;
}
#homeright ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
#homeright ul li {
    background-image: url(images/rightarrow.jpg);
    background-repeat: no-repeat;
    background-position: 0px 5px; 
    padding-left: 14px; 
}

#hometop {
    position: relative;
    top: 0px;
    left: 0px;
    width: 920px;
    height: 366px;
    margin-left: 20px;
}
#hometop #slides {
    cursor: move;
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 0px;
    width: 920px;
    height: 366px;
}



div#tabs {
	margin: 14px 0;
	padding: 0px;
	display: inline-block;
	width: 100%;
}

div#tabs div.ui-tabs-panel {
	font-size: 13px;
    xmin-height: 400px;
}

div#tabs > ul,
div#tabs > ul > li
{
	margin: 0;
}
div#tabs > ul {
	clear: both;
}
div#tabs > ul > li {
	margin: 0 1px 0 0!important;
    padding: 10px;
}
div#tabs > ul > li.ui-tabs-selected {
    top: 1px;
}

div#tabs li.ui-tabs-notselected:hover {
	border: 1px solid #999999;
    border-bottom: 0;
	color: #212121;
	font-weight: normal;
	background: #dadada url(jquery/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
}
div#Content div.ui-tabs > ul > li > a {
    float:left;
    padding: .5em 1em;
	text-decoration: none;
}




/*
div.gridster {
    margin-top: 10px 0px;
}
*/

div.gridster > ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

div.gridster > ul > li {
    border: solid 1px silver;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

div.gridster > ul > li > .db_title {
    padding: 6px;
    background-color: #EFEFEF; /* #e0e0e0; */
    color: black;
    font-weight: bold;
    vertical-align: top;
}

div.gridster > ul > li > .db_title span {
}
div.gridster > ul > li > .db_title .db_title_text {
    display: inline-block;
    padding: 4px;
}
div.gridster > ul > li > .db_title button {
    height: 24px;
    width: 24px;
    margin-left: 4px;
}


div.gridster > ul > li > .db_content {
    padding: 8px;
    overflow: auto;
    height:  calc(100% - 50px);
}

div.dashboard-header {
    background-color: #EFEFEF;
    margin: 0px 0px;
    padding: 10px;
    font-size: 14pt;
    height: 23px;
}

div.dashboard-header input[type=button],
div.dashboard-header input[type=submit] {
    width: 100px;
}
div.dashboard-header {
    font-size: small;
}

#dashboard-6 {
    padding: 10px 0px;
    min-height: 400px;
}

table.Gridview tr.selected {
    background-color: lightyellow !important;
}

table.Gridview tr.selected td {
    background-color: lightyellow !important;
}