/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);


/* #######################  GENERAL SETTINGS ############################ */
html.body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
}
	
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
}

/*  Global Formatting */
h1 {
	font-size:140%;
	font-weight: bold;
	color: #990000;
}
h2 {
	font-size:120%;
	font-weight: bold;
	color: #990000;
	margin-top: 12px;
	margin-bottom: 0px;
}
h3 {
	font-size:100%;
	font-weight: bold;
	color: #CC6633;
	margin-top: 6px;
	margin-bottom: 0px;
}
p {
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 90%;
}
h4 {
	font-size:120%;
	font-weight: normal;
	color: #990000;
}
h5 {
	font-size:90%;
	font-weight: normal;
	color: #990000;
}
h6 {
	font-size:90%;
	font-weight: normal;
	color: #000000;
}
td{
	font-size: 90%;
}
td p{
	font-size: 100%;
}
th{
	font-size: 100%;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
img {border: 0 none;}
input, textarea { color: #666; font-size: 100%; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: transparent; border-color: #999 #fff #fff #999; border-style: solid; border-width: 1px; }
input:focus, textarea:focus { color: #666; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: white; border-style: solid; border-width: 1px; border-color: #999 #fff #fff #999; }



/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */
/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

/*usertool*/
ul.ja-usertools-font {
	font-size: 11px;
	position: absolute;
	top: 8px;
	right: 70px;
}

ul.ja-usertools-font li {
	padding: 0;
	margin: 0;
	display: inline;
	background: none;
}

/*collapsible h3*/
h3.show {
	background: url(../images/arrow2.png) no-repeat 90% 60%;
	cursor: pointer;
}

h3.hide {
	background: url(../images/arrow3.png) no-repeat 90% 60%;
	cursor: pointer;
}

/*others*/
#ja-banner {
	margin: 15px 0;
	text-align: center;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
	background: none!important;
	text-decoration: none!important;
}

#form-login p {
	margin: 0 0 5px;
}

#form-login ul {
	margin: 10px 0 0;
}

#form-login .inputbox {
	width: 90%;
}

.clr {
	clear: both;
}

.hasTip img {
	margin: 10px 5px 0 0;
	border: none;
}

/* Tooltips */
.tool-tip {
	float: left;
	border: 1px solid #D4D5AA;
	padding: 5px;
	background: #FFFFCC;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 90%;
	font-weight: bold;
}

.tool-text {
	margin: 0;
	font-size: 90%;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	padding: 0;
	margin: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	padding: 5px;
	margin: 0;
	color: #FFFFFF;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #006699;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #BF0000;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #EE9600;
	border: none;
}

/* hide the front end edit icon */
div.contentpaneopen_edit {
     display: none;
} 
div.addattach {
     display: none;
} 
td.at_modify {
     display: none;
}