#main_column {
	float:left;
	width: 730px;
	height:100%;
}
#side_column {
	float:left;
	width: 225px;
	height:100%;
	
	background:#fff;
}
#map_canvas {
	width:100%;
	height:600px;
	background:#eee;
	
}
/* ----------------------------------------------- 
	TABLE STYLE
-------------------------------------------------*/
.tms_stats tr {
	border:1px solid #ccc;
	background:#fff;
}
.tms_stats_panel {
	background:#ccc;
	padding:5px;
}
table {
	font: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
}

th {
	padding: 0 0.5em;
	text-align: left;
}
td {
	padding: 4px;
	margin: 0px;
}
th, .side_num {
	font-weight:bold;
	border-bottom:2px solid #d6d2c2;
	border-right:1px solid #aca899;
	background: #ebeadb;
	padding:4px 10px 4px 10px;
}
/* Database Tables */
table.sortable {
	width:100%;
	margin:0px;
	border: 1px solid #ccc;
}
table.sortable td, table.db_data td {
	color:#333;
	padding: 4px;
	margin: 0px;
	border: 1px solid #ccc;
}
.dir_icon {
	float:right;
	padding:2px 2px 2px 2px;
	border:none;
}
.row_link {
	font-size: 11px;
}
.is_num {
	text-align:right;
}
.is_bool {
	text-align:center;
}
.side_num {
	text-align:center;
}
tr.row1, tr.even {
	background: #f0f0f0;
}

tr.row2, tr.odd {
	background: #e0e0e0;

}
tr.add_item {
	background: #eafded;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}

table.admin {
	font: 12px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
	border:2px solid #ccc;
	background:#edece1;
}

tr.admin_header td {
	font-weight:bold;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #FFC;
}
table.resources {
	margin-bottom:10px;
}
.nav_icon {
	float:left;
	padding:5px;
	padding-top:0px;
	position:relative;
	top:-4px;
}
/* --------------------------------------------- 
	FORM STYLING
--------------------------------------------- */
.input, .textarea, .select {
	
}
.select {
	padding:0px;
}
.filter-toolbar, .cmanager-toolbar {
	cursor:pointer;
}
.hover {
	background-color:#ffffcc;
}
.hover_row, #column_manager tr.row_drag {
	
	background-color:#dcffd9;
}
.row_active {
	background-color:#dcffd9;
}
.table_group {
	background-color:#EBEADB;
}

.transfer {
	max-height:250px;
	overflow-y:auto;
}
.scroll_list {
	max-height:200px;
	overflow-y:auto;
}
.land_shape_list, .land_project_list {
	max-height:280px;
	overflow-y:auto;
	border:1px solid #ccc;
}
ul.transfer-list {
	clear:both;
	margin: 5px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
	display: block;
	border: 1px solid #999;
}

ul.transfer-list li { 
	display: block;
	background: #fff;
	line-height: 15px;
	padding: 2px 25px 5px 0px;
	margin: 0px 1px 0px 1px;
	border-bottom:1px solid #ccc;
}
ul.transfer-list li:hover {
	background-color: #ffffcc;
	cursor:pointer;
}

ul.transfer-list li, ul.transfer-list li span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	padding-top:0px;
	margin-top:0px;
	padding:4px;
}
ul.transfer-list li span {
	padding-left:5px;
}
.transfer_icon {
	float:left;
	padding:4px;
	padding-top:0px;
}
.transfer_1, .transfer_2 {
    width: 250px;  
    height: 80px;  
}

#map_canvas_venue {
	width:350px;
	height:240px;
	border:1px solid #666;
}
.map_content {
	width: 300px;
}
/* -------------------------------------------
	COMMONLY USED STYLES
------------------------------------------- */
div.clear {
	clear: both;
}
div.dotted_line{
	clear: both;
	border: 1px dotted #DDD;
	margin: 5px 2px 5px 2px;
}
div.line_divider{
	clear: both;
	border-top: 1px solid #DDD;
	margin: 5px 2px 5px 2px;
}
div.admin_line{
	clear: both;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	margin: 5px 2px 5px 2px;
}

.status_box {
	background-color:#2b618f;
	color:#ffffff;
}

/*	IMAGE STYLES 	*/
.img_left {
	float: left;
	margin: 8px;
	margin-bottom:4px;
	margin-top:0px;
	padding:0px;
}

.img_right {
	float: right;
	margin: 8px;
	margin-bottom:4px;
	margin-top:0px;
	padding:0px;
}

.icon_border {
	padding: 2px;
	margin: 5px;
	margin-bottom:0px;
}
.hidden {
	display:none;
}

.item_btn {
	float:left;
	padding:5px;
	padding-top:0px;
}
/*********************
	Table JQuery
***********************/
.clickable {
	cursor:pointer;
}

.highlight {
	background:#ddeeff;
}
.tooltip {
	position: absolute;
	z-index:10;
	background: #efd;
	border: 1px solid #ccc;
	padding:3px;
}
.icon2 {
	float:left;
	padding:0px 10px 1px 0px;
	margin:0px;
	border:none;
}
.icon {
	float:left;
	padding:2px 10px 2px 0px;
	border:none;
}

.pane h2 {
	clear:both;
	margin-bottom:0px;
	border-bottom:1px solid #999;
	border-top:1px solid #eee;
}
.pane_content {
	padding-top:0px;
	margin-top:0px;
	border:1px solid #ccc;
	
}

#new_contact_container, #new_media_container {
	overflow:auto;
}
.add_new {
	
	line-height:20px;
}
#tools {

	padding:5px;
	text-align:center;
	float:left;
}
.tool_style {
	float:left; padding:5px; border:1px dotted #ccc;
	margin-left:5px;
}
.tool_style p {
	padding:0px;
	margin:0px;	
}
/*******************
	PAGINATION
********************/
#pagination {
	color: #000;
	padding-right:10px;
	line-height:20px;
	text-align:right;
	margin:5px;
	float:right;
}
#pagination a {
	color:#333;
	font-weight:normal;
	font-size:11px;
	background-color:#fff;
	border: 1px solid #CCC;
	
	width:30px;
	padding-left:4px; 
	padding-right:4px; 
	margin-right:1px;
}
#pagination a:hover {
	background:#FFF; 
	border: 1px solid #f89821;
}
#pagination a.pagination_page  {
	background:#f89821;
	color:#fff;
	border: 1px solid #f89821;
	font-weight:bold;

}

#db_content {
	clear:both;
}
/****************************************
    IMPROMPTU
*****************************************/
 .jqiwarning .jqi{
      background-color: #b0be96;
}
.jqifade{
      background-color: #ffffff;
}
div.jqi{
      position: absolute;
      background-color: #c0cEa6;
      padding: 2px;
      width: 420px;
}
div.jqi .jqiclose{
      float: right;
      margin: -10px -10px 0 0;
	  background: url('images/buttons/btn_close.png');
	  width:20px;
	  height:20px;
      cursor: pointer;
}
div.jqi .jqicontainer{
		font-family: Verdana, Arial, sans-serif;
      background-color: #e0eEc6;
      padding: 5px;
      color: #ffffff;
      font-weight: bold;
	  font-size:11px;
}
div.jqi .jqimessage{
      background-color: #c0cEa6;
      padding: 5px;
	  text-align:left;
}
div.jqi .jqibuttons{
      text-align: center;
      padding: 5px 0 0 0;
}
div.jqi button{
      padding: 3px 10px 3px 10px;
      margin: 0 10px;
}
#file_menu {
	position:absolute;
	padding:5px;
	border:1px solid #666;
	float:left;
	background-color:#ece9d8;
	z-index:90;
}
.file_menu_embed {
	margin-top:5px;
	padding:5px;
	border:1px solid #666;
	float:left;
	background-color:#ece9d8;
}
#file_window, .file_window {
	width:320px;
	background-color:#ece9d8;
}
#file_tree, .file_tree {
	background-color:#FFF;
	border:1px solid #ccc;
	height:200px;
	overflow-y:auto;
}
#file_menu a.item_selected, #file_menu span.item_selected { color: white; cursor: pointer; background-color:#3366cc; }

#save_form {
	margin:5px;
}

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(java/treeview/images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}
.treeview a {
	font-size: 11px;
}
.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: blue; cursor: pointer; }

.treeview li { background: url(java/treeview/images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(java/treeview/images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(java/treeview/images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(java/treeview/images/treeview-red.gif); } 

.treeview-black li { background-image: url(java/treeview/images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(java/treeview/images/treeview-black.gif); }  

.treeview-gray li { background-image: url(java/treeview/images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(java/treeview/images/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(java/treeview/images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(java/treeview/images/treeview-famfamfam.gif); } 

.treeview .placeholder {
	background: url(java/treeview/images/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { 	font-size:11px; padding: 1px 0 1px 18px; display: block; }
.filetree span.folder { background: url(java/treeview/images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(java/treeview/images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(java/treeview/images/file.gif) 0 0 no-repeat; }


/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/*********************************
		Titles
***********************************/
h1, h2, h3 {
	padding: 1px 1px 1px 5px;
	margin: 0px 0px 2px 0px;
	line-height: 20px;
	height: 20px;
}
h1 {
	color:#4a7022;
	font-size:12px;
        padding:4px;
        padding-left:10px;
	font-weight:bold;
	background-color:#bfe894;
}
h2 {
	margin-right:0px;
	color:#234B71;
	font-size:12px;
	font-weight:bold;
	background-color:#96C1E9;
}
h2.nav {
	margin-bottom:1px;
}
h3 {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	background-color:#666;

}
h3.instructions {
	color:#f1f8b4;
	font-size:15px;
	font-weight:bold;
	background-color:#083f65;
        padding:5px;
        padding-left:10px;
        margin-top:5px;
}
h4 {
	padding-top:8px;
	padding-bottom:5px;
	padding-left:5px;
	margin-bottom:1px;
	font-size:15px;
	font-weight:bold;
	color:#333;
	background:#fff;
}


