body 
{
    background-color: white;	
    margin: auto;
    width: 100%;
    font-family: 'Roboto', Arial;
    font-size: 12px;
    line-height: 15px;
    color: #242424;    

	/* this will disable copy of text, which 
	   might be nice when multiselecting table data,
	   but I can see reasons why it would be nice to 
	   multiselect tble data.
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	*/
}

.glyphicon.loading {
    color: #CCC;
    display: none;
    float: right;
}
.glyphicon.loading.active {
    display: inline-block;
}

.displayNone {
	display: none;
}
a.email {
	color: blue
}

.hidden {
    position:absolute;
    top:0;
    left:-9999px;
    width:1px;
    height:1px;
    overflow:hidden;
}
.text-centered {
    text-align: center;
}

input.rename, input.input {
	width: 98%;
}

#main_body, #account_details {
}
#main_body table 
{    
    border-collapse: collapse;
    text-align: left;
    font-size: 12px;
}

#main_body tr.header
{
	background-image: url(/static/images/header/main_top_background.jpg);
    background-repeat: repeat-x;
    background-position: left top;

}

#main_body tr.header td
{
    padding: 0;
    border-style: none;
    border-spacing: 0;
}

a img 
{
    border: 0;
    padding: 0;
    margin: 0;
}

.button_small
{
    font-size: 10px !important; /* needed to override .ui-widget button */
    margin: 2px 2px 2px 0;
    padding: 2px;
    background-color: #F5F5F5;
    border: 1px solid #D0D0D0;
    white-space: nowrap;
    cursor: pointer;
    * cursor: hand;
}

#account_sidelinks a 
{
    text-decoration: none;	
    color: #105033;
}

#account_sidelinks a:hover 
{
    text-decoration: underline;
    color: #105033 !important;
}

#main_body a 
{
    text-decoration: none;
    color: #105033;
}

#main_body a:hover 
{
    text-decoration: underline;
    color: #a9800e;
}
#main_body a.inactive {
    color: #105033;
    font-weight: bold;
}
#main_body a.inactive:hover {
    color: #105033;
    text-decoration: none;
}

#alignment 
{    
    text-align: center;
    padding: 0;
    /* remove dave as per Mazdak
       margin: auto;
       width: 960px;    
       */
    /* added dave */
    min-width: 1050px;
}	

.alignment2 
{    
    text-align: left;
    margin: auto;
    padding: 0;
    width: 960px;    
}

#main_body 
{
    width: 100%;    
    margin: auto;
    overflow: hidden;
    text-align: center;
    padding: 0;
}

#main_toplinks 
{
    
    background-color: #91C946;
    border-top: solid 1px #E0E8E4;
    border-right: solid 1px #E0E8E4;
    border-left: solid 1px #E0E8E4;
    position: relative;           
    width: 100%; 
    height: 100%;    
    margin: 10px 0 0 0;
    padding: 0;  
}

#main_toplinks table 
{
    margin: 0 0 0 10px;
    font-size: 12px;
    color: #004813;
}

#main_toplinks a.sml 
{
    color: #004813;
    text-decoration: none;
}

#main_toplinks a.sml:hover
{
    color: #004813 !important;
    text-decoration: underline !important;
}

#main_toplinks a.navigation_regular_sm
{          
    font-size: 12px;    
    color: #004813;    
    font-weight: bold;
    text-decoration: none;
    display: block;    
    text-align: center; 
    height: 24px;        
    padding: 6px 0 0 0;     
    margin: 0;
	cursor: pointer;
}

#main_toplinks a.navigation_regular_sm:hover 
{
    background-color: #A3D265;     
    text-decoration: none !important;
    color: #004813 !important;      
}

.toplinks 
{
    margin: 4px 0 0 0;
    padding: 0;	
    font-size: 11px;	
    color: #105033;	
    text-align: left;
    
}

.toplinks a 
{
    text-decoration: none;	
    color: #105033;
}

.toplinks a:hover 
{
    text-decoration: underline;
    color: #a9800e;
}

.topsignin
{
    margin: 4px 0 0 0;
    padding: 0;	
    font-size: 11px;	
    color: black;	
    text-align: left;	
}

.top_login_button 
{
    background-color: #333333;
    color: White;   
    font-size: 11px;    
    padding: 3px 4px 3px 4px;
    -webkit-border-radius: 4px;  
    -moz-border-radius: 4px;  
    border: solid 1px #004813;    
    border-radius: 4px;    
}

.top_login_button_text 
{
    color: #105033;   
    font-size: 11px;        
    font-style: underline;
    cursor: pointer;
}

#main_links
{
    background-image: url(/static/images/header/link_background.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #105033;	
    text-align: left;	
    position: relative;	
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 0;
}	

#main_links table
{    
    font-family: Tahoma;
    font-size: 14px;
    line-height: 1.5em;
    margin: 8px 0 0 0;
}

#project_properties table
{
    font-family: Arial;
    font-size: 12px;
    line-height: 15px;
    border-collapse: collapse;
    text-align: left;
}

a.navigation_selected  
{
    margin: 0 5px 0 5px;
    padding: 5px 8px 6px 8px;
    background-color: White;
    color: #004813;
    font-weight: bold;
    text-decoration: none;
    -webkit-border-radius: 4px;  
    -moz-border-radius: 4px;  
    border: solid 1px #004813;    
    border-radius: 4px;
}

a.navigation_selected:hover 
{
    background-color: White;
    color: #004813;
    font-weight: bold;
    text-decoration: none;
    -webkit-border-radius: 4px;  
    -moz-border-radius: 4px;  
    border: solid 1px #004813;    
    border-radius: 4px;  
}

a.navigation_regular
{    
    margin: 0 5px 0 5px;
    padding: 5px 8px 6px 8px;
    border: solid 1px #105033;
    color: White;
    font-weight: bold;
    text-decoration: none;    
}

a.navigation_regular:hover 
{
    background-color: White;
    color: #004813;
    font-weight: bold;
    text-decoration: none;
    -webkit-border-radius: 4px;  
    -moz-border-radius: 4px;  
    border: solid 1px #004813;    
    border-radius: 4px;  
}

#filler 
{
    background-color: White;  
    border-top: solid 1px white; 
    border-bottom: solid 3px #c6940d;
    margin: 0;
    padding: 0;    
}

#mainstyle_main
{
    background-repeat: repeat-y;
    background-position: left top;		
    text-align: left;
    position: relative;	
    width: 100%;	
    margin: 0;
    padding: 0;
}

#mainstyle_main a 
{    
    text-decoration: none;	
    color: #105033;
}

#mainstyle_main a:hover 
{
    text-decoration: underline;
    color: #a9800e;
}

#mainstyle_text 
{
    height: 500px;	
    overflow: auto;
}

/* mac hide \*/
* html #mainstyle_text{height:500px}
/* end hide */

.left_side_nav 
{    
    margin: 5px 5px 5px 0;    
    -webkit-border-radius: 8px;  
    -moz-border-radius: 8px;       
    border-radius: 8px;
    cursor: pointer;
}

.left_side_active 
{
    background-color: #F9E775;
    border: solid 1px #F9E775;
}

.left_side_inactive 
{
    background-color: #F5F5F5;
    border: solid 1px #F0F0F0;
}

.left_side_active p.desc
{
    font-size: 12px;
    margin: 5px 0 5px 10px;
    color: #333333;
}

.left_side_active a 
{
    color: #333333;
}

.left_side_inactive p.desc
{
    font-size: 12px;
    margin: 5px 0 5px 10px;
    color: #666666;
}

.left_side_inactive a
{
    color: #666666;
}

.left_side_nav p
{
    margin: 2px 0 0 30px;    
}

#main_text_right_folders 
{
    height: 20%;
    width: 200px;
    margin: 15% 0 0 0;    
    -webkit-border-radius: 8px;  
    -moz-border-radius: 8px;       
    border-radius: 8px;     
    color: #666666;   
}

#main_text_right_folders table
{
    margin: 10px;
}

#main_text_right_advertisement 
{
    background-color: #F5F5F5;
    border: solid 1px #F0F0F0;    
    height: 65%;        
    width: 200px;
    margin: 5% 0 0 0;    
    -webkit-border-radius: 8px;  
    -moz-border-radius: 8px;       
    border-radius: 8px;
    text-align: center;
}

.pretty_table 
{
    width: 100%;
    border: solid 1px #DCDCDC;
}

.pretty_table .special_top 
{   
    background-color: #F5F5F5;    
    border-bottom: solid 1px #DCDCDC;
}

.pretty_table .special_top td 
{
    border-right: solid 1px #DCDCDC;
    padding: 5px 0 5px 3px;
}

.pretty_table tr:hover 
{
    cursor: pointer;
}

.pretty_table td 
{
    padding: 2px 0 2px 3px;    
}

.pretty_table .selected 
{
    background-color: #3399ff;
    color: White;    
}

.profile_pic 
{
    border: solid 1px black;
    width: 60px;
    height: 50px;
}
#profile_pic_header {
    padding: 10px 0 0 0;
}

#side_text 
{    
    margin: 0 0 0 4px;
}

#main_text 
{
    position: relative; 
    /* removed dave
       border-bottom: solid 1px #CCCCCC;
       border-left: solid 1px #CCCCCC;	
       border-right: solid 1px #CCCCCC;
       */
    /* remove dave as per Mazdak
       width: 780px;
       height: 900px; 
       */
    min-width: 700px;
}

/* mac hide \*/
* html #main_text{height:900px}
/* end hide */

#main_text_left 
{
    /* width: 540px;  */  
    margin: 0 10px 0 10px;   
}

#text table
{    
    font-size: 12px;    
}

#main_text p, #mainstyle_text p
{
    margin: 10px 20px 0 25px;
    line-height: 1.6em;
}

#main_text p.title, #mainstyle_text p.title 
{
    margin: 20px 20px 0 25px;
    color: #105033;
    font-weight: bold;
    font-size: 16px;
}

.immitationlink 
{
    font-weight: bold;    
    text-decoration: underline; 
    margin: 10px 20px 0 25px;      
    color: #105033;
}

.indent 
{
    margin: 0 0 0 40px;
}

.wizard_button, #gmap_dialog button 
{
    background-color: #333333 !important;
    color: White !important;    
    padding: 4px;
    -webkit-border-radius: 4px;  
    -moz-border-radius: 4px;  
    border: solid 1px #004813;    
    border-radius: 4px;    
    font-size: 9pt;
    font-family: Tahoma; 
	cursor: pointer;
}

input[type="submit"].wizard_button:hover, input[type="reset"].wizard_button:hover, input[type="button"].wizard_button:hover, a.wizard_button:hover, #gmap_dialog button:hover
{
    background-color: #91c946 !important;    
    cursor: pointer;
    text-decoration: none !important;
}

.special_table 
{
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
}

.query_builder_active 
{
    background-repeat:no-repeat;
    border-top: solid 6px #91c946;
    width: 100px;
    height: 60px;
    color: #004813;
    font-weight: bold;
    text-align: center;
    font-size: 13px;    
    margin: 0;
    padding: 0;
}

.query_builder_inactive 
{
    background-repeat:no-repeat;
    border-top: solid 6px White;
    width: 100px;
    height: 67px;
    color: #004813;
    font-weight: bold;
    text-align: center;
    font-size: 13px;        
    margin: 0;
    padding: 0;
}

.query_builder_inactive2 
{
    border-top: solid 6px White;
    background-color: white;    
    width: 100px;
    height: 60px;
    color: #004813;
    font-weight: bold;
    text-align: center;
    font-size: 13px;        
    margin: 0;
    padding: 0;
}

.query_builder_inactive3 
{
    background-repeat:no-repeat;
    border-top: solid 6px White;
    width: 100px;
    height: 67px;
    color: #004813;
    font-weight: bold;
    text-align: center;
    font-size: 13px;        
    margin: 0;
    padding: 0;
}

#footer 
{
    text-align: left;
    width: 100%;	
    padding: 0;				
    color: #69837C;
}

#footer table 
{    
    font-size: 11px;
    color: #69837C;	
    text-align: left;	
}

#footer a 
{
    text-decoration: none;	
    color: #69837C;
}

#footer a:hover 
{
    text-decoration: underline;
    color: #a9800e;
}

.centered {
    text-align:center;
}

div.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

div.centered table, div.centered fieldset {
    margin-left: auto;
    margin-right: auto;
}

#group_sidelinks .groupName {
    color: #242424;
    font-weight: bold;
    text-align: center;
}

#groupManagerTabs, #contactPropertiesTabs 
{
    border: none !important;
    height: 100%;
    background-color: White;
}

#groupManagerTabs .ui-tabs-panel, #contactPropertiesTabs .ui-tabs-panel 
{
    background-color: White;    
}

#contactPropertiesTabs .ui-tabs-nav 
{
    font-size: 12px;
    background-color: White;
}

.ui-tabs-nav {
    padding-left: 1px !important;
    background: transparent !important;
    border-width: 0px 0px 1px 0px !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

#contact_properties.ui-dialog-content {  
    padding: 0 !important;  
}

#profile_pic img
{
    border: solid 1px white;
}

#profile_pic img:hover
{
    border: solid 1px black;
}

.select_box {
	border: solid 1px #CCCCCC;
}
.select_box select {
	margin: 5px 4px 4px 2px;
    border: none; 
    outline: none;   
}

.accountInfo  {
	border-spacing: 4px;
	border-collapse: separate;
}

.accountInfo input, input.erams {
    height: 28px;
    width: 250px;
    border: solid 1px #CCCCCC;
}

.special_account_label 
{
    text-align: right;
    
}

#account_left 
{
    float: left;
    height: 450px;
    text-align: left;
    margin: 0 10px 0 0;
    padding: 0;
}

#account_right 
{    
    float: left;
    height: 500px; 
    height: auto;
    text-align: left;
    margin-left: 10px;
    padding: 0;    
}


/* button style for uploadifive */
.erams-uploadifive-button {
}
.erams-uploadifive-dialog-button {
    display: inline-block;
    left: -60px;
    top: 10px;
}

#select_stats a {
    color: #2D5007;
}
#select_stats a:hover {
    background: none repeat scroll 0 0 black;
    color: white;
    cursor: pointer;
}
.options-menu {
    background-image: url("http://jqueryui.com/themeroller/images/?new=00a300&w=256&h=240&f=png&fltr[]=rcd|256&fltr[]=mask|icons/icons.png") !important;
}

tr .ui-widget-header {
    border-style: solid;
    border-width: 1px;
}

/* overriding jquery UI for entry on RHS */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0px solid #D1E5B8;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 0px solid #E7CE79;
}

.ui-widget-content {
    border: 0px solid #ECE0C5;
}

.searchContainer {
	margin: 4px 0 5px;
	position: relative;
}
.borderBox {
	border: 1px solid #E0E8E4;
	border-radius: 3px;
}
.left_side_nav_margin {
	margin: 5px 5px 5px 0;
}

/* facebook-style search box */
.searchContainer #siteSearch, .searchContainer .search {
	border: 0 none;
	margin: 0 22px 0 5px;
}
.searchContainer #siteSearch {
	width: 145px;
}
.searchContainer .search {
	width: 87%;
}
.searchContainer .searchButton {
    background-color: #FFFFFF;
    background-image: url("/static/images/icons/custom-jquery-ui-icons.png");
    background-position: 0 -16px;
    background-repeat: no-repeat;
    background-size: auto auto;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 16px;
    padding: 0;
    position: absolute;
    right: 9px;
    top: 1px;
    width: 16px;
}

/* sidebar to sit on the right side of the page */
.rightSidebar {
    margin-right: 5px;
    vertical-align: top;
    width: 230px;
}

.clearfix:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
}

.popup_container {
    width: 50% !important;
    padding: 10px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(100,100,100,1);
    -moz-box-shadow: 0px 0px 10px 2px rgba(100,100,100,1);
    box-shadow: 0px 0px 10px 2px rgba(100,100,100,1);
}

/* small boxes that display bits of information to the user, e.g. notifications */
.module {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    color: #444444;
}

.module h2 {
    background-color: #0A5F0D;
    border-radius: 2px 2px 0 0;
    color: #FFFFFF;
    font-size: 105%;
    margin: 0;
    padding: 8px 8px 8px 12px;
}
.downloadBox {
    frameborder: 0;
    height: 1px;
    width: 1px;
}

/* JQuery UI Vertical Tabs (ktraff)
----------------------------------*/
.ui-tabs-vertical { width: 98%; height: 98%; }
.ui-tabs-vertical .ui-widget-header { border: none; }
.ui-tabs-vertical.ui-tabs .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 12em; }
.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
.ui-tabs-vertical .ui-tabs-nav li a { display:block; width: 100%; outline: none;}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; margin: 0 -1px .2em 0; }
.ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: left; }

/* JQuery UI Gray Icons (ktraff)
----------------------------------*/
.ui-icon-gray { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.ui-icon-gray { width: 16px; height: 16px; background-image: url(/static/images/ui-icons_888888_256x240.png); }

/* two-column divs */
div.left {
    float: left;
}
div.right {
    float: right;
}
span.bold {
    font-weight: bold;
}


/* divs that render like table cells */
div.table {
  overflow: hidden;
  margin: 5px;
}
div.table label {
  display: inline-block;
  text-align: right;
  width: 160px;
}
div.table .input {
  float: left;
  margin-left: 4px;
}

/* Custom buttons */
.button {
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    cursor: pointer;
    display:inline-block;
    color:#FFFFFF;
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    margin: 0 2px;
    padding:2px 8px;
    text-decoration:none;
}.button.greenButton {
    -moz-box-shadow:inset 0px 1px 0px 0px #caefab;
    -webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
    box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	border:1px solid #268a16;
	text-shadow:1px 1px 0px #aade7c;
}.button.greenButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
}.button.greenButton:active {
	position:relative;
	top:1px;
}

.button.redButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	border:1px solid #d83526;
	text-shadow:1px 1px 0px #b23e35;
}.button.redButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.button.redButton:active {
	position:relative;
	top:1px;
}

.button.orangeButton {
    -moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
    -webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
    box-shadow:inset 0px 1px 0px 0px #fce2c1;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
    background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
    background-color:#ffc477;
    border:1px solid #eeb44f;
    text-shadow:1px 1px 0px #cc9f52;
}.button.orangeButton:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
    background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
    background-color:#fb9e25;
}.button.orangeButton:active {
    position:relative;
    top:1px;
}

.button.blueButton {
    -moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
    -webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
    box-shadow:inset 0px 1px 0px 0px #bbdaf7;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
    background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
    background-color:#79bbff;
    border:1px solid #84bbf3;
    text-shadow:1px 1px 0px #528ecc;
}
.button.blueButton:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
    background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
    background-color:#378de5;
}.button.blueButton:active {
    position:relative;
    top:1px;
}

/* Google-style alert message boxes */
#alerts, .alertBox {  display: none;  left: 50%; position: absolute; top: 34px; z-index: 9999; }
.alert {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	color: #222;
	border: 1px solid transparent;
	border-color: #f0c36d;
	border-radius: 2px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	background-color: #f9edbe;
	font-size: 80%;
	font-weight: bold;
	left: -50%;
	text-align: center;
	padding: 6px 10px; 
	position: relative; 
	z-index: 990; 
}
.alert a {
    text-decoration: underline;
    cursor: hand; cursor: pointer;
}

#topheader { z-index: 3;}

#topSpacer td:last-child {
    border-left: 1px solid #D5D5D5;
}


/* login section */
.login_form {
	
}

/* ajax dialog */ 
.ajaxDialog li {
	display: none;
}

/* display only the first li in the list */
.ajaxDialog li:first-child {
	display: block;
}

ul.nostyle
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/*a generic zebra-styled table*/
.hor-zebra
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 0 auto;
    text-align: left;
    border-collapse: collapse;
}
.hor-zebra th
{
    font-size: 14px;
    font-weight: normal;
    padding: 10px 8px;
    color: #333;
}
.hor-zebra td
{
    padding: 8px;
    color: #8A8B8C;
}
.hor-zebra .odd
{
    background: #F5F5F5; 
}

/*prevents highlighting for an element*/
.no-highlight {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*generic table selection class*/
tr.highlighted td {
    color: white;
    background-color: #3399FF;
    font-weight: bold;
}

/*generic floated button icons*/
.hoverIcon {
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: 0;
    padding: 0;
    width: 16px;
}
.deleteIcon {
    background-image: url("/static/images/icons/custom-jquery-ui-icons.png");
    background-position: -48px -16px;
    margin-right: 3px;
}
.deleteIcon:hover {
    background-position: -64px -16px;
}
.penIcon {
    background-image: url("/static/images/icons/custom-jquery-ui-icons.png");
    background-position: -80px -18px;
    margin-right: 3px;
}
.penIcon:hover {
    background-position: -95px -18px;
}
.checkIcon {
    background-image: url("/static/images/icons/custom-jquery-ui-icons.png");
    background-position: -110px -18px;
    margin-right: 3px;
}
.checkIcon:hover {
    background-position: -125px -18px;
}

span#dataUsage { margin-left: 30px;}
span#dataUsage .summary { font-weight: bold; }


/* Patterson fixed for ui menu change with update to 1.11 */
.ui-menu .ui-menu-item a {
    text-decoration: none;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    font-weight: normal !important;
}

#registrationFormContainer .errorMessage, #loginContainer .errorMessage { margin-top: 22px; }

.messages li {
    list-style-type: none;
    margin: 0 auto;
    text-align: center;
    padding: 15px;
    border-radius: 3px;
}
.messages .error {
    background-color: #f2dede;
}

#homepage_header {
    position: relative;
}
#homepage_header #signUp {
    margin-left: 5px;
    text-decoration: none;
}
#homepage_header #signUp:hover, #homepage_header #login:hover {
    text-decoration: underline;
}
#homepage_header #errorMsg {
    -webkit-transition: all 200ms ease-out 1s;
    -moz-transition: all 200ms ease-out 1s;
    -o-transition: all 200ms ease-out 1s;
    transition: all 200ms ease-out 1s;
    background-color: #F02929;
    border-radius: 0 0 2px 2px;
    color: white;
    font-weight: bold;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: -50px;
    width: 100%;
    z-index: 1;
}
#homepage_header #errorMsg.active {
    top: 0;
    -webkit-box-shadow: 0 8px 6px -6px rgba(165, 158, 158, 0.79);
       -moz-box-shadow: 0 8px 6px -6px rgba(165, 158, 158, 0.79);
            box-shadow: 0 8px 6px -6px rgba(165, 158, 158, 0.79);
}

.updatePic { display: none }
@media (min-width: 768px) {
    .updatePic { display: block; }
}
.updatePic img {
    height: 30px;
    width: 30px;
}

.left-sidebar {
    width: 150px;
}