/* 
 *	atus_static.css
 *	Used by static pages and generated static pages in the ATUS site.  
 *
 *	For reasons of future site maintenance, please don't use this style sheet for pages
 *		other than ATUS-X static site pages.
 */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	color: #000;
	background-color: #f6f7f8;
}

a { 
	color:  #006;
}
a:visited {
	color:  #60A3E1;
}
a:active {
	color:  #f99;
}
a:hover {
	color: #ccc;
}

hr {	
	border: 0;
	color: #000066;
	background-color: #9E9E9E;
	height: 1px;
	width: 100%;
}

p {
	margin-top: 1.5em;
	margin-bottom: 0; 
}

h1 {
	margin-top: 0.5em;
	margin-bottom: 0;
	font-size: 1.5em;
	line-height: 1em;
	font-family: Trebuchet MS;
	color: #006;
}

h2 {
	margin-top: 1em;
	margin-bottom: -1em;
	font-size: 1.2em;
	line-height: 2.2em;
	font-weight: bold;
	color: #003;
}

h3 {
	margin-top:1em;
	margin-bottom: -1.5em;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
	font-style: italic;
	color: #003;
}

h4 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1em;
	line-height: 2em;
	font-weight: bold;
	color: #000;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 2em;
	text-align: center;
	border-bottom: 1px solid #000033;
}

img {
	border: 0;
}

/* Levin Alexander's graphic headers image replacement markup from
	http://levinalex.net/files/20030809/alternatefir.html

	Note, non-standard markup to support IE5/Mac is omitted.
	Note, z-index to support Opera 5 and 6 is omitted.

	See Also:
	http://www.mezzoblue.com/archives/2003/12/12/accessible_i/#c002804
*/
.replace {
	position:relative;
	margin:0;
	padding:0;
}

.replace span {
	display: block;
	position:absolute;
	top:0px;
	left:0px;
}
/* end levin's graphic header image replacement.  to use, add the following css:
	#myh1, #myh1 span { height:XXXpx; width:XXXpx; background-image: url(XXX); }
	
	where myh1 is id of element being replaced declared as such:
	
	<tag class="replace" id="myh1">Text to be replaced.<span></span></tag>
*/

/* generic sap classes, faux absolute positioning from 
	http://www.alistapart.com/articles/fauxabsolutepositioning
*/
.line {
	float: left;
	width: 100%;
	display: block;
	position: relative; /*prevents shifting when changing viewport in IE;thanks to Alan Gresley*/
	/* overflow: hidden; only needed for equal height columns but	*
	*	breaks in page anchor links.  for now, use background image	*
	*	for left and center column backgrounds and avoid full 		*
	*	column height backgrounds or left borders on right column.	*
	*/
}
.item {
	float:left;
	left:100%;
	position:relative;
	/* overflow:hidden; */
}
/* end generic; all sap elements must have margin-left and with defined */

/* specific faux absolute positioning declarations */
#canvas {
	background: white;
	margin:0px;
	overflow:hidden;
	border-left: 1px solid #4d566d;
	border-right: 1px solid #4d566d;
	width: 73em;
	margin: 0 auto;
}

/* line 1 */
#logoitem {
	margin-left: -100%;
	width: 100%;
}

/* line 2 */
#primary_nav {
	margin-left: -100%;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #000066;
}

/* line 3 */
#main #sidebar-left {
	margin-left: -100%;
	width: 15em;
}

#main #maincontent {
	margin-left: -56em;
	width: 40em;
}

#main #nosidecontent {
	margin-left: -70em;
	width: 60em;
}

#main.widecontent #maincontent {
	width: 50em;
}

#main.nomenu #maincontent {
	margin-left: -70em;
}

#maincontent .content {
	padding: 1.25em 0 1.25em 1em; 
}

#main #sidebar-right {
	margin-left:  -14em;
	width: 14em;
}

/* line 4 */
#footer {
	margin-left: -100%;
	width: 100%;
}
/* end faux absolute positioning declarations */

/* header and login */
#header {
	height: 90px; /* 50px; */
    background-image: url(../img/bkg.png); /*url(../img/bkg.jpg );*/
    /* background-repeat: repeat-x; */
}
#title, #title span {
	width:480px;
	height:90px; /*50px;*/
	background-image:url(../img/atus-title.png);/*url(../img/atus-title.jpg);*/
	background-repeat: no-repeat;
}
#title a {
	border:0px;
	margin:0;
	padding:0;
}
#logon { 
	margin-top: 24px;
	float: right;
    color: white;
    padding-right: 1em;
}
#logon a {
    color: white;
	text-decoration: underline;
}

/*top navigation*/
#primary_nav {
	background-color: #ffb169;
	border:none;
	font-family: Arial;
	font-weight: bold;
	color: #3A445D;
}
#primary_nav a {
	padding: 3px 4px;
	text-decoration: none;
	outline: none;	
	font-size: 110%;
	color: #3A445D;
}
#primary_nav a:hover {
	color: #000000;
	text-decoration: underline;
}
#primary_nav ul {
  margin: 0;
  padding: 5px .25em;
  text-align: right;
}
#primary_nav ul li {
  display: inline;
  list-style-type: none;
  padding: 0 1em;
  border-right:1px solid #3a445d;
}
#primary_nav ul li.last {
  border-right:none;
}
#primary_nav ul form {
	display: inline;
}

/* main body and sidebars */
#main {
	background-color: white;
	background-image: url("../img/bkg_sidebar_left.png");
	background-repeat: repeat-y;
}
#main.nomenu {
	background-image: none;
}

/*left column - main navigation*/
#sidebar-left {
    background-color: #FFF1CC;
    padding-top: 1em;
    padding-bottom: 1em;
    border-right:1px solid #4d566d;
    border-left: 0.5em solid #c7c6b7;
}
#sidebar-left h2{
    margin: 0;
    padding: 1px;
    border-width: 1px;
    border-style: solid;
    border-color: #000066 #FFDEB2 #000066 #c7c6b7;
	background: #F0F5F9 url(../img/bkgBtnLink.png);
    font-size: 1.2em;
	line-height: 1.2em;
    text-transform: uppercase;
    font-family: Trebuchet MS;
	color:#006;
	
}
#sidebar-left ul {
	font-size: 1em;
	line-height: 1.25em;
	margin:0px;
	padding: 0.2em 0em 1em 0em;
	list-style: none;
}
#sidebar-left li {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0.5em;	
}
#sidebar-left a {
	text-decoration: none;
	color: #000;
}
#sidebar-left a:hover {
	color: #a00;
	text-decoration: underline;
}
#sidebar-left a:visited {
	color: #60A3E1;
}

/*center column - main content*/
#maincontent {
	color: black;
}
#maincontent  ul {
	font-size: 1em;
	line-height: 1.5em;
}

/*right column*/

#sidebar-right .module {
	margin-top: 1em;
	background-color: #eee;
	border-left: 1px solid #4d566d;
	border-bottom: 1px solid #4d566d;
}
#sidebar-right h2{
	font-size: 1em;
	line-height: 1.8em;
	font-weight: bold;
	margin-bottom: .3em;
	padding-left: .5em;
	border-top: 1px solid #4d566d;
	border-bottom: 1px solid #4d566d;
	background-color: #c7c6b7;
}
#sidebar-right p {
	margin:0.5em;
	line-height:1.2em;
}
#sidebar-right ul {
	font-size: 1em;
	line-height: 1.25em;
	padding: 0;
	margin-left: 0;
	list-style: none;
}
#sidebar-right li {
	margin:0.3em 0.5em 0.3em 0.5em;
}
#sidebar-right a {
	color: #000;
    text-decoration: none;
}
#sidebar-right a:hover {
	color: #333;
	text-decoration: underline;
}
#sidebar-right a:visited {
	color:  #60A3E1;
}

/* footer */
#footerline {
	border-top: 1px solid orange;
}
#footer {
	padding-bottom: 0.5em;
	border-bottom: 1px solid #4d566d;
	background-color: #eee;
	text-align: left;	
}
#footer p { 
	margin : 0 1em 0 1em;
	padding-left: 1.5em;
	font-size: 0.9em;
}
#footer .logoBlock {
	float:left;
	width:50%;
}
#footer .logoBlock .logos {
	margin-top:5px;
	line-height:1.1em;
}
#footer .logoBlock .logos a {
	text-decoration:none;
	color:#000;
}
#footer .logoBlock .logos a img {
	float:left;
	margin-right:50px;
}

/* random site styles */
.user_details th {
	text-align: right;
	font-weight: bold;
	width: 12em;
	vertical-align: top;

}

.user_details td {
	max-width: 30em;
}

.formError {
  color: red;
}


