@charset "utf-8";
/* CSS Document */

* {
	outline:none;
	color: #666;
}

body {
	padding-bottom: 35px;
}

a:link {
	
}

a:link, a:visited, a:active {
	text-decoration:none;
}

textarea {
	height: 140px;
	width:450px;
}

textarea.small {
	height:40px;
	width:175px;
}

input.error {
	border: 1px solid #F66;	
}

label.error {
	background: transparent url(/images/icons/16/remove.png) no-repeat center left;
	padding-left: 18px;
	margin-left: 7px;
}

label.checked {
	background-image: url(/images/icons/16/accept.png);	
}

#toolbar {
	float:right;
	color:#fff;
}

#toolbar a:link, #toolbar a:visited, #toolbar a:hover, #toolbar a:active {
	color: #fff;	
	font-weight:bold;
}

#header-wrapper {
	padding:10px 0;	
}

#nav-wrapper {
	border: 1px solid #666;
	padding:3px;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 10em;
	font-size:1.4em;
}

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	text-decoration: none;
	color:#666;
}

#nav li {
	float: left;
	width: 10em;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#breadcrumbs {
	margin-bottom:10px;
}

#content-wrapper {
	margin-top:15px;	
}

#footer {
	text-align: center;
	font-size: 0.9em;
	color:#ccc;
	margin-top:15px;
}

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

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

.box {
	background-color:#f4f4f4;
	border-top:1px solid #ccc;
}

.add-link, a.add {
	background: transparent url(/images/icons/16/add.png) no-repeat center left;
	padding-left:18px;
}

a.edit {
	background: transparent url(/images/icons/16/process.png) no-repeat center left;
	padding-left:18px;
}

a.imageMulti {
	background: transparent url(/images/icons/16/image_multi.png) no-repeat center left;
	padding-left:18px;
}

a.contacts {
	padding-left:18px;
	background: transparent url(/images/icons/16/users.png) no-repeat center left;
}

table.border {
	border:1px solid #ccc;
	border-width: 0 0 1px 1px;    
	border-collapse: collapse;	
}

table.border td {
	border:1px solid #ccc;
	border-width:1px 1px 0 0;
}

.one {
	background-color: #f4f4f4;
}

.two {
	background-color: #fff;
}

.js-show {
	display:none;
}

.big-button {
	padding:7px;
	font-size:1.3em;
	border:1px solid #333;
	background-color: #004c82;
}

.big-button:link, .big-button:visited, .big-button:hover, .big-button:active {
	text-decoration:none;
	color:#fff;
}

img.border {
	border: 1px solid #ccc;
	padding:2px;
}

.large-font {
	font-size:1.3em;
}

div.message {
	border-top:1px solid;
	height:18px;
	padding:5px;
	padding-left:26px;
	background-position: 5px center;
	background-repeat: no-repeat;
	margin-bottom:10px;
	font-weight:bold;
	color:#fff;
}

div.message em {
	color: #fff;
}

div.success {
	 background-image:url(/images/icons/16/accept.png);
	 background-color:#bbe00d;
	 border-color:#6f8507;
}

div.error {
	background-image:url(/images/icons/16/remove.png);
	background-color:#f07373;
	border-color:#a71313;
}

div.help {
	background-image:url(/images/icons/16/help.png);
    background-color: #BDE5F8;
	border-color: #00529B;
}

div.info {
	background-image:url(/images/icons/16/info.png);
    background-color: #BDE5F8;
    border-color: #00529B;
}

div.notice {
	background-image:url(/images/icons/16/warning.png);
	background-color: #fef78e;
	border-color:#b8b02c;
	color:#b8b02c;
}