body{
	background-color: #fff;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
}

#header{
	min-height:  100px;
	background-color: #fff;
}

#headerTitle{
	background-color: #FFF;
}

a:link{
	color: #767676;
}

a:active{
	color: #fd911f;
}

a:visited{
	color: #767676;
}

a:hover{
	color: #fd911f;
	background: #FFF;
}

#container{
	line-height: normal;
}

content{
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
	line-height: normal;
}

#base{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
}

#center{
	padding: 10px;
	width: 780px;
	float: none;
	margin-right: auto;
	margin-left: auto;
}

input.button{
	font-size: 14px;
	border-radius: 0 !important;
	color: #FFF !important;
	background-color: #f9c94c !important;
	border: 0px !important;
	border-color: #f9c94c !important;
	line-height: 1.33333 !important;
    padding: 6px 12px !important;
    margin-top: 1em !important;
    cursor: pointer !important;
    font-weight: 400 !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none !important;
    border-bottom-width: 0 !important;
    border-left-style: none !important;
    border-left-width: 0 !important;
    border-right-style: none !important;
    border-right-width: 0 !important;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none !important;
    border-top-width: 0 !important;
    -webkit-appearance: none !important;
}

input.button.active, input.button:active, input.button:hover{
	border-color: #fd911f !important;
	background-color: #fd911f !important;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField{
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    padding: 4px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 90%;
}

input.textField:focus, select.selectMenu:focus, textarea.textArea:focus, input.uploadField:focus{
	border: 1px solid #fd911f !important;
}

#navbar {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
}

#navbar a {
	font-size: 14px;
}

#navbar li a:hover {
	color: #fd911f;
	width: 100px;
	font-weight: bold;
}

#breadcrumb {
	height: 18px;
	border-bottom: 1px solid #eee;
	padding: 0;
	font-style: italic;
	font-size: 14px;
}

#main{
	width: 65% !important;
}

#rightSidebar{
	margin-right: 5% !important;
	width: 18% !important;
}

#rightSidebar ul, #leftSidebar ul {
	margin-left: 0px;
	padding-left: 0px;
}

#rightSidebar li, #leftSidebar li {
	list-style-type: none;
}

#rightSidebar li a, #leftSidebar li a{
	display: block;
    font-size: 13px;
    font-weight: 500;
    padding: 4px 20px;
    text-decoration: none;
}
    
#rightSidebar li a:hover, #leftSidebar li a:hover{
	background-color: transparent;
    border-left: 1px solid #fd911f;	
}

#rightSidebar, #leftSidebar {
	margin-top: 5px;
	border-bottom: 1px solid #eee;
}

#sidebar div.block{
	border-top: 1px solid #eee;	
	font-size: 14px;
}

#content {
	border-top: 1px solid #eee;
	font-size: 12px;
}

#content h3 {
	font-family:  "Helvetica Neue",Helvetica,Arial,sans-serif;
	
}

#content h4 {
	font-family:  "Helvetica Neue",Helvetica,Arial,sans-serif;
	
}

#content h5 {
}

span.highlight {
	border-bottom: 1px solid #eee;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #82BD86;
}

table.listing td.headseparator {
	border-top: 1px solid #eee;
}

table.listing td.endseparator {
	border-top: 1px solid #eee;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	border-bottom: 1px solid #eee;
}

#sidebar div.block {
	border-color: #fd911f;
}

#sidebar div.block span.blockTitle {
	background-color: #fd911f;
	background-image: none;
	color: #FFFFFF;
	font-size: 14px;	
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;		
}