/* Site wide CSS */
body { background:url(/images/bg_body.gif) repeat-x top #fff; font-family:verdana,sans-serif; margin-top:65px;}

a { color:#f30; text-decoration:none;}
a:hover {background-color:#fff;text-decoration:underline;}
a:active {color:#f03;}

a.mini { font-size:9px; color:#666;}
a.mini:hover {text-decoration:underline;}

h1 {font-size:20px;color:#f60;}
h2 {font-size:14px; color:#000;}

#messages #warning {color:#f03;margin:0px 0px 10px 0px;}
.errorExplanation {color:#f30}

.formbox {border:2px solid #fc0; padding:20px; width:450px;background-color:#fffff6}


/* Main Template */
#container {  }
#site {width:772px; }

#header {background:url(/images/header.gif) no-repeat top; width:772px;height:116px; }

#loginstuff {height:90px;text-align:right;vertical-align:bottom;padding-right:25px;font-size:9px; font-weight:bold; color:#000}
#loginstuff a {color:#000; text-decoration:underline;margin-left:15px;}
#loginstuff #login {color:#f30;}

#nav_links {padding-left:30px;padding-top:3px;height:25px;vertical-align:middle;}
#nav_links a { font-size:11px; color:#444;font-weight:bold;margin-right:25px;text-decoration:none}
#nav_links a:hover { background-color:#fff}
#nav_links #nav_links_left {
  float:left;
  text-align:left;
}
#nav_links #nav_links_right {
  float:right;
  text-align:right;
}

#content {
  background:url(/images/bg_content.gif) repeat-y; 
  font-size:12px;padding:30px; color:#333;line-height:18px;
  clear:both;}
#content_footer {background:url(/images/bg_content.gif) repeat-y; font-size:9px; color:#333; text-align:center; color:#888}
#footer {background:url(/images/footer.gif) no-repeat top; width:772px;height:41px; }


/* The Rest */

.acctmodule {margin-top:15px;width:600px;text-align:left}
.acctname {font-size:14px;color:#666;}
.acctaxnsbox {width:600px; height:20px;background-color:#fffff6; border:1px solid #fc0; padding:8px;}
a.acctaxns {font-size:11px;text-decoration:none;margin-right:40px;color:#000;font-weight:bold}
a.acctaxns:hover {text-decoration:underline;}
.acctedit {width:600px;margin-top:2px;border:1px solid #ddd;background-color:#f6f6f6;padding:8px;}

#intro #content > p:first-child {
	font-weight: bold;
	color: #707070;
}

#intro #content img#usage_diagram {
  float: right;
  margin-left: 10px;
}
