body {
	border-collapse: collapse;
	background-color: #bedce6;
	color: #463834;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	-webkit-font-smoothing: antialiased;
}

input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; margin-bottom:0px; }
label, input[type=button], input[type=submit], button { cursor: pointer; }

#frame 
{
	width: 960px;
	margin: 20px auto;
}

#logo
{
	padding-bottom: 20px;
}

#logo img 
{
    border: none;
}

#contentFrame
{
	margin-top: -10px;
	background-color: #FFFFFF;
	border: solid black 1px;
}

#content
{
	padding: 5px 10px 35px 10px;
}

#footer
{
	text-align: center;
	color: #666688;
	margin-top:5px;
}

/****** Begin Logout Box ******/
#logoutBox
{
	float: right;
	margin-top: 50px;
	margin-right: 10px;
	vertical-align: middle;
}

#logoutBox img
{
	height: 20px;
}

#logoutBox table tr td table tr td 
{
	vertical-align: middle;
	padding-left: 2px;
	cursor: pointer;
}

#logoutBox table tr td table:hover {
	text-decoration: underline;
}
/****** End Logout Box ******/







/****** Begin Menu ******/
#menu
{
	padding: 8px;
	background-color:#f0f0f0;
}

#menu a
{
	padding: 4px 20px;
	display: inline-block;
	background-color: #535250;
	border: 1px black solid;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	white-space: nowrap;
	margin-left: 3px; margin-right: 3px;
}


#menu a:hover
{
	background-color: #83b400;
}

#menu a.active
{
	background-color: #fb641f;
}
/****** End Menu ******/


/****** Begin Defaults ******/
h1 
{
	border-bottom: solid #535250 1px;   
	color: #50555A;
}

table
{
	border-collapse: collapse;
}

fieldset {
    display:inline-block;
}
fieldset legend {
    font-weight:bold;
}
/****** End Defaults ******/


/****** Begin Classes ******/
.link 
{
	color: Blue;
	text-decoration: underline;
	cursor: pointer;   
}

.link img 
{
    border:none;
}


.bubbleTbl th
{   color: White;
	background: #405679;
	text-align: center;
	font-weight: bold;
	padding: .3em .5em;
	border: 1px solid #203659;
	font-family: Verdana, Arial, Sans-Serif;
}

.bubbleTbl td {
	padding: .4em;
	border-left: 1px dotted #D0D0D0;
	border-right: 1px dotted #D0D0D0;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	font-family: Verdana, Arial, Sans-Serif;
	text-align: left;
}
		
.bubbleTbl
{
	margin-bottom: 2px;
}

.bubbleTbl tr
{
	background-color: #FFFFFF;
}

.bubbleTbl tr.odd
{
	background-color: #EFF3FB;
}












.popup {
	position:absolute;
	background:#ffffff;
	z-index:10;
	padding:2px;
	border:1px solid #d2d2d2;
	display:none;
	max-width:500px;
	_width:100px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 2px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 3px 2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	
	
	-webkit-border-top-left-radius:2px;
	-moz-border-radius-topleft:2px;
	border-top-left-radius:2px;
	min-width:150px;
}

.popup-content {
	position:relative;
	background-color:#ffffff;
	min-width:150px;
	_width:100px;
	overflow:auto;
	overflow-x:hidden;
	white-space:nowrap;
}

/* Content assist popup has scollable content */
.popup-overflow {
	padding-right:2px;
}



.proposal {
	color:#242423;
	font-family:'Lucida Grande', arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:20px; /* Set line-height in pixels for better look in Firefox */
	padding:0 4px 1px 4px;
	cursor:pointer;
	overflow:hidden;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-border-top-left-radius:0;
	-moz-border-radius-topleft:0;
	border-top-left-radius:0;
}

.proposal:hover {
	position:relative;
	background:#7a8da1;
	background:-webkit-gradient(linear, left top, left bottom, from(#7a8da1), to(#455d75));
	background-image:-moz-linear-gradient(top,#7a8da1,#455d75);
	color:#fff;
	text-shadow:0 1px 0 rgba(0,0,0,0.7);
}

/** neat scrollbars for Webkit */
.popup-content::-webkit-scrollbar {
	width:9px;
	height:9px;
}

.popup-content::-webkit-scrollbar-track {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAIAAABPxRC5AAAAPElEQVQImVWLwRGAMBCElou5/vuLtQQfPoz8GAbutWb3Ncacs7tLTaJSpVaSJIB7AwXkoE5Rv//X3wt4ACQ3F9lopNWrAAAAAElFTkSuQmCC) transparent 50% 0 repeat-y;
	-webkit-border-radius:5px;
}

.popup-content::-webkit-scrollbar-thumb {
	-webkit-border-radius:4px;
	background:#c5c5c4;
	background: -webkit-gradient(linear, left top, right top, from(#f9f9f9), to(#e6e6e6));
	border:1px solid #d3d2d2;
	left:0;
	position:absolute;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);
}










.treeView {
			
}
		
.treeView div{
	vertical-align: middle;
	background: url('../../images/treeview/line.gif') repeat-y left 22px;
}
		
.treeView div.last{
	background: none;
}
		
.treeView div h4{
	margin:0px;
	padding:0px;
	padding-top:2px;
	height: 18px;
	vertical-align: top;
	display:inline-block;
	font-size:11px;
}
		
.treeView div img{
	cursor: pointer;
	padding-right:2px;
}
		
.treeView div ul, .treeView div ul li{
	list-style-type: none;
	margin:0px;
	padding:0px;
	display: block;
	white-space:nowrap;
}
		
.treeView div ul li input
{
	cursor: pointer;
}
		
.treeView div ul li{
	padding-left: 16px;
	background: url('../../images/treeview/dot_middle.gif') no-repeat left center;
	margin-left: 16px;
	height: 18px;
}
		
.treeView div ul li.last{
	background-image: url('../../images/treeview/dot_last.gif');
}

#optionsMenu {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#optionsMenu li {
    cursor: pointer;
    margin: 2px;
    padding: 2px;
}

#optionsMenu li:hover {
    background-color: #FFFF66;
}
        
.popup1 {
    display:none;
    margin: 5px 0px 0px 22px;
    max-height: 400px;
    overflow-y: scroll;
    position: absolute;
    background-color: white;
    z-index: 10000;
    border: solid black 1px;
    padding: 0px 15px 10px 0px;
    min-width: 200px;
}
        
.icons img {
    width: 20px;
    padding:2px;
}
        
.closeBtn {   
    float:right;
    width: auto;
    height: auto;
    cursor: pointer;
    border:none;
    width: 16px;
}

.dsOpenBubble {
    background-color: #DDDDDD;
}







table.selectList {
    margin-left: 25px;
}
table.selectList thead tr th {
    color: White;
    background: #405679;
    text-align: center;
    font-weight: bold;
    padding: 3px 5px;
    border: 1px solid #203659;
    font-family: Verdana, Arial, Sans-Serif;
}
table.selectList tbody {
        border: solid black 1px;
}
table.selectList tbody tr {
    cursor: pointer;
}
table.selectList tbody tr td {
    cursor: pointer;
}
table.selectList tbody tr.selected, .selected {
    background-color: #3197FC;
    color: #FFFFFF;
}


#db_overlay, .db_overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
    display:none;
    z-index: 10000;
    background-color: black;
    filter:alpha(opacity=70);
    -moz-opacity:.70;
    opacity:.70;
}
            
#db_box, .db_box {
    width: 700px;
    margin: 0px;
    border: solid black 1px;
    padding: 0px;
    display:none;
    position: fixed;
    z-index: 10001;
    background-color: white;
}
            
#db_title, .db_title {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 5px;
    border-bottom: 1px solid black;
    
    background-color: #C0C0C0;
    color: #FFFFFF;
    text-transform:uppercase;
}
            
#db_text, .db_text {
    padding: 10px;
    max-height: 400px;
    overflow-y: auto;
}


/* Start AddDataSet Control */
#txtDsData {
    width:100%;
	height: 250px;
}
/* End AddDataSet Control */





/* Begin Topo.ly Buttons */
.topoButton, .topoButtonSmall, .topoButtonTiny {
	background-color: #f0592a;
	border-radius: 8px;
		-moz-border-radius:8px;
		-ms-border-radius:8px;
		-o-border-radius:8px;
		-webkit-border-radius:8px;
	color: #ffffff;
	cursor: pointer;
	display:inline-block;
	font-family: Arial, Sans Serif;
	margin: 2px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
}

.topoButtonDisabled, .topoButtonDisabled:hover {
    background-color: #b3b2b1 !important;
    cursor:default !important;
}
	
.topoButton {
	padding: 10px 15px 10px 10px;
}
	
.topoButtonSmall {
	padding: 5px 10px 5px 5px;
}
	
.topoButtonTiny {
	padding: 3px 3px 5px 5px;
}
	
.topoButton h2, .topoButtonSmall h2, .topoButtonTiny h2 {
	font-weight:normal;
	padding:0px;
	text-transform: uppercase;
}
	
.topoButton h2 {
	font-size: 20px;
	margin: -2px 0px 0px 50px;
}
.topoButtonSmall h2 {
	font-size: 20px;
	margin: 6px 5px 0px 40px;
}
	
.topoButtonTiny h2 {
	font-size: 14px;
	margin: 2px 5px 0px 25px;
}
	
.topoButton p {
	font-size: 12px;
	margin: 0px 0px -3px 50px;
	padding:0px;
	text-transform: lowercase;
	white-space:nowrap;
}
	
.topoButton span {
	display:table-cell;
	vertical-align:middle;
	float:left;
	font-size: 80px;
	font-weight:bold;
	margin: -38px 0px -28px 0px;
	vertical-align:middle;
}
	
.topoButtonSmall span {
	float:left;
	font-size: 60px;
	font-weight:bold;
	margin: -24px 0px -14px 0px;
	vertical-align:middle;
}
	
.topoButtonTiny span {
	float:left;
	font-size: 40px;
		
	margin: -16px 0px -12px 0px;
	vertical-align:middle;
}
/* End Topo.ly Buttons */



/* Begin Gray Buttons */
.topoGrayBtn, .topoGrayBtnSmall {
	background-color:#535251;
	border-radius: 4px;
		-moz-border-radius:4px;
		-ms-border-radius:4px;
		-o-border-radius:4px;
		-webkit-border-radius:4px;
	color: white;
	cursor: pointer;
	display:inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px 7px 4px 7px;
	text-transform: uppercase;
	text-decoration:none;
}

.topoGrayBtnSmall {
	font-size:10px;
    padding: 2px 4px;
    font-weight: normal;
}

/* End Gray Buttons */

.topoGrayBtn:hover, .topoGrayBtnSmall:hover, .topoButton:hover, .topoButtonSmall:hover, .topoButtonTiny:hover, .btnPopup div:hover {
	background-color: #77b800;
}









.arrow-left {
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right:7px solid blue;
}
.arrow-right {
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left:7px solid blue;
}


.divCompPlans table.topoTable td {
    padding: 5px 10px;
    text-align: center;
    min-width: 100px;
}

.scrollBar::-webkit-scrollbar {
	width:9px;
	height:9px;
}

.scrollBar::-webkit-scrollbar-track {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAIAAABPxRC5AAAAPElEQVQImVWLwRGAMBCElou5/vuLtQQfPoz8GAbutWb3Ncacs7tLTaJSpVaSJIB7AwXkoE5Rv//X3wt4ACQ3F9lopNWrAAAAAElFTkSuQmCC) transparent 50% 0 repeat-y;
	-webkit-border-radius:5px;
}

.scrollBar::-webkit-scrollbar-thumb {
	-webkit-border-radius:4px;
	background:#b5b5b4;
	background: -webkit-gradient(linear, left top, right top, from(#f9f9f9), to(#e6e6e6));
	border:1px solid #c3c2c2;
	left:0;
	position:absolute;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);
}




/* SuggestBox.js */
.suggestBox {
    display: none;
    position:absolute;
    cursor: pointer;
}
.suggestBox div:hover, .suggestBox .selected {
    background:#7a8da1;
	background:-webkit-gradient(linear, left top, left bottom, from(#7a8da1), to(#455d75));
	background-image:-moz-linear-gradient(top,#7a8da1,#455d75);
	color:#ffffff;
}

.suggestBox::-webkit-scrollbar {
	width:9px;
	height:9px;
}

.suggestBox::-webkit-scrollbar-track {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAIAAABPxRC5AAAAPElEQVQImVWLwRGAMBCElou5/vuLtQQfPoz8GAbutWb3Ncacs7tLTaJSpVaSJIB7AwXkoE5Rv//X3wt4ACQ3F9lopNWrAAAAAElFTkSuQmCC) transparent 50% 0 repeat-y;
	-webkit-border-radius:5px;
}

.suggestBox::-webkit-scrollbar-thumb {
	-webkit-border-radius:4px;
	background:#c5c5c4;
	background: -webkit-gradient(linear, left top, right top, from(#f9f9f9), to(#e6e6e6));
	border:1px solid #d3d2d2;
	left:0;
	position:absolute;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);
}
/* End SuggestBox.js */



/* Begin Table Formatting */
table.topoTable th{
    background-color: #909090;
    color: #FFFFFF;
    font-size: 10px;
    font-weight:normal;
    padding: 3px 5px;
    text-align:left;
    text-transform: uppercase;
    vertical-align:middle;
}

table.topoTable tbody tr {
    background-color: #ffffff;
    border-top: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;
}

table.topoTable tbody tr.odd {
    background-color: #fafafa;
}

table.topoTable tbody tr td {
	padding: 4px;
    text-align:left;
    vertical-align:middle;
}

table.topoTable.selectable tbody tr {
    cursor:pointer;    
}

table.topoTable tr.selected {
    background-color: #77b800 !important;
    color: #000000 !important;
}

table.topoTable.selectable tr:hover {
    background-color:#bedce6 !important;
    color: #222222 !important;
}

table.topoTable tr.error {
    background-color: #b87700 !important;
    color: #000000 !important;
}


/* End Table Formatting */