body {
    font-family: arial,sans-serif,helvetica,verdana;
    line-height: 14pt;
    background-color: #ededed;    
    font-size: 12px;
}

a:focus { 
    outline: none; 
}

button::-moz-focus-inner {
  border: 0;
}

a {
    color: #a80c0c;
    font-size: 12px;    
    text-decoration: underline;
}

a:hover { 
    color: #d53131; 
    text-decoration: none;
}

h1, h2, h3 {
    text-transform: uppercase;
}

h1 {
    font-family: arial,sans-serif,helvetica,verdana;
    text-transform: uppercase;    
    font-size: 28px;
    font-weight: normal;
    line-height: 28px;
}

#header {
	background-color: #be0000; /* #be0000 */
	height: 74px;
	border-bottom: 0px;
	margin: 0px;
	min-width:1200px;
}

#header a {    
    width: auto;
    display: block;
}

#header-logo {
    margin: 14px 0px 0px 20px;
    float: left;
}

#header-logo a {
    background: #be0000 url('../../images/themes/modica/logo.png') no-repeat top left;      
    width: 141px;
    height: 44px;
    display: block;
}

#breadcrumb {
    background-color: #ededed;
    height: 40px;
}

#status-bar {
    text-align: right;
    height: 22px;
    padding-right: 32px;
    padding-top: 13px;
    float: right;
    margin-top: -116px;
    color: #fff;
}

a#logout-button {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 6px 4px 6px;
	background-color: #9f1010; /*#6a6a6a */
	margin: -4px 10px 0px 10px;
    border-bottom: 1px solid #830404;
    border-right: 1px solid #830404;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255,255,255,0.4) inset; 
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255,255,255,0.4) inset; 
}

a#logout-button:hover {
    color: #f3f3f3;
    font-weight: bold;
    text-decoration: none;
    padding: 4px 6px 4px 6px;
    background-color: #880202;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255,255,255,0.2) inset; 
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255,255,255,0.2) inset; 
}

.main-nav {
    left: 242px;
    top: 12px;
    float: left;
    width: 900px;
    position:absolute;
    z-index: 1000;
}
.main-nav ul {
    height: 40px;
    padding:0px;
    float: left;    
    list-style: none;
}
.main-nav ul li {
    padding:0px 10px 0px 10px;
    float: left;   
    margin: 0px;  
}
.main-nav ul li a {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding:4px 12px 4px 12px;
    line-height: 20px;
}

.main-nav a.selected {
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    background: #880202; /* #000 */
}

.main-nav li.selected {
    background: url('../../images/themes/modica/main_nav_arrows.png') no-repeat; 
    background-position: 25px 27px;
    padding-bottom: 40px;
}

.main-nav a.external {
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
 /* #000 */
    background: #880202 url('../../images/themes/modica/main_nav_extlink_icon.png') no-repeat right 10px; 
    padding-right: 22px;
}

/* Layout */

#content {
    margin-bottom: 0px;
}

/* Footer */

#footer-wrapper {
    text-align: center;
    clear: both;
}

#footer-shadow {
    width: 938px;
    background: url('../../images/themes/modica/footer_shadow.png') no-repeat bottom left; 
    height: 18px;
    margin: auto;
    padding-top: 80px;
}

#footer {
    width: 938px;
    height: 150px;
    color: #5d5d5d; 
    border-top: 1px solid #fff;
    margin: auto;
    clear: both;
    color: #5d5d5d;
    text-align: left;
}

#footer a {
    color: #5d5d5d;
    text-decoration: none;
}

#footer a:hover {
    color: #5d5d5d;
    text-decoration: underline;
}

.footer-sidebar {
    float: left;  
    width: 180px;
    padding: 20px 10px 20px 10px;
}

.footer-sidebar-right {
    width: 140px;
    position: absolute;
    margin-left: 790px;    
}

.footer-sidebar a {
    color: #5d5d5d;
    text-decoration: none;
    text-transform: uppercase;
}

.footer-sidebar a:before {
    content:"» ";
}

.footer-sidebar-right a:before {
    content:url('../../images/themes/modica/footer_extlink_icon.png');
}

.footer-header {
    color: #5d5d5d;
    font-family: arial,sans-serif,helvetica,verdana;
    font-size: 12px;
    font-weight: bold; 
    text-transform: uppercase;
}

.footer-sidebar ul {
    margin: 6px 0 0 0;
    padding: 0;
    list-style-type: none;  
}

/* Tables */


.tablesorter td a {
    color: #a80c0c;    
    text-decoration: underline;
}

.tablesorter td a:hover {     
    color: #d53131; 
    text-decoration: none; 
}

/* Form elements */

.ui-button-primary { 
    color: #fff !important;
    border-color: #be0000 !important;    
    background: #d4250e !important;
    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(1, #d4250e),
	    color-stop(0, #be0000)
    ) !important;
    background-image: -moz-linear-gradient(
        center top,
        #d4250e,
        #be0000
    ) !important;
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.15), 0 1px 0 #e2523e inset !important; 
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.15), 0 1px 0 #e2523e inset !important;
    text-shadow: 0 1px 0 #880202 !important; 
}

.ui-button-primary:hover { 
    color: #fff !important;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.40), 0 1px 0 #de4732 inset !important; 
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.40), 0 1px 0 #de4732 inset !important; 
}

.selected input.form_button, .selected a.form_button {
    background: none;
    border: 1px solid #be0000;
}
/*
#tabs.ui-widget-content, #url-tabs.ui-widget-content {
    border: 0px;
}
*/

