body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	font-size: 13px;
}
p, td, ul, ol, ul, li, dl, dt, dd, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 10px;
	line-height: 1.3em;
}

p {
	line-height: 1.4em;
	font-size: inherit;
}

h1 {
	font-size: 22px;
	font-weight: bold;
}

h2 {
	font-size: 18px;
}

h4 {
    margin-bottom: 3px;
}

table {
    width: 100%;
}
table, tr, td, th {
	vertical-align: top;
	padding: 2px;
	margin: 0;
	text-align: left;
	border-collapse: collapse;
}
th {
	padding-right: 5px;
	white-space: nowrap;
}
td.left{
	text-align: left;
}
td.right {
	text-align: right;
}
tr.even {
    background: #EDF0F3;
}
tr.even:hover {
    background: #E4E9ED;
}
tr.odd:hover {
    background: #F5F5F5;
}


a:link, a:visited {
	text-decoration: underline;
    color: #5E3C3C;
	border-bottom: none;
}
a:visited {
	border-bottom: 1px dashed #999;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
	color: #990000;
	border-bottom-color: #FFF;
}
a.static {
	text-decoration: underline;
}
a.static:visited {
	border-bottom: none;
}
a.disabled {
	color: #BBB;
	text-decoration: underline;
	cursor: default;
}
a.greyed {
	color: #999;
}


/*
strong a:link, strong a:visited,
h1 a:link, h1 a:visited,
h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited {
    text-decoration: none;
}
*/

hr {
	border: none;
	border-top: 1px #BBBBBB solid;
	background: none;
	height: 1px;
	margin: 13px 0;
	_margin: 3px 0;
}

blockquote {
	font-size: 15px;
	font-style: italic;
	border: 1px #F0F0F0 solid;
	background-color: #FFFEF2;
	padding: 10px;
}

.important {
	font-size: 110%;
	font-weight: bold;
	color: #CC0000;
}

.strike {
	text-decoration: line-through;
}

.smallprint {
	font-size: 10px;
}

.quote {
	font-style: italic;
	padding-left: 10px;
	padding-right: 10px;
}

img, a img {
	border: none;
}

img.right {
	float: left;
	margin: 5px 10px 2px 0;
	/*/*//*/ display: none; /* */
}

img.left {
	float: right;
	margin: 5px 0 2px 10px;
	/*/*//*/ display: none; /* */
}

.thumb {
	margin: 0 15px 0 0;
	padding: 0;
}

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

ul.link {
	padding: 0;
	margin: 0 0 10px 25px;
}

ul.info {
	list-style: none;
	margin: 5px 0;
	padding: 0;
}

ul.info li {
	padding: 1px 0;
}

ul.address {
	border: 1px #CCCCCC solid;
	padding: 5px;
	background: #EAEAEA;
}



form {
	margin: 0;
	padding: 0;
}

table.form {
	/*width: 100%;*/
	margin-top: -12px;
	margin-bottom: 20px;
}

table.form th {
	text-align: left;
	padding: 2px 5px 5px 0;
	white-space: nowrap;
	font-weight: normal;
	width: 1%;
}

table.form td {
	padding: 0px;
}

table.form td.legend {
	color: #A90000;
	padding: 12px 0 5px;
}
table.form td.legend span {
	display: block;
	border-bottom: 2px #A90000 solid;
}

table.form td.error {
	padding: 3px 0 0;
}

table.form td.description {
	padding-bottom: 5px;
}
table.form td.textarea {
	padding-bottom: 10px;
}

form span.required {
	color: #A90000;
	padding-left: 3px;
	font-weight: bold;
}


input.text {
	/*width: 230px;*/
	background: #FFFFFF;
	border: 1px solid #AAA;
	color: #000000;
	padding: 2px 3px;
}
textarea.text {
	/*width: 230px;*/
	background: #FFFFFF;
	border: 1px solid #AAA;
	color: #000000;
	padding: 2px 3px;
}
textarea.large {
	width: 400px;
	height: 150px;
	margin-bottom: 5px;
}

table.form td input.text {
	width: 200px;
}

select {
	border: 1px solid #AAA;
}

input.text.disabled {
	color: #999999;
	cursor: default;
}

input.button {
	color: #666;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	background: #EEE;
	border: 1px #999 solid;
}

fieldset {
	margin-bottom: 10px;
	padding: 10px;
}





div.paginate {
   text-align: left;
   margin: 15px 0;
   clear: both;
}

span.paginate-currentPage {
    border: 1px #0066CC solid;
    display: inline-block;
    padding: 1px 6px;
    cursor: default;
}


a.paginate-page, a.paginate-link {
    display: inline-block;
    padding: 1px 6px;
    border: 1px #CCC solid;
    text-decoration: none;
}

a.paginate-page:hover, a.paginate-link:hover {
    border: 1px #0066CC solid;
    color: #000;
}

a.paginate-link.next {
    background: url(/resources/global/jalgrey1/images/global/next.jpg) no-repeat 36px;
    padding-right: 20px;
    margin-left: 5px;
}

a.paginate-link.prev {
    background: url(/resources/global/jalgrey1/images/global/prev.jpg) no-repeat 4px;
    padding-left: 20px;
    margin-right: 5px;
}


.error, a.error {
	color: red;
}

.warning, a.warning {
	color: red;
	font-weight: bold;
}

img.icon {
	margin-bottom: -8px;
}

img.smallicon {
	margin-bottom: -4px;
}


.dojoEditor {
	border: 1px #000 solid;
}
