/**
 * UnCommon Theme
 * Copyright (c) Jon Whipple
 * based on the common.css design by John Willinky
 * 
 * based on common.css
 *
 * Copyright (c) 2003-2009 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * $Id: uncommon.css,v 1.5 2009/04/08 19:54:50 asmecher Exp $
 */

/**
 * Common HTML elements
 */

body {
	background-color: #fff;
	color: #333;
}

#sidebar {
    color: #333;
}

a:link {
	color: #18336f;
	text-decoration: none;
}

a:active {
	color: #3399CC;
}

a:visited {
    	color: #18336f;
     
}

a:hover {
	cursor: pointer;
	text-decoration: underline;
}

label.error {
	color: #900;
}

input {
	border: 1px solid #18336f;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #ffffff;
	color: #333333;
	border: 1px solid #18336f;
}

input.button {
	border: 1px solid #c4c4c4; 
	font-size: 1em;
    padding: 4px 4px 4px 4px; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px;
    background-color:#F7F7F7; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
}

input.defaultButton {
	background-color: #3399CC;
	color: #eee;
}

#header {
	background-color: #18336f;
}

#header h1 {
	padding: 0 0 0 0;
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-transform:  uppercase;
	color: #ffffff;
	letter-spacing: 2px;
    background-image:url("http://bsp-cms.eurekaselect.com/public/img/Bend.gif")
   
}

#footer {
	width: 100%;
	min-height: 35px;
	background-color: #18336f;
	color:  #ffffff;
	padding: 15px;
}

#footerContent {
	color:  #ffffff;
}

#main h2 {
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #18336f;
}

#main h3 {
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #18336f;
}

#navbar {
	border-bottom: 3px solid #18336f;
}

#breadcrumb {
	color: #666666;
}

#content {
	border-top: 3px solid #18336f;
}

#content h3 {
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #18336f;
	font-weight: bold;
}

#content h4 {
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #666666;
}

#content h5 {
	color: #666666;
}

#leftSidebar div.block {
	padding: 0.5em 0;
	border-top: 5px solid #18336f;
	border-bottom: 1px solid #18336f;
	margin-bottom: 5px;
	color: #999999;
}

#rightSidebar div.block {
	padding: 0.5em 0;
	border-top: 5px solid #18336f;
	border-bottom: 1px solid #18336f;
	margin-bottom: 5px;
	color: #999999;
}

#rightSidebar div.block1 {
background: linear-gradient(to bottom, #213667, #11368A);
border-bottom-color:#18336F;
border-bottom-style:solid;
border-bottom-width:1px;
border-top-color:#18336F;
border-top-style:solid;
border-top-width:5px;
color:#FFFFFF;
padding-bottom:5px;
padding-left:5px;
padding-right:0;
padding-top:0;
}

#leftSidebar div.block span.blockTitle {
	padding: 0;
	font-weight: bold;
	color: #18336f;
}

#rightSidebar div.block span.blockTitle {
	padding: 0;
	font-weight: bold;
	color: #18336f;
}

#leftSidebar div.block span.blockSubtitle {
	font-weight: bold;
}

#rightSidebar div.block span.blockSubtitle {
	font-weight: bold;
}

pre {
	background-color: #EEEEFF;
}

div.separator {
	border-bottom: 2px solid #18336f;
}

