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

body {
	
  background-color: #ffffff;
    
    color: #00519c;
}

.panel {
    border-color: #e8e9ea ;
}

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

h3 {
	 font-size: 16px;
    font-weight: normal;
    color: #00519c;
}
h1 {
	 font-size: 14px;
      font-weight: normal;
    color: #00519c;
}

a {
    color: #00519c; 
}

a:hover {
    color: #000
}

#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: #BBB #AAA #AAA #BBB;
    color: #333;
}

input:hover[type="submit"],
a:hover.button, p.button a:hover {
    border-color: #F90 !important;
    color: #000;
}

#logo a:hover {
    color: #aaa;
 font-size: 10px;
    font-weight: bold;
}

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