/***
 * Dark Blue:  #6699cc
 * Med Blue:   #99ccff
 * Light Blue: #cae5ff
 * Med Grey:   #dcdcdc
 * Light Grey: #eeeeee
 * Red:        #ce4b4b
 */
 
body {
	font: 13px verdana, arial, helvetica, sans-serif;
	color: #303030;
}

table {
	font: 13px verdana, arial, helvetica, sans-serif;
	color: #303030;
}

a {
	color: #b53434;
}

a img {
	border-style: none;
}

a:hover {
	color: #ffffff;
	background-color: #ce4b4b;
	text-decoration: none;
}

a.image:hover {
	background-color: inherit !important;
}

form {
	margin: 0;
	padding: 0;
}

input[type=text],input[type=password],select,textarea {
	background-color: #f0f0f0;
	border: solid 1px #6699cc;
	font: 13px verdana, arial, helvetica, sans-serif;
}

input[type=text],input[type=password] {
	padding-left: 2px;
}

h1 {
	margin-top: 0;
	font-size: 17px;
}

h2 {
	margin-top: 0;
	font-size: 17px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 20px;
	padding-bottom: 2px;
}

h3:first-child {
	margin-top: 0;
}

code,pre {
	background-color: #f0f0f0;
}

ul {
	margin: 0 10px 10px 10px;
	padding: 0;
}

li {
	margin-left: 10px;
	padding: 0;
}

em.warn {
	color: #c80000;
}

#notice,#error {
	margin-bottom: 5px;
	padding: 7px;
	text-align: center;
}

#notice {
	background-color: #ffffe0;
}

#error {
	background-color: #ffc0c0;
	font-weight: bold;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.odd {
	background-color: #f0f0f0;
}

.hidden {
	display: none;
}

/* Show Table */
table.show {
	border-collapse: collapse;
	border: solid 1px #b0b0b0;
}

table.show tr {
	vertical-align: top;
}

table.show tr.odd {
	background-color: #f0f0f0;
}

table.show th, table.show td {
	font-size: 12px;
	padding: 5px 8px;
}

table.show th {
	text-align: left;
	padding-right: 10px;
}

table.show th:after {
	content: ":";
}

table.show td {
	border-style: none solid none none;
	border-color: #b0b0b0;
	border-width: 1px;
}


/* Data Grid */
div.t-data-grid {
    font-family: verdana, arial, helvetica, sans-serif;
}

table.t-data-grid {
    border-collapse: collapse;
    border-left: 1px solid #6699cc;
}

table.t-data-grid thead tr {
    color: white;
    background-color: #6699cc;
}

table.t-data-grid thead tr th {
    text-align: left;
    padding: 3px 5px;
    white-space: nowrap;
    border-right: 1px solid #6699cc;
    border-bottom: 1px solid #6699cc;
}

table.t-data-grid tr th a {
    color: white;
    text-decoration: none;
}

table.t-data-grid tr th a:hover {
	background-color: #6699cc;
    text-decoration: underline;
}

table.t-data-grid tbody tr td {
    border-right: 1px solid #6699cc;
    border-bottom: 1px solid #6699cc;
    padding: 2px 7px;
}

div.t-data-grid-pager {
    margin: 8px 0px;
}

div.t-data-grid-pager a, div.t-data-grid-pager span.current {
    text-decoration: none;
    color: black;
    padding: 2px 5px;
    font-size: medium;
    border: 1px solid #6699cc;
    margin-right: 5px;
}

div.t-data-grid-pager a:hover {
    border: 1px solid black;
}

div.t-data-grid-pager span.current {
    color: white;
    background-color: #809FFF;
}

/* Bean Display */
dl.t-beandisplay {
    display: block;
    padding: 5px;
    font-family: verdana, arial, helvetica, sans-serif;
    background: #eeeeee;
    border: 1px solid #dcdcdc;
    width: auto;
}

dl.t-beandisplay dt {
    width: 250px;
    display: inline;
    float: left;
    text-align: right;
    clear: left;
    padding-right: 3px;
    vertical-align: middle;
}

/* Bean Editor */
div.t-beaneditor {
	background-color: #99ccff;
	border: 1px solid #6699cc;
}

div.t-beaneditor input[type=text] {
	width: 300px;
}

/* Palette */
div.t-palette select {
    width: 300px;
}
