

* {
	margin: 0;	
}

html {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    direction: ltr;
    /*font: 86.25%/1 arial,helvetica,sans-serif;*/
	/*font: 96.25%/1 -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";*/
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
   
   
}
    	
body {
	margin: 0;
	padding: 0px;
}

.noTable {
	padding-left:3px;
	padding-right:3px;
	padding-top:2px;
	padding-bottom:2px;
	font-size:.9em;
}

.wrapper {
	min-height:100%;
	height: auto !important;
	height:100%;
	margin: 0 auto -3em;	
}

.footer, .push {
		height: 3em;
}

#header {
   
}

.properNoun {
	text-transform: capitalize;	
}

.normal {

}

.loginInput {
	border: 1px solid #AAAAAA;
    color: #5E5E5E;
    float: left;
    font-size: 16px;
    padding: 5px;
    width: 285px;
}

.loginFieldSet {	
	-moz-border-radius: 5px 5px 5px 5px;
    background-color: #FAFAFC;
    border: 1px solid #DDDDDE;
    margin: 0 0 25px;
    padding: 15px;
    width:300px;
}

#content {
	width:960px;	
}

#footer {
	font-size:0.8em;
	color:blue;
	margin-top:5px;
	margin-right:5px;
	text-align:right;	
}

fieldset {
  -moz-border-radius:5px;  
  border-radius: 5px;  
  -webkit-border-radius: 5px;
  border:1px solid #adadad;
  padding:10px;
 }

h1 {
    margin: 1em 0;
    color: #528bc0;
    /*font-family: Tahoma,Trebuchet MS,Arial,Helvetica,sans-serif;*/
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";

    font-size: 1.3em;
    font-weight: bold;
    line-height: 1em;
   /*  padding-top: 1em; */
}

h2 {
	font-size: 1.0em;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    /* float: left; */
    list-style: none outside none;
    margin: 2px;
    padding: 4px 0;
    position: relative;
}

/*
span.ui-icon {
    float: left;
    margin: 0 4px;
}
span.text {
    float: left;
    width: 180px;
}*/

img {
	border:none;
}

A:link,A:visited {
	text-decoration: none;
	color: #3355AA;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";

}

A:hover {
	text-decoration: underline;
	color: Red;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";

	
}
A:active {
	text-decoration: none;
	color: Red;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
	
}

.pagination {
	background-color: #E5E5E5;
    border: 1px solid #CCCCCC;
    color: #333333;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: right;
}

.pagination a {
	color:#888888 !important;
}

.currentPage {
    color: #666666;
    font-weight:bold;
}

 .ui-widget {
	 font-size: 1em;
	 font-weight: 500;





 }
 
 .ui-tabs .ui-tabs-panel {
	padding: 10px !important;
 }

.errorPadding {
	padding:5px;display:block;
}

.error {
	font-weight:bold;	
	color:red;
}

.errorMsg {
    -moz-border-radius: 3px 3px 3px 3px;
    background: none repeat scroll 0 0 #995555;
    color: #FFFFFF;
    font-size: 12px;
    margin-left: 5px;
    padding: 3px;
}

.ui-state-error {
	display: inline-block;
    font-size: 10px;
	padding: 0pt 0.7em;
}



/** Overwrite JQuery UI **/
.ui-icon-aplus { background-position: -96px -208px; }


/*************** Date Picker Begin **********************/
#beginDatePickerInput, #endDatePickerInput {
	display:inline-block;
	width:10em;
}  

.selected a {
	background: url("../styles/smoothness/images/ui-bg_glass_75_e6e6a6_1x400.png") repeat-x scroll 50% 50% #E6E6A6 !important;
}

.currentDay a {
	background: url("../styles/smoothness/images/ui-bg_glass_65_ffffff_1x400.png") repeat-x scroll 50% 50% #FFFFFF !important;
}

.dateText {
	padding:5px;
}

.dateSelector {
	-moz-border-radius: 4px 4px 4px 4px;
	border: 1px solid #CCCCCC;
	/* font-size:1.3em; */
	display:inline-block;
}

.dateDropDownIndicator {
	background:url("../images/button_n_arrow_down.gif");
	background-position:center;
	background-repeat:no-repeat;
	background-color:#F1F1F7;	
	/* border-left: 1px solid #AAAAAA; */
    height: 33px;
    width: 20px;
    cursor:pointer;
}

/*************** Date Picker End **********************/
    
    
.titleBar {
	cursor: move;	
}


#breadcrumbs li {
			float:left;
		}

#breadcrumbs { 
	border:1px solid #adadad;
	font-size:80%;	
}

#breadcrumbs .childCrumb { 
	background: url("../images/breadcrumb_separator.png") no-repeat right center;
}

#breadcrumbs li { 
	margin:0px;
	padding-left:5px;
	padding-right:10px;
}


/***  Login Page ***/
.loginContainer {
	/* min-width:800px; */
	min-width:793px;
	width:100%;
}

.loginLeftContainer {
	float:left;
	width:400px;
	width:min-width:200px;	
}


.loginRightContainer {
	float:left;
	/* width:400px; */
	width:393px;
}

.loginBoxPadding {
	padding-top:40px;
	padding-left:30px;
}

.smallTable {
	padding:3px;	
}

.tableFilterInput {
	width:100%;
	border:0px;
	padding:0px;	
}


/** Google Maps Stuff **/
.adp-placemark {
	font-size:80%;
}
.adp-directions {
	font-size:80%;
}
