/* start file: /lists/styles/color.css   */

body {
    background-color: #FFF;
    background-image: url("../images/page_bl_nomenu.png");
    color: #666
}

.panel {
    border-color: #005387;
}

.panel .content {
    background-color: #fff
}

h3 {
    color: #333
}

a {
	color: #1176b6;
	-webkit-transition: all 150ms ease;
	-moz-transition:	all 150ms ease;
	-ms-transition:		all 150ms ease;
	-o-transition:		all 150ms ease;
	transition:			all 150ms ease;
}
a:hover {
	text-decoration: none;
	color: #fff;
	background: #1176b6;
}

#footer {
    background-color: #FFF;
}

#mainContent table {
    background: #DDD;
    border-color: #CCC
}

textarea {
    background: #FFF;
    border-color: #DDD;
    color: #666;
}

select {
    border-color: #DDD;
    background-color: #FFF;
    color: #666;
}

input[type="text"],
input[type="password"] {
    border-color: #CCC;
    color: #333;
}

input[type="submit"],
p.button a, a.button {
    border-color: #1176b6;
    color: #fff;
	background: #1176b6;
	padding: 8px 10px;
	-webkit-transition: all 200ms ease;
	-moz-transition:	all 200ms ease;
	-ms-transition:		all 200ms ease;
	-o-transition:		all 200ms ease;
	transition:			all 200ms ease;
}

input:hover[type="submit"],
a:hover.button, p.button a:hover {
    background: #0156a6;
	border-color: #004696;
}

#logo a:hover {
    color: #aaa;
}

h1 a, h1 a:hover {
	background: transparent;
}

/* end file: /lists/styles/color.css   */
